Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-blaze-markup for
openSUSE:Factory checked in at 2024-07-22 17:16:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
and /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-blaze-markup"
Mon Jul 22 17:16:06 2024 rev:30 rq:1188623 version:0.8.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes
2023-10-08 12:21:46.837626209 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.17339/ghc-blaze-markup.changes
2024-07-22 17:16:37.645987423 +0200
@@ -1,0 +2,6 @@
+Thu Jul 4 12:01:48 UTC 2024 - Peter Simons <[email protected]>
+
+- Update blaze-markup to version 0.8.3.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-blaze-markup.spec ++++++
--- /var/tmp/diff_new_pack.HDo7kW/_old 2024-07-22 17:16:39.350055989 +0200
+++ /var/tmp/diff_new_pack.HDo7kW/_new 2024-07-22 17:16:39.350055989 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-markup
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
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-base-devel
BuildRequires: ghc-base-prof
++++++ blaze-markup.cabal ++++++
--- /var/tmp/diff_new_pack.HDo7kW/_old 2024-07-22 17:16:39.394057759 +0200
+++ /var/tmp/diff_new_pack.HDo7kW/_new 2024-07-22 17:16:39.398057921 +0200
@@ -1,7 +1,7 @@
Cabal-version: >= 1.10
Name: blaze-markup
Version: 0.8.3.0
-x-revision: 1
+x-revision: 2
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
License: BSD3
@@ -20,9 +20,10 @@
Build-type: Simple
Tested-with:
- GHC == 9.8.0
- GHC == 9.6.3
- GHC == 9.4.7
+ GHC == 9.10.1
+ GHC == 9.8.2
+ GHC == 9.6.6
+ GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
@@ -31,7 +32,6 @@
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
- GHC == 7.10.3
Extra-source-files:
CHANGELOG
@@ -74,17 +74,17 @@
Build-depends:
-- Copied from regular dependencies...
- base
- , blaze-builder
- , text
- , bytestring
+ base >= 4 && < 5
+ , blaze-builder >= 0.3 && < 0.5
+ , text >= 0.10 && < 2.2
+ , bytestring >= 0.9 && < 0.13
-- Extra dependencies
, HUnit >= 1.2 && < 1.7
- , QuickCheck >= 2.7 && < 2.15
+ , QuickCheck >= 2.7 && < 3
, containers >= 0.3 && < 0.8
, tasty >= 1.0 && < 1.6
, tasty-hunit >= 0.10 && < 0.11
- , tasty-quickcheck >= 0.10 && < 0.11
+ , tasty-quickcheck >= 0.10 && < 1
Source-repository head
Type: git