Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-splitmix for openSUSE:Factory 
checked in at 2023-01-18 13:10:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-splitmix (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-splitmix.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-splitmix"

Wed Jan 18 13:10:39 2023 rev:14 rq:1059112 version:0.1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-splitmix/ghc-splitmix.changes        
2022-10-13 15:43:16.750870745 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-splitmix.new.32243/ghc-splitmix.changes     
2023-01-18 13:11:03.732907271 +0100
@@ -1,0 +2,6 @@
+Sun Jan 15 19:14:11 UTC 2023 - Peter Simons <[email protected]>
+
+- Update splitmix to version 0.1.0.4 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-splitmix.spec ++++++
--- /var/tmp/diff_new_pack.os0EWV/_old  2023-01-18 13:11:04.292909441 +0100
+++ /var/tmp/diff_new_pack.os0EWV/_new  2023-01-18 13:11:04.300909472 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-splitmix
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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-deepseq-devel
 BuildRequires:  ghc-rpm-macros

++++++ splitmix.cabal ++++++
--- /var/tmp/diff_new_pack.os0EWV/_old  2023-01-18 13:11:04.344909642 +0100
+++ /var/tmp/diff_new_pack.os0EWV/_new  2023-01-18 13:11:04.348909658 +0100
@@ -1,7 +1,7 @@
 cabal-version:      >=1.10
 name:               splitmix
 version:            0.1.0.4
-x-revision:         1
+x-revision:         2
 synopsis:           Fast Splittable PRNG
 description:
   Pure Haskell implementation of SplitMix described in
@@ -47,8 +47,9 @@
      || ==8.8.4
      || ==8.10.4
      || ==9.0.2
-     || ==9.2.4
-     || ==9.4.1
+     || ==9.2.5
+     || ==9.4.4
+     || ==9.6.1
   , GHCJS ==8.4
 
 extra-source-files:
@@ -79,7 +80,7 @@
   -- ghc-options: -fplugin=DumpCore -fplugin-opt DumpCore:core-html
 
   build-depends:
-      base     >=4.3     && <4.18
+      base     >=4.3     && <4.19
     , deepseq  >=1.3.0.0 && <1.5
 
   if flag(optimised-mixer)

Reply via email to