Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unix-bytestring for
openSUSE:Factory checked in at 2022-10-13 15:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unix-bytestring (Old)
and /work/SRC/openSUSE:Factory/.ghc-unix-bytestring.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unix-bytestring"
Thu Oct 13 15:43:28 2022 rev:5 rq:1008540 version:0.3.7.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unix-bytestring/ghc-unix-bytestring.changes
2022-08-10 17:14:37.837916379 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unix-bytestring.new.2275/ghc-unix-bytestring.changes
2022-10-13 15:43:44.870925639 +0200
@@ -1,0 +2,7 @@
+Sun Aug 28 23:08:38 UTC 2022 - Peter Simons <[email protected]>
+
+- Update unix-bytestring to version 0.3.7.8.
+ 0.3.7.8 (2022-08-28):
+ - Updated version bounds for GHC 9.4
+
+-------------------------------------------------------------------
Old:
----
unix-bytestring-0.3.7.7.tar.gz
New:
----
unix-bytestring-0.3.7.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unix-bytestring.spec ++++++
--- /var/tmp/diff_new_pack.9o79fV/_old 2022-10-13 15:43:45.502926874 +0200
+++ /var/tmp/diff_new_pack.9o79fV/_new 2022-10-13 15:43:45.514926897 +0200
@@ -18,7 +18,7 @@
%global pkg_name unix-bytestring
Name: ghc-%{pkg_name}
-Version: 0.3.7.7
+Version: 0.3.7.8
Release: 0
Summary: Unix/Posix-specific functions for ByteStrings
License: BSD-3-Clause
++++++ unix-bytestring-0.3.7.7.tar.gz -> unix-bytestring-0.3.7.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unix-bytestring-0.3.7.7/CHANGELOG
new/unix-bytestring-0.3.7.8/CHANGELOG
--- old/unix-bytestring-0.3.7.7/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
+++ new/unix-bytestring-0.3.7.8/CHANGELOG 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,5 @@
+0.3.7.8 (2022-08-28):
+ - Updated version bounds for GHC 9.4
0.3.7.7 (2022-05-25):
- Updated the `alignment` macro to avoid warnings on hsc2hs-0.68
(ghc-8.0); also fixing cross-compilation for Arm AArch64:
*
<https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/8.0#hsc2hs-defines-an-alignment-macro>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unix-bytestring-0.3.7.7/unix-bytestring.cabal
new/unix-bytestring-0.3.7.8/unix-bytestring.cabal
--- old/unix-bytestring-0.3.7.7/unix-bytestring.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/unix-bytestring-0.3.7.8/unix-bytestring.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -6,11 +6,11 @@
-- <https://github.com/haskell/cabal/issues/4899>
----------------------------------------------------------------
--- wren gayle romano <[email protected]> ~ 2022.05.25
+-- wren gayle romano <[email protected]> ~ 2022.08.28
----------------------------------------------------------------
Name: unix-bytestring
-Version: 0.3.7.7
+Version: 0.3.7.8
Build-Type: Simple
Stability: provisional
Homepage: https://wrengr.org/software/hackage.html
@@ -50,7 +50,8 @@
GHC ==8.8.4,
GHC ==8.10.3,
GHC ==9.0.1,
- GHC ==9.2.1
+ GHC ==9.2.4,
+ GHC ==9.4.1
Source-Repository head
Type: git
@@ -72,7 +73,7 @@
-- them on our own for better backwards compatibility.
--
-- Not sure what the real minbound is on bytestring...
- Build-Depends: base >= 4.1 && < 4.17
+ Build-Depends: base >= 4.1 && < 4.18
, bytestring >= 0.9.1.5 && < 0.12
----------------------------------------------------------------