Hello community,

here is the log from the commit of package pcre2 for openSUSE:Factory checked 
in at 2017-02-20 13:13:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-05 
18:16:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcre2.new/pcre2.changes 2017-02-20 
13:13:31.825656187 +0100
@@ -1,0 +2,25 @@
+Thu Feb 16 21:25:42 UTC 2017 - astie...@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{+<number>} (e.g. \g{+2} ) is now supported. It is a "forward
+    back reference" and can be useful in repetitions
+    (compare \g{-<number>} ). 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 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pcre2.spec ++++++
--- /var/tmp/diff_new_pack.wxQGXW/_old  2017-02-20 13:13:32.349582531 +0100
+++ /var/tmp/diff_new_pack.wxQGXW/_new  2017-02-20 13:13:32.349582531 +0100
@@ -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 @@
 %files doc
 %defattr(-,root,root)
 %doc doc/html doc/*.txt
+%doc %{_defaultdocdir}/pcre2-doc
 
 %files devel
 %defattr(-,root,root)

++++++ pcre2-10.22.tar.bz2 -> pcre2-10.23.tar.bz2 ++++++
++++ 40540 lines of diff (skipped)


Reply via email to