rpms/mozldap/devel .cvsignore, 1.4, 1.5 mozldap.spec, 1.5, 1.6 sources, 1.4, 1.5

Richard Allen Megginson (rmeggins) fedora-extras-commits at redhat.com
Wed Jun 20 19:28:50 UTC 2007


Author: rmeggins

Update of /cvs/extras/rpms/mozldap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5265/devel

Modified Files:
	.cvsignore mozldap.spec sources 
Log Message:
- bump version to 6.0.4 - this version has some memory leak
- fixes for SASL related code, fixes for control handling with
- referral chasing, and packaging improvements
- use -p when installing include files to preserve timestamps



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mozldap/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	14 Mar 2007 15:34:22 -0000	1.4
+++ .cvsignore	20 Jun 2007 19:28:14 -0000	1.5
@@ -1 +1,2 @@
 mozldap-6.0.3.tar.gz
+mozldap-6.0.4.tar.gz


Index: mozldap.spec
===================================================================
RCS file: /cvs/extras/rpms/mozldap/devel/mozldap.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mozldap.spec	25 May 2007 23:14:55 -0000	1.5
+++ mozldap.spec	20 Jun 2007 19:28:14 -0000	1.6
@@ -7,13 +7,13 @@
 
 %define major           6
 %define minor           0
-%define submin          3
+%define submin          4
 %define libsuffix       %{major}0
 
 Summary:          Mozilla LDAP C SDK
 Name:             mozldap
 Version:          %{major}.%{minor}.%{submin}
-Release:          3%{?dist}
+Release:          1%{?dist}
 License:          MPL/GPL/LGPL
 URL:              http://www.mozilla.org/directory/csdk.html
 Group:            System Environment/Libraries
@@ -139,7 +139,7 @@
 # Copy the include files
 for file in mozilla/dist/public/ldap/*.h
 do
-  %{__install} -m 644 $file $RPM_BUILD_ROOT%{_includedir}/%{name}
+  %{__install} -p -m 644 $file $RPM_BUILD_ROOT%{_includedir}/%{name}
 done
 
 # Copy the developer files
@@ -186,6 +186,12 @@
 %{_datadir}/%{name}
 
 %changelog
+* Wed Jun 20 2007 Rich Megginson <rmeggins at redhat.com> - 6.0.4-1
+- bump version to 6.0.4 - this version has some memory leak
+- fixes for SASL related code, fixes for control handling with
+- referral chasing, and packaging improvements
+- use -p when installing include files to preserve timestamps
+
 * Thu May 24 2007 Rich Megginson <rmeggins at redhat.com> - 6.0.3-3
 - We only need cyrus-sasl-devel as a BuildRequires in the main package
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mozldap/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	14 Mar 2007 15:34:22 -0000	1.4
+++ sources	20 Jun 2007 19:28:14 -0000	1.5
@@ -1 +1,2 @@
 78243a9a819928e8149fd1abd4a56744  mozldap-6.0.3.tar.gz
+fcb565deed325ed59d4925d41d3b5cab  mozldap-6.0.4.tar.gz




More information about the fedora-extras-commits mailing list