rpms/mod_mono/F-9 mod_mono.spec,1.7,1.8

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Fri May 16 10:29:39 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mod_mono/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22826/F-9

Modified Files:
	mod_mono.spec 
Log Message:

Fix for missing requires
Update to latest version 



Index: mod_mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/F-9/mod_mono.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_mono.spec	21 Feb 2008 14:40:03 -0000	1.7
+++ mod_mono.spec	16 May 2008 10:28:41 -0000	1.8
@@ -1,12 +1,12 @@
 Name: mod_mono
 Version: 1.9
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Apache Software License
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://go-mono.com/sources-latest/
 Source0: http://go-mono.com/sources-stable/%{name}-%{version}.tar.bz2
-BuildRequires: mono-devel, xsp-devel, pkgconfig, httpd-devel apr-devel
-Requires: httpd >= 2.2
+BuildRequires: mono-devel, xsp-devel > 1.2.8, pkgconfig, httpd-devel apr-devel
+Requires: httpd >= 2.2, mono-core, mono-winforms, xsp, mono-web
 Summary: A module to deploy an ASP.NET application on Apache with Mono
 Group: System Environment/Daemons
 
@@ -48,6 +48,9 @@
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Mon Apr 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-2
+- added R mono, mono-winforms, xsp
+
 * Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-1
 - bump
 




More information about the scm-commits mailing list