diff --git a/conduit-extra-1.3.4.tar.gz b/conduit-extra-1.3.4.tar.gz new file mode 100644 index 0000000..4377758 --- /dev/null +++ b/conduit-extra-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17381c259305eaa1752cbaedf2319757efc1b975633d73d5ab7c89d461b05b5 +size 33170 diff --git a/conduit-extra-1.3.5.tar.gz b/conduit-extra-1.3.5.tar.gz deleted file mode 100644 index 6656e5a..0000000 --- a/conduit-extra-1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a648dee203c01e647fa386bfe7a5b293ce552f8b5cab9c0dd5cb71c7cd012d9 -size 33189 diff --git a/ghc-conduit-extra.changes b/ghc-conduit-extra.changes index 8b3e1f1..d983494 100644 --- a/ghc-conduit-extra.changes +++ b/ghc-conduit-extra.changes @@ -1,21 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:44:24 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:13:55 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. - -------------------------------------------------------------------- -Wed May 6 06:54:14 UTC 2020 - psimons@suse.com - -- Update conduit-extra to version 1.3.5. - ## 1.3.5 - - * Add `createSinkClose` - ------------------------------------------------------------------- Fri Nov 8 16:13:27 UTC 2019 - Peter Simons diff --git a/ghc-conduit-extra.spec b/ghc-conduit-extra.spec index 7d6b118..84a398f 100644 --- a/ghc-conduit-extra.spec +++ b/ghc-conduit-extra.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-conduit-extra # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 conduit-extra %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.5 +Version: 1.3.4 Release: 0 Summary: Batteries included conduit: adapters for common libraries License: MIT @@ -69,7 +69,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build