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-2007 10:16:00
  Branch: HEAD                             Handle: 2007032409155900

  Modified files:
    openpkg-src/libgda      libgda.patch libgda.spec

  Log:
    upgrading package: libgda 2.99.5 -> 2.99.6

  Summary:
    Revision    Changes     Path
    1.14        +31 -51     openpkg-src/libgda/libgda.patch
    1.26        +2  -2      openpkg-src/libgda/libgda.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libgda/libgda.patch
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 libgda.patch
  --- openpkg-src/libgda/libgda.patch   12 Feb 2007 18:18:26 -0000      1.13
  +++ openpkg-src/libgda/libgda.patch   24 Mar 2007 09:15:59 -0000      1.14
  @@ -1,23 +1,6 @@
  -Index: libgda/gda-parameter-list.c
  ---- libgda/gda-parameter-list.c.orig 2007-02-12 12:02:40 +0100
  -+++ libgda/gda-parameter-list.c      2007-02-12 18:56:30 +0100
  -@@ -363,11 +363,11 @@
  -             else if (type == GDA_TYPE_SHORT)
  -                     gda_value_set_short (value, va_arg (ap, int));
  -             else if (type == GDA_TYPE_USHORT)
  --                    gda_value_set_ushort (value, va_arg (ap, uint));
  -+                    gda_value_set_ushort (value, va_arg (ap, unsigned int));
  -             else if (type == G_TYPE_CHAR)
  -                     g_value_set_char (value, va_arg (ap, int));
  -             else if (type == G_TYPE_UCHAR)
  --                    g_value_set_uchar (value, va_arg (ap, uint));
  -+                    g_value_set_uchar (value, va_arg (ap, unsigned int));
  -             else if (type == G_TYPE_FLOAT)
  -                     g_value_set_float (value, va_arg (ap, double));
  -             else if (type == G_TYPE_DOUBLE)
   Index: providers/sqlite/sqlite-src/fts1.c
  ---- providers/sqlite/sqlite-src/fts1.c.orig  2007-02-12 12:02:16 +0100
  -+++ providers/sqlite/sqlite-src/fts1.c       2007-02-12 18:56:30 +0100
  +--- providers/sqlite/sqlite-src/fts1.c.orig  2007-02-13 14:08:34 +0100
  ++++ providers/sqlite/sqlite-src/fts1.c       2007-03-24 09:08:25 +0100
   @@ -19,11 +19,7 @@
    #endif
    
  @@ -31,8 +14,8 @@
    #include <string.h>
    #include <ctype.h>
   Index: providers/sqlite/sqlite-src/fts1_porter.c
  ---- providers/sqlite/sqlite-src/fts1_porter.c.orig   2007-02-12 12:02:16 
+0100
  -+++ providers/sqlite/sqlite-src/fts1_porter.c        2007-02-12 18:56:30 
+0100
  +--- providers/sqlite/sqlite-src/fts1_porter.c.orig   2007-02-13 14:08:34 
+0100
  ++++ providers/sqlite/sqlite-src/fts1_porter.c        2007-03-24 09:08:25 
+0100
   @@ -26,11 +26,7 @@
    
    
  @@ -46,8 +29,8 @@
    #include <string.h>
    #include <ctype.h>
   Index: providers/sqlite/sqlite-src/fts1_tokenizer1.c
  ---- providers/sqlite/sqlite-src/fts1_tokenizer1.c.orig       2007-02-12 
12:02:16 +0100
  -+++ providers/sqlite/sqlite-src/fts1_tokenizer1.c    2007-02-12 18:56:30 
+0100
  +--- providers/sqlite/sqlite-src/fts1_tokenizer1.c.orig       2007-02-13 
14:08:34 +0100
  ++++ providers/sqlite/sqlite-src/fts1_tokenizer1.c    2007-03-24 09:08:25 
