Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-memory for openSUSE:Factory 
checked in at 2022-10-13 15:42:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-memory (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-memory.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-memory"

Thu Oct 13 15:42:29 2022 rev:24 rq:1008488 version:0.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-memory/ghc-memory.changes    2022-08-01 
21:29:01.061418700 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-memory.new.2275/ghc-memory.changes  
2022-10-13 15:42:36.398791974 +0200
@@ -1,0 +2,11 @@
+Mon Sep  5 01:54:53 UTC 2022 - Peter Simons <[email protected]>
+
+- Update memory to version 0.18.0.
+  ## 0.18
+
+  * drop support for ghc < 8.8
+  * compat with ghc 9.4
+
+  ## ...
+
+-------------------------------------------------------------------

Old:
----
  memory-0.17.0.tar.gz

New:
----
  memory-0.18.0.tar.gz

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

Other differences:
------------------
++++++ ghc-memory.spec ++++++
--- /var/tmp/diff_new_pack.4S4I7Y/_old  2022-10-13 15:42:38.130795354 +0200
+++ /var/tmp/diff_new_pack.4S4I7Y/_new  2022-10-13 15:42:38.138795370 +0200
@@ -19,7 +19,7 @@
 %global pkg_name memory
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.17.0
+Version:        0.18.0
 Release:        0
 Summary:        Memory and related abstraction stuff
 License:        BSD-3-Clause

++++++ memory-0.17.0.tar.gz -> memory-0.18.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.17.0/CHANGELOG.md 
new/memory-0.18.0/CHANGELOG.md
--- old/memory-0.17.0/CHANGELOG.md      2021-05-08 16:15:30.000000000 +0200
+++ new/memory-0.18.0/CHANGELOG.md      2022-09-05 03:53:49.000000000 +0200
@@ -1,3 +1,10 @@
+## 0.18
+
+* drop support for ghc < 8.8
+* compat with ghc 9.4
+
+## ...
+
 ## 0.14.18
 
 * Branch/Release Snafu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.17.0/Data/ByteArray/Encoding.hs 
new/memory-0.18.0/Data/ByteArray/Encoding.hs
--- old/memory-0.17.0/Data/ByteArray/Encoding.hs        2020-01-07 
09:21:18.000000000 +0100
+++ new/memory-0.18.0/Data/ByteArray/Encoding.hs        2022-09-05 
03:50:01.000000000 +0200
@@ -38,7 +38,7 @@
 -- requires a newline at least every 76 encoded characters, which works around
 -- limitations of older email programs that could not handle long lines.
 -- Be aware that other languages, such as Ruby, encode the RFC 2045 version
--- by default. To decode their ouput, remove all newlines before decoding.
+-- by default. To decode their output, remove all newlines before decoding.
 --
 -- ==== Examples
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.17.0/Data/ByteArray/MemView.hs 
new/memory-0.18.0/Data/ByteArray/MemView.hs
--- old/memory-0.17.0/Data/ByteArray/MemView.hs 2019-09-02 04:59:04.000000000 
+0200
+++ new/memory-0.18.0/Data/ByteArray/MemView.hs 2022-09-05 03:50:01.000000000 
+0200
@@ -32,7 +32,7 @@
 
 -- | Increase the memory view while reducing the size of the window
 --
--- this is useful as an abtraction to represent the current offset
+-- this is useful as an abstraction to represent the current offset
 -- in a buffer, and the remaining bytes left.
 memViewPlus :: MemView -> Int -> MemView
 memViewPlus (MemView p len) n = MemView (p `plusPtr` n) (len - n)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.17.0/Data/Memory/Internal/CompatPrim64.hs 
new/memory-0.18.0/Data/Memory/Internal/CompatPrim64.hs
--- old/memory-0.17.0/Data/Memory/Internal/CompatPrim64.hs      2019-09-02 
04:59:04.000000000 +0200
+++ new/memory-0.18.0/Data/Memory/Internal/CompatPrim64.hs      2022-09-05 
03:50:01.000000000 +0200
@@ -63,6 +63,7 @@
 type Word64# = Word#
 type Int64# = Int#
 
+#if __GLASGOW_HASKELL__ < 904
 eqWord64# :: Word64# -> Word64# -> OutBool
 eqWord64# = eqWord#
 
@@ -143,6 +144,7 @@
 
 timesWord64# :: Word64# -> Word64# -> Word64#
 timesWord64# = timesWord#
+#endif
 
 w64# :: Word# -> Word# -> Word# -> Word64#
 w64# w _ _ = w
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/memory-0.17.0/memory.cabal 
new/memory-0.18.0/memory.cabal
--- old/memory-0.17.0/memory.cabal      2022-03-10 01:59:36.000000000 +0100
+++ new/memory-0.18.0/memory.cabal      2022-09-05 03:53:17.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                memory
-version:             0.17.0
+version:             0.18.0
 Synopsis:            memory and related abstraction stuff
 Description:
     Chunk of memory, polymorphic byte array management and manipulation
@@ -69,7 +69,7 @@
                      Data.ByteArray.Methods
                      Data.ByteArray.MemView
                      Data.ByteArray.View
-  if impl(ghc < 8.0)
+  if impl(ghc < 8.8)
     buildable: False
   else
     build-depends:   base
@@ -106,7 +106,7 @@
   Other-modules:     Imports
                      SipHash
                      Utils
-  if impl(ghc < 8.0)
+  if impl(ghc < 8.8)
     buildable: False
   else
     build-depends:   base

Reply via email to