pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libgda Update to 1.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3a50e772c3d
branches:  trunk
changeset: 470699:d3a50e772c3d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Mar 11 14:00:29 2004 +0000

description:
Update to 1.0.3:

libgda 1.0.3, 2004-01-16
------------------------
 - Backported gda_data_model_foreach from HEAD (gonzalo)
 - Python bindings related issues (jon)
 - Fixed documentation typos (rodrigo)
 - Fixed C99'isms (rodrigo)
 - Fixed replacement of files in gda_file_save (laurent)
 - Fixed startup commands execution in SQLite provider (nikolai)
 - Updated translations:
        - es (serrador)
        - nl (adrighem)
        - pt (dnloreto)

libgda 1.0.2, 2003-11-30
------------------------
 - Register missing structs as boxed types (murray, laurent)
 - Fixed memory leaks in MySQL provider (paisa)
 - Added more API documentation (laurent)
 - Implemented missing case in gda_data_model_to_xml, where standalone
   XML files were not being generated (laurent)
 - Fixed compilation problems when enabling BSD compatibility layer
   on Linux (jonathan)
 - Fixed gda_value_copy for GdaNumeric values (david)
 - Use $(libdir) as the directory for installing libraries instead of
   $(prefix)/lib (fredreric)
 - Fixes for 64bit platforms (fredreric)
 - Fixed crash in MDB provider (filip)
 - Added missing emission of signals in data model class (gonzalo)
 - Updated translations:
        - cs (miroslav)
        - es (pablo)
        - ja (aihana)
        - nl (vincent)
        - pt (duarte)
        - sr (danilo)

libgda 1.0.1, 2003-10-13
------------------------
 - Fixed clearing of GdaQuarkList's (laurent)
 - Added GType-registration for enums, needed for C++ bindings (murray)
 - Fixed typos in documentation and added more information for
   MySQL provider (laurent)
 - Added missing prototype to gda-client.h (laurent)
 - Fixed detection of mSQL libraries/headers (chris)
 - Fixed mSQL provider handling on non-queries (chris)
 - Fixed #117202: adapted to API changes in tds_connect (seth)
 - Fixed #121403: freed memory being used (rodrigo)
 - Fixed #123342: crash on exit in Gnumeric (rodrigo)
 - Added missing documentation for GdaBlob (rodrigo)
 - Updated translations:
        - cs (miroslav)
        - fi (pauli)
        - fr (christophe)
        - pt (duarte)
        - sk (stanislav)
        - sr (danilo)
        - sr@Latn (danilo)
        - sv (christian)

diffstat:

 databases/libgda/Makefile         |   4 +---
 databases/libgda/Makefile.common  |   5 +++--
 databases/libgda/PLIST            |   3 ++-
 databases/libgda/buildlink3.mk    |   4 ++--
 databases/libgda/distinfo         |  12 ++++++------
 databases/libgda/patches/patch-aa |   8 ++++----
 databases/libgda/patches/patch-ab |  10 +++++-----
 databases/libgda/patches/patch-ac |  16 ++++++++--------
 8 files changed, 31 insertions(+), 31 deletions(-)

diffs (151 lines):

diff -r ca698df804dc -r d3a50e772c3d databases/libgda/Makefile
--- a/databases/libgda/Makefile Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/Makefile Thu Mar 11 14:00:29 2004 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/11 14:00:29 jmmv Exp $
 #
 
 .include "Makefile.common"
 
-PKGREVISION=           2
-
 COMMENT=               GNU Database access library
 
 PKGCONFIG_OVERRIDE=    libgda.pc.in
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/Makefile.common
--- a/databases/libgda/Makefile.common  Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/Makefile.common  Thu Mar 11 14:00:29 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.16 2004/02/14 17:21:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/03/11 14:00:29 jmmv Exp $
 #
 
-DISTNAME?=             libgda-1.0.0
+DISTNAME?=             libgda-1.0.3
 CATEGORIES?=           databases gnome
 MASTER_SITES?=         ${MASTER_SITE_GNOME:=sources/libgda/1.0/}
 EXTRACT_SUFX?=         .tar.bz2
@@ -25,6 +25,7 @@
 EGDIR=                 ${PREFIX}/share/examples/libgda
 CONF_FILES+=           ${EGDIR}/config ${PKG_SYSCONFDIR}/config
 
+.include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/PLIST
--- a/databases/libgda/PLIST    Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/PLIST    Thu Mar 11 14:00:29 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2003/09/11 12:38:26 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/03/11 14:00:29 jmmv Exp $
 bin/gda-report-test
 bin/gda-run
 bin/gda-test
@@ -26,6 +26,7 @@
 include/libgda/gda-data-model-hash.h
 include/libgda/gda-data-model-list.h
 include/libgda/gda-data-model.h
