From 5212dc57199e2adbf8255d1dd76a579b3e790f42cece5c66f7d411296e21b4ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:10 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-blaze-markup revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=59 --- blaze-markup-0.8.2.3.tar.gz | 3 --- blaze-markup-0.8.2.7.tar.gz | 3 +++ ghc-blaze-markup.changes | 30 ++++++++++++++++++++++++++++++ ghc-blaze-markup.spec | 6 +++--- 4 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 blaze-markup-0.8.2.3.tar.gz create mode 100644 blaze-markup-0.8.2.7.tar.gz diff --git a/blaze-markup-0.8.2.3.tar.gz b/blaze-markup-0.8.2.3.tar.gz deleted file mode 100644 index 4018ea9..0000000 --- a/blaze-markup-0.8.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 new file mode 100644 index 0000000..eeec9cf --- /dev/null +++ b/blaze-markup-0.8.2.7.tar.gz @@ -0,0 +1,3 @@ +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 4bd1f58..93b2d1b 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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 82c2add..3a52d8d 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-blaze-markup # -# Copyright (c) 2019 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 blaze-markup %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.2.3 +Version: 0.8.2.7 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 -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build