This commit is contained in:
parent
e1033b5472
commit
fae13f90e7
13
pcre-7.0.dif
13
pcre-7.0.dif
@ -1,5 +1,16 @@
|
||||
--- RunGrepTest.in
|
||||
+++ RunGrepTest.in 2007/01/09 10:22:01
|
||||
@@ -139,7 +139,7 @@
|
||||
echo "RC=$?" >>testtry
|
||||
|
||||
echo "---------------------------- Test 36 -----------------------------" >>testtry
|
||||
-$valgrind ./pcregrep -L -r --include=grepinput --exclude 'grepinput$' 'fox' $testdata >>testtry
|
||||
+$valgrind ./pcregrep -L -r --include=grepinput --exclude 'grepinput$' 'fox' $testdata | sort >>testtry
|
||||
echo "RC=$?" >>testtry
|
||||
|
||||
echo "---------------------------- Test 37 -----------------------------" >>testtry
|
||||
--- testdata/grepoutput
|
||||
+++ testdata/grepoutput 2007/01/08 15:41:48
|
||||
+++ testdata/grepoutput 2007/01/09 10:19:33
|
||||
@@ -342,8 +342,8 @@
|
||||
./testdata/grepinputx
|
||||
RC=0
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 11:28:53 CET 2007 - ms@suse.de
|
||||
|
||||
- fixed build for all architectures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 8 16:07:02 CET 2007 - ms@suse.de
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
Name: pcre
|
||||
BuildRequires: gcc-c++
|
||||
Version: 7.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
License: BSD License and BSD-like, Other uncritical OpenSource License
|
||||
Group: System/Libraries
|
||||
@ -68,6 +68,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
||||
--enable-newline-is-lf \
|
||||
--enable-utf8
|
||||
make
|
||||
export LANG=POSIX
|
||||
%ifarch %arm
|
||||
make test || echo make test failed
|
||||
%else
|
||||
@ -101,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_mandir/man3/*.gz
|
||||
|
||||
%changelog -n pcre
|
||||
* Tue Jan 09 2007 - ms@suse.de
|
||||
- fixed build for all architectures
|
||||
* Mon Jan 08 2007 - ms@suse.de
|
||||
- update to new version 7.0
|
||||
Changes: As well as a number of bugfixes, there has been a major
|
||||
|
Loading…
Reference in New Issue
Block a user