From 424d9d5b7fadf79c4872568d74a5f06ca4bc07a0a2f7f7b53bcbfc6577ba24f2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Feb 2017 12:13:30 +0000 Subject: [PATCH] Accepting request 458576 from devel:libraries:c_c++ 1 OBS-URL: https://build.opensuse.org/request/show/458576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=5 --- pcre2-10.22.tar.bz2 | 3 --- pcre2-10.22.tar.bz2.sig | Bin 287 -> 0 bytes pcre2-10.23.tar.bz2 | 3 +++ pcre2-10.23.tar.bz2.sig | Bin 0 -> 310 bytes pcre2.changes | 25 +++++++++++++++++++++++++ pcre2.spec | 5 +++-- 6 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 pcre2-10.22.tar.bz2 delete mode 100644 pcre2-10.22.tar.bz2.sig create mode 100644 pcre2-10.23.tar.bz2 create mode 100644 pcre2-10.23.tar.bz2.sig diff --git a/pcre2-10.22.tar.bz2 b/pcre2-10.22.tar.bz2 deleted file mode 100644 index 6a63b79..0000000 --- a/pcre2-10.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4ad9b362e03e0beede2cfd4f9a284b8086fc6fc9b3ba8dd733a8365917942410..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p-%_7U}>B2@scN;Dq}RL)e4d2mUeqZB1O6Ck1bVl;ufzxUl0Fo-wZIbq_zop#r7R-zf+!X4$$7XXmneL& zpma!^90(1klJtm1d}iYu^BL7@JgT7{=^GN@Wb}f{TjO*5t4s5qJe@)XC6IEVZl)(zbR4Zh=6T=ok;TBW&*zO=iVDn;?)S&rkRCICgMl#6O3SWCA l`kb@(42A5R+C_3;n}7}+)E!Mj1XOLhZrheE4mV8Ny2U^2g4+N9 diff --git a/pcre2-10.23.tar.bz2 b/pcre2-10.23.tar.bz2 new file mode 100644 index 0000000..2b8a3ac --- /dev/null +++ b/pcre2-10.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e +size 1515314 diff --git a/pcre2-10.23.tar.bz2.sig b/pcre2-10.23.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..00208e674dbecca4f0687a0cccfd8f3f30367ec49f7422b9f70bb52b1fe641a1 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j*h_Kj4#;y<$kn?~iAX5fVT4@1}m0$8Hn9smjn5SM1) zg!>Oe*oN8%|3yyx)E$S*1*NNTB*UO?%LovYg_9+!JJ$fgs?c{#Wt7ULmQIM<`T;J9 z^;e0hVh4k7k$#`9;pH82mosxS9qR7YNR z1DwtAJoE~L3%H=ZqW+#X=*Rm*Px(czwf(|JM-my!jeOlQmDE@>^6B_bzDL@M${RU& zta3;aJP@E!enpFq(~h~<7p?rFY&LGi;}aDzElSyWSVmM2zD+c@4SDj6taKn-v I+WR=LG=e^tdH?_b literal 0 HcmV?d00001 diff --git a/pcre2.changes b/pcre2.changes index 2261aba..6616f22 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Feb 16 21:25:42 UTC 2017 - astieger@suse.com + +- pcre2 10.23: + * major re-factoring of the pcre2_compile.c file + * Back references are now permitted in lookbehind assertions when + there are no duplicated group numbers (that is, (?| has not + been used), and, if the reference is by name, there is only one + group of that name. The referenced group must, of course be of + fixed length. + * \g{+} (e.g. \g{+2} ) is now supported. It is a "forward + back reference" and can be useful in repetitions + (compare \g{-} ). Perl does not recognize this syntax. + * pcre2grep now automatically expands its buffer up to a maximum + set by --max-buffer-size. + * The -t option (grand total) has been added to pcre2grep. + * A new function called pcre2_code_copy_with_tables() exists to + copy a compiled pattern along with a private copy of the + character tables that is uses. + +------------------------------------------------------------------- +Tue Feb 7 16:19:22 UTC 2017 - dimstar@opensuse.org + +- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13. + ------------------------------------------------------------------- Mon Aug 1 15:24:18 UTC 2016 - astieger@suse.com diff --git a/pcre2.spec b/pcre2.spec index 97a7241..0818c7d 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,7 +17,7 @@ Name: pcre2 -Version: 10.22 +Version: 10.23 Release: 0 Summary: A library for Perl-compatible regular expressions License: BSD-3-Clause @@ -237,6 +237,7 @@ make check -j1 %files doc %defattr(-,root,root) %doc doc/html doc/*.txt +%doc %{_defaultdocdir}/pcre2-doc %files devel %defattr(-,root,root)