rpms/perl-Mozilla-LDAP/devel perl-Mozilla-LDAP.spec,1.1,1.2

Richard Allen Megginson (rmeggins) fedora-extras-commits at redhat.com
Wed Feb 7 19:56:51 UTC 2007


Author: rmeggins

Update of /cvs/extras/rpms/perl-Mozilla-LDAP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31917

Modified Files:
	perl-Mozilla-LDAP.spec 
Log Message:
remove only perl(Mozilla::LDAP::Entry) from Provides, leave in perl(Mozilla::LDAP::Entry) = 1.5


Index: perl-Mozilla-LDAP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Mozilla-LDAP/devel/perl-Mozilla-LDAP.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Mozilla-LDAP.spec	10 Jan 2007 23:33:01 -0000	1.1
+++ perl-Mozilla-LDAP.spec	7 Feb 2007 19:56:18 -0000	1.2
@@ -5,7 +5,7 @@
 Summary: LDAP Perl module that wraps the Mozilla C SDK
 Name: perl-Mozilla-LDAP
 Version: 1.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: MPL
 Group: Development/Libraries
 URL: http://www.mozilla.org/directory/perldap.html
@@ -27,7 +27,7 @@
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* |\
-  sed -e '/perl(Mozilla::LDAP::Entry)/d'
+  sed -e '/perl(Mozilla::LDAP::Entry)$/d'
 EOF
 
 %define __perl_provides %{_builddir}/perl-mozldap-%{version}/%{name}-prov
@@ -86,6 +86,10 @@
 %doc CREDITS ChangeLog README MPL-1.1.txt
 
 %changelog
+* Wed Jan 10 2007 Rich Megginson <richm at stanfordalumni.org> - 1.5-9
+- remove only perl(Mozilla::LDAP::Entry) from Provides, leave in 
+- perl(Mozilla::LDAP::Entry) = 1.5
+
 * Wed Jan 10 2007 Rich Megginson <richm at stanfordalumni.org> - 1.5-8
 - add perl_requires filter for the Entry module
 - add the MPL-1.1.txt file to the DOCs




More information about the scm-commits mailing list