diff --git a/extra-1.7.4.tar.gz b/extra-1.7.4.tar.gz deleted file mode 100644 index 770ff77..0000000 --- a/extra-1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee1d5ab0bf09a4e55f59c42a77f9ff3f4c9e96f000efb850847dfd1e246966d -size 42476 diff --git a/extra-1.7.6.tar.gz b/extra-1.7.6.tar.gz new file mode 100644 index 0000000..3edb93b --- /dev/null +++ b/extra-1.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53abe2e7b5c28b6143805c5e2b6dbe85ce6b381f003d4d7e5f8aaecc10e2b8d5 +size 43033 diff --git a/ghc-extra.changes b/ghc-extra.changes index 25ffc77..b50ad4b 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Aug 22 02:01:49 UTC 2020 - psimons@suse.com + +- Update extra to version 1.7.6. + 1.7.6, released 2020-08-21 + #66, add lots of functions to Data.Foldable.Extra (anyM etc) + +------------------------------------------------------------------- +Tue Aug 18 10:44:48 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Thu Aug 13 02:00:26 UTC 2020 - psimons@suse.com + +- Update extra to version 1.7.5. + 1.7.5, released 2020-08-12 + #65, add Data.Foldable.Extra + #65, add sum', product', sumOn' and productOn' + ------------------------------------------------------------------- Thu Jul 16 02:00:23 UTC 2020 - psimons@suse.com diff --git a/ghc-extra.spec b/ghc-extra.spec index 496686f..843031c 100644 --- a/ghc-extra.spec +++ b/ghc-extra.spec @@ -19,7 +19,7 @@ %global pkg_name extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.7.4 +Version: 1.7.6 Release: 0 Summary: Extra functions I use License: BSD-3-Clause @@ -60,7 +60,7 @@ Requires(postun): ghc-compiler = %{ghc_version} 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