rpms/nginx/EL-4 .cvsignore, 1.11, 1.12 nginx.spec, 1.14, 1.15 sources, 1.11, 1.12

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Nov 12 07:45:30 UTC 2007


Author: jjh

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

Modified Files:
	.cvsignore nginx.spec sources 
Log Message:
update to 0.5.33


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/EL-4/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	18 Aug 2007 01:15:59 -0000	1.11
+++ .cvsignore	12 Nov 2007 07:44:54 -0000	1.12
@@ -1 +1 @@
-nginx-0.5.31.tar.gz
+nginx-0.5.33.tar.gz


Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/EL-4/nginx.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- nginx.spec	18 Aug 2007 18:24:08 -0000	1.14
+++ nginx.spec	12 Nov 2007 07:44:54 -0000	1.15
@@ -7,8 +7,8 @@
 %define nginx_datadir   %{_datadir}/nginx
 
 Name:           nginx
-Version:        0.5.31
-Release:        4%{?dist}
+Version:        0.5.33
+Release:        1%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
 
@@ -18,7 +18,7 @@
 URL:            http://nginx.net/ 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:      pcre-devel,zlib-devel,openssl-devel
+BuildRequires:      pcre-devel,zlib-devel,openssl-devel,perl-devel
 Requires:           pcre,zlib,openssl
 Requires(pre):      %{_sbindir}/useradd
 Requires(post):     /sbin/chkconfig
@@ -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 Nov 12 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.5.33-1
+- fixed rpmlint UTF-8 complaints.
+- update to 0.5.33
+
 * Sat Aug 18 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 0.5.31-4
 - added --with-http_stub_status_module build option.
 - added --with-http_sub_module build option.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/EL-4/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	18 Aug 2007 01:15:59 -0000	1.11
+++ sources	12 Nov 2007 07:44:54 -0000	1.12
@@ -1 +1 @@
-d84ef8e624b8953faf9cee2b5da535c1  nginx-0.5.31.tar.gz
+a78be74b4fd8e009545ef02488fcac86  nginx-0.5.33.tar.gz




More information about the fedora-extras-commits mailing list