Procházet zdrojové kódy

upgrading package: openldap 2.1.3 -> 2.1.4

Ralf S. Engelschall před 24 roky
rodič
revize
da776bd1f0
2 změnil soubory, kde provedl 17 přidání a 1 odebrání
  1. 14 0
      openldap/openldap.patch
  2. 3 1
      openldap/openldap.spec

+ 14 - 0
openldap/openldap.patch

@@ -0,0 +1,14 @@
+--- include/ldap_pvt_uc.h.orig	2002-05-22 16:25:44.000000000 +0200
++++ include/ldap_pvt_uc.h	2002-08-23 20:35:42.000000000 +0200
+@@ -20,11 +20,7 @@
+ 
+ #include <lber.h>				/* get ber_slen_t */
+ 
+-#ifdef _MSC_VER
+ #include "../libraries/liblunicode/ucdata/ucdata.h"
+-#else
+-#include "../libraries/liblunicode/ucdata.h"
+-#endif
+ 
+ LDAP_BEGIN_DECL
+ 

+ 3 - 1
openldap/openldap.spec

@@ -32,12 +32,13 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [PLUS]
 Group:        Database
 License:      GPL
-Version:      2.1.3
+Version:      2.1.4
 Release:      20020826
 
 #   list of sources
 Source0:      ftp://ftp.openldap.org/pub/openldap/openldap-release/openldap-%{version}.tgz
 Source1:      rc.openldap
+Patch0:       openldap.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -56,6 +57,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     CC="%{l_cc}" \