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-09-04 22:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-collation (Old)
and /work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-collation"
Mon Sep 4 22:53:54 2023 rev:6 rq:1108875 version:0.1.3.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unicode-collation/ghc-unicode-collation.changes
2023-04-04 21:24:31.878593729 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.1766/ghc-unicode-collation.changes
2023-09-04 22:54:43.334185363 +0200
@@ -1,0 +2,8 @@
+Thu Aug 31 16:46:13 UTC 2023 - Peter Simons <[email protected]>
+
+- Update unicode-collation to version 0.1.3.5.
+ ## 0.1.3.5
+
+ + Allow text 2.1.
+
+-------------------------------------------------------------------
Old:
----
unicode-collation-0.1.3.4.tar.gz
New:
----
unicode-collation-0.1.3.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unicode-collation.spec ++++++
--- /var/tmp/diff_new_pack.KbGY0u/_old 2023-09-04 22:54:44.546228207 +0200
+++ /var/tmp/diff_new_pack.KbGY0u/_new 2023-09-04 22:54:44.550228348 +0200
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.3.4
+Version: 0.1.3.5
Release: 0
Summary: Haskell implementation of the Unicode Collation Algorithm
License: BSD-2-Clause
++++++ unicode-collation-0.1.3.4.tar.gz -> unicode-collation-0.1.3.5.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unicode-collation-0.1.3.4/CHANGELOG.md
new/unicode-collation-0.1.3.5/CHANGELOG.md
--- old/unicode-collation-0.1.3.4/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/unicode-collation-0.1.3.5/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.5
+
+ + Allow text 2.1.
+
## 0.1.3.4
+ Allow base 4.18.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/unicode-collation-0.1.3.4/unicode-collation.cabal
new/unicode-collation-0.1.3.5/unicode-collation.cabal
--- old/unicode-collation-0.1.3.4/unicode-collation.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/unicode-collation-0.1.3.5/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.4
+version: 0.1.3.5
synopsis: Haskell implementation of the Unicode Collation Algorithm
description: This library provides a pure Haskell implementation of
the Unicode Collation Algorithm described at
@@ -84,7 +84,7 @@
, th-lift-instances
, containers
, binary
- , text >= 1.2 && < 2.1
+ , text >= 1.2 && < 2.2
, parsec
other-extensions: TemplateHaskell