rpms/mod_mono/devel mod_mono.spec,1.30,1.31

chkr chkr at fedoraproject.org
Wed Jun 23 07:06:54 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/mod_mono/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5375

Modified Files:
	mod_mono.spec 
Log Message:
* Wed Jun 23 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-2
- Fix encoding of ChangeLog



Index: mod_mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/devel/mod_mono.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- mod_mono.spec	19 Mar 2010 22:25:25 -0000	1.30
+++ mod_mono.spec	23 Jun 2010 07:06:52 -0000	1.31
@@ -1,6 +1,6 @@
 Name: mod_mono
 Version: 2.6.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.mono-project.com/Main_Page
@@ -22,6 +22,10 @@ that is installed along with XSP
 %prep
 %setup -q 
 %patch0 -p1 -b .varrun
+# fixup character set
+iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && \
+touch -r ChangeLog ChangeLog.conv && \
+mv -f ChangeLog.conv ChangeLog
 
 %build
 %configure --disable-static
@@ -53,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Wed Jun 23 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-2
+- Fix encoding of ChangeLog
+
 * Fri Mar 19 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.3-1
 - Bump to 2.6.3 release version
 - Fix URL and SRC URL



More information about the scm-commits mailing list