Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-cryptohash-sha1 for openSUSE:Factory checked in at 2023-09-21 22:23:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1 (Old) and /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha1" Thu Sep 21 22:23:13 2023 rev:10 rq:1112761 version:0.11.101.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cryptohash-sha1/ghc-cryptohash-sha1.changes 2023-04-14 13:12:54.583506074 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cryptohash-sha1.new.1770/ghc-cryptohash-sha1.changes 2023-09-21 22:23:42.946318472 +0200 @@ -1,0 +2,6 @@ +Thu Sep 14 07:17:20 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update cryptohash-sha1 to version 0.11.101.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cryptohash-sha1.spec ++++++ --- /var/tmp/diff_new_pack.ktTNuX/_old 2023-09-21 22:23:44.078359551 +0200 +++ /var/tmp/diff_new_pack.ktTNuX/_new 2023-09-21 22:23:44.078359551 +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/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 ++++++ cryptohash-sha1.cabal ++++++ --- /var/tmp/diff_new_pack.ktTNuX/_old 2023-09-21 22:23:44.114360857 +0200 +++ /var/tmp/diff_new_pack.ktTNuX/_new 2023-09-21 22:23:44.118361002 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: cryptohash-sha1 version: 0.11.101.0 -x-revision: 2 +x-revision: 3 description: A practical incremental and one-pass, pure API to the <https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm> @@ -29,9 +29,10 @@ build-type: Simple tested-with: - GHC == 9.6.1 - GHC == 9.4.4 - GHC == 9.2.7 + GHC == 9.8.0 + GHC == 9.6.2 + GHC == 9.4.7 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -40,9 +41,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: cbits/sha1.h changelog.md @@ -53,8 +51,8 @@ library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.19 - , bytestring >= 0.9.2 && < 0.12 + build-depends: base >= 4.5 && < 4.20 + , bytestring >= 0.9.2 && < 0.13 hs-source-dirs: src exposed-modules: Crypto.Hash.SHA1 @@ -75,7 +73,7 @@ , base16-bytestring >= 1.0.1.0 && < 1.1 , SHA >= 1.6.4 && < 1.7 - , tasty >= 1.4 && < 1.5 + , tasty >= 1.4 && < 1.6 , tasty-quickcheck == 0.10.* , tasty-hunit == 0.10.*