OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Nov-2004 13:22:43
Branch: HEAD Handle: 2004110912224300
Modified files:
openpkg-src/gconf gconf.spec
Log:
try to repair flawed vcheck regex
Summary:
Revision Changes Path
1.9 +2 -2 openpkg-src/gconf/gconf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gconf/gconf.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 gconf.spec
--- openpkg-src/gconf/gconf.spec 15 Oct 2004 12:42:22 -0000 1.8
+++ openpkg-src/gconf/gconf.spec 9 Nov 2004 12:22:43 -0000 1.9
@@ -38,7 +38,7 @@
Group: Database
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20041015
+Release: 20041109
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/GConf/%{V_major}/GConf-%{version}.tar.bz2
@@ -61,7 +61,7 @@
%track
prog gconf = {
- version = %{version}
+ version = %{V_major}
url = ftp://ftp.gnome.org/pub/GNOME/sources/GConf/
regex = (__VER__)
url = ftp://ftp.gnome.org/pub/GNOME/sources/GConf/__NEWVER__/
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]