Hello community,
here is the log from the commit of package ghc-unicode-transforms for
openSUSE:Factory checked in at 2020-08-28 21:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-transforms (Old)
and /work/SRC/openSUSE:Factory/.ghc-unicode-transforms.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-transforms"
Fri Aug 28 21:40:15 2020 rev:10 rq:829467 version:0.3.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unicode-transforms/ghc-unicode-transforms.changes
2020-06-19 17:20:17.275354161 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-unicode-transforms.new.3399/ghc-unicode-transforms.changes
2020-08-28 21:40:16.740862973 +0200
@@ -1,0 +2,14 @@
+Tue Aug 18 17:11:54 UTC 2020 - [email protected]
+
+- Update unicode-transforms to version 0.3.7.
+ ## 0.3.7
+
+ * Significant performance improvements
+ * Update to Unicode version 13.0.0
+
+-------------------------------------------------------------------
+Tue Aug 18 10:46:25 UTC 2020 - Peter Simons <[email protected]>
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+-------------------------------------------------------------------
Old:
----
unicode-transforms-0.3.6.tar.gz
New:
----
unicode-transforms-0.3.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unicode-transforms.spec ++++++
--- /var/tmp/diff_new_pack.OiIZ0a/_old 2020-08-28 21:40:17.376863207 +0200
+++ /var/tmp/diff_new_pack.OiIZ0a/_new 2020-08-28 21:40:17.380863208 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-unicode-transforms
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
%global pkg_name unicode-transforms
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.3.6
+Version: 0.3.7
Release: 0
Summary: Unicode normalization
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
BuildRequires: ghc-Cabal-devel
-BuildRequires: ghc-bitarray-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
@@ -34,11 +33,12 @@
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-getopt-generics-devel
+BuildRequires: ghc-hspec-devel
BuildRequires: ghc-split-devel
%endif
%description
-Fast Unicode 12.1.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
+Fast Unicode 13.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -52,7 +52,7 @@
files.
%prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
%build
%ghc_lib_build
++++++ unicode-transforms-0.3.6.tar.gz -> unicode-transforms-0.3.7.tar.gz ++++++
++++ 3093 lines of diff (skipped)