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 2023-07-19 19:11:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old) and /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-blaze-markup" Wed Jul 19 19:11:06 2023 rev:27 rq:1099452 version:0.8.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes 2023-04-04 21:18:53.604606263 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.5570/ghc-blaze-markup.changes 2023-07-19 19:11:12.896770014 +0200 @@ -1,0 +2,6 @@ +Sun Jul 16 19:19:30 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update blaze-markup to version 0.8.2.8 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-blaze-markup.spec ++++++ --- /var/tmp/diff_new_pack.WxH31j/_old 2023-07-19 19:11:13.548773827 +0200 +++ /var/tmp/diff_new_pack.WxH31j/_new 2023-07-19 19:11:13.556773874 +0200 @@ -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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ blaze-markup.cabal ++++++ --- /var/tmp/diff_new_pack.WxH31j/_old 2023-07-19 19:11:13.592774085 +0200 +++ /var/tmp/diff_new_pack.WxH31j/_new 2023-07-19 19:11:13.596774108 +0200 @@ -1,6 +1,6 @@ Name: blaze-markup Version: 0.8.2.8 -x-revision: 4 +x-revision: 5 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3 @@ -20,9 +20,9 @@ Cabal-version: >= 1.10 Tested-with: - GHC == 9.6.1 - GHC == 9.4.4 - GHC == 9.2.7 + GHC == 9.6.2 + GHC == 9.4.5 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -53,7 +53,7 @@ base >= 4 && < 5, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 2.1, - bytestring >= 0.9 && < 0.12 + bytestring >= 0.9 && < 0.13 Test-suite blaze-markup-tests Type: exitcode-stdio-1.0