OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-May-2006 21:16:42
Branch: HEAD Handle: 2006052020164200
Modified files:
openpkg-src/glib2 glib2.spec
Log:
upgrading package: glib2 2.8.6 -> 2.11.1; fix tracking
Summary:
Revision Changes Path
1.63 +4 -4 openpkg-src/glib2/glib2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/glib2/glib2.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 glib2.spec
--- openpkg-src/glib2/glib2.spec 19 Jan 2006 06:37:44 -0000 1.62
+++ openpkg-src/glib2/glib2.spec 20 May 2006 19:16:42 -0000 1.63
@@ -23,8 +23,8 @@
##
# package version
-%define V_glib2_major 2.8
-%define V_glib2_minor 6
+%define V_glib2_major 2.11
+%define V_glib2_minor 1
# package information
Name: glib2
@@ -37,7 +37,7 @@
Group: Algorithm
License: GPL
Version: %{V_glib2_major}.%{V_glib2_minor}
-Release: 20060119
+Release: 20060520
# package options
%option with_threads yes
@@ -66,7 +66,7 @@
prog glib2 = {
version = %{version}
url = ftp://ftp.gtk.org/pub/gtk/
- regex = (v2\.[2468])
+ regex = (v2\.[0-9]+)
url = ftp://ftp.gtk.org/pub/gtk/__NEWVER__/
regex = glib-(__VER__)\.tar\.(gz|bz2)
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]