Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-unicode-collation for 
openSUSE:Factory checked in at 2023-12-28 23:03:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-collation (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-unicode-collation"

Thu Dec 28 23:03:06 2023 rev:7 rq:1135402 version:0.1.3.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-unicode-collation/ghc-unicode-collation.changes  
    2023-09-04 22:54:43.334185363 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.28375/ghc-unicode-collation.changes
   2023-12-28 23:04:50.765860210 +0100
@@ -1,0 +2,9 @@
+Wed Dec 20 19:13:59 UTC 2023 - Peter Simons <[email protected]>
+
+- Update unicode-collation to version 0.1.3.6.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/unicode-collation-0.1.3.6/src/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  unicode-collation-0.1.3.5.tar.gz

New:
----
  unicode-collation-0.1.3.6.tar.gz

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

Other differences:
------------------
++++++ ghc-unicode-collation.spec ++++++
--- /var/tmp/diff_new_pack.ZIeqpL/_old  2023-12-28 23:04:51.245877754 +0100
+++ /var/tmp/diff_new_pack.ZIeqpL/_new  2023-12-28 23:04:51.249877900 +0100
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.3.5
+Version:        0.1.3.6
 Release:        0
 Summary:        Haskell implementation of the Unicode Collation Algorithm
 License:        BSD-2-Clause

++++++ unicode-collation-0.1.3.5.tar.gz -> unicode-collation-0.1.3.6.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unicode-collation-0.1.3.5/CHANGELOG.md 
new/unicode-collation-0.1.3.6/CHANGELOG.md
--- old/unicode-collation-0.1.3.5/CHANGELOG.md  2001-09-09 03:46:40.000000000 
+0200
+++ new/unicode-collation-0.1.3.6/CHANGELOG.md  2001-09-09 03:46:40.000000000 
+0200
@@ -2,17 +2,21 @@
 
 `unicode-collation` uses [PVP Versioning](https://pvp.haskell.org).
 
+## 0.1.3.6
+
+  * Update to build with GHC 9.8 (Laurent P. René de Cotret).
+
 ## 0.1.3.5
 
-  + Allow text 2.1.
+  * Allow text 2.1.
 
 ## 0.1.3.4
 
-  + Allow base 4.18.
+  * Allow base 4.18.
 
 ## 0.1.3.3
 
-  + Allow base 4.17.  Closes #12.
+  * Allow base 4.17.  Closes #12.
 
 ## 0.1.3.2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unicode-collation-0.1.3.5/test/unit.hs 
new/unicode-collation-0.1.3.6/test/unit.hs
--- old/unicode-collation-0.1.3.5/test/unit.hs  2001-09-09 03:46:40.000000000 
+0200
+++ new/unicode-collation-0.1.3.6/test/unit.hs  2001-09-09 03:46:40.000000000 
+0200
@@ -171,7 +171,7 @@
                      [] -> return ()
                      es -> assertFailure (unlines es))
          $ map (conformanceTestWith coll)
-              (zip3 (map fst xs) (map snd xs) (tail (map snd xs)))
+              (zip3 (map fst xs) (map snd xs) (drop 1 (map snd xs)))
 
 conformanceTestWith :: Collator -> (Int, Text, Text) -> Either String ()
 conformanceTestWith coll (lineNo, txt1, txt2) =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unicode-collation-0.1.3.5/unicode-collation.cabal 
new/unicode-collation-0.1.3.6/unicode-collation.cabal
--- old/unicode-collation-0.1.3.5/unicode-collation.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/unicode-collation-0.1.3.6/unicode-collation.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                unicode-collation
-version:             0.1.3.5
+version:             0.1.3.6
 synopsis:            Haskell implementation of the Unicode Collation Algorithm
 description:         This library provides a pure Haskell implementation of
                      the Unicode Collation Algorithm described at
@@ -33,6 +33,8 @@
                      GHC == 9.0.1
                      GHC == 9.2.2
                      GHC == 9.4.2
+                     GHC == 9.6.3
+                     GHC == 9.8.1
 
 source-repository head
   type:                git
@@ -48,7 +50,7 @@
   Default:             False
 
 common common-options
-  build-depends:       base >= 4.11 && < 4.19
+  build-depends:       base >= 4.11 && < 4.20
 
   ghc-options:         -Wall
                        -Wcompat
@@ -144,7 +146,7 @@
   build-depends:       tasty-bench
                      , unicode-collation
                      , text
-                     , text-icu
+                     , text-icu >= 0.8
                      , quickcheck-instances
                      , QuickCheck
   ghc-options:         -rtsopts -with-rtsopts=-A8m

Reply via email to