[packages/pcre] - updated to 8.33 - run tests serially
draenog
draenog at pld-linux.org
Thu May 30 23:49:55 CEST 2013
commit edfd91c33c7a2435268d52c97e86b0694a3275ee
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Thu May 30 22:46:34 2013 +0100
- updated to 8.33
- run tests serially
pcre.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index a637aed..79d86aa 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -10,12 +10,12 @@ Summary: Perl-Compatible Regular Expression library
Summary(pl.UTF-8): Biblioteka perlowych wyrażeń regularnych
Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão
Name: pcre
-Version: 8.32
+Version: 8.33
Release: 1
License: BSD (see LICENCE)
Group: Libraries
Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
-# Source0-md5: 62f02a76bb57a40bc66681760ed511d5
+# Source0-md5: 21514018448ac10062ece7a668fca949
Patch0: %{name}-pcreposix-glibc-conflict.patch
URL: http://www.pcre.org/
BuildRequires: autoconf >= 2.57
@@ -205,7 +205,7 @@ Dokumentacja dla PCRE w formacie HTML.
%if %{with tests}
# tests need big stack
ulimit -s 32768
-%{__make} check
+%{__make} -j1 check
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pcre.git/commitdiff/edfd91c33c7a2435268d52c97e86b0694a3275ee
More information about the pld-cvs-commit
mailing list