rpms/mod_mono/F-13 mod_mono.spec,1.29,1.30

chkr chkr at fedoraproject.org
Wed Jun 23 07:11:56 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/mod_mono/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6022

Modified Files:
	mod_mono.spec 
Log Message:
* Wed Jun 23 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-1
- Fix encoding of ChangeLog
- Bump to 2.6.3 release version
- Fix URL and SRC URL



Index: mod_mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/F-13/mod_mono.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- mod_mono.spec	23 Dec 2009 00:45:37 -0000	1.29
+++ mod_mono.spec	23 Jun 2010 07:11:56 -0000	1.30
@@ -1,10 +1,10 @@
 Name: mod_mono
-Version: 2.6
-Release: 2%{?dist}
+Version: 2.6.3
+Release: 1%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL: http://mono.ximian.com/monobuild/preview/sources-preview/
-Source0: %{name}-%{version}.tar.bz2
+URL: http://www.mono-project.com/Main_Page
+Source0:        http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires: mono-devel >= 2.6, xsp-devel >= 2.6, pkgconfig, httpd-devel apr-devel
 Patch0: mod_mono-2.6-varrun.patch
 Requires: httpd >= 2.2, mono-core, xsp
@@ -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,11 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Wed Jun 23 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-1
+- Fix encoding of ChangeLog
+- Bump to 2.6.3 release version
+- Fix URL and SRC URL
+
 * Tue Dec 22 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-2
 - Bump to 2.6 release
 



More information about the scm-commits mailing list