gunnar: server/perl-ldap Makefile, 1.5, 1.6 perl-ldap.spec, 1.6, 1.7 cookie_parsing_error.patch, 1.1, NONE

cvs at kolab.org cvs at kolab.org
Wed Mar 24 16:56:19 CET 2010


Author: gunnar

Update of /kolabrepository/server/perl-ldap
In directory doto:/tmp/cvs-serv32496

Modified Files:
	Makefile perl-ldap.spec 
Removed Files:
	cookie_parsing_error.patch 
Log Message:
Update to perl-ldap-0.40

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/perl-ldap/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	17 Jan 2010 13:22:55 -0000	1.5
+++ Makefile	24 Mar 2010 15:56:16 -0000	1.6
@@ -5,9 +5,9 @@
 VERSION = $(shell grep "%define[ ]*V_perl " *.spec | sed -e "s/.*V_perl \s*\([0-9.]*\).*/\1/")
 RELEASE = $(shell grep "^Release:" *.spec | sed -e "s/^Release:\s*\([0-9a-z_]*\).*/\1/")
 
-SOURCE_URL=http://files.kolab.org/server/development-2.2/externals
+SOURCE_URL=http://files.kolab.org/incoming/wrobel
 SOURCE_0=$(PACKAGE)-$(PKGVER).tar.gz
-EXTRA=cookie_parsing_error.patch sync_refresh_required.patch
+EXTRA=
 
 BUILD_OPTIONS=
 

Index: perl-ldap.spec
===================================================================
RCS file: /kolabrepository/server/perl-ldap/perl-ldap.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- perl-ldap.spec	18 Feb 2009 17:09:37 -0000	1.6
+++ perl-ldap.spec	24 Mar 2010 15:56:16 -0000	1.7
@@ -23,7 +23,7 @@
 
 #   versions of individual parts
 %define       V_perl         5.10.0
-%define       V_perl_ldap    0.39
+%define       V_perl_ldap    0.40
 
 #   package information
 Name:         perl-ldap
@@ -35,12 +35,10 @@
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20081028_kolab1
+Release:      20100324
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Net/perl-ldap-%{V_perl_ldap}.tar.gz
-Patch0:       cookie_parsing_error.patch
-Patch1:       sync_refresh_required.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -65,10 +63,6 @@
 
 %prep
     %setup -q -c
-    cd perl-ldap-%{V_perl_ldap}
-    %patch -p1 -P 0
-    %patch -p1 -P 1
-    cd ..
 
 %build
 

--- cookie_parsing_error.patch DELETED ---





More information about the commits mailing list