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 2023-01-28 18:44:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-digest (Old) and /work/SRC/openSUSE:Factory/.ghc-digest.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-digest" Sat Jan 28 18:44:29 2023 rev:14 rq:1061629 version:0.0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-digest/ghc-digest.changes 2023-01-18 13:09:57.740519202 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-digest.new.32243/ghc-digest.changes 2023-01-28 18:51:50.780840439 +0100 @@ -1,0 +2,8 @@ +Tue Jan 24 15:49:59 UTC 2023 - Peter Simons <[email protected]> + +- Update digest to version 0.0.1.5. + Upstream added a new change log file in this release. With no + previous version to compare against, the automatic updater cannot + reliable determine the relevante entries for this release. + +------------------------------------------------------------------- Old: ---- digest-0.0.1.4.tar.gz digest.cabal New: ---- digest-0.0.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-digest.spec ++++++ --- /var/tmp/diff_new_pack.YRv8J1/_old 2023-01-28 18:51:51.292843359 +0100 +++ /var/tmp/diff_new_pack.YRv8J1/_new 2023-01-28 18:51:51.300843405 +0100 @@ -18,13 +18,12 @@ %global pkg_name digest Name: ghc-%{pkg_name} -Version: 0.0.1.4 +Version: 0.0.1.5 Release: 0 Summary: Various hashes for bytestrings; CRC32 and Adler32 for now License: BSD-2-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/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros @@ -51,7 +50,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -69,5 +67,6 @@ %license LICENSE %files devel -f %{name}-devel.files +%doc CHANGELOG.md %changelog ++++++ digest-0.0.1.4.tar.gz -> digest-0.0.1.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/digest-0.0.1.4/CHANGELOG.md new/digest-0.0.1.5/CHANGELOG.md --- old/digest-0.0.1.4/CHANGELOG.md 1970-01-01 01:00:00.000000000 +0100 +++ new/digest-0.0.1.5/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -0,0 +1,10 @@ +# Changelog + +## 0.0.1.5 â 24th Jan 2023 + +- Correct license field in .cabal file (Thanks to @juhp): <https://github.com/TeofilC/digest/pull/9> +- Use https for git source repository (Thanks to @felixonmars): <https://github.com/TeofilC/digest/pull/8> + +## 0.0.1.4 â 22th Dec 2022 + +- Use pkgconfig to find zlib (Thanks to @bgamari): <https://github.com/jkff/digest/pull/5> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/digest-0.0.1.4/digest.cabal new/digest-0.0.1.5/digest.cabal --- old/digest-0.0.1.4/digest.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/digest-0.0.1.5/digest.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ name: digest -version: 0.0.1.4 +version: 0.0.1.5 copyright: (c) 2009 Eugene Kirpichov -license: BSD3 +license: BSD2 license-file: LICENSE author: Eugene Kirpichov <[email protected]> maintainer: Eugene Kirpichov <[email protected]> @@ -23,10 +23,11 @@ testing/trivial-reference.c testing/trivial.expected testing/trivial.hs + CHANGELOG.md source-repository head type: git - location: git://github.com/TeofilC/digest + location: https://github.com/TeofilC/digest library exposed-modules: Data.Digest.CRC32,
