Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unicode-data for
openSUSE:Factory checked in at 2022-10-13 15:44:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-data (Old)
and /work/SRC/openSUSE:Factory/.ghc-unicode-data.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-data"
Thu Oct 13 15:44:16 2022 rev:4 rq:1009716 version:0.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unicode-data/ghc-unicode-data.changes
2022-02-11 23:11:54.607379919 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-unicode-data.new.2275/ghc-unicode-data.changes
2022-10-13 15:44:52.415057495 +0200
@@ -1,0 +2,33 @@
+Wed Sep 28 08:42:19 UTC 2022 - Peter Simons <[email protected]>
+
+- Update unicode-data to version 0.3.1.
+ ## 0.3.1 (September 2022)
+
+ - Added full case conversions to `Unicode.Char.Case`:
+
+ - Case folding: `caseFoldMapping` and `toCaseFoldString`.
+ - Lower case: `lowerCaseMapping` and `toLowerString`.
+ - Upper case: `upperCaseMapping` and `toUpperString`.
+ - Title case: `titleCaseMapping` and `toTitleString`.
+ - Stream mechanism: `Unfold` and `Step`.
+
+ - Added `isNumeric`, `numericValue` and `integerValue`
+ to `Unicode.Char.Numeric`.
+ - Added the module `Unicode.Char.General.Blocks`.
+ - Add compatibility module:
+
+ - `Unicode.Char.Numeric.Compat`
+
+ ### Deprecations
+
+ - `Unicode.Char.Numeric.isNumber`: it will be replaced by `isNumeric`
+ in a _future_ version of this package.
+ Use the function in `Unicode.Char.Numeric.Compat` instead.
+
+-------------------------------------------------------------------
+Mon Sep 12 18:36:24 UTC 2022 - Peter Simons <[email protected]>
+
+- Update unicode-data to version 0.3.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
Old:
----
unicode-data-0.3.0.tar.gz
unicode-data.cabal
New:
----
unicode-data-0.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unicode-data.spec ++++++
--- /var/tmp/diff_new_pack.LYavVI/_old 2022-10-13 15:44:53.219059065 +0200
+++ /var/tmp/diff_new_pack.LYavVI/_new 2022-10-13 15:44:53.223059073 +0200
@@ -19,13 +19,12 @@
%global pkg_name unicode-data
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.0
+Version: 0.3.1
Release: 0
-Summary: Access Unicode character database
+Summary: Access Unicode Character Database (UCD)
License: Apache-2.0
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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86}
@@ -34,13 +33,13 @@
%endif
%description
-'unicode-data' provides Haskell APIs to efficiently access the Unicode
-character database. Performance is the primary goal in the design of this
-package.
-
-The Haskell data structures are generated programmatically from the Unicode
-character database (UCD) files. The latest Unicode version supported by this
-library is 14.0.0.
+'unicode-data' provides Haskell APIs to efficiently access the
+<https://www.unicode.org/ucd/ Unicode character database> (UCD).
+Performance is the primary goal in the design of this package.
+
+The Haskell data structures are generated programmatically from the UCD files.
+The latest Unicode version supported by this library is
+'<https://www.unicode.org/versions/Unicode14.0.0/ 14.0.0>'.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -54,7 +53,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ unicode-data-0.3.0.tar.gz -> unicode-data-0.3.1.tar.gz ++++++
++++ 39268 lines of diff (skipped)