diff --git a/pcre.spec b/pcre.spec index f8b85c3..cacee19 100644 --- a/pcre.spec +++ b/pcre.spec @@ -2,7 +2,7 @@ #%%global rcversion RC1 Name: pcre Version: 8.41 -Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist}.2 +Release: %{?rcversion:0.}2%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library ## Source package only: @@ -33,6 +33,8 @@ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{?rcversio Patch0: pcre-8.21-multilib.patch # Refused by upstream, bug #675477 Patch1: pcre-8.32-refused_spelling_terminated.patch +# Fix recursion stack estimator, upstream bug #2173 +Patch2: pcre-8.41-fix_stack_estimator.patch BuildRequires: readline-devel BuildRequires: autoconf BuildRequires: automake @@ -116,6 +118,7 @@ Utilities demonstrating PCRE capabilities like pcregrep or pcretest. # Get rid of rpath %patch0 -p1 %patch1 -p1 +%patch2 -p2 # Because of rpath patch libtoolize --copy --force autoreconf -vif @@ -217,6 +220,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Mon Oct 09 2017 Petr Pisar - 8.41-2 +- Fix recursion stack estimator (upstream bug #2173) + * Thu Aug 03 2017 Fedora Release Engineering - 8.41-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild