Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-os-string for openSUSE:Factory 
checked in at 2024-05-17 20:05:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-os-string (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-os-string.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-os-string"

Fri May 17 20:05:41 2024 rev:2 rq:1174691 version:2.0.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-os-string/ghc-os-string.changes      
2024-05-03 19:47:12.210640008 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-os-string.new.1880/ghc-os-string.changes    
2024-05-17 20:06:58.035294458 +0200
@@ -1,0 +2,8 @@
+Thu May  9 17:58:32 UTC 2024 - Peter Simons <psim...@suse.com>
+
+- Update os-string to version 2.0.2.2.
+  ## 2.0.2.2 *May 2024*
+
+  * Fix compilation on big-endian arches, by Andrew Lelechenko
+
+-------------------------------------------------------------------

Old:
----
  os-string-2.0.2.1.tar.gz

New:
----
  os-string-2.0.2.2.tar.gz

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

Other differences:
------------------
++++++ ghc-os-string.spec ++++++
--- /var/tmp/diff_new_pack.VihiPz/_old  2024-05-17 20:07:00.287375834 +0200
+++ /var/tmp/diff_new_pack.VihiPz/_new  2024-05-17 20:07:00.291375979 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.0.2.1
+Version:        2.0.2.2
 Release:        0
 Summary:        Library for manipulating Operating system strings
 License:        BSD-3-Clause

++++++ os-string-2.0.2.1.tar.gz -> os-string-2.0.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/os-string-2.0.2.1/System/OsString/Data/ByteString/Short/Internal.hs 
new/os-string-2.0.2.2/System/OsString/Data/ByteString/Short/Internal.hs
--- old/os-string-2.0.2.1/System/OsString/Data/ByteString/Short/Internal.hs     
2001-09-09 03:46:40.000000000 +0200
+++ new/os-string-2.0.2.2/System/OsString/Data/ByteString/Short/Internal.hs     
2001-09-09 03:46:40.000000000 +0200
@@ -311,7 +311,11 @@
 word16ToLE#, word16FromLE# :: Word# -> Word#
 #endif
 #ifdef WORDS_BIGENDIAN
+#if MIN_VERSION_base(4,16,0)
+word16ToLE# w = wordToWord16# (byteSwap16# (word16ToWord# w))
+#else
 word16ToLE# = byteSwap16#
+#endif
 #else
 word16ToLE# w# = w#
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-string-2.0.2.1/changelog.md 
new/os-string-2.0.2.2/changelog.md
--- old/os-string-2.0.2.1/changelog.md  2001-09-09 03:46:40.000000000 +0200
+++ new/os-string-2.0.2.2/changelog.md  2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,9 @@
 # Changelog for [`os-string` 
package](http://hackage.haskell.org/package/os-string)
 
+## 2.0.2.2 *May 2024*
+
+* Fix compilation on big-endian arches, by Andrew Lelechenko
+
 ## 2.0.2.1 *Apr 2024*
 
 * Fix compabitiliby with GHC 9.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-string-2.0.2.1/os-string.cabal 
new/os-string-2.0.2.2/os-string.cabal
--- old/os-string-2.0.2.1/os-string.cabal       2001-09-09 03:46:40.000000000 
+0200
+++ new/os-string-2.0.2.2/os-string.cabal       2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               os-string
-version:            2.0.2.1
+version:            2.0.2.2
 
 -- NOTE: Don't forget to update ./changelog.md
 license:            BSD-3-Clause

Reply via email to