Hello community,

here is the log from the commit of package pcre2 for openSUSE:Factory checked 
in at 2016-08-05 18:16:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre2 (Old)
 and      /work/SRC/openSUSE:Factory/.pcre2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes      2016-01-20 
09:54:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pcre2.new/pcre2.changes 2016-08-05 
18:16:49.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Aug  1 15:24:18 UTC 2016 - astie...@suse.com
+
+- pcre2 10.22:
+  * The POSIX wrapper function regcomp() did not used to
+    support back references and subroutine calls if called with the
+    REG_NOSUB option. It now does.
+  * A new function, pcre2_code_copy(), is added, to make a copy of a
+    compiled pattern.
+  * Support for string callouts is added to pcre2grep.
+  * Added the PCRE2_NO_JIT option to pcre2_match().
+  * The pcre2_get_error_message() function now returns with a
+    negative error code if the error number it is given is unknown.
+  * Several updates have been made to pcre2test and test scripts
+  * Fix CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply
+                       nested parentheses (boo#971741)
+
+-------------------------------------------------------------------

Old:
----
  pcre2-10.21.tar.bz2
  pcre2-10.21.tar.bz2.sig

New:
----
  pcre2-10.22.tar.bz2
  pcre2-10.22.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcre2.spec ++++++
--- /var/tmp/diff_new_pack.QrhqD0/_old  2016-08-05 18:16:50.000000000 +0200
+++ /var/tmp/diff_new_pack.QrhqD0/_new  2016-08-05 18:16:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           pcre2
-Version:        10.21
+Version:        10.22
 Release:        0
 Summary:        A library for Perl-compatible regular expressions
 License:        BSD-3-Clause
@@ -51,7 +51,7 @@
 Requires:       libpcre2-16-0 = %{version}
 Requires:       libpcre2-32-0 = %{version}
 Requires:       libpcre2-8-0 = %{version}
-Requires:       libpcre2-posix0 = %{version}
+Requires:       libpcre2-posix1 = %{version}
 Requires:       libstdc++-devel
 
 %description devel
@@ -120,11 +120,11 @@
 
 libpcre2-32 supports 32-bit and UTF-32 strings.
 
-%package -n libpcre2-posix0
+%package -n libpcre2-posix1
 Summary:        A library for Perl-compatible regular expressions
 Group:          System/Libraries
 
-%description -n libpcre2-posix0
+%description -n libpcre2-posix1
 The PCRE2 library is a set of functions that implement regular
 expression pattern matching using the same syntax and semantics
 as Perl 5.
@@ -206,9 +206,9 @@
 
 %postun -n libpcre2-32-0 -p /sbin/ldconfig
 
-%post -n libpcre2-posix0 -p /sbin/ldconfig
+%post -n libpcre2-posix1 -p /sbin/ldconfig
 
-%postun -n libpcre2-posix0 -p /sbin/ldconfig
+%postun -n libpcre2-posix1 -p /sbin/ldconfig
 
 %files -n libpcre2-8-0
 %defattr(-,root,root)
@@ -223,7 +223,7 @@
 %defattr(-,root,root)
 %{_libdir}/libpcre2-32.so.*
 
-%files -n libpcre2-posix0
+%files -n libpcre2-posix1
 %defattr(-,root,root)
 %{_libdir}/libpcre2-posix.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.QrhqD0/_old  2016-08-05 18:16:50.000000000 +0200
+++ /var/tmp/diff_new_pack.QrhqD0/_new  2016-08-05 18:16:50.000000000 +0200
@@ -1,4 +1,4 @@
 libpcre2-8-0
 libpcre2-16-0
 libpcre2-32-0
-libpcre2-posix0
+libpcre2-posix1

++++++ pcre2-10.21.tar.bz2 -> pcre2-10.22.tar.bz2 ++++++
++++ 25265 lines of diff (skipped)


Reply via email to