rpms/nginx/F-9 .cvsignore, 1.17, 1.18 nginx.spec, 1.22, 1.23 sources, 1.17, 1.18 nginx-auto-install.patch, 1.2, NONE nginx-auto-options.patch, 1.1, NONE

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sun Jul 27 15:35:11 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/nginx/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14043

Modified Files:
	.cvsignore nginx.spec sources 
Removed Files:
	nginx-auto-install.patch nginx-auto-options.patch 
Log Message:
update to 0.6.32


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/F-9/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	13 May 2008 04:06:16 -0000	1.17
+++ .cvsignore	27 Jul 2008 15:34:41 -0000	1.18
@@ -1 +1 @@
-nginx-0.6.31.tar.gz
+nginx-0.6.32.tar.gz


Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/F-9/nginx.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nginx.spec	27 May 2008 04:43:34 -0000	1.22
+++ nginx.spec	27 Jul 2008 15:34:41 -0000	1.23
@@ -8,8 +8,8 @@
 %define nginx_webroot   %{nginx_datadir}/html
 
 Name:           nginx
-Version:        0.6.31
-Release:        2%{?dist}
+Version:        0.6.32
+Release:        1%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
 
@@ -47,14 +47,9 @@
 # -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
 Patch0:     nginx-auto-cc-gcc.patch
 
-# nginx has its own configure/build scripts.  These patches allow nginx
-# to install into a buildroot.
-Patch1:     nginx-auto-options.patch
-Patch2:     nginx-auto-install.patch
-
 # configuration patch to match all the Fedora paths for logs, pid files
 # etc.
-Patch3:     nginx-conf.patch
+Patch1:     nginx-conf.patch
 
 %description
 Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
@@ -68,8 +63,6 @@
 
 %patch0 -p0
 %patch1 -p0
-%patch2 -p0
-%patch3 -p0
 %{__tar} zxvf %{SOURCE5}
 
 %build
@@ -190,14 +183,18 @@
 
 
 %changelog
-* Mon May 26 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.31-2
+* Tue Jul 22 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.32-1
+- update to 0.6.32
+- nginx now supports DESTDIR so removed the patches that enabled it 
+
+* Mon May 26 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.31-3
 - init script fixes
 - resolve 'listen 80 default' [#447873]
 
-* Mon May 12 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.31-1
+* Mon May 12 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.31-2
 - update to 0.6.31
 
-* Sun May 11 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.30-1
+* Sun May 11 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.30-2
 - upate to new upstream stable branch 0.6
 - added 3rd party module nginx-upstream-fair
 - added default webpages


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/F-9/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	13 May 2008 04:06:16 -0000	1.17
+++ sources	27 Jul 2008 15:34:41 -0000	1.18
@@ -1 +1 @@
-824bcc25bbd5b636f182237b69227bd2  nginx-0.6.31.tar.gz
+c09a2ace3c91f45dabbb608b11e48ed1  nginx-0.6.32.tar.gz


--- nginx-auto-install.patch DELETED ---


--- nginx-auto-options.patch DELETED ---




More information about the fedora-extras-commits mailing list