diff --git a/blaze-markup-0.8.2.3.tar.gz b/blaze-markup-0.8.2.3.tar.gz new file mode 100644 index 0000000..4018ea9 --- /dev/null +++ b/blaze-markup-0.8.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f8b0ed5310e3c2e49abcc9273728555655ec5f13f3f0e1f7cd1da9ad3a35bd +size 14489 diff --git a/blaze-markup-0.8.2.7.tar.gz b/blaze-markup-0.8.2.7.tar.gz deleted file mode 100644 index eeec9cf..0000000 --- a/blaze-markup-0.8.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b6489ed422d98e4372f41be1f40f772b8d4ed925f3203b36be4078d918c8ee4 -size 14571 diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index 93b2d1b..4bd1f58 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,33 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:44:10 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Wed Jul 1 02:00:30 UTC 2020 - psimons@suse.com - -- Update blaze-markup to version 0.8.2.7. - - 0.8.2.7 (2020-06-30) - * Bump Cabal version lower bound to 1.10 - - - 0.8.2.6 (2020-06-30) - * Bump `tasty` upper bound to 1.4 - -------------------------------------------------------------------- -Tue Jun 16 11:13:50 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. - -------------------------------------------------------------------- -Wed May 6 06:52:11 UTC 2020 - psimons@suse.com - -- Update blaze-markup to version 0.8.2.5. - - 0.8.2.5 (2020-04-20) - * Bump `base` upper bound to 4.15 - - - 0.8.2.4 (2020-03-29) - * Bump `QuickCheck` upper bound to 2.15 - ------------------------------------------------------------------- Fri Nov 8 16:13:21 UTC 2019 - Peter Simons diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 3a52d8d..82c2add 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-blaze-markup # -# 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 blaze-markup %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.2.7 +Version: 0.8.2.3 Release: 0 Summary: A blazingly fast markup combinator library for Haskell License: BSD-3-Clause @@ -55,7 +55,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