[nginx/f17] update to 1.0.12

jjh jjh at fedoraproject.org
Mon Feb 20 02:49:46 UTC 2012


commit 499eea4a75909d44a648ef0fdb7c5a163f2fc1c5
Author: Jeremy Hinegardner <jeremy at hinegardner.org>
Date:   Sun Feb 19 19:49:43 2012 -0700

    update to 1.0.12

 .gitignore |    3 +--
 nginx.spec |   14 +++++++++-----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ce8123..6676a0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,7 @@
-nginx-0.8.53.tar.gz
 *~
 nginx*/
 x86_64/
 .*.log
 *swp
 *.rpm
-/nginx-1.0.0.tar.gz
+/nginx-1.0.12.tar.gz
diff --git a/nginx.spec b/nginx.spec
index e1a3389..efc80bd 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -8,15 +8,15 @@
 %define nginx_webroot   %{nginx_datadir}/html
 
 Name:           nginx
-Version:        1.0.0
-Release:        4%{?dist}
+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)
@@ -31,7 +31,7 @@ Requires(preun):    chkconfig, initscripts
 Requires(postun):   initscripts
 Provides:           webserver
 
-Source0:    http://sysoev.ru/nginx/nginx-%{version}.tar.gz
+Source0:    http://nginx.org/download/nginx-%{version}.tar.gz
 Source1:    %{name}.init
 Source2:    %{name}.logrotate
 Source3:    virtual.conf
@@ -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,6 +192,9 @@ fi
 
 
 %changelog
+* Sun Feb 19 2012 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.0.12-1
+- UPdate to 1.0.12
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b86968..4f149b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5751c920c266ea5bb5fc38af77e9c71c  nginx-1.0.0.tar.gz
+d0ceefeb2a68ecb19e78ee894a5b52a3  nginx-1.0.12.tar.gz


More information about the scm-commits mailing list