diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | httpd.spec | 7 | ||||
| -rw-r--r-- | sources | 3 |
3 files changed, 8 insertions, 4 deletions
@@ -7,3 +7,5 @@ x86_64 /noarch /httpd-2.2.19.tar.gz /httpd-2.2.20.tar.gz +/httpd-2.2.21.tar.bz2 +/clog @@ -7,10 +7,10 @@ Summary: Apache HTTP Server Name: httpd -Version: 2.2.20 +Version: 2.2.21 Release: 1%{?dist} URL: http://httpd.apache.org/ -Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz +Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html Source3: httpd.logrotate Source4: httpd.init @@ -520,6 +520,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Tue Sep 13 2011 Joe Orton <jorton@redhat.com> - 2.2.21-1 +- update to 2.2.21 + * Mon Sep 5 2011 Joe Orton <jorton@redhat.com> - 2.2.20-1 - update to 2.2.20 - fix MPM stub man page generation @@ -1,2 +1 @@ -e9f5453e1e4d7aeb0e7ec7184c6784b5 httpd-2.2.19.tar.gz -4504934464c5ee51018dbafa6d99810d httpd-2.2.20.tar.gz +1696ae62cd879ab1d4dd9ff021a470f2 httpd-2.2.21.tar.bz2 |
