rpms/httpd/F-9 httpd-2.2.9-deplibs.patch, NONE, 1.1 httpd.spec, 1.121, 1.122 sources, 1.17, 1.18 httpd-2.0.45-deplibs.patch, 1.3, NONE

Joe Orton (jorton) fedora-extras-commits at redhat.com
Mon Jul 14 19:32:45 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/httpd/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22811

Modified Files:
	httpd.spec sources 
Added Files:
	httpd-2.2.9-deplibs.patch 
Removed Files:
	httpd-2.0.45-deplibs.patch 
Log Message:
* Fri May 23 2008 Dennis Gilmore <dennis at ausil.us> - 2.2.8-3.1
- minor rebuild for sparc


httpd-2.2.9-deplibs.patch:

--- NEW FILE httpd-2.2.9-deplibs.patch ---
--- httpd-2.2.9/configure.in.deplibs
+++ httpd-2.2.9/configure.in
@@ -588,9 +588,8 @@ APACHE_HELP_STRING(--with-suexec-umask,u
   AC_DEFINE_UNQUOTED(AP_SUEXEC_UMASK, 0$withval, [umask for suexec'd process] ) ] )
 
 dnl APR should go after the other libs, so the right symbols can be picked up
-apulinklibs="`$apu_config --avoid-ldap --link-libtool --libs`" \
- || apulinklibs="`$apu_config --link-libtool --libs`"
-AP_LIBS="$AP_LIBS $apulinklibs `$apr_config --link-libtool --libs`" 
+apulinklibs="`$apu_config --link-libtool`"
+AP_LIBS="$AP_LIBS $apulinklibs `$apr_config --link-libtool`" 
 APACHE_SUBST(AP_LIBS)
 APACHE_SUBST(AP_BUILD_SRCLIB_DIRS)
 APACHE_SUBST(AP_CLEAN_SRCLIB_DIRS)


Index: httpd.spec
===================================================================
RCS file: /cvs/extras/rpms/httpd/F-9/httpd.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- httpd.spec	23 May 2008 15:15:16 -0000	1.121
+++ httpd.spec	14 Jul 2008 19:31:53 -0000	1.122
@@ -5,8 +5,8 @@
 
 Summary: Apache HTTP Server
 Name: httpd
-Version: 2.2.8
-Release: 3.1
+Version: 2.2.9
+Release: 1%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -23,7 +23,7 @@
 # build/scripts patches
 Patch1: httpd-2.1.10-apctl.patch
 Patch2: httpd-2.1.10-apxs.patch
-Patch3: httpd-2.0.45-deplibs.patch
+Patch3: httpd-2.2.9-deplibs.patch
 Patch4: httpd-2.1.10-disablemods.patch
 Patch5: httpd-2.1.10-layout.patch
 # Features/functional changes


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/httpd/F-9/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	22 Jan 2008 11:13:57 -0000	1.17
+++ sources	14 Jul 2008 19:31:53 -0000	1.18
@@ -1 +1 @@
-39a755eb0f584c279336387b321e3dfc  httpd-2.2.8.tar.gz
+80d3754fc278338033296f0d41ef2c04  httpd-2.2.9.tar.gz


--- httpd-2.0.45-deplibs.patch DELETED ---




More information about the fedora-extras-commits mailing list