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
|
||||||
+++ testdata/grepoutput 2007/01/08 15:41:48
|
+++ testdata/grepoutput 2007/01/09 10:19:33
|
||||||
@@ -342,8 +342,8 @@
|
@@ -342,8 +342,8 @@
|
||||||
./testdata/grepinputx
|
./testdata/grepinputx
|
||||||
RC=0
|
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
|
Mon Jan 8 16:07:02 CET 2007 - ms@suse.de
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Name: pcre
|
Name: pcre
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A library for Perl-compatible regular expressions
|
Summary: A library for Perl-compatible regular expressions
|
||||||
License: BSD License and BSD-like, Other uncritical OpenSource License
|
License: BSD License and BSD-like, Other uncritical OpenSource License
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -68,6 +68,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
|||||||
--enable-newline-is-lf \
|
--enable-newline-is-lf \
|
||||||
--enable-utf8
|
--enable-utf8
|
||||||
make
|
make
|
||||||
|
export LANG=POSIX
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
make test || echo make test failed
|
make test || echo make test failed
|
||||||
%else
|
%else
|
||||||
@ -101,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_mandir/man3/*.gz
|
%_mandir/man3/*.gz
|
||||||
|
|
||||||
%changelog -n pcre
|
%changelog -n pcre
|
||||||
|
* Tue Jan 09 2007 - ms@suse.de
|
||||||
|
- fixed build for all architectures
|
||||||
* Mon Jan 08 2007 - ms@suse.de
|
* Mon Jan 08 2007 - ms@suse.de
|
||||||
- update to new version 7.0
|
- update to new version 7.0
|
||||||
Changes: As well as a number of bugfixes, there has been a major
|
Changes: As well as a number of bugfixes, there has been a major
|
||||||
|
Loading…
x
Reference in New Issue
Block a user