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: 24-Mar-2006 19:53:03
Branch: HEAD Handle: 2006032418530300
Modified files:
openpkg-src/libgda libgda.patch libgda.spec
Log:
upgrading package: libgda 1.9.100 -> 1.9.102
Summary:
Revision Changes Path
1.7 +29 -41 openpkg-src/libgda/libgda.patch
1.17 +2 -2 openpkg-src/libgda/libgda.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libgda/libgda.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 libgda.patch
--- openpkg-src/libgda/libgda.patch 27 Oct 2005 11:17:15 -0000 1.6
+++ openpkg-src/libgda/libgda.patch 24 Mar 2006 18:53:03 -0000 1.7
@@ -1,63 +1,51 @@
-Index: libgda/gda-log.c
---- libgda/gda-log.c.orig 2004-10-09 16:37:58 +0200
-+++ libgda/gda-log.c 2005-10-27 13:15:48 +0200
-@@ -111,7 +111,7 @@
- #ifdef LIBGDA_WIN32
- g_log ("Gda", G_LOG_LEVEL_INFO, "%s", msg);
- #else
-- syslog (LOG_USER | LOG_INFO, msg);
-+ syslog (LOG_USER | LOG_INFO, "%s", msg);
- #endif
- g_free (msg);
- }
-@@ -144,7 +144,7 @@
- #ifdef LIBGDA_WIN32
- g_log ("Gda", G_LOG_LEVEL_ERROR, "%s", msg);
- #else
-- syslog (LOG_USER | LOG_ERR, msg);
-+ syslog (LOG_USER | LOG_ERR, "%s", msg);
- #endif
- g_free (msg);
- }
Index: providers/sqlite/gda-sqlite-provider.c
---- providers/sqlite/gda-sqlite-provider.c.orig 2005-09-28 13:39:45
+0200
-+++ providers/sqlite/gda-sqlite-provider.c 2005-10-27 13:15:08 +0200
+--- providers/sqlite/gda-sqlite-provider.c.orig 2006-03-01 16:26:33
+0100
++++ providers/sqlite/gda-sqlite-provider.c 2006-03-24 19:01:45 +0100
@@ -26,6 +26,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
- #include <libgda/gda-intl.h>
+ #include <glib/gi18n-lib.h>
#include <libgda/gda-data-model-array.h>
#include <libgda/gda-data-model-private.h>
Index: report/testing/Makefile.in
---- report/testing/Makefile.in.orig 2005-10-13 10:11:35 +0200
-+++ report/testing/Makefile.in 2005-10-27 13:15:08 +0200
-@@ -336,7 +336,7 @@
+--- report/testing/Makefile.in.orig 2006-03-24 11:14:59 +0100
++++ report/testing/Makefile.in 2006-03-24 18:56:34 +0100
+@@ -340,7 +340,7 @@
gda_report_test_SOURCES = \
gda-report-test.c
-gda_report_test_LDADD = \
+gda_report_test_LDADD = -static \
$(top_builddir)/libgda/libgda-3.la \
- $(top_builddir)/report/libgda-report/libgda-report-3.la \
- $(LIBGDA_LIBS)
+ $(top_builddir)/libgda/graph/libgda_graph-3.la \
+ $(top_builddir)/libgda/handlers/libgda_handlers-3.la \
Index: testing/Makefile.in
---- testing/Makefile.in.orig 2005-10-13 10:11:35 +0200
-+++ testing/Makefile.in 2005-10-27 13:15:08 +0200
-@@ -350,7 +350,7 @@
- ibmdb2-test.c \
- ibmdb2-test.h
+--- testing/Makefile.in.orig 2006-03-24 11:14:59 +0100
++++ testing/Makefile.in 2006-03-24 19:02:19 +0100
+@@ -425,7 +425,7 @@
+ html.c \
+ gda-test-sql.c
--gda_test_LDADD = \
-+gda_test_LDADD = -static \
- $(top_builddir)/libgda/libgda-3.la \
- $(LIBGDA_LIBS)
+-gda_test_sql_LDADD = \
++gda_test_sql_LDADD = -static \
+ $(top_builddir)/libgda/libgda-3.la \
+ $(top_builddir)/libgda/handlers/libgda_handlers-3.la \
+ $(top_builddir)/libgda/graph/libgda_graph-3.la \
+@@ -437,7 +437,7 @@
+ html.c \
+ gda-test-models.c
+-gda_test_models_LDADD = \
++gda_test_models_LDADD = -static \
+ $(top_builddir)/libgda/libgda-3.la \
+ $(top_builddir)/libgda/handlers/libgda_handlers-3.la \
+ $(top_builddir)/libgda/graph/libgda_graph-3.la \
Index: tools/Makefile.in
---- tools/Makefile.in.orig 2005-10-13 10:11:36 +0200
-+++ tools/Makefile.in 2005-10-27 13:15:08 +0200
-@@ -427,10 +427,10 @@
+--- tools/Makefile.in.orig 2006-03-24 11:15:00 +0100
++++ tools/Makefile.in 2006-03-24 18:56:34 +0100
+@@ -440,10 +440,10 @@
done
gda-config-tool$(EXEEXT): $(gda_config_tool_OBJECTS)
$(gda_config_tool_DEPENDENCIES)
@rm -f gda-config-tool$(EXEEXT)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libgda/libgda.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 libgda.spec
--- openpkg-src/libgda/libgda.spec 1 Jan 2006 13:15:40 -0000 1.16
+++ openpkg-src/libgda/libgda.spec 24 Mar 2006 18:53:03 -0000 1.17
@@ -24,7 +24,7 @@
# package version
%define V_major 1.9
-%define V_minor 100
+%define V_minor 102
# package information
Name: libgda
@@ -37,7 +37,7 @@
Group: Database
License: GPL/LGPL
Version: %{V_major}.%{V_minor}
-Release: 20051027
+Release: 20060324
# package options
%option with_sqlite yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]