diff --git a/.gitignore b/.gitignore index 933f040..4ce8123 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ x86_64/ .*.log *swp *.rpm +/nginx-1.0.0.tar.gz diff --git a/nginx.spec b/nginx.spec index c68327f..2dd3806 100644 --- a/nginx.spec +++ b/nginx.spec @@ -8,8 +8,8 @@ %define nginx_webroot %{nginx_datadir}/html Name: nginx -Version: 0.8.53 -Release: 6%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Robust, small and high performance HTTP and reverse proxy server Group: System Environment/Daemons @@ -191,6 +191,9 @@ fi %changelog +* Wed Apr 27 2011 Jeremy Hinegardner - 1.0.0-1 +- Update to 1.0.0 + * Tue Feb 08 2011 Fedora Release Engineering - 0.8.53-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 8f1cbe0..6b86968 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -717eaea1b34e8663849f64b9aa05a9da nginx-0.8.53.tar.gz +5751c920c266ea5bb5fc38af77e9c71c nginx-1.0.0.tar.gz