From 564d4dd33dfd82661fa66d14f83a0a72b7c4361c4a729cc7a5142141dafd5cd7 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sun, 18 Feb 2018 10:24:57 +0000 Subject: [PATCH] Accepting request 577669 from home:avindra - Update to new upstream release 10.31 * New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and PCRE2_CONFIG_COMPILED_WIDTHS. * New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to retrieve the extra compile time options. * Public names for all pcre2_compile() error numbers. * Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK bits to a new field callout_flags in callout blocks. - use https for main site - cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/577669 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=24 --- pcre2-10.30.tar.bz2 | 3 --- pcre2-10.30.tar.bz2.sig | Bin 310 -> 0 bytes pcre2-10.31.tar.bz2 | 3 +++ pcre2-10.31.tar.bz2.sig | Bin 0 -> 310 bytes pcre2.changes | 14 ++++++++++++++ pcre2.spec | 25 ++++++++----------------- 6 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 pcre2-10.30.tar.bz2 delete mode 100644 pcre2-10.30.tar.bz2.sig create mode 100644 pcre2-10.31.tar.bz2 create mode 100644 pcre2-10.31.tar.bz2.sig diff --git a/pcre2-10.30.tar.bz2 b/pcre2-10.30.tar.bz2 deleted file mode 100644 index e341070..0000000 --- a/pcre2-10.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db -size 1583543 diff --git a/pcre2-10.30.tar.bz2.sig b/pcre2-10.30.tar.bz2.sig deleted file mode 100644 index 5cb3206f1342d616106f8499b07457c91fa36d8d084b38cb853e5cef43c5db31..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*h_Kj4#;y<$kn?~iAX5fVT4@1}m0$GyNh5!l)5SM1) zg!>Oe*k|Vm0Gb+9(aBr+o^I{x)_VeImU`Vp{nrpBC^VFf1l@GBq0OEDs>A0%FuN2K zO1f3KV%-!xUSMIVKbDLg6$0X46T!WwAI7nZ{zI!eaTILacTj77SmvyNb+)zSgB;>P zqL-IzS1fPaG-w#GPo#g$Ynzt-o+(j-93TZYTB(J$f!C@V#$w+Y2WbE|^9(MrPB3qj z61>f5;L4oKETdU~m7y&Gy(X~yuCFIF9bE}iwAp3bLv19#193q#L?OUyC2P%Jv1n-K zL9P1}fUv+J+qeH4Jb6o( IeBdKM9GugV%K!iX diff --git a/pcre2-10.31.tar.bz2 b/pcre2-10.31.tar.bz2 new file mode 100644 index 0000000..e2e9860 --- /dev/null +++ b/pcre2-10.31.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac +size 1603075 diff --git a/pcre2-10.31.tar.bz2.sig b/pcre2-10.31.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..986b60e2e744b694099f2ea9c0d5817cca462b71ce0618642796ceb8b1789ce8 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j*h_Kj4#;y<$kn?~iAX5fVT4@1}m0$PE4R{#nL5SM1) zg!>Oe*k*SJ{0S%#w1G4<*;j5I+XoqGmG`})c~y>_WG`^Fd~CH)Xr@>dkPq3T4}%!K z0e!&Pz*}x8VwQ~JaEDJw$1zEt{f6=qQTQ&?Dl{&zT14}+S50eYV+e)!ut0?A$ubvrcsSxRTd1s6jZRcy1s8;uXTJtGk3X;Gx}XB+@?$i$d$O^(Ns zl8v>qp|N~Gr9NhDR?Z8A&~2$o%PKLKkS4E&sM^Oo8Y@hih`0yWM2R>h6Y7=UPWcj{ zUl|qt6Sd-~gYl)l3e}Xc{AO4LLNGYUl6KBL+bMgk5~`@`2F89&9K9i@yt_o+EK73P Ibc0MAsu9$RZU6uP literal 0 HcmV?d00001 diff --git a/pcre2.changes b/pcre2.changes index 3689b6b..e6ca58a 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Feb 18 05:15:03 UTC 2018 - avindra@opensuse.org + +- Update to new upstream release 10.31 + * New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and + PCRE2_CONFIG_COMPILED_WIDTHS. + * New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to + retrieve the extra compile time options. + * Public names for all pcre2_compile() error numbers. + * Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK + bits to a new field callout_flags in callout blocks. +- use https for main site +- cleanup with spec-cleaner + ------------------------------------------------------------------- Mon Sep 11 18:14:30 UTC 2017 - jengelh@inai.de diff --git a/pcre2.spec b/pcre2.spec index 6b6bf29..d2eb34d 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,12 +18,12 @@ %define with_libedit 0%{?suse_version} > 1110 Name: pcre2 -Version: 10.30 +Version: 10.31 Release: 0 Summary: A library for Perl-compatible regular expressions License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://www.pcre.org/ +Url: https://www.pcre.org/ #SVN-Clone: svn://vcs.exim.org/pcre/code/trunk Source: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2 Source2: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2.sig @@ -41,7 +41,6 @@ BuildRequires: zlib-devel %if %{with_libedit} BuildRequires: libedit-devel %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The PCRE2 library is a set of functions that implement regular @@ -195,7 +194,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now" make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install mkdir -p %{buildroot}/%{_defaultdocdir} mv %{buildroot}%{_datadir}/doc/pcre2 %{buildroot}/%{_defaultdocdir}/pcre2-doc #empty dependecy_libs @@ -215,41 +214,34 @@ make check -j1 %postun -n libpcre2-posix2 -p /sbin/ldconfig %files -n libpcre2-8-0 -%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog LICENCE NEWS README %{_libdir}/libpcre2-8.so.* %files -n libpcre2-16-0 -%defattr(-,root,root) %doc LICENCE %{_libdir}/libpcre2-16.so.* %files -n libpcre2-32-0 -%defattr(-,root,root) %doc LICENCE %{_libdir}/libpcre2-32.so.* %files -n libpcre2-posix2 -%defattr(-,root,root) %doc LICENCE %{_libdir}/libpcre2-posix.so.* %files tools -%defattr(-,root,root) %doc LICENCE %{_bindir}/pcre2grep %{_bindir}/pcre2test -%{_mandir}/man1/pcre2grep.* -%{_mandir}/man1/pcre2test.* +%{_mandir}/man1/pcre2grep.1%{ext_man} +%{_mandir}/man1/pcre2test.1%{ext_man} %files doc -%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog LICENCE NEWS README %doc doc/html doc/*.txt %doc %{_defaultdocdir}/pcre2-doc %files devel -%defattr(-,root,root) %doc LICENCE %{_bindir}/pcre2-config %{_includedir}/* @@ -258,11 +250,10 @@ make check -j1 %{_libdir}/pkgconfig/libpcre2-16.pc %{_libdir}/pkgconfig/libpcre2-32.pc %{_libdir}/pkgconfig/libpcre2-posix.pc -%{_mandir}/man1/pcre2-config.* -%{_mandir}/man3/*.gz +%{_mandir}/man1/pcre2-config.1%{ext_man} +%{_mandir}/man3/*%{ext_man} %files devel-static -%defattr(-,root,root) %{_libdir}/*.a %changelog