From bfb6f5c72f21fb3270b946c5a8b5ad16f56af0d9 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sep 15 2007 16:01:29 +0000 Subject: Update to version 2.2 Make sure docs are encoded as UTF-8 --- diff --git a/.cvsignore b/.cvsignore index c771bb1..64d7d91 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mod_fcgid.2.1.tar.gz +mod_fcgid.2.2.tar.gz diff --git a/mod_fcgid.spec b/mod_fcgid.spec index 55a2636..7e1ddfe 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -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 2.2-1 +- Update to version 2.2 +- Make sure docs are encoded as UTF-8 + * Mon Sep 3 2007 Joe Orton 2.1-6 - rebuild for fixed 32-bit APR (#254241) diff --git a/sources b/sources index c875a5a..3ca1705 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bc036276e378463c80617ff57e853dc mod_fcgid.2.1.tar.gz +ce7d7b16e69643dbd549d43d85025983 mod_fcgid.2.2.tar.gz