From df9dc2946d2889b666264232202a1820145f6631aacc1c0888a4ffdd7555f26e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 9 Feb 2022 13:44:52 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-blaze-markup revision:20, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=67 --- blaze-markup.cabal | 6 +++--- ghc-blaze-markup.changes | 6 ++++++ ghc-blaze-markup.spec | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/blaze-markup.cabal b/blaze-markup.cabal index 82507d1..8ecf3c2 100644 --- a/blaze-markup.cabal +++ b/blaze-markup.cabal @@ -1,6 +1,6 @@ Name: blaze-markup Version: 0.8.2.8 -x-revision: 1 +x-revision: 2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3 @@ -42,7 +42,7 @@ Library Build-depends: base >= 4 && < 4.17, blaze-builder >= 0.3 && < 0.5, - text >= 0.10 && < 1.3, + text >= 0.10 && < 2.1, bytestring >= 0.9 && < 0.12 Test-suite blaze-markup-tests @@ -72,7 +72,7 @@ Test-suite blaze-markup-tests -- Copied from regular dependencies... base >= 4 && < 4.17, blaze-builder >= 0.3 && < 0.5, - text >= 0.10 && < 1.3, + text >= 0.10 && < 2.1, bytestring >= 0.9 && < 0.12 Source-repository head diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index 71a0c8d..c228d8b 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:36 UTC 2022 - psimons@suse.com + +- Update blaze-markup to version 0.8.2.8 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Nov 1 08:31:25 UTC 2021 - psimons@suse.com diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 86272b3..8b7ac6b 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-blaze-markup # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: A blazingly fast markup combinator library for Haskell License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel From 9322f2153f2b517b1266e05df1b8ed91850660ff02a3b7570e40b636eae6c974 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Feb 2022 02:01:42 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-blaze-markup revision:21, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=68 --- ghc-blaze-markup.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index c228d8b..9545c26 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Feb 4 12:15:36 UTC 2022 - psimons@suse.com +Thu Feb 3 22:11:41 UTC 2022 - Peter Simons - Update blaze-markup to version 0.8.2.8 revision 2. Upstream has revised the Cabal build instructions on Hackage.