[pcre] 8.13 bump

Petr Pisar ppisar at fedoraproject.org
Thu Aug 18 12:57:52 UTC 2011


commit 1e7d91f17bcac40072482b533b2ccc42af329a65
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Aug 18 14:41:40 2011 +0200

    8.13 bump

 .gitignore                         |    1 +
 pcre-8.12-caseless_reference.patch |  552 ------------------------------------
 pcre-8.12-manual_typos.patch       |  104 -------
 pcre.spec                          |   20 +-
 sources                            |    2 +-
 5 files changed, 12 insertions(+), 667 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8fe373..8c916ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pcre-8.10.tar.bz2
 /pcre-8.11.tar.bz2
 /pcre-8.12.tar.bz2
+/pcre-8.13.tar.bz2
diff --git a/pcre.spec b/pcre.spec
index 5e6b42e..2d20609 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -1,18 +1,14 @@
 Name: pcre
-Version: 8.12
-Release: 4%{?dist}
+Version: 8.13
+Release: 1%{?dist}
 Summary: Perl-compatible regular expression library
 Group: System Environment/Libraries
 License: BSD
 URL: http://www.pcre.org/
 Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{name}-%{version}.tar.bz2
 Patch0: pcre-8.10-multilib.patch
-# In upstream, bugs #675476, #675477
-Patch1: pcre-8.12-manual_typos.patch
 # Refused by upstream, bug #675477
-Patch2: pcre-8.12-refused_spelling_terminated.patch
-# In upstream, bug #702623
-Patch3: pcre-8.12-caseless_reference.patch
+Patch1: pcre-8.12-refused_spelling_terminated.patch
 # New libtool to get rid of rpath
 BuildRequires: autoconf, automake, libtool
 
@@ -44,9 +40,7 @@ Library for static linking for %{name}.
 # Get rid of rpath
 %patch0 -p1 -b .multilib
 libtoolize --copy --force && autoreconf
-%patch1 -p0 -b .manual_typos
-%patch2 -p1 -b .terminated_typos
-%patch3 -p0 -b .caseless_reference
+%patch1 -p1 -b .terminated_typos
 # One contributor's name is non-UTF-8
 for F in ChangeLog; do
     iconv -f latin1 -t utf8 "$F" >"${F}.utf8"
@@ -106,6 +100,12 @@ make check
 %doc COPYING LICENCE 
 
 %changelog
+* Thu Aug 18 2011 Petr Pisar <ppisar at redhat.com> - 8.13-1
+- 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep
+  option --buffer-size to adjust to long lines, new feature is passing of
+  *MARK information to callouts.
+- Should fix crash back-tracking over unicode sequence (bug #691319)
+
 * Mon May 09 2011 Petr Pisar <ppisar at redhat.com> - 8.12-4
 - Fix caseless reference matching in UTF-8 mode when the upper/lower case
   characters have different lengths (bug #702623)
diff --git a/sources b/sources
index 195a6a9..f27b004 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f14a9fef3c92f3fc6c5ac92d7a2c7eb3  pcre-8.12.tar.bz2
+5e595edbcded141813fa1a10dbce05cb  pcre-8.13.tar.bz2


More information about the scm-commits mailing list