rpms/mod_mono/F-9 import.log, NONE, 1.1 mod_mono-2.0-varrun.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 mod_mono.spec, 1.8, 1.9 sources, 1.6, 1.7

Paul F. Johnson pfj at fedoraproject.org
Sun Nov 2 21:53:51 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mod_mono/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9079/F-9

Modified Files:
	.cvsignore mod_mono.spec sources 
Added Files:
	import.log mod_mono-2.0-varrun.patch 
Log Message:

Update to 2.0 



--- NEW FILE import.log ---
mod_mono-2_0-6_fc10:F-9:mod_mono-2.0-6.fc10.src.rpm:1225662769

mod_mono-2.0-varrun.patch:

--- NEW FILE mod_mono-2.0-varrun.patch ---
--- mod_mono-2.0/src/mod_mono.h	2008-07-15 18:52:53.000000000 +0100
+++ mod_mono-2.0/src/mod_mono-new.h	2008-10-11 22:27:30.000000000 +0100
@@ -175,13 +175,13 @@
 #endif
 
 #define MODMONO_SERVER_PATH 	MONO_PREFIX "/bin/mod-mono-server"
-#define WAPIDIR				"/tmp"
+#define WAPIDIR				"/var/run"
 #define DOCUMENT_ROOT		NULL
 #define APPCONFIG_FILE		NULL
 #define APPCONFIG_DIR		NULL
-#define SOCKET_FILE		"/tmp/mod_mono_server"
+#define SOCKET_FILE		"/var/run/mod_mono_server"
 #define LISTEN_ADDRESS		"127.0.0.1"
-#define DASHBOARD_FILE "/tmp/mod_mono_dashboard"
+#define DASHBOARD_FILE "/var/run/mod_mono_dashboard"
 
 #ifndef DEFAULT_RESTART_REQUESTS
 #define DEFAULT_RESTART_REQUESTS 10000


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	21 Feb 2008 14:40:03 -0000	1.6
+++ .cvsignore	2 Nov 2008 21:53:20 -0000	1.7
@@ -1 +1 @@
-mod_mono-1.9.tar.bz2
+mod_mono-2.0.tar.bz2


Index: mod_mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/F-9/mod_mono.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mod_mono.spec	16 May 2008 10:28:41 -0000	1.8
+++ mod_mono.spec	2 Nov 2008 21:53:20 -0000	1.9
@@ -1,16 +1,17 @@
 Name: mod_mono
-Version: 1.9
-Release: 2%{?dist}
-License: Apache Software License
+Version: 2.0
+Release: 6%{?dist}
+License: MIT
 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 > 1.2.8, pkgconfig, httpd-devel apr-devel
-Requires: httpd >= 2.2, mono-core, mono-winforms, xsp, mono-web
+URL: http://ftp.novell.com/pub/mono/sources-stable
+Source0: http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
+BuildRequires: mono-devel >= 2.0, xsp-devel >= 2.0, pkgconfig, httpd-devel apr-devel
+Patch0: mod_mono-2.0-varrun.patch
+Requires: httpd >= 2.2, mono-core, xsp
 Summary: A module to deploy an ASP.NET application on Apache with Mono
 Group: System Environment/Daemons
 
-ExcludeArch: ppc64
+ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
 
 %description
 
@@ -20,6 +21,7 @@
  
 %prep
 %setup -q
+%patch0 -p1 -b .varrun
 
 %build
 %configure --disable-static
@@ -48,11 +50,28 @@
 %{_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
+* Sat Oct 11 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-6
+- use var run instead of tmp
+- added additional Requires
 
-* Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-1
-- bump
+* Fri Oct 10 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-5
+- fix URLs
+
+* Fri Oct 03 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-4
+- bump to RC4
+
+* Mon Sep 29 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-3
+- bump to RC3
+
+* Tue Sep 09 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-2
+- bump to 2.0 RC 1
+
+* Sun Aug 03 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-1
+- bump to 2.0 preview 1
+- licence changed and other spec file alterations
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.6-2.1
+- Autorebuild for GCC 4.3
 
 * Thu Dec 20 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.2.6-1.1
 - remove arch ppc64


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	21 Feb 2008 14:40:03 -0000	1.6
+++ sources	2 Nov 2008 21:53:20 -0000	1.7
@@ -1 +1 @@
-f2758a581ef481861759197b2d437511  mod_mono-1.9.tar.bz2
+d0e318acc6ca60c4683171043a917304  mod_mono-2.0.tar.bz2




More information about the fedora-extras-commits mailing list