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 2022-08-01 21:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-collation (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-unicode-collation"

Mon Aug  1 21:30:46 2022 rev:3 rq:987107 version:0.1.3.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-unicode-collation/ghc-unicode-collation.changes  
    2021-12-19 17:34:37.564272951 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.1533/ghc-unicode-collation.changes
    2022-08-01 21:31:19.033814532 +0200
@@ -1,0 +2,8 @@
+Thu May 19 16:16:45 UTC 2022 - Peter Simons <[email protected]>
+
+- Update unicode-collation to version 0.1.3.2.
+  ## 0.1.3.2
+
+    * Allow text 2.0.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-unicode-collation.spec ++++++
--- /var/tmp/diff_new_pack.jS7KlK/_old  2022-08-01 21:31:20.005817321 +0200
+++ /var/tmp/diff_new_pack.jS7KlK/_new  2022-08-01 21:31:20.009817332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-unicode-collation
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name unicode-collation
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.3.1
+Version:        0.1.3.2
 Release:        0
 Summary:        Haskell implementation of the Unicode Collation Algorithm
 License:        BSD-2-Clause

++++++ unicode-collation-0.1.3.1.tar.gz -> unicode-collation-0.1.3.2.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unicode-collation-0.1.3.1/CHANGELOG.md 
new/unicode-collation-0.1.3.2/CHANGELOG.md
--- old/unicode-collation-0.1.3.1/CHANGELOG.md  2021-11-10 19:19:21.000000000 
+0100
+++ new/unicode-collation-0.1.3.2/CHANGELOG.md  2001-09-09 03:46:40.000000000 
+0200
@@ -2,6 +2,10 @@
 
 `unicode-collation` uses [PVP Versioning](https://pvp.haskell.org).
 
+## 0.1.3.2
+
+  * Allow text 2.0.
+
 ## 0.1.3.1
 
   * Allow base 4.16 (so the library can compile with ghc 9.2).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unicode-collation-0.1.3.1/unicode-collation.cabal 
new/unicode-collation-0.1.3.2/unicode-collation.cabal
--- old/unicode-collation-0.1.3.1/unicode-collation.cabal       2021-11-10 
19:19:26.000000000 +0100
+++ new/unicode-collation-0.1.3.2/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.1
+version:             0.1.3.2
 synopsis:            Haskell implementation of the Unicode Collation Algorithm
 description:         This library provides a pure Haskell implementation of
                      the Unicode Collation Algorithm described at
@@ -26,13 +26,12 @@
                      data/tailorings/*.txt
                      data/cjk/*.txt
                      test/uca-collation-test/*.txt
-tested-with:         GHC == 8.0.2
-                     GHC == 8.2.2
-                     GHC == 8.4.4
+tested-with:         GHC == 8.4.4
                      GHC == 8.6.5
                      GHC == 8.8.3
-                     GHC == 8.10.3
+                     GHC == 8.10.7
                      GHC == 9.0.1
+                     GHC == 9.2.2
 
 source-repository head
   type:                git
@@ -48,7 +47,7 @@
   Default:             False
 
 common common-options
-  build-depends:       base >= 4.9 && < 4.17
+  build-depends:       base >= 4.11 && < 4.17
 
   ghc-options:         -Wall
                        -Wcompat
@@ -84,7 +83,7 @@
                      , th-lift-instances
                      , containers
                      , binary
-                     , text >= 1.2 && < 1.3
+                     , text >= 1.2 && < 2.1
                      , parsec
 
   other-extensions:    TemplateHaskell

Reply via email to