[nginx/f16] update to 1.0.12

jjh jjh at fedoraproject.org
Mon Feb 20 02:54:18 UTC 2012


commit ffaeebc232746afcb0749de740a94fd878b43c43
Author: Jeremy Hinegardner <jeremy at hinegardner.org>
Date:   Sun Feb 19 19:53:11 2012 -0700

    update to 1.0.12

 .gitignore |    6 +-----
 nginx.spec |   11 ++++++++---
 sources    |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c98d633..6676a0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,7 @@
-nginx-0.8.53.tar.gz
 *~
 nginx*/
 x86_64/
 .*.log
 *swp
 *.rpm
-/nginx-1.0.0.tar.gz
-/nginx-1.0.5.tar.gz
-/nginx-1.0.8.tar.gz
-/nginx-1.0.10.tar.gz
+/nginx-1.0.12.tar.gz
diff --git a/nginx.spec b/nginx.spec
index f29e058..9ca0ee8 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -8,15 +8,15 @@
 %define nginx_webroot   %{nginx_datadir}/html
 
 Name:           nginx
-Version:        1.0.10
+Version:        1.0.12
 Release:        1%{?dist}
 Summary:        Robust, small and high performance HTTP and reverse proxy server
-Group:          System Environment/Daemons   
+Group:          System Environment/Daemons
 
 # BSD License (two clause)
 # http://www.freebsd.org/copyright/freebsd-license.html
 License:        BSD
-URL:            http://nginx.net/ 
+URL:            http://nginx.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:      pcre-devel,zlib-devel,openssl-devel,perl-devel,perl(ExtUtils::Embed)
@@ -89,6 +89,7 @@ export DESTDIR=%{buildroot}
     --with-http_sub_module \
     --with-http_dav_module \
     --with-http_flv_module \
+    --with-http_mp4_module \
     --with-http_gzip_static_module \
     --with-http_random_index_module \
     --with-http_secure_link_module \
@@ -191,10 +192,14 @@ fi
 
 
 %changelog
+* Sun Feb 19 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.12-1
+- Update to 1.0.12
+
 * Thu Nov 17 2011 Keiran "Affix" Smith <fedora at affix.me> - 1.0.10-1
 - Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes.
 - Bugfix: in cache key calculation if internal MD5 implementation wasused; the bug had appeared in 1.0.4.
 - Bugfix: the module ngx_http_mp4_module sent incorrect "Content-Length" response header line if the "start" argument was used. Thanks to Piotr Sikora.
+
 * Thu Oct 27 2011 Keiran "Affix" Smith <fedora at affix.me> - 1.0.8-1
 - Update to new 1.0.8 stable release
 
diff --git a/sources b/sources
index 50a2f05..4f149b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-930b297b00fa1018fb0a1dd3e6b7e17e  nginx-1.0.10.tar.gz
+d0ceefeb2a68ecb19e78ee894a5b52a3  nginx-1.0.12.tar.gz


More information about the scm-commits mailing list