Procházet zdrojové kódy

upgrading package: libzdb 2.3 -> 2.4

Ralf S. Engelschall před 16 roky
rodič
revize
0f939ee761
2 změnil soubory, kde provedl 2 přidání a 31 odebrání
  1. 0 27
      libzdb/libzdb.patch
  2. 2 4
      libzdb/libzdb.spec

+ 0 - 27
libzdb/libzdb.patch

@@ -1,27 +0,0 @@
-Index: configure
---- configure.orig	2008-05-04 04:05:13.000000000 +0200
-+++ configure	2008-06-02 18:38:16.000000000 +0200
-@@ -19704,8 +19704,8 @@
-         else
-                 svd_LDFLAGS=$LDFLAGS
-                 svd_CPPFLAGS=$CPPFLAGS
--                LDFLAGS="-L$with_mysql/lib $LDFLAGS"
--                CPPFLAGS="-I$with_mysql/include $CPPFLAGS"
-+                LDFLAGS="-L$with_mysql/lib/mysql $LDFLAGS"
-+                CPPFLAGS="-I$with_mysql/include/mysql $CPPFLAGS"
- 
- for ac_header in mysql.h
- do
-@@ -19848,9 +19848,9 @@
- _ACEOF
- 
-                         mysql="yes"
--                        if test -r "$with_mysql/lib/libmysqlclient.a"; then
--                                DBCPPFLAGS="$DBCPPFLAGS -I$with_mysql/include"
--                                DBLDFLAGS="$DBLDFLAGS -L$with_mysql/lib/ -lmysqlclient"
-+                        if test -r "$with_mysql/lib/mysql/libmysqlclient.a"; then
-+                                DBCPPFLAGS="$DBCPPFLAGS -I$with_mysql/include/mysql"
-+                                DBLDFLAGS="$DBLDFLAGS -L$with_mysql/lib/mysql -lmysqlclient"
-                         else
-                                 mysql="no"
-                         fi

+ 2 - 4
libzdb/libzdb.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Database
 License:      GPL (with exceptions)
-Version:      2.3
-Release:      20081205
+Version:      2.4
+Release:      20090216
 
 #   package options
 %option       with_mysql          no
@@ -41,7 +41,6 @@ Release:      20081205
 
 #   list of sources
 Source0:      http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz
-Patch0:       libzdb.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -79,7 +78,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     libs=""