Update to version 2.2 Make sure docs are encoded as UTF-8

This commit is contained in:
Paul Howarth 2007-09-15 16:01:29 +00:00
parent 971d4747dd
commit bfb6f5c72f
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
mod_fcgid.2.1.tar.gz
mod_fcgid.2.2.tar.gz

View File

@ -10,8 +10,8 @@
%endif
Name: mod_fcgid
Version: 2.1
Release: 6%{?dist}
Version: 2.2
Release: 1%{?dist}
Summary: Apache2 module for high-performance server-side scripting
Group: System Environment/Daemons
License: GPL+
@ -75,6 +75,8 @@ SELinux policy module supporting FastCGI applications with mod_fcgid.
%{__cp} -p %{SOURCE7} README.SELinux
%patch0 -p1
%{__sed} -i -e 's/\r$//' directives.htm configuration.htm
/usr/bin/iconv -f gb2312 -t utf8 < configuration.htm > configuration.htm.utf8
%{__mv} -f configuration.htm.utf8 configuration.htm
%build
topdir=$(/usr/bin/dirname $(/usr/sbin/apxs -q exp_installbuilddir))
@ -155,6 +157,10 @@ exit 0
%endif
%changelog
* Fri Sep 14 2007 Paul Howarth <paul@city-fan.org> 2.2-1
- Update to version 2.2
- Make sure docs are encoded as UTF-8
* Mon Sep 3 2007 Joe Orton <jorton@redhat.com> 2.1-6
- rebuild for fixed 32-bit APR (#254241)

View File

@ -1 +1 @@
0bc036276e378463c80617ff57e853dc mod_fcgid.2.1.tar.gz
ce7d7b16e69643dbd549d43d85025983 mod_fcgid.2.2.tar.gz