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 2021-06-23 17:38:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cryptohash-md5 (Old) and /work/SRC/openSUSE:Factory/.ghc-cryptohash-md5.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-md5" Wed Jun 23 17:38:19 2021 rev:5 rq:901447 version:0.11.100.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cryptohash-md5/ghc-cryptohash-md5.changes 2020-12-22 11:38:12.093424209 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-cryptohash-md5.new.2625/ghc-cryptohash-md5.changes 2021-06-23 17:38:24.576486144 +0200 @@ -1,0 +2,6 @@ +Wed Jun 16 08:55:31 UTC 2021 - psim...@suse.com + +- Update cryptohash-md5 to version 0.11.100.1 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cryptohash-md5.spec ++++++ --- /var/tmp/diff_new_pack.a5xwn1/_old 2021-06-23 17:38:25.120486893 +0200 +++ /var/tmp/diff_new_pack.a5xwn1/_new 2021-06-23 17:38:25.124486898 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-cryptohash-md5 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,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-bytestring-devel BuildRequires: ghc-rpm-macros ++++++ cryptohash-md5.cabal ++++++ --- /var/tmp/diff_new_pack.a5xwn1/_old 2021-06-23 17:38:25.188486987 +0200 +++ /var/tmp/diff_new_pack.a5xwn1/_new 2021-06-23 17:38:25.188486987 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: cryptohash-md5 version: 0.11.100.1 -x-revision: 5 +x-revision: 6 synopsis: Fast, pure and practical MD5 implementation description: { @@ -61,7 +61,7 @@ library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.15 + build-depends: base >= 4.5 && < 4.16 , bytestring >= 0.9.2 && < 0.11 hs-source-dirs: src