Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unicode-transforms for
openSUSE:Factory checked in at 2023-01-18 13:10:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-transforms (Old)
and /work/SRC/openSUSE:Factory/.ghc-unicode-transforms.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-transforms"
Wed Jan 18 13:10:52 2023 rev:19 rq:1059123 version:0.4.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unicode-transforms/ghc-unicode-transforms.changes
2022-10-13 15:43:43.754923461 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unicode-transforms.new.32243/ghc-unicode-transforms.changes
2023-01-18 13:11:19.712969187 +0100
@@ -1,0 +2,6 @@
+Thu Oct 20 15:41:04 UTC 2022 - Peter Simons <[email protected]>
+
+- Update unicode-transforms to version 0.4.0.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unicode-transforms.spec ++++++
--- /var/tmp/diff_new_pack.DyVJtj/_old 2023-01-18 13:11:20.220971154 +0100
+++ /var/tmp/diff_new_pack.DyVJtj/_new 2023-01-18 13:11:20.224971170 +0100
@@ -25,7 +25,7 @@
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/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
++++++ unicode-transforms.cabal ++++++
--- /var/tmp/diff_new_pack.DyVJtj/_old 2023-01-18 13:11:20.264971325 +0100
+++ /var/tmp/diff_new_pack.DyVJtj/_new 2023-01-18 13:11:20.268971340 +0100
@@ -2,7 +2,7 @@
name: unicode-transforms
version: 0.4.0.1
-x-revision: 1
+x-revision: 2
synopsis: Unicode normalization
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD,
NFKD).
category: Data,Text,Unicode
@@ -85,7 +85,7 @@
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates
-fwarn-incomplete-uni-patterns -fwarn-tabs
build-depends:
base >= 4.8 && < 4.18
- , unicode-data >= 0.2 && < 0.4
+ , unicode-data >= 0.2 && < 0.5
, bytestring >= 0.9 && < 0.12
, ghc-prim >= 0.2 && < 0.10