diff --git a/extra-1.7.1.tar.gz b/extra-1.7.1.tar.gz deleted file mode 100644 index 1c62109..0000000 --- a/extra-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a47f452a8b012973bff015facefff28d0bbc39910dadcaac9e1b35dbd2ee507f -size 41439 diff --git a/extra-1.7.3.tar.gz b/extra-1.7.3.tar.gz new file mode 100644 index 0000000..dc11d91 --- /dev/null +++ b/extra-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1a3930fa8f28acaec5a2a7657f5249310a2973bd056c8fcbe28ff98d27bca5 +size 42028 diff --git a/ghc-extra.changes b/ghc-extra.changes index 506ef3b..fd7c764 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 9 09:10:56 UTC 2020 - psimons@suse.com + +- Update extra to version 1.7.3. + 1.7.3, released 2020-05-30 + #58, add disjointOrd and disjointOrdBy + 1.7.2, released 2020-05-25 + #56, add zipWithLongest + #57, make duration in MonadIO + Simplify and optimise Barrier + Mark modules that are empty as DEPRECATED + Remove support for GHC 7.10 + ------------------------------------------------------------------- Wed May 6 06:54:11 UTC 2020 - psimons@suse.com diff --git a/ghc-extra.spec b/ghc-extra.spec index 8bce6b5..d824482 100644 --- a/ghc-extra.spec +++ b/ghc-extra.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-extra # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.7.1 +Version: 1.7.3 Release: 0 Summary: Extra functions I use License: BSD-3-Clause @@ -31,7 +31,6 @@ BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-process-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-semigroups-devel BuildRequires: ghc-time-devel BuildRequires: ghc-unix-devel %if %{with tests}