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-10-13 15:44:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-collation (Old)
and /work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-collation"
Thu Oct 13 15:44:15 2022 rev:4 rq:1009715 version:0.1.3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unicode-collation/ghc-unicode-collation.changes
2022-08-01 21:31:19.033814532 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.2275/ghc-unicode-collation.changes
2022-10-13 15:44:49.675052147 +0200
@@ -1,0 +2,8 @@
+Mon Oct 3 02:43:53 UTC 2022 - Peter Simons <[email protected]>
+
+- Update unicode-collation to version 0.1.3.3.
+ ## 0.1.3.3
+
+ + Allow base 4.17. Closes #12.
+
+-------------------------------------------------------------------
Old:
----
unicode-collation-0.1.3.2.tar.gz
New:
----
unicode-collation-0.1.3.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unicode-collation.spec ++++++
--- /var/tmp/diff_new_pack.YVpWet/_old 2022-10-13 15:44:51.479055668 +0200
+++ /var/tmp/diff_new_pack.YVpWet/_new 2022-10-13 15:44:51.495055699 +0200
@@ -19,7 +19,7 @@
%global pkg_name unicode-collation
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.3.2
+Version: 0.1.3.3
Release: 0
Summary: Haskell implementation of the Unicode Collation Algorithm
License: BSD-2-Clause
++++++ unicode-collation-0.1.3.2.tar.gz -> unicode-collation-0.1.3.3.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unicode-collation-0.1.3.2/CHANGELOG.md
new/unicode-collation-0.1.3.3/CHANGELOG.md
--- old/unicode-collation-0.1.3.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/unicode-collation-0.1.3.3/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.3
+
+ + Allow base 4.17. Closes #12.
+
## 0.1.3.2
* Allow text 2.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unicode-collation-0.1.3.2/unicode-collation.cabal
new/unicode-collation-0.1.3.3/unicode-collation.cabal
--- old/unicode-collation-0.1.3.2/unicode-collation.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/unicode-collation-0.1.3.3/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.2
+version: 0.1.3.3
synopsis: Haskell implementation of the Unicode Collation Algorithm
description: This library provides a pure Haskell implementation of
the Unicode Collation Algorithm described at
@@ -32,6 +32,7 @@
GHC == 8.10.7
GHC == 9.0.1
GHC == 9.2.2
+ GHC == 9.4.2
source-repository head
type: git
@@ -47,7 +48,7 @@
Default: False
common common-options
- build-depends: base >= 4.11 && < 4.17
+ build-depends: base >= 4.11 && < 4.18
ghc-options: -Wall
-Wcompat