Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-blaze-builder for 
openSUSE:Factory checked in at 2025-09-01 17:18:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-builder (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-blaze-builder.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-blaze-builder"

Mon Sep  1 17:18:32 2025 rev:23 rq:1302174 version:0.4.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-builder/ghc-blaze-builder.changes      
2025-08-03 13:38:14.233508066 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-builder.new.1977/ghc-blaze-builder.changes
    2025-09-01 17:19:16.329689081 +0200
@@ -1,0 +2,8 @@
+Fri Aug 29 05:39:51 UTC 2025 - Peter Simons <[email protected]>
+
+- Update blaze-builder to version 0.4.4.1.
+  * 0.4.4.1 2025-08-28
+    - Drop unused dependency `deepseq`
+    - Tested with GHC 8.0 - 9.14 alpha1
+
+-------------------------------------------------------------------

Old:
----
  blaze-builder-0.4.4.tar.gz

New:
----
  blaze-builder-0.4.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-blaze-builder.spec ++++++
--- /var/tmp/diff_new_pack.E0Khaq/_old  2025-09-01 17:19:16.837710590 +0200
+++ /var/tmp/diff_new_pack.E0Khaq/_new  2025-09-01 17:19:16.841710760 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.4.4
+Version:        0.4.4.1
 Release:        0
 Summary:        Efficient buffered output
 License:        BSD-3-Clause
@@ -31,8 +31,6 @@
 BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-bytestring-prof
-BuildRequires:  ghc-deepseq-devel
-BuildRequires:  ghc-deepseq-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-text-prof

++++++ blaze-builder-0.4.4.tar.gz -> blaze-builder-0.4.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-builder-0.4.4/Blaze/ByteString/Builder/HTTP.hs 
new/blaze-builder-0.4.4.1/Blaze/ByteString/Builder/HTTP.hs
--- old/blaze-builder-0.4.4/Blaze/ByteString/Builder/HTTP.hs    2001-09-09 
03:46:40.000000000 +0200
+++ new/blaze-builder-0.4.4.1/Blaze/ByteString/Builder/HTTP.hs  2001-09-09 
03:46:40.000000000 +0200
@@ -44,7 +44,8 @@
 shiftr_w32 :: Word32 -> Int -> Word32
 
 #if defined(__GLASGOW_HASKELL__) && !defined(__HADDOCK__)
-#if MIN_VERSION_ghc_prim(0,8,0)
+#if MIN_VERSION_base(4,16,0)
+-- base >= 4.16 proxy for GHC >= 9.2 which fixes ghc-prim >= 0.8
 shiftr_w32 (W32# w) (I# i) = W32# (wordToWord32# ((word32ToWord# w) 
`uncheckedShiftRL#` i))
 #else
 shiftr_w32 (W32# w) (I# i) = W32# (w `uncheckedShiftRL#`   i)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-builder-0.4.4/CHANGELOG.md 
new/blaze-builder-0.4.4.1/CHANGELOG.md
--- old/blaze-builder-0.4.4/CHANGELOG.md        2001-09-09 03:46:40.000000000 
+0200
+++ new/blaze-builder-0.4.4.1/CHANGELOG.md      2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,7 @@
+* 0.4.4.1 2025-08-28
+  - Drop unused dependency `deepseq`
+  - Tested with GHC 8.0 - 9.14 alpha1
+
 * 0.4.4 2025-07-31
   - Optimization:
     `Blaze.ByteString.Builder.Char.Utf8.fromText = 
Data.Text.Encoding.encodeUtf8Builder`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-builder-0.4.4/blaze-builder.cabal 
new/blaze-builder-0.4.4.1/blaze-builder.cabal
--- old/blaze-builder-0.4.4/blaze-builder.cabal 2001-09-09 03:46:40.000000000 
+0200
+++ new/blaze-builder-0.4.4.1/blaze-builder.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 Cabal-version:       1.18
 Name:                blaze-builder
-Version:             0.4.4
+Version:             0.4.4.1
 Synopsis:            Efficient buffered output.
 
 Description:
@@ -33,6 +33,7 @@
 Build-type:          Simple
 
 Tested-with:
+  GHC == 9.14.1
   GHC == 9.12.2
   GHC == 9.10.2
   GHC == 9.8.4
@@ -84,8 +85,6 @@
   build-depends:
       base       >= 4.9    && < 5
     , bytestring >= 0.10.4 && < 1
-    , deepseq
-    , ghc-prim
     , text       >= 1.1.2  && < 3
 
   ghc-options:

Reply via email to