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: 03-Mar-2009 20:50:49 Branch: HEAD Handle: 2009030319504900 Modified files: openpkg-src/opendbx opendbx.patch opendbx.spec Log: upgrading package: opendbx 1.3.11 -> 1.4.0 Summary: Revision Changes Path 1.4 +6 -20 openpkg-src/opendbx/opendbx.patch 1.22 +2 -2 openpkg-src/opendbx/opendbx.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/opendbx/opendbx.patch ============================================================================ $ cvs diff -u -r1.3 -r1.4 opendbx.patch --- openpkg-src/opendbx/opendbx.patch 23 Oct 2008 19:13:38 -0000 1.3 +++ openpkg-src/opendbx/opendbx.patch 3 Mar 2009 19:50:49 -0000 1.4 @@ -1,7 +1,7 @@ Index: Makefile.in ---- Makefile.in.orig 2008-10-22 20:41:40 +0200 -+++ Makefile.in 2008-10-23 09:23:24 +0200 -@@ -236,7 +236,7 @@ +--- Makefile.in.orig 2009-03-02 21:09:46 +0100 ++++ Makefile.in 2009-03-03 20:43:16 +0100 +@@ -240,7 +240,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 @@ -11,9 +11,9 @@ debian/changelog \ debian/compat \ Index: utils/Makefile.in ---- utils/Makefile.in.orig 2008-10-22 20:41:40 +0200 -+++ utils/Makefile.in 2008-10-23 09:23:24 +0200 -@@ -253,7 +253,7 @@ +--- utils/Makefile.in.orig 2009-03-01 10:33:51 +0100 ++++ utils/Makefile.in 2009-03-03 20:43:16 +0100 +@@ -254,7 +254,7 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -22,17 +22,3 @@ @enableutils_t...@includes = -I../lib @enableutils_t...@odbx_sql_sources = argmap.cpp argmap.hpp commands.cpp commands.hpp completion.cpp completion.hpp odbx-sql.hpp odbx-sql.cpp @enableutils_t...@odbx_sql_cppflags = -DLOCALEDIR=\"$(localedir)\" -DKEYWORDFILE=\"$(pkgdatadir)/keywords\" -Index: utils/odbx-sql.cpp ---- utils/odbx-sql.cpp.orig 2008-10-03 11:41:28 +0200 -+++ utils/odbx-sql.cpp 2008-10-23 09:57:54 +0200 -@@ -182,8 +182,10 @@ - string config; - - setlocale( LC_ALL, "" ); -+#ifdef ENABLE_NLS - textdomain( "opendbx-utils" ); - bindtextdomain( "opendbx-utils", LOCALEDIR ); -+#endif - - if( !A.checkArgv( argc, argv, "--config", config ) ) { - if( !A.checkArgv( argc, argv, "-c", config ) ) { config = ""; } @@ . patch -p0 <<'@@ .' Index: openpkg-src/opendbx/opendbx.spec ============================================================================ $ cvs diff -u -r1.21 -r1.22 opendbx.spec --- openpkg-src/opendbx/opendbx.spec 23 Oct 2008 19:13:38 -0000 1.21 +++ openpkg-src/opendbx/opendbx.spec 3 Mar 2009 19:50:49 -0000 1.22 @@ -31,8 +31,8 @@ Class: EVAL Group: Database License: LGPL -Version: 1.3.11 -Release: 20081023 +Version: 1.4.0 +Release: 20090303 # package options %option with_sqlite yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
