OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Sep-2008 09:51:24
Branch: HEAD Handle: 2008090608512400
Modified files:
openpkg-src/pcre pcre.patch pcre.spec
Log:
upgrading package: pcre 7.7 -> 7.8
Summary:
Revision Changes Path
1.8 +0 -12 openpkg-src/pcre/pcre.patch
1.69 +2 -2 openpkg-src/pcre/pcre.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pcre/pcre.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 pcre.patch
--- openpkg-src/pcre/pcre.patch 13 Aug 2008 06:17:30 -0000 1.7
+++ openpkg-src/pcre/pcre.patch 6 Sep 2008 07:51:24 -0000 1.8
@@ -14,15 +14,3 @@
PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
regmatch_t *, int);
-Index: pcre_compile.c
---- pcre_compile.c
-+++ pcre_compile.c
-@@ -4931,7 +4931,7 @@
- (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
- {
- cd->external_options = newoptions;
-- options = newoptions;
-+ options = *optionsptr = newoptions;
- }
- else
- {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pcre/pcre.spec
============================================================================
$ cvs diff -u -r1.68 -r1.69 pcre.spec
--- openpkg-src/pcre/pcre.spec 13 Aug 2008 06:17:30 -0000 1.68
+++ openpkg-src/pcre/pcre.spec 6 Sep 2008 07:51:24 -0000 1.69
@@ -31,8 +31,8 @@
Class: BASE
Group: Libraries
License: LGPL
-Version: 7.7
-Release: 20080813
+Version: 7.8
+Release: 20080906
# package options
%option with_utf8 yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]