Ver código fonte

upgrading package: opendbx 1.3.7 -> 1.3.8

Ralf S. Engelschall 17 anos atrás
pai
commit
8a818f4f2c
2 arquivos alterados com 2 adições e 20 exclusões
  1. 0 16
      opendbx/opendbx.patch
  2. 2 4
      opendbx/opendbx.spec

+ 0 - 16
opendbx/opendbx.patch

@@ -1,16 +0,0 @@
-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 )
- 	{

+ 2 - 4
opendbx/opendbx.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Database
 License:      LGPL
-Version:      1.3.7
-Release:      20080413
+Version:      1.3.8
+Release:      20080503
 
 #   package options
 %option       with_sqlite  yes
@@ -41,7 +41,6 @@ Release:      20080413
 
 #   list of sources
 Source0:      http://www.linuxnetworks.de/opendbx/download/opendbx-%{version}.tar.gz
-Patch0:       opendbx.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -78,7 +77,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     export CC="%{l_cc}"