Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-digest for openSUSE:Factory checked in at 2021-08-25 20:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-digest (Old) and /work/SRC/openSUSE:Factory/.ghc-digest.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-digest" Wed Aug 25 20:56:46 2021 rev:12 rq:912593 version:0.0.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-digest/ghc-digest.changes 2020-12-22 11:38:39.273451604 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-digest.new.1899/ghc-digest.changes 2021-08-25 20:57:34.077211625 +0200 @@ -1,0 +2,6 @@ +Sat Jul 10 13:39:50 UTC 2021 - [email protected] + +- Update digest to version 0.0.1.3. + Upstream does not provide a change log file. + +------------------------------------------------------------------- Old: ---- digest-0.0.1.2.tar.gz New: ---- digest-0.0.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-digest.spec ++++++ --- /var/tmp/diff_new_pack.4U3c9b/_old 2021-08-25 20:57:34.493211079 +0200 +++ /var/tmp/diff_new_pack.4U3c9b/_new 2021-08-25 20:57:34.497211074 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-digest # -# 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 @@ -18,7 +18,7 @@ %global pkg_name digest Name: ghc-%{pkg_name} -Version: 0.0.1.2 +Version: 0.0.1.3 Release: 0 Summary: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now License: BSD-2-Clause ++++++ digest-0.0.1.2.tar.gz -> digest-0.0.1.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/digest-0.0.1.2/digest.cabal new/digest-0.0.1.3/digest.cabal --- old/digest-0.0.1.2/digest.cabal 2012-11-17 20:06:39.000000000 +0100 +++ new/digest-0.0.1.3/digest.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: digest -version: 0.0.1.2 +version: 0.0.1.3 copyright: (c) 2009 Eugene Kirpichov license: BSD3 license-file: LICENSE @@ -12,7 +12,7 @@ they are implemented as FFI bindings to efficient code from zlib. stability: provisional build-type: Simple -cabal-version: >= 1.6 +cabal-version: >= 1.10 extra-source-files: testing/trivial-reference.c @@ -31,7 +31,8 @@ library exposed-modules: Data.Digest.CRC32, Data.Digest.Adler32 - extensions: CPP, ForeignFunctionInterface + default-extensions: CPP, ForeignFunctionInterface + default-language: Haskell2010 build-depends: base < 5 if flag(bytestring-in-base) -- bytestring was in base-2.0 and 2.1.1
