diff --git a/baselibs.conf b/baselibs.conf index f52c1b4..11d131e 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ libpcre2-8-0 libpcre2-16-0 libpcre2-32-0 -libpcre2-posix0 +libpcre2-posix1 diff --git a/pcre2-10.21.tar.bz2 b/pcre2-10.21.tar.bz2 deleted file mode 100644 index 22339ef..0000000 --- a/pcre2-10.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c66a17509328a7251782691093e75ede7484a203ebc6bed3c08122b092ccd4e0 -size 1455359 diff --git a/pcre2-10.21.tar.bz2.sig b/pcre2-10.21.tar.bz2.sig deleted file mode 100644 index 743adef..0000000 Binary files a/pcre2-10.21.tar.bz2.sig and /dev/null differ diff --git a/pcre2-10.22.tar.bz2 b/pcre2-10.22.tar.bz2 new file mode 100644 index 0000000..6a63b79 --- /dev/null +++ b/pcre2-10.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416 +size 1470620 diff --git a/pcre2-10.22.tar.bz2.sig b/pcre2-10.22.tar.bz2.sig new file mode 100644 index 0000000..4ad9b36 Binary files /dev/null and b/pcre2-10.22.tar.bz2.sig differ diff --git a/pcre2.changes b/pcre2.changes index 20742f2..f736ceb 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 1 13:27:11 UTC 2016 - astieger@suse.com + +- pcre2 10.22: + * ChangeLog has the details of a number of bug fixes. + * 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 + ------------------------------------------------------------------- Sun Jan 17 14:30:53 UTC 2016 - jengelh@inai.de diff --git a/pcre2.spec b/pcre2.spec index 6208615..97a7241 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -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 @@ Group: Development/Libraries/C and C++ 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 @@ API. 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 @@ make check -j1 %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 @@ make check -j1 %defattr(-,root,root) %{_libdir}/libpcre2-32.so.* -%files -n libpcre2-posix0 +%files -n libpcre2-posix1 %defattr(-,root,root) %{_libdir}/libpcre2-posix.so.*