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-Jan-2007 10:09:54 Branch: HEAD Handle: 2007012409095400 Modified files: openpkg-src/libgda libgda.patch libgda.spec Log: upgrading package: libgda 2.99.2 -> 2.99.3 Summary: Revision Changes Path 1.11 +24 -36 openpkg-src/libgda/libgda.patch 1.23 +2 -2 openpkg-src/libgda/libgda.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/libgda/libgda.patch ============================================================================ $ cvs diff -u -r1.10 -r1.11 libgda.patch --- openpkg-src/libgda/libgda.patch 6 Jan 2007 10:11:44 -0000 1.10 +++ openpkg-src/libgda/libgda.patch 24 Jan 2007 09:09:54 -0000 1.11 @@ -1,7 +1,7 @@ Index: libgda/gda-parameter-list.c ---- libgda/gda-parameter-list.c.orig 2006-12-21 16:31:15 +0100 -+++ libgda/gda-parameter-list.c 2007-01-06 11:01:50 +0100 -@@ -297,11 +297,11 @@ +--- libgda/gda-parameter-list.c.orig 2007-01-17 11:55:51 +0100 ++++ libgda/gda-parameter-list.c 2007-01-24 09:54:51 +0100 +@@ -302,11 +302,11 @@ else if (type == GDA_TYPE_SHORT) gda_value_set_short (value, va_arg (ap, int)); else if (type == GDA_TYPE_USHORT) @@ -15,21 +15,9 @@ else if (type == G_TYPE_FLOAT) g_value_set_float (value, va_arg (ap, double)); else if (type == G_TYPE_DOUBLE) -Index: providers/mdb/gda-mdb-provider.c ---- providers/mdb/gda-mdb-provider.c.orig 2006-11-07 15:20:59 +0100 -+++ providers/mdb/gda-mdb-provider.c 2007-01-06 11:01:50 +0100 -@@ -795,7 +795,7 @@ - /* allocate bound data */ - bound_data[c] = (gchar *) malloc (MDB_BIND_SIZE); - bound_data[c][0] = '\0'; -- mdb_sql_bind_column (mdb_SQL, c + 1, bound_data[c], NULL); -+ mdb_sql_bind_column (mdb_SQL, c + 1, bound_data[c]); - - /* set description for the field */ - fa = gda_data_model_describe_column (model, c); Index: providers/sqlite/gda-sqlite-provider.c ---- providers/sqlite/gda-sqlite-provider.c.orig 2006-11-15 16:42:30 +0100 -+++ providers/sqlite/gda-sqlite-provider.c 2007-01-06 11:01:50 +0100 +--- providers/sqlite/gda-sqlite-provider.c.orig 2007-01-17 11:55:40 +0100 ++++ providers/sqlite/gda-sqlite-provider.c 2007-01-24 09:54:51 +0100 @@ -23,6 +23,7 @@ */ @@ -39,8 +27,8 @@ #include <glib/gi18n-lib.h> #include <glib/gstdio.h> Index: providers/sqlite/sqlite-src/fts1.c ---- providers/sqlite/sqlite-src/fts1.c.orig 2006-10-27 17:01:36 +0200 -+++ providers/sqlite/sqlite-src/fts1.c 2007-01-06 11:01:50 +0100 +--- providers/sqlite/sqlite-src/fts1.c.orig 2007-01-17 11:55:40 +0100 ++++ providers/sqlite/sqlite-src/fts1.c 2007-01-24 09:54:51 +0100 @@ -19,11 +19,7 @@ #endif @@ -54,8 +42,8 @@ #include <string.h> #include <ctype.h> Index: providers/sqlite/sqlite-src/fts1_porter.c ---- providers/sqlite/sqlite-src/fts1_porter.c.orig 2006-10-27 17:01:36 +0200 -+++ providers/sqlite/sqlite-src/fts1_porter.c 2007-01-06 11:01:50 +0100 +--- providers/sqlite/sqlite-src/fts1_porter.c.orig 2007-01-17 11:55:40 +0100 ++++ providers/sqlite/sqlite-src/fts1_porter.c 2007-01-24 09:54:51 +0100 @@ -26,11 +26,7 @@ @@ -69,8 +57,8 @@ #include <string.h> #include <ctype.h> Index: providers/sqlite/sqlite-src/fts1_tokenizer1.c ---- providers/sqlite/sqlite-src/fts1_tokenizer1.c.orig 2006-10-27 17:01:36 +0200 -+++ providers/sqlite/sqlite-src/fts1_tokenizer1.c 2007-01-06 11:01:50 +0100 +--- providers/sqlite/sqlite-src/fts1_tokenizer1.c.orig 2007-01-17 11:55:40 +0100 ++++ providers/sqlite/sqlite-src/fts1_tokenizer1.c 2007-01-24 09:54:51 +0100 @@ -18,11 +18,7 @@ @@ -84,9 +72,9 @@ #include <string.h> #include <ctype.h> Index: report/testing/Makefile.in ---- report/testing/Makefile.in.orig 2006-12-22 15:01:59 +0100 -+++ report/testing/Makefile.in 2007-01-06 11:01:50 +0100 -@@ -345,7 +345,7 @@ +--- report/testing/Makefile.in.orig 2007-01-23 18:14:11 +0100 ++++ report/testing/Makefile.in 2007-01-24 09:54:51 +0100 +@@ -349,7 +349,7 @@ gda_report_test_SOURCES = \ gda-report-test.c @@ -96,9 +84,9 @@ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ Index: testing/Makefile.in ---- testing/Makefile.in.orig 2006-12-22 15:01:59 +0100 -+++ testing/Makefile.in 2007-01-06 11:01:50 +0100 -@@ -385,7 +385,7 @@ +--- testing/Makefile.in.orig 2007-01-23 18:14:11 +0100 ++++ testing/Makefile.in 2007-01-24 09:54:51 +0100 +@@ -396,7 +396,7 @@ html.c \ gda-test-sql.c @@ -107,7 +95,7 @@ $(top_builddir)/libgda/libgda-3.0.la \ $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ -@@ -397,7 +397,7 @@ +@@ -408,7 +408,7 @@ html.c \ gda-test-models.c @@ -116,7 +104,7 @@ $(top_builddir)/libgda/libgda-3.0.la \ $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ -@@ -407,7 +407,7 @@ +@@ -418,7 +418,7 @@ gda_test_connection_SOURCES = \ gda-test-connection.c @@ -125,7 +113,7 @@ $(top_builddir)/libgda/libgda-3.0.la \ $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ -@@ -417,7 +417,7 @@ +@@ -428,7 +428,7 @@ gda_test_server_operation_SOURCES = \ gda-test-server-operation.c @@ -134,7 +122,7 @@ $(top_builddir)/libgda/libgda-3.0.la \ $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ -@@ -429,7 +429,7 @@ +@@ -440,7 +440,7 @@ html.c \ gda-test-model-query.c @@ -144,9 +132,9 @@ $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \ $(top_builddir)/libgda/graph/libgda_graph-3.0.la \ Index: tools/Makefile.in ---- tools/Makefile.in.orig 2006-12-22 15:02:00 +0100 -+++ tools/Makefile.in 2007-01-06 11:01:50 +0100 -@@ -524,22 +524,22 @@ +--- tools/Makefile.in.orig 2007-01-23 18:14:12 +0100 ++++ tools/Makefile.in 2007-01-24 09:54:51 +0100 +@@ -528,22 +528,22 @@ done gda-author-dict-file$(EXEEXT): $(gda_author_dict_file_OBJECTS) $(gda_author_dict_file_DEPENDENCIES) @rm -f gda-author-dict-file$(EXEEXT) @@ . patch -p0 <<'@@ .' Index: openpkg-src/libgda/libgda.spec ============================================================================ $ cvs diff -u -r1.22 -r1.23 libgda.spec --- openpkg-src/libgda/libgda.spec 6 Jan 2007 10:11:44 -0000 1.22 +++ openpkg-src/libgda/libgda.spec 24 Jan 2007 09:09:54 -0000 1.23 @@ -24,7 +24,7 @@ # package version %define V_major 2.99 -%define V_minor 2 +%define V_minor 3 # package information Name: libgda @@ -37,7 +37,7 @@ Group: Database License: GPL/LGPL Version: %{V_major}.%{V_minor} -Release: 20070106 +Release: 20070124 # package options %option with_sqlite yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org