Hello community,
here is the log from the commit of package ghc-regex-posix for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:40:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-regex-posix (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-regex-posix.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-posix"
Wed Feb 19 18:40:49 2020 rev:13 rq:771427 version:0.96.0.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-regex-posix/ghc-regex-posix.changes
2020-01-15 15:02:34.253814663 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-regex-posix.new.26092/ghc-regex-posix.changes
2020-02-19 18:40:50.258162806 +0100
@@ -1,0 +2,13 @@
+Fri Nov 8 16:14:34 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Tue Oct 1 02:01:37 UTC 2019 - [email protected]
+
+- Update regex-posix to version 0.96.0.0.
+ Upstream added a new change log file in this release. With no
+ previous version to compare against, the automatic updater cannot
+ reliable determine the relevante entries for this release.
+
+-------------------------------------------------------------------
Old:
----
regex-posix-0.95.2.tar.gz
New:
----
regex-posix-0.96.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-regex-posix.spec ++++++
--- /var/tmp/diff_new_pack.knFrVT/_old 2020-02-19 18:40:50.586163209 +0100
+++ /var/tmp/diff_new_pack.knFrVT/_new 2020-02-19 18:40:50.590163214 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-regex-posix
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
%global pkg_name regex-posix
Name: ghc-%{pkg_name}
-Version: 0.95.2
+Version: 0.96.0.0
Release: 0
-Summary: Replaces/Enhances Text.Regex
+Summary: POSIX Backend for "Text.Regex" (regex-base)
License: BSD-3-Clause
-Group: Development/Libraries/Haskell
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
@@ -33,11 +32,19 @@
BuildRequires: ghc-rpm-macros
%description
-The posix regex backend for regex-base.
+The POSIX regex backend for <//hackage.haskell.org/package/regex-base
+regex-base>.
+
+The main appeal of this backend is that it's very lightweight due to its
+reliance on the ubiquitous
+<https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html POSIX.2
+regex> facility that is provided by the standard C library on most POSIX
+platforms.
+
+See also <https://wiki.haskell.org/Regular_expressions> for more information.
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
@@ -65,5 +72,6 @@
%license LICENSE
%files devel -f %{name}-devel.files
+%doc ChangeLog.md
%changelog
++++++ regex-posix-0.95.2.tar.gz -> regex-posix-0.96.0.0.tar.gz ++++++
++++ 7220 lines of diff (skipped)