From 60b377a104b4e9bdab5e6309dc08cc8a36cbcf8d Mon Sep 17 00:00:00 2001 From: jorton Date: Sep 18 2004 08:37:46 +0000 Subject: - switch to Jeff Trawick's child reclaim timing logic patch - migration guide updates --- diff --git a/httpd.spec b/httpd.spec index 95b386a..3cfe25c 100644 --- a/httpd.spec +++ b/httpd.spec @@ -7,7 +7,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.0.51 -Release: 4 +Release: 5 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -227,7 +227,7 @@ echo '1,/Changes with Apache MPM/wq' | ed CHANGES # Build the migration guide sed 's/@DISTRO@/%{distro}/' < $RPM_SOURCE_DIR/migration.xml > migration.xml -xmlto --skip-validation -x $RPM_SOURCE_DIR/html.xsl html-nochunks migration.xml +xmlto -x $RPM_SOURCE_DIR/html.xsl html-nochunks migration.xml cp $RPM_SOURCE_DIR/migration.css . # make %%doc happy CFLAGS=$RPM_OPT_FLAGS @@ -578,6 +578,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/suexec.8* %changelog +* Sat Sep 18 2004 Joe Orton 2.0.51-5 +- switch to Jeff Trawick's child reclaim timing logic patch +- migration guide updates + * Thu Sep 16 2004 Joe Orton 2.0.51-4 - fix pcre includes