rpms/nginx/EL-5 nginx.spec,1.8,1.9

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Sep 24 20:27:40 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/nginx/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23014

Modified Files:
	nginx.spec 
Log Message:
update to 0.5.32


Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/EL-5/nginx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nginx.spec	18 Aug 2007 18:34:57 -0000	1.8
+++ nginx.spec	24 Sep 2007 20:27:08 -0000	1.9
@@ -7,8 +7,8 @@
 %define nginx_datadir   %{_datadir}/nginx
 
 Name:           nginx
-Version:        0.5.31
-Release:        3%{?dist}
+Version:        0.5.32
+Release:        1%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
 
@@ -102,6 +102,14 @@
 %{__install} -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
 %{__install} -p -d -m 0755 %{buildroot}%{nginx_logdir}
 
+# convert to UTF-8 all files that give warnings.
+for textfile in CHANGES
+do
+    mv $textfile $textfile.old
+    iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
+    rm -f $textfile.old
+done
+
 %clean
 rm -rf %{buildroot}
 
@@ -149,6 +157,10 @@
 
 
 %changelog
+* Mon Sep 24 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.5.32-1
+- updated to 0.5.32
+- fixed rpmlint UTF-8 complaints.
+
 * Sat Aug 18 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.5.31-3
 - added --with-http_stub_status_module build option.
 - added --with-http_sub_module build option.




More information about the scm-commits mailing list