update to 1.0.12
This commit is contained in:
parent
58a32dc9bf
commit
cd4c95c6d2
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,8 +1,7 @@
|
|||||||
nginx-0.8.53.tar.gz
|
|
||||||
*~
|
*~
|
||||||
nginx*/
|
nginx*/
|
||||||
x86_64/
|
x86_64/
|
||||||
.*.log
|
.*.log
|
||||||
*swp
|
*swp
|
||||||
*.rpm
|
*.rpm
|
||||||
/nginx-1.0.0.tar.gz
|
/nginx-1.0.12.tar.gz
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
%define nginx_webroot %{nginx_datadir}/html
|
%define nginx_webroot %{nginx_datadir}/html
|
||||||
|
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Version: 1.0.0
|
Version: 1.0.12
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Robust, small and high performance HTTP and reverse proxy server
|
Summary: Robust, small and high performance HTTP and reverse proxy server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
@ -89,6 +89,7 @@ export DESTDIR=%{buildroot}
|
|||||||
--with-http_sub_module \
|
--with-http_sub_module \
|
||||||
--with-http_dav_module \
|
--with-http_dav_module \
|
||||||
--with-http_flv_module \
|
--with-http_flv_module \
|
||||||
|
--with-http_mp4_module \
|
||||||
--with-http_gzip_static_module \
|
--with-http_gzip_static_module \
|
||||||
--with-http_random_index_module \
|
--with-http_random_index_module \
|
||||||
--with-http_secure_link_module \
|
--with-http_secure_link_module \
|
||||||
@ -191,6 +192,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 19 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.12-1
|
||||||
|
- UPdate to 1.0.12
|
||||||
|
|
||||||
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.0.0-5
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.0.0-5
|
||||||
- Rebuild against PCRE 8.30
|
- Rebuild against PCRE 8.30
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user