Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-ilist for openSUSE:Factory checked in at 2023-08-18 19:28:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ilist (Old) and /work/SRC/openSUSE:Factory/.ghc-ilist.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ilist" Fri Aug 18 19:28:30 2023 rev:2 rq:1104455 version:0.4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ilist/ghc-ilist.changes 2023-04-04 21:21:02.537408294 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-ilist.new.1766/ghc-ilist.changes 2023-08-18 19:28:55.539376858 +0200 @@ -1,0 +2,6 @@ +Sun Aug 6 18:57:33 UTC 2023 - Peter Simons <[email protected]> + +- Update ilist to version 0.4.0.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ilist.spec ++++++ --- /var/tmp/diff_new_pack.LrNQf1/_old 2023-08-18 19:28:56.171377991 +0200 +++ /var/tmp/diff_new_pack.LrNQf1/_new 2023-08-18 19:28:56.175377998 +0200 @@ -26,7 +26,7 @@ License: MPL-2.0 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -74,7 +74,6 @@ %prep %autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal -cabal-tweak-dep-ver base '< 4.17' '< 5' %build %ghc_lib_build ++++++ ilist.cabal ++++++ --- /var/tmp/diff_new_pack.LrNQf1/_old 2023-08-18 19:28:56.255378142 +0200 +++ /var/tmp/diff_new_pack.LrNQf1/_new 2023-08-18 19:28:56.259378149 +0200 @@ -1,7 +1,7 @@ cabal-version: 2.4 name: ilist version: 0.4.0.1 -x-revision: 2 +x-revision: 3 synopsis: Optimised list functions for doing index-related things description: Optimised list functions for doing index-related things. They're @@ -33,7 +33,7 @@ location: https://github.com/kowainik/ilist.git common common-options - build-depends: base >= 4.10 && < 4.17 + build-depends: base >= 4.10 && < 4.20 ghc-options: -Wall -Wcompat
