Accepting request 416412 from home:AndreasStieger:branches:devel:libraries:c_c++

pcre2 10.22

OBS-URL: https://build.opensuse.org/request/show/416412
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=9
This commit is contained in:
Andreas Stieger 2016-08-01 13:54:47 +00:00 committed by Git OBS Bridge
parent ad71043833
commit 4863962eb8
7 changed files with 27 additions and 11 deletions

View File

@ -1,4 +1,4 @@
libpcre2-8-0
libpcre2-16-0
libpcre2-32-0
libpcre2-posix0
libpcre2-posix1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c66a17509328a7251782691093e75ede7484a203ebc6bed3c08122b092ccd4e0
size 1455359

Binary file not shown.

3
pcre2-10.22.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416
size 1470620

BIN
pcre2-10.22.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -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

View File

@ -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.*