Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-zlib for openSUSE:Factory checked in at 2023-07-18 21:53:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-zlib (Old) and /work/SRC/openSUSE:Factory/.ghc-zlib.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-zlib" Tue Jul 18 21:53:56 2023 rev:27 rq:1098738 version:0.6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-zlib/ghc-zlib.changes 2023-04-04 21:25:25.582898104 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-zlib.new.3193/ghc-zlib.changes 2023-07-18 21:54:04.554278254 +0200 @@ -1,0 +2,6 @@ +Fri Jul 7 18:00:43 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update zlib to version 0.6.3.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-zlib.spec ++++++ --- /var/tmp/diff_new_pack.bduIc8/_old 2023-07-18 21:54:05.282282271 +0200 +++ /var/tmp/diff_new_pack.bduIc8/_new 2023-07-18 21:54:05.286282293 +0200 @@ -26,7 +26,7 @@ License: BSD-2-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ zlib.cabal ++++++ --- /var/tmp/diff_new_pack.bduIc8/_old 2023-07-18 21:54:05.338282580 +0200 +++ /var/tmp/diff_new_pack.bduIc8/_new 2023-07-18 21:54:05.342282602 +0200 @@ -1,7 +1,7 @@ cabal-version: >= 1.10 name: zlib version: 0.6.3.0 -x-revision: 1 +x-revision: 2 copyright: (c) 2006-2016 Duncan Coutts license: BSD3 @@ -96,7 +96,7 @@ other-extensions: CApiFFI build-depends: base >= 4 && < 4.19, - bytestring >= 0.9 && < 0.12 + bytestring >= 0.9 && < 0.13 if impl(ghc >= 7.0 && < 8.0.3) build-depends: ghc-prim