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: 02-Oct-2006 07:51:42
Branch: HEAD Handle: 2006100206514101
Modified files:
openpkg-src/glib2 glib2.patch glib2.spec
Log:
upgrading package: glib2 2.12.3 -> 2.12.4
Summary:
Revision Changes Path
1.4 +14 -2 openpkg-src/glib2/glib2.patch
1.75 +2 -2 openpkg-src/glib2/glib2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/glib2/glib2.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 glib2.patch
--- openpkg-src/glib2/glib2.patch 8 Aug 2006 07:27:57 -0000 1.3
+++ openpkg-src/glib2/glib2.patch 2 Oct 2006 05:51:41 -0000 1.4
@@ -1,6 +1,18 @@
+Index: glib/gtimer.c
+--- glib/gtimer.c.orig 2006-10-01 07:51:15 +0200
++++ glib/gtimer.c 2006-10-02 07:48:30 +0200
+@@ -257,7 +257,7 @@
+
+ if (microseconds)
+ *microseconds = (elapsed / 10) % 1000000;
+-#elif HAVE_CLOCK_GETTIME
++#elif USE_CLOCK_GETTIME
+ if (timer->active)
+ GETTIME (timer->end);
+
Index: gmodule/gmodule-dl.c
--- gmodule/gmodule-dl.c.orig 2004-02-20 02:41:00 +0100
-+++ gmodule/gmodule-dl.c 2006-08-08 09:24:49 +0200
++++ gmodule/gmodule-dl.c 2006-10-02 07:42:55 +0200
@@ -106,6 +106,7 @@
static gpointer
_g_module_self (void)
@@ -21,7 +33,7 @@
static void
Index: tests/errorcheck-mutex-test.c
--- tests/errorcheck-mutex-test.c.orig 2006-05-11 01:58:26 +0200
-+++ tests/errorcheck-mutex-test.c 2006-08-08 09:25:44 +0200
++++ tests/errorcheck-mutex-test.c 2006-10-02 07:42:55 +0200
@@ -1,3 +1,5 @@
+#ifdef G_THREADS_ENABLED
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/glib2/glib2.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 glib2.spec
--- openpkg-src/glib2/glib2.spec 30 Aug 2006 16:13:07 -0000 1.74
+++ openpkg-src/glib2/glib2.spec 2 Oct 2006 05:51:42 -0000 1.75
@@ -24,7 +24,7 @@
# package version
%define V_glib2_major 2.12
-%define V_glib2_minor 3
+%define V_glib2_minor 4
# package information
Name: glib2
@@ -37,7 +37,7 @@
Group: Algorithm
License: GPL
Version: %{V_glib2_major}.%{V_glib2_minor}
-Release: 20060830
+Release: 20061002
# package options
%option with_threads yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]