Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-split"

Thu Oct 13 15:43:04 2022 rev:28 rq:1008517 version:0.2.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-split/ghc-split.changes      2022-02-15 
23:57:58.324327129 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-split.new.2275/ghc-split.changes    
2022-10-13 15:43:15.782868857 +0200
@@ -1,0 +2,13 @@
+Thu Aug 11 16:02:17 UTC 2022 - Peter Simons <psim...@suse.com>
+
+- Update split to version 0.2.3.5.
+  * 0.2.3.5 (11 August 2022)
+
+    - Change base upper bound to < 5.
+    - Test with GHC 9.2 and 9.4.
+
+  * 0.2.3.4-r1 (22 February 2021)
+
+    - Allow base-4.15 for GHC-9.0
+
+-------------------------------------------------------------------

Old:
----
  split-0.2.3.4.tar.gz
  split.cabal

New:
----
  split-0.2.3.5.tar.gz

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

Other differences:
------------------
++++++ ghc-split.spec ++++++
--- /var/tmp/diff_new_pack.CBhPvF/_old  2022-10-13 15:43:16.326869918 +0200
+++ /var/tmp/diff_new_pack.CBhPvF/_new  2022-10-13 15:43:16.334869933 +0200
@@ -19,13 +19,12 @@
 %global pkg_name split
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.4
+Version:        0.2.3.5
 Release:        0
 Summary:        Combinator library for splitting lists
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 ExcludeArch:    %{ix86}
@@ -63,8 +62,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-find . -type f -exec chmod -x {} +
 
 %build
 %ghc_lib_build

++++++ split-0.2.3.4.tar.gz -> split-0.2.3.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.4/CHANGES new/split-0.2.3.5/CHANGES
--- old/split-0.2.3.4/CHANGES   2001-09-09 03:46:40.000000000 +0200
+++ new/split-0.2.3.5/CHANGES   2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,12 @@
+* 0.2.3.5 (11 August 2022)
+
+  - Change base upper bound to < 5.
+  - Test with GHC 9.2 and 9.4.
+
+* 0.2.3.4-r1 (22 February 2021)
+
+  - Allow base-4.15 for GHC-9.0
+
 * 0.2.3.4 (22 February 2020)
 
   - Allow base-4.14 for GHC-8.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.4/README new/split-0.2.3.5/README
--- old/split-0.2.3.4/README    2001-09-09 03:46:40.000000000 +0200
+++ new/split-0.2.3.5/README    2001-09-09 03:46:40.000000000 +0200
@@ -9,7 +9,7 @@
 
   There are no dependencies other than the base package.
   Data.List.Split has been tested with versions of GHC from 6.8.3 up
-  through 8.0.1.  It is completely Haskell2010 (probably also
+  through 9.0.1.  It is completely Haskell2010 (probably also
   Haskell98) compliant, so it probably builds with other compilers as
   well.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.4/split.cabal 
new/split-0.2.3.5/split.cabal
--- old/split-0.2.3.4/split.cabal       2001-09-09 03:46:40.000000000 +0200
+++ new/split-0.2.3.5/split.cabal       2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                split
-Version:             0.2.3.4
+Version:             0.2.3.5
 Stability:           stable
 
 Description:         A collection of various methods for splitting
@@ -35,7 +35,23 @@
 Category:            List
 Build-type:          Simple
 Cabal-Version:       >= 1.10
-Tested-with:         GHC ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 
|| ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.2 || ==8.10.1
+Tested-with:
+  GHC == 7.0.4
+  GHC == 7.2.2
+  GHC == 7.4.2
+  GHC == 7.6.3
+  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.4
+  GHC == 8.10.7
+  GHC == 9.0.1
+  GHC == 9.2.4
+  GHC == 9.4.1
+
 Bug-reports:         https://github.com/byorgey/split/issues
 
 Test-suite split-tests
@@ -51,7 +67,7 @@
 
 Library
   ghc-options:       -Wall
-  build-depends:     base < 4.15
+  build-depends:     base < 5
   exposed-modules:   Data.List.Split, Data.List.Split.Internals
   default-language:  Haskell2010
   Hs-source-dirs:    src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.4/test/Properties.hs 
new/split-0.2.3.5/test/Properties.hs
--- old/split-0.2.3.4/test/Properties.hs        2001-09-09 03:46:40.000000000 
+0200
+++ new/split-0.2.3.5/test/Properties.hs        2001-09-09 03:46:40.000000000 
+0200
@@ -368,7 +368,7 @@
   where
     -- Chop off the smallest possible tail of elems to make the length
     -- evenly divisible by n.  This property used to have a
-    -- precondition (length elemens `mod` n == 0), but that led to too
+    -- precondition (length elements `mod` n == 0), but that led to too
     -- many discarded test cases and occasional test suite failures.
     elems' = take ((length elems `div` n) * n) elems
 

Reply via email to