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 2025-01-09 15:11:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-md5 (Old) and /work/SRC/openSUSE:Factory/.ghc-cryptohash-md5.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-cryptohash-md5" Thu Jan 9 15:11:36 2025 rev:13 rq:1236057 version:0.11.101.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cryptohash-md5/ghc-cryptohash-md5.changes 2024-07-22 17:16:55.846714560 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cryptohash-md5.new.1881/ghc-cryptohash-md5.changes 2025-01-09 15:12:20.280494927 +0100 @@ -1,0 +2,6 @@ +Wed Jan 1 17:36:48 UTC 2025 - Peter Simons <psimons@suse.com> + +- Update cryptohash-md5 to version 0.11.101.0 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cryptohash-md5.spec ++++++ --- /var/tmp/diff_new_pack.0JItKB/_old 2025-01-09 15:12:20.796516303 +0100 +++ /var/tmp/diff_new_pack.0JItKB/_new 2025-01-09 15:12:20.796516303 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-cryptohash-md5 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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/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-base-devel BuildRequires: ghc-base-prof ++++++ cryptohash-md5.cabal ++++++ --- /var/tmp/diff_new_pack.0JItKB/_old 2025-01-09 15:12:20.824517462 +0100 +++ /var/tmp/diff_new_pack.0JItKB/_new 2025-01-09 15:12:20.828517628 +0100 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: cryptohash-md5 version: 0.11.101.0 -x-revision: 5 +x-revision: 6 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.12.1 GHC == 9.10.1 - GHC == 9.8.2 - GHC == 9.6.5 + GHC == 9.8.4 + GHC == 9.6.6 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 @@ -40,7 +41,6 @@ GHC == 8.6.5 GHC == 8.4.4 GHC == 8.2.2 - GHC == 8.0.2 extra-source-files: cbits/md5.h changelog.md @@ -51,7 +51,7 @@ library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.21 + build-depends: base >= 4.5 && < 5 , bytestring >= 0.9.2 && < 0.13 hs-source-dirs: src