From 78f069a974a69bbeb4540d329b03cae036de6f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 9 Apr 2014 08:27:59 +0200 Subject: [PATCH] 8.35 bump --- .gitignore | 1 + pcre.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2f8183..b78399c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ pcre-8.10.tar.bz2 /pcre-8.33.tar.bz2 /pcre-8.34.tar.bz2 /pcre-8.35-RC1.tar.bz2 +/pcre-8.35.tar.bz2 diff --git a/pcre.spec b/pcre.spec index 1d8d698..5e57699 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,5 +1,5 @@ # This is stable release: -%global rcversion RC1 +#%%global rcversion RC1 Name: pcre Version: 8.35 Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist} @@ -90,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre # larger stack is needed on s390, ppc ulimit -s 10240 %endif -make check +make %{?_smp_mflags} check %post -p /sbin/ldconfig @@ -121,6 +121,10 @@ make check %{_mandir}/man1/pcretest.* %changelog +* Wed Apr 09 2014 Petr Pisar - 8.35-1 +- 8.35 bump +- Run tests in parallel + * Fri Mar 14 2014 Petr Pisar - 8.35-0.1.RC1 - 8.35-RC1 bump diff --git a/sources b/sources index b470eea..953c4f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -433b76c6c7e7ec4824fa94f9ac0cc153 pcre-8.35-RC1.tar.bz2 +6aacb23986adccd9b3bc626c00979958 pcre-8.35.tar.bz2