Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-cryptohash-md5 for openSUSE:Factory checked in at 2024-04-28 21:49:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-md5 (Old) and /work/SRC/openSUSE:Factory/.ghc-cryptohash-md5.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-md5" Sun Apr 28 21:49:19 2024 rev:11 rq:1170352 version:0.11.101.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cryptohash-md5/ghc-cryptohash-md5.changes 2023-09-21 22:23:41.654271588 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cryptohash-md5.new.1880/ghc-cryptohash-md5.changes 2024-04-29 09:09:25.668711481 +0200 @@ -1,0 +2,6 @@ +Fri Apr 19 13:29:18 UTC 2024 - Peter Simons <[email protected]> + +- Update cryptohash-md5 to version 0.11.101.0 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cryptohash-md5.spec ++++++ --- /var/tmp/diff_new_pack.eOvoKS/_old 2024-04-29 09:09:26.068726040 +0200 +++ /var/tmp/diff_new_pack.eOvoKS/_new 2024-04-29 09:09:26.068726040 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-cryptohash-md5 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ cryptohash-md5.cabal ++++++ --- /var/tmp/diff_new_pack.eOvoKS/_old 2024-04-29 09:09:26.104727350 +0200 +++ /var/tmp/diff_new_pack.eOvoKS/_new 2024-04-29 09:09:26.104727350 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: cryptohash-md5 version: 0.11.101.0 -x-revision: 3 +x-revision: 4 description: A practical incremental and one-pass, pure API to the <https://en.wikipedia.org/wiki/MD5 MD5 hash algorithm> @@ -29,9 +29,10 @@ build-type: Simple tested-with: - GHC == 9.8.0 - GHC == 9.6.2 - GHC == 9.4.7 + GHC == 9.10.0 + GHC == 9.8.2 + GHC == 9.6.4 + GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -40,7 +41,7 @@ GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 - GHC == 7.10.3 + -- GHC == 7.10.3 extra-source-files: cbits/md5.h changelog.md @@ -51,7 +52,7 @@ library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.20 + build-depends: base >= 4.5 && < 4.21 , bytestring >= 0.9.2 && < 0.13 hs-source-dirs: src
