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: 13-Apr-2008 17:52:27
Branch: HEAD Handle: 2008041316522601
Added files:
openpkg-src/opendbx opendbx.patch
Modified files:
openpkg-src/opendbx opendbx.spec
Log:
upgrading package: opendbx 1.3.6 -> 1.3.7
Summary:
Revision Changes Path
1.1 +16 -0 openpkg-src/opendbx/opendbx.patch
1.17 +4 -2 openpkg-src/opendbx/opendbx.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/opendbx/opendbx.patch
============================================================================
$ cvs diff -u -r0 -r1.1 opendbx.patch
--- /dev/null 2008-04-13 17:51:23 +0200
+++ opendbx.patch 2008-04-13 17:52:27 +0200
@@ -0,0 +1,16 @@
+Index: lib/odbx.c
+--- lib/odbx.c.orig 2008-04-10 00:06:01 +0200
++++ lib/odbx.c 2008-04-13 09:50:30 +0200
+@@ -45,10 +45,12 @@
+ {
+ int err;
+
++#ifdef ENABLE_NLS
+ if( bindtextdomain( "opendbx", LOCALEDIR ) == NULL )
+ {
+ return -ODBX_ERR_NOMEM;
+ }
++#endif
+
+ if( handle == NULL || backend == NULL )
+ {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/opendbx/opendbx.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 opendbx.spec
--- openpkg-src/opendbx/opendbx.spec 25 Feb 2008 06:58:15 -0000 1.16
+++ openpkg-src/opendbx/opendbx.spec 13 Apr 2008 15:52:27 -0000 1.17
@@ -31,8 +31,8 @@
Class: EVAL
Group: Database
License: LGPL
-Version: 1.3.6
-Release: 20080225
+Version: 1.3.7
+Release: 20080413
# package options
%option with_sqlite yes
@@ -41,6 +41,7 @@
# list of sources
Source0:
http://www.linuxnetworks.de/opendbx/download/opendbx-%{version}.tar.gz
+Patch0: opendbx.patch
# build information
Prefix: %{l_prefix}
@@ -77,6 +78,7 @@
%prep
%setup -q
+ %patch -p0
%build
export CC="%{l_cc}"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]