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-10-13 23:14:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old) and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security" Fri Oct 13 23:14:54 2023 rev:32 rq:1117077 version:0.6.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes 2023-09-21 22:23:45.722419208 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.20540/ghc-hackage-security.changes 2023-10-13 23:15:58.589856209 +0200 @@ -1,0 +2,6 @@ +Wed Oct 4 17:11:54 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update hackage-security to version 0.6.2.3 revision 7. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hackage-security.spec ++++++ --- /var/tmp/diff_new_pack.UwkVXP/_old 2023-10-13 23:15:59.257880439 +0200 +++ /var/tmp/diff_new_pack.UwkVXP/_new 2023-10-13 23:15:59.261880584 +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/6.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.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.UwkVXP/_old 2023-10-13 23:15:59.313882471 +0200 +++ /var/tmp/diff_new_pack.UwkVXP/_new 2023-10-13 23:15:59.317882616 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: hackage-security version: 0.6.2.3 -x-revision: 6 +x-revision: 7 synopsis: Hackage security library description: The hackage security library provides both server and @@ -32,7 +32,8 @@ build-type: Simple tested-with: - GHC == 9.6.2 + GHC == 9.8.0 + GHC == 9.6.3 GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 @@ -43,9 +44,6 @@ GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 - GHC == 7.8.4 - GHC == 7.6.3 - GHC == 7.4.2 extra-source-files: ChangeLog.md @@ -129,11 +127,11 @@ Hackage.Security.Util.TypedEmbedded MyPrelude -- We support ghc 7.4 (bundled with Cabal 1.14) and up - build-depends: base >= 4.5 && < 4.19, + build-depends: base >= 4.5 && < 4.20, base16-bytestring >= 0.1.1 && < 1.1, base64-bytestring >= 1.0 && < 1.3, bytestring >= 0.9 && < 0.13, - containers >= 0.4 && < 0.7, + containers >= 0.4 && < 0.8, ed25519 >= 0.0 && < 0.1, filepath >= 1.2 && < 1.5, parsec >= 3.1 && < 3.2,