commit ghc-hsemail for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-hsemail for openSUSE:Factory checked in at 2019-06-30 10:21:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hsemail (Old) and /work/SRC/openSUSE:Factory/.ghc-hsemail.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-hsemail" Sun Jun 30 10:21:34 2019 rev:4 rq:712503 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hsemail/ghc-hsemail.changes 2019-06-19 21:12:17.106735785 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hsemail.new.4615/ghc-hsemail.changes 2019-06-30 10:21:35.391628448 +0200 @@ -1,0 +2,15 @@ +Thu Jun 27 02:02:51 UTC 2019 - psimons@suse.com + +- Update hsemail to version 2.2.0. + ## v2.2.0 + + * Drop the `parsec2read` function. `Read` is not supposed to be defined + manually, really. It's supposed to be a dual to the derived `Show` instance. + * Drop the Rfc2821 module. This code is not generic enough to be useful, + really. I use it in [Postmaster](http://hackage.haskell.org/package/postmaster), + and there it will live henceforth. + * `caseString` no longer returns a string; it just returns `()`. + * Make use of `DayOfWeek` type from new `time` library. + * Drop the obsolete dependency on `mtl`. + +------------------------------------------------------------------- Old: ---- hsemail-2.1.0.tar.gz New: ---- hsemail-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hsemail.spec ++++++ --- /var/tmp/diff_new_pack.OUQCTc/_old 2019-06-30 10:21:35.899629238 +0200 +++ /var/tmp/diff_new_pack.OUQCTc/_new 2019-06-30 10:21:35.903629244 +0200 @@ -19,24 +19,24 @@ %global pkg_name hsemail %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.0 +Version: 2.2.0 Release: 0 -Summary: Parsec parsers for the RFC2822 Internet Message format +Summary: Parsec parsers for the Internet Message format (e-mail) License: BSD-3-Clause Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-mtl-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-time-compat-devel BuildRequires: ghc-time-devel %if %{with tests} BuildRequires: ghc-hspec-devel %endif %description -Parsec parsers for the Internet Message format defined in RFC 2821 and 2822. +Parsec parsers for the Internet Message format defined in RFC2822. %package devel Summary: Haskell %{pkg_name} library development files ++++++ hsemail-2.1.0.tar.gz -> hsemail-2.2.0.tar.gz ++++++ ++++ 2924 lines of diff (skipped)
participants (1)
-
root