rpms/httpd/FC-5 httpd.spec,1.87,1.88

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 6 14:02:38 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/httpd/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv9637

Modified Files:
	httpd.spec 
Log Message:
* Thu Apr  6 2006 Joe Orton <jorton at redhat.com> 2.2.0-5.2
- fix LDAP issues on 64-bit platforms (#188073)



Index: httpd.spec
===================================================================
RCS file: /cvs/dist/rpms/httpd/FC-5/httpd.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- httpd.spec	11 Feb 2006 03:27:40 -0000	1.87
+++ httpd.spec	6 Apr 2006 14:02:16 -0000	1.88
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.0
-Release: 5.1.2
+Release: 5.2
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -168,7 +168,8 @@
 cp $RPM_SOURCE_DIR/migration.css . # make %%doc happy
 
 CFLAGS=$RPM_OPT_FLAGS
-export CFLAGS
+CPPFLAGS="-DLDAP_DEPRECATED"
+export CFLAGS CPPFLAGS
 
 function mpmbuild()
 {
@@ -491,6 +492,9 @@
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Thu Apr  6 2006 Joe Orton <jorton at redhat.com> 2.2.0-5.2
+- fix LDAP issues on 64-bit platforms (#188073)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - (none):2.2.0-5.1.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list