[pcre] 8.33 bump

Petr Pisar ppisar at fedoraproject.org
Thu May 30 09:38:34 UTC 2013


commit 088e05d8fb64abc2e8b5dae5a4aecd757be770ec
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu May 30 11:37:12 2013 +0200

    8.33 bump

 .gitignore                                         |    1 +
 ...-pcregrep-so-that-it-can-find-empty-lines.patch |  147 -----------
 ...ing-PCRE_INFO_MATCHLIMIT-and-PCRE_INFO_RE.patch |   35 ---
 ...t-when-pcre_dfa_exec-is-called-with-an-ou.patch |  267 --------------------
 pcre.spec                                          |   20 +--
 sources                                            |    2 +-
 6 files changed, 7 insertions(+), 465 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37a5065..70617eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ pcre-8.10.tar.bz2
 /pcre-8.32-RC1.tar.bz2
 /pcre-8.32.tar.bz2
 /pcre-8.33-RC1.tar.bz2
+/pcre-8.33.tar.bz2
diff --git a/pcre.spec b/pcre.spec
index cf206e0..e657cc3 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -1,8 +1,8 @@
 # This is stable release:
-%global rcversion RC1
+#%%global rcversion RC1
 Name: pcre
 Version: 8.33
-Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}
+Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist}
 %global myversion %{version}%{?rcversion:-%rcversion}
 Summary: Perl-compatible regular expression library
 Group: System Environment/Libraries
@@ -13,15 +13,6 @@ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{?rcversion:Te
 Patch0: pcre-8.21-multilib.patch
 # Refused by upstream, bug #675477
 Patch1: pcre-8.32-refused_spelling_terminated.patch
-# Fix big-endian issues, accepted by upstream after 8.33-RC1
-Patch2: pcre-8.33-RC1-Fix-retrieving-PCRE_INFO_MATCHLIMIT-and-PCRE_INFO_RE.patch
-# Fix pcregrep on empty line, in upstream after 8.33-RC1
-Patch3: pcre-8.33-RC1-Fix-pcregrep-so-that-it-can-find-empty-lines.patch
-# Grow buffer in pcretest properly, in upstream after 8.33-RC1
-Patch4: pcre-8.33-RC1-Fix-pcretest-crash-with-a-data-line-longer-than-6553.patch
-# Fix passing too small output vector to pcre_dfa_exec, in upstream after
-# 8.33-RC1, bug #963284
-Patch5: pcre-8.33-RC1-Fix-segfault-when-pcre_dfa_exec-is-called-with-an-ou.patch
 BuildRequires: readline-devel
 # New libtool to get rid of rpath
 BuildRequires: autoconf, automake, libtool
@@ -63,10 +54,6 @@ Utilities demonstrating PCRE capabilities like pcregrep or pcretest.
 # Get rid of rpath
 %patch0 -p1 -b .multilib
 %patch1 -p1 -b .terminated_typos
-%patch2 -p1 -b .fullinfo
-%patch3 -p1 -b .pcregrep_empty_line
-%patch4 -p1 -b .pcretest_grow_buffer
-%patch5 -p1 -b .vector_size
 # Because of rpath patch
 libtoolize --copy --force && autoreconf -vif
 # One contributor's name is non-UTF-8
@@ -130,6 +117,9 @@ make check
 %{_mandir}/man1/pcretest.*
 
 %changelog
+* Thu May 30 2013 Petr Pisar <ppisar at redhat.com> - 8.33-1
+- 8.33 bump
+
 * Thu May 16 2013 Petr Pisar <ppisar at redhat.com> - 8.33-0.3.RC1
 - Fix passing too small output vector to pcre_dfa_exec (bug #963284)
 
diff --git a/sources b/sources
index 9f62107..aad47c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbfca8ce7f1f7aebba2d7c16aad795c9  pcre-8.33-RC1.tar.bz2
+21514018448ac10062ece7a668fca949  pcre-8.33.tar.bz2


More information about the scm-commits mailing list