rpms/nginx/devel nginx-conf.patch,1.2,1.3 nginx.spec,1.22,1.23

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Tue May 27 04:29:13 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/nginx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19549

Modified Files:
	nginx-conf.patch nginx.spec 
Log Message:
fix #447873 and bump release

nginx-conf.patch:

Index: nginx-conf.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/devel/nginx-conf.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nginx-conf.patch	12 May 2008 04:40:35 -0000	1.2
+++ nginx-conf.patch	27 May 2008 04:28:23 -0000	1.3
@@ -84,7 +84,7 @@
      server {
 -        listen       80;
 -        server_name  localhost;
-+        listen       80 default;
++        listen       80;
 +        server_name  _;
  
          #charset koi8-r;


Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/devel/nginx.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nginx.spec	13 May 2008 04:06:38 -0000	1.22
+++ nginx.spec	27 May 2008 04:28:23 -0000	1.23
@@ -9,7 +9,7 @@
 
 Name:           nginx
 Version:        0.6.31
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
 
@@ -190,6 +190,10 @@
 
 
 %changelog
+* 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-2
 - update to 0.6.31
 




More information about the fedora-extras-commits mailing list