Browse Source

nginx: update to 0.8.53

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2236 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
496e7dde74
1 changed files with 9 additions and 2 deletions
  1. 9 2
      n/nginx/nginx-vl.spec

+ 9 - 2
n/nginx/nginx-vl.spec

@@ -11,7 +11,7 @@
 Summary:        Robust, small and high performance http and reverse proxy server
 Summary(ja):    堅牢・軽量・高性能な HTTP およびリバースプロキシサーバ
 Name:           nginx
-Version:        0.8.50
+Version:        0.8.53
 Release:        1%{?_dist_release}
 
 Group:          System Environment/Daemons   
@@ -36,6 +36,8 @@ Source103:  nginx-50x.html
 Source104:  nginx-404.html
 %define ngx_fancyindex_version 0.3
 Source1000: ngx-fancyindex-%{ngx_fancyindex_version}.tar.gz
+%define nginx_accept_language_module_version 02262ce
+Source1010: giom-nginx_accept_language_module-%{nginx_accept_language_module_version}.tar.gz
 
 # removes -Werror in upstream build scripts.  -Werror conflicts with
 # -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
@@ -83,7 +85,7 @@ Nginx [engine x/エンジンX] は Igor Sysoev により開発された以下の
  - IMAP/POP3 プロキシサーバ
 
 %prep
-%setup -q -a 1000
+%setup -q -a 1000 -a 1010
 
 %patch0 -p0
 %patch1 -p1
@@ -126,6 +128,7 @@ export DESTDIR=%{buildroot}
     --with-mail \
     --with-mail_ssl_module \
     --add-module=ngx-fancyindex-%{ngx_fancyindex_version} \
+    --add-module=giom-nginx_accept_language_module-%{nginx_accept_language_module_version} \
 %ifarch i686
     --with-cpu-opt=pentiumpro \
     --with-zlib-asm=pentiumpro \
@@ -238,6 +241,10 @@ fi
 
 
 %changelog
+* Sun Nov 28 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.53-1
+- update to 0.8.53
+- add nginx_accept_language_module
+
 * Sat Sep 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.50-1
 - update to 0.8.50
 - update ngx-fancyindex to 0.3