OBS User unknown 2007-01-08 16:52:24 +00:00 committed by Git OBS Bridge
parent 0dc69fc431
commit e1033b5472
5 changed files with 45 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:006097cd72835acc9a15fc9239136975f354efa3d39cb9617b3f37432f7ed795
size 570867

12
pcre-7.0.dif Normal file
View File

@ -0,0 +1,12 @@
--- testdata/grepoutput
+++ testdata/grepoutput 2007/01/08 15:41:48
@@ -342,8 +342,8 @@
./testdata/grepinputx
RC=0
---------------------------- Test 36 -----------------------------
-./testdata/grepinputx
./testdata/grepinput8
+./testdata/grepinputx
RC=0
---------------------------- Test 37 -----------------------------
aaaaa0

3
pcre-7.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27265b2eb2c2e8026e02df7fbdc30eec05f00b9a1e7f9e652a0258d4888f0bbe
size 607541

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 8 16:07:02 CET 2007 - ms@suse.de
- update to new version 7.0
Changes: As well as a number of bugfixes, there has been a major
refactoring of the compiling code, which makes it easier to add new
features, including some new optimizations. A QuoteMeta function has been
added to the C++ wrapper. There is now a mode in which all Unicode newline
sequences are recognized. Support for the Perl 5.10 syntax for features
that were previously in PCRE but not in Perl (named groups, possessive
quantifiers) has been added.
-------------------------------------------------------------------
Sat Oct 28 17:50:04 CEST 2006 - meissner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package pcre (Version 6.7)
# spec file for package pcre (Version 7.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,17 +12,17 @@
Name: pcre
BuildRequires: gcc-c++
Version: 6.7
Release: 14
Version: 7.0
Release: 1
Summary: A library for Perl-compatible regular expressions
License: BSD License and BSD-like, Other License(s), see package
License: BSD License and BSD-like, Other uncritical OpenSource License
Group: System/Libraries
Autoreqprov: on
URL: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
Source: %name-%version.tar.bz2
#Patch: pcre-6.7.patch
Patch: pcre-%version.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package devel
%package devel
Summary: A library for Perl-compatible regular expressions
Autoreqprov: on
Group: System/Libraries
@ -55,7 +55,7 @@ Authors:
%prep
%setup -q
#%patch
%patch
%build
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
@ -97,9 +97,19 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/*.a
%_libdir/*.la
%_libdir/pkgconfig/libpcre.pc
%_libdir/pkgconfig/libpcrecpp.pc
%_mandir/man3/*.gz
%changelog -n pcre
* 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
refactoring of the compiling code, which makes it easier to add new
features, including some new optimizations. A QuoteMeta function has been
added to the C++ wrapper. There is now a mode in which all Unicode newline
sequences are recognized. Support for the Perl 5.10 syntax for features
that were previously in PCRE but not in Perl (named groups, possessive
quantifiers) has been added.
* Sat Oct 28 2006 - meissner@suse.de
- CXXFLAGS needs RPM_OPT_FLAGS too.
* Mon Jul 10 2006 - ms@suse.de