Hello community, here is the log from the commit of package ghc-dlist for openSUSE:Factory checked in at 2020-08-28 21:29:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-dlist (Old) and /work/SRC/openSUSE:Factory/.ghc-dlist.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-dlist" Fri Aug 28 21:29:37 2020 rev:18 rq:829255 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-dlist/ghc-dlist.changes 2020-06-19 17:12:05.101890533 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-dlist.new.3399/ghc-dlist.changes 2020-08-28 21:29:38.364560679 +0200 @@ -1,0 +2,13 @@ +Tue Aug 18 10:44:40 UTC 2020 - Peter Simons <[email protected]> + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Wed Aug 12 08:10:13 UTC 2020 - [email protected] + +- Update dlist to version 1.0. + Upstream has renamed and modified the change log file(s) in this + release. Unfortunately, the automatic updater cannot reliable + determine relevant entries for this release. + +------------------------------------------------------------------- Old: ---- dlist-0.8.0.8.tar.gz New: ---- dlist-1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-dlist.spec ++++++ --- /var/tmp/diff_new_pack.YBhCuR/_old 2020-08-28 21:29:39.636561282 +0200 +++ /var/tmp/diff_new_pack.YBhCuR/_new 2020-08-28 21:29:39.640561284 +0200 @@ -19,7 +19,7 @@ %global pkg_name dlist %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.0.8 +Version: 1.0 Release: 0 Summary: Difference lists License: BSD-3-Clause @@ -33,9 +33,7 @@ %endif %description -Difference lists are a list-like type supporting O(1) append. This is -particularly useful for efficient logging and pretty printing (e.g. -with the Writer monad), where list append quickly becomes too expensive. +List-like types supporting O(1) append and snoc operations. %package devel Summary: Haskell %{pkg_name} library development files @@ -48,7 +46,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build @@ -66,9 +64,9 @@ %ghc_pkg_recache %files -f %{name}.files -%license LICENSE +%license license.md %files devel -f %{name}-devel.files -%doc ChangeLog.md README.md +%doc changelog.md readme.md %changelog ++++++ dlist-0.8.0.8.tar.gz -> dlist-1.0.tar.gz ++++++ ++++ 3419 lines of diff (skipped)