+include/libgda/gda-enum-types.h
 include/libgda/gda-error.h
 include/libgda/gda-export.h
 include/libgda/gda-field.h
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/buildlink3.mk
--- a/databases/libgda/buildlink3.mk    Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/buildlink3.mk    Thu Mar 11 14:00:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/03/05 19:25:09 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/03/11 14:00:29 jmmv Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBGDA_BUILDLINK3_MK:= ${LIBGDA_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   libgda
 
 .if !empty(LIBGDA_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libgda+=     libgda>=0.99.0nb1
+BUILDLINK_DEPENDS.libgda+=     libgda>=1.0.3
 BUILDLINK_PKGSRCDIR.libgda?=   ../../databases/libgda
 
 .include "../../devel/glib2/buildlink3.mk"
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/distinfo
--- a/databases/libgda/distinfo Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/distinfo Thu Mar 11 14:00:29 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2003/09/19 22:19:01 jmmv Exp $
+$NetBSD: distinfo,v 1.8 2004/03/11 14:00:29 jmmv Exp $
 
-SHA1 (libgda-1.0.0.tar.bz2) = 535f9ae64d9c781b1533eccfb22936267e30a15f
-Size (libgda-1.0.0.tar.bz2) = 1026627 bytes
-SHA1 (patch-aa) = 3395318d51f0e268107778be43af47b59b2a60e8
-SHA1 (patch-ab) = 9fbc5f413426ed88753ec7523957d5e3122ec43e
-SHA1 (patch-ac) = 855820bd48c7a1ea172deaf1b8c3164e955b626f
+SHA1 (libgda-1.0.3.tar.bz2) = e167ef34aadcee2a88a790bb5eeebb2c69c2ba2f
+Size (libgda-1.0.3.tar.bz2) = 1087558 bytes
+SHA1 (patch-aa) = 72bb5daae7ad2d12e74256d443b1813d68fe86b3
+SHA1 (patch-ab) = 833f31fd0c045ff7c15e0a4e0d76f50f389c7cf2
+SHA1 (patch-ac) = 962381015f8df753b35c45935f90758c2c634efa
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/patches/patch-aa
--- a/databases/libgda/patches/patch-aa Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/patches/patch-aa Thu Mar 11 14:00:29 2004 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2003/02/13 18:19:30 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2004/03/11 14:00:29 jmmv Exp $
 
---- doc/C/Makefile.in.orig     2003-02-13 18:53:17.000000000 +0100
+--- doc/C/Makefile.in.orig     2004-01-17 00:06:09.000000000 +0100
 +++ doc/C/Makefile.in
-@@ -167,7 +167,7 @@ YACC = @YACC@
- cxxflags_set = @cxxflags_set@
+@@ -272,7 +272,7 @@ target_alias = @target_alias@
  
+ # The name of the module, e.g. 'glib'.
  DOC_MODULE = libgda
 -HTML_DIR = $(datadir)/gtk-doc/html
 +HTML_DIR = $(datadir)/doc/html
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/patches/patch-ab
--- a/databases/libgda/patches/patch-ab Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/patches/patch-ab Thu Mar 11 14:00:29 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.4 2003/02/13 18:19:30 jmmv Exp $
+$NetBSD: patch-ab,v 1.5 2004/03/11 14:00:29 jmmv Exp $
 
---- data/Makefile.in.orig      2003-01-28 02:21:45.000000000 +0100
+--- data/Makefile.in.orig      2004-01-17 00:06:09.000000000 +0100
 +++ data/Makefile.in
-@@ -166,7 +166,7 @@ XBASE_LIBS = @XBASE_LIBS@
- YACC = @YACC@
- cxxflags_set = @cxxflags_set@
+@@ -271,7 +271,7 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
  
+ # Default global configuration file
 -configdir = $(sysconfdir)/libgda
 +configdir = $(datadir)/examples/libgda
  config_DATA = config
diff -r ca698df804dc -r d3a50e772c3d databases/libgda/patches/patch-ac
--- a/databases/libgda/patches/patch-ac Thu Mar 11 13:51:25 2004 +0000
+++ b/databases/libgda/patches/patch-ac Thu Mar 11 14:00:29 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.2 2003/02/13 18:19:30 jmmv Exp $
+$NetBSD: patch-ac,v 1.3 2004/03/11 14:00:29 jmmv Exp $
 
---- libgda/Makefile.in.orig    2003-01-28 02:21:13.000000000 +0100
+--- libgda/Makefile.in.orig    2004-01-17 00:23:36.000000000 +0100
 +++ libgda/Makefile.in
-@@ -166,7 +166,7 @@ cxxflags_set = @cxxflags_set@
- 
- lib_LTLIBRARIES = libgda-2.la
- 
--INCLUDES =    -I$(top_srcdir)         -I$(top_builddir)       $(LIBGDA_CFLAGS)        -DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\"         -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\"      
-DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\"
-+INCLUDES =    -I$(top_srcdir)         -I$(top_builddir)       $(LIBGDA_CFLAGS)        -DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\"         -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\"      
-DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/config"\"
+@@ -277,7 +277,7 @@ INCLUDES = \
+       $(LIBGDA_CFLAGS) \
+       -DLIBGDA_PLUGINDIR=\""$(libdir)/libgda/providers"\" \
+       -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" \
+-      -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\"
++      -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/config"\"
  
  
  gda_marshal_built_files = gda-marshal.h gda-marshal.c



Home | Main Index | Thread Index | Old Index