Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-serialise for openSUSE:Factory 
checked in at 2021-03-28 11:56:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-serialise (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-serialise.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-serialise"

Sun Mar 28 11:56:09 2021 rev:5 rq:881548 version:0.2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-serialise/ghc-serialise.changes      
2020-12-22 11:45:55.505836762 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-serialise.new.2401/ghc-serialise.changes    
2021-03-28 11:57:53.972305622 +0200
@@ -1,0 +2,6 @@
+Tue Mar 23 08:33:03 UTC 2021 - psim...@suse.com
+
+- Update serialise to version 0.2.3.0 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-serialise.spec ++++++
--- /var/tmp/diff_new_pack.pgMbGJ/_old  2021-03-28 11:57:54.900306443 +0200
+++ /var/tmp/diff_new_pack.pgMbGJ/_new  2021-03-28 11:57:54.900306443 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-serialise
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,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/1.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel

++++++ serialise.cabal ++++++
--- /var/tmp/diff_new_pack.pgMbGJ/_old  2021-03-28 11:57:55.004306535 +0200
+++ /var/tmp/diff_new_pack.pgMbGJ/_new  2021-03-28 11:57:55.004306535 +0200
@@ -1,6 +1,6 @@
 name:                serialise
 version:             0.2.3.0
-x-revision: 1
+x-revision: 2
 synopsis:            A binary serialisation library for Haskell values.
 description:
   This package (formerly @binary-serialise-cbor@) provides pure, efficient
@@ -31,7 +31,7 @@
 category:            Codec
 build-type:          Simple
 tested-with:
-  GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC 
== 8.6.5, GHC == 8.8.3, GHC == 8.10.1
+  GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC 
== 8.8.3, GHC == 8.10.1, GHC == 9.0.1
 
 extra-source-files:
   ChangeLog.md
@@ -65,11 +65,11 @@
 
   build-depends:
     array                   >= 0.4     && < 0.6,
-    base                    >= 4.7     && < 4.15,
-    bytestring              >= 0.10.4  && < 0.11,
+    base                    >= 4.7     && < 4.16,
+    bytestring              >= 0.10.4  && < 0.12,
     cborg                   == 0.2.*,
     containers              >= 0.5     && < 0.7,
-    ghc-prim                >= 0.3.1.0 && < 0.7,
+    ghc-prim                >= 0.3.1.0 && < 0.8,
     half                    >= 0.2.2.3 && < 0.4,
     hashable                >= 1.2     && < 2.0,
     primitive               >= 0.5     && < 0.8,
@@ -79,7 +79,7 @@
 
   if flag(newtime15)
     build-depends:
-      time                  >= 1.5     && < 1.11
+      time                  >= 1.5     && < 1.12
   else
     build-depends:
       time                  >= 1.4     && < 1.5,
@@ -117,19 +117,19 @@
     Tests.GeneralisedUTF8
 
   build-depends:
-    base                    >= 4.7     && < 4.15,
-    bytestring              >= 0.10.4  && < 0.11,
+    base                    >= 4.7     && < 4.16,
+    bytestring              >= 0.10.4  && < 0.12,
     directory               >= 1.0     && < 1.4,
     filepath                >= 1.0     && < 1.5,
     text                    >= 1.1     && < 1.3,
-    time                    >= 1.4     && < 1.11,
+    time                    >= 1.4     && < 1.12,
     containers              >= 0.5     && < 0.7,
     unordered-containers    >= 0.2     && < 0.3,
     primitive               >= 0.5     && < 0.8,
     cborg,
     serialise,
     QuickCheck              >= 2.9     && < 2.15,
-    tasty                   >= 0.11    && < 1.4,
+    tasty                   >= 0.11    && < 1.5,
     tasty-hunit             >= 0.9     && < 0.11,
     tasty-quickcheck        >= 0.8     && < 0.11,
     quickcheck-instances    >= 0.3.12  && < 0.4,
@@ -154,9 +154,9 @@
     Instances.Time
 
   build-depends:
-    base                    >= 4.7     && < 4.15,
+    base                    >= 4.7     && < 4.16,
     binary                  >= 0.7     && < 0.11,
-    bytestring              >= 0.10.4  && < 0.11,
+    bytestring              >= 0.10.4  && < 0.12,
     vector                  >= 0.10    && < 0.13,
     cborg,
     serialise,
@@ -166,7 +166,7 @@
 
   if flag(newtime15)
     build-depends:
-      time                  >= 1.5     && < 1.11
+      time                  >= 1.5     && < 1.12
   else
     build-depends:
       time                  >= 1.4     && < 1.5,
@@ -198,10 +198,10 @@
     SimpleVersus
 
   build-depends:
-    base                    >= 4.7     && < 4.15,
+    base                    >= 4.7     && < 4.16,
     binary                  >= 0.7     && < 0.11,
-    bytestring              >= 0.10.4  && < 0.11,
-    ghc-prim                >= 0.3.1.0 && < 0.7,
+    bytestring              >= 0.10.4  && < 0.12,
+    ghc-prim                >= 0.3.1.0 && < 0.8,
     vector                  >= 0.10    && < 0.13,
     cborg,
     serialise,
@@ -245,11 +245,11 @@
 
   build-depends:
     array                   >= 0.4     && < 0.6,
-    base                    >= 4.7     && < 4.15,
+    base                    >= 4.7     && < 4.16,
     binary                  >= 0.7     && < 0.11,
-    bytestring              >= 0.10.4  && < 0.11,
+    bytestring              >= 0.10.4  && < 0.12,
     directory               >= 1.0     && < 1.4,
-    ghc-prim                >= 0.3.1.0 && < 0.7,
+    ghc-prim                >= 0.3.1.0 && < 0.8,
     fail                    >= 4.9.0.0 && < 4.10,
     text                    >= 1.1     && < 1.3,
     vector                  >= 0.10    && < 0.13,
@@ -271,7 +271,7 @@
 
   if flag(newtime15)
     build-depends:
-      time                  >= 1.5     && < 1.11
+      time                  >= 1.5     && < 1.12
   else
     build-depends:
       time                  >= 1.4     && < 1.5,

Reply via email to