Hello community,
here is the log from the commit of package ghc-regex-base for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:40:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-regex-base (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-regex-base.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-regex-base"
Wed Feb 19 18:40:45 2020 rev:13 rq:771423 version:0.94.0.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-regex-base/ghc-regex-base.changes
2020-01-15 15:02:33.421814229 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-regex-base.new.26092/ghc-regex-base.changes
2020-02-19 18:40:46.246157880 +0100
@@ -1,0 +2,13 @@
+Fri Nov 8 16:14:32 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Wed Sep 25 15:29:14 UTC 2019 - [email protected]
+
+- Update regex-base to version 0.94.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-base-0.93.2.tar.gz
New:
----
regex-base-0.94.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-regex-base.spec ++++++
--- /var/tmp/diff_new_pack.tvQnfx/_old 2020-02-19 18:40:46.570158277 +0100
+++ /var/tmp/diff_new_pack.tvQnfx/_new 2020-02-19 18:40:46.570158277 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-regex-base
#
-# 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-base
Name: ghc-%{pkg_name}
-Version: 0.93.2
+Version: 0.94.0.0
Release: 0
-Summary: Replaces/Enhances Text.Regex
+Summary: Common "Text.Regex.*" API for Regex matching
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
@@ -31,13 +30,27 @@
BuildRequires: ghc-containers-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-rpm-macros
+BuildRequires: ghc-text-devel
%description
-Interface API for regex-posix,pcre,parsec,tdfa,dfa.
+This package doesn't provide the ability to do regex matching, but instead
+provides the type-classes that constitute the abstract API that is implemented
+by 'regex-*' backends such as
+
+* <//hackage.haskell.org/package/regex-posix regex-posix>
+
+* <//hackage.haskell.org/package/regex-parsec regex-parsec>
+
+* <//hackage.haskell.org/package/regex-dfa regex-dfa>
+
+* <//hackage.haskell.org/package/regex-tdfa regex-tdfa>
+
+* <//hackage.haskell.org/package/regex-pcre regex-pcre>
+
+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 +78,6 @@
%license LICENSE
%files devel -f %{name}-devel.files
+%doc ChangeLog.md
%changelog
++++++ regex-base-0.93.2.tar.gz -> regex-base-0.94.0.0.tar.gz ++++++
++++ 1731 lines of diff (skipped)