Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hackage-security for openSUSE:Factory checked in at 2023-09-21 22:23:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old) and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security" Thu Sep 21 22:23:15 2023 rev:31 rq:1112763 version:0.6.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes 2023-07-18 21:54:33.578439009 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.1770/ghc-hackage-security.changes 2023-09-21 22:23:45.722419208 +0200 @@ -1,0 +2,6 @@ +Tue Sep 12 12:53:00 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update hackage-security to version 0.6.2.3 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hackage-security.spec ++++++ --- /var/tmp/diff_new_pack.wPbWvr/_old 2023-09-21 22:23:46.894461739 +0200 +++ /var/tmp/diff_new_pack.wPbWvr/_new 2023-09-21 22:23:46.898461884 +0200 @@ -26,7 +26,7 @@ License: BSD-3-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/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-prof BuildRequires: ghc-Cabal-syntax-devel ++++++ hackage-security.cabal ++++++ --- /var/tmp/diff_new_pack.wPbWvr/_old 2023-09-21 22:23:46.950463770 +0200 +++ /var/tmp/diff_new_pack.wPbWvr/_new 2023-09-21 22:23:46.954463916 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: hackage-security version: 0.6.2.3 -x-revision: 5 +x-revision: 6 synopsis: Hackage security library description: The hackage security library provides both server and @@ -33,7 +33,7 @@ tested-with: GHC == 9.6.2 - GHC == 9.4.5 + GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -292,7 +292,7 @@ Cabal-syntax < 3.7 -- dependencies exclusive to test-suite - build-depends: tasty >= 1.2 && < 1.5, + build-depends: tasty >= 1.2 && < 1.6, tasty-hunit == 0.10.*, tasty-quickcheck == 0.10.*, QuickCheck >= 2.11 && <2.15,