+0100
   @@ -18,11 +18,7 @@
    
    
  @@ -61,78 +44,75 @@
    #include <string.h>
    #include <ctype.h>
   Index: report/testing/Makefile.in
  ---- report/testing/Makefile.in.orig  2007-02-12 12:15:46 +0100
  -+++ report/testing/Makefile.in       2007-02-12 18:56:56 +0100
  -@@ -360,7 +360,7 @@
  +--- report/testing/Makefile.in.orig  2007-03-23 20:08:16 +0100
  ++++ report/testing/Makefile.in       2007-03-24 09:08:25 +0100
  +@@ -343,7 +343,7 @@
    gda_report_test_3_0_SOURCES = \
            gda-report-test.c
    
   -gda_report_test_3_0_LDADD = \
   +gda_report_test_3_0_LDADD = -static \
        $(top_builddir)/libgda/libgda-3.0.la \
  -     $(top_builddir)/libgda/graph/libgda_graph-3.0.la \
  -     $(top_builddir)/libgda/handlers/libgda_handlers-3.0.la \
  +     $(top_builddir)/report/libgda-report/libgda-report-3.0.la \
  +     $(LIBGDA_LIBS)
   Index: testing/Makefile.in
  ---- testing/Makefile.in.orig 2007-02-12 12:15:46 +0100
  -+++ testing/Makefile.in      2007-02-12 18:57:32 +0100
  -@@ -408,7 +408,7 @@
  +--- testing/Makefile.in.orig 2007-03-23 20:08:16 +0100
  ++++ testing/Makefile.in      2007-03-24 09:08:25 +0100
  +@@ -373,7 +373,7 @@
        html.c \
            gda-test-sql.c
    
   -gda_test_sql_LDADD = \
   +gda_test_sql_LDADD = -static \
            $(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 \
  -@@ -420,7 +420,7 @@
  +         $(LIBGDA_LIBS)
  + 
  +@@ -382,21 +382,21 @@
            html.c \
            gda-test-models.c
    
   -gda_test_models_LDADD = \
   +gda_test_models_LDADD = -static \
            $(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 \
  -@@ -430,7 +430,7 @@
  +         $(LIBGDA_LIBS)
  + 
    gda_test_connection_3_0_SOURCES = \
            gda-test-connection.c
    
   -gda_test_connection_3_0_LDADD = \
   +gda_test_connection_3_0_LDADD = -static \
            $(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 \
  -@@ -440,7 +440,7 @@
  +         $(LIBGDA_LIBS)
  + 
    gda_test_server_operation_SOURCES = \
            gda-test-server-operation.c
    
   -gda_test_server_operation_LDADD = \
   +gda_test_server_operation_LDADD = -static \
            $(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 \
  -@@ -452,7 +452,7 @@
  +         $(LIBGDA_LIBS)
  + 
  +@@ -405,14 +405,14 @@
        html.c \
            gda-test-model-query.c
    
   -gda_test_model_query_LDADD = \
   +gda_test_model_query_LDADD = -static \
            $(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 \
  -@@ -462,7 +462,7 @@
  +         $(LIBGDA_LIBS)
  + 
    gda_test_blob_SOURCES = \
            gda-test-blob.c
    
   -gda_test_blob_LDADD = \
   +gda_test_blob_LDADD = -static \
            $(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 \
  +         $(LIBGDA_LIBS)
  + 
   Index: tools/Makefile.in
  ---- tools/Makefile.in.orig   2007-02-12 12:15:47 +0100
  -+++ tools/Makefile.in        2007-02-12 18:58:11 +0100
  -@@ -545,22 +545,22 @@
  +--- tools/Makefile.in.orig   2007-03-23 20:08:16 +0100
  ++++ tools/Makefile.in        2007-03-24 09:08:25 +0100
  +@@ -492,22 +492,22 @@
        done
    gda-author-dict-file-3.0$(EXEEXT): $(gda_author_dict_file_3_0_OBJECTS) 
$(gda_author_dict_file_3_0_DEPENDENCIES) 
        @rm -f gda-author-dict-file-3.0$(EXEEXT)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libgda/libgda.spec
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 libgda.spec
  --- openpkg-src/libgda/libgda.spec    13 Feb 2007 07:37:32 -0000      1.25
  +++ openpkg-src/libgda/libgda.spec    24 Mar 2007 09:15:59 -0000      1.26
  @@ -24,7 +24,7 @@
   
   #   package version
   %define       V_major 2.99
  -%define       V_minor 5
  +%define       V_minor 6
   
   #   package information
   Name:         libgda
  @@ -37,7 +37,7 @@
   Group:        Database
   License:      GPL/LGPL
   Version:      %{V_major}.%{V_minor}
  -Release:      20070213
  +Release:      20070324
   
   #   package options
   %option       with_sqlite  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to