rpms/mod_mono/devel mod_mono-2.6-varrun.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 import.log, 1.14, 1.15 mod_mono.spec, 1.26, 1.27 sources, 1.13, 1.14 mod_mono-2.0-varrun.patch, 1.2, NONE

Paul F. Johnson pfj at fedoraproject.org
Sun Oct 4 15:18:33 UTC 2009


Author: pfj

Update of /cvs/pkgs/rpms/mod_mono/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8850/devel

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

Bump to 2.6 preview 1 


mod_mono-2.6-varrun.patch:
 mod_mono-new.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE mod_mono-2.6-varrun.patch ---
--- mod_mono-2.6/src/mod_mono.h	2009-09-25 17:01:20.000000000 +0100
+++ mod_mono-2.6/src/mod_mono-new.h	2009-10-03 14:43:03.000000000 +0100
@@ -90,13 +90,13 @@
 #endif
 
 #define MODMONO_SERVER_PATH	MONO_PREFIX "/bin/mod-mono-server"
-#define WAPIDIR			"/tmp"
+#define WAPIDIR			"/var/run/mod_mono"
 #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/mod_mono_dashboard"
 #define GLOBAL_SERVER_NAME	"XXGLOBAL"
 #define MAX_ACTIVE_REQUESTS	20
 #define MAX_WAITING_REQUESTS	20


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	14 Jun 2009 11:19:52 -0000	1.12
+++ .cvsignore	4 Oct 2009 15:18:32 -0000	1.13
@@ -1 +1 @@
-mod_mono-2.4.2.tar.bz2
+mod_mono-2.6.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/devel/import.log,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- import.log	14 Jun 2009 11:19:53 -0000	1.14
+++ import.log	4 Oct 2009 15:18:32 -0000	1.15
@@ -12,3 +12,4 @@ mod_mono-2_4-4_RC3_fc11:HEAD:mod_mono-2.
 mod_mono-2_4-4_fc11:HEAD:mod_mono-2.4-4.fc11.src.rpm:1238109005
 mod_mono-2_4-4_1_fc11:HEAD:mod_mono-2.4-4.1.fc11.src.rpm:1239049771
 mod_mono-2_4_2-1_fc11:HEAD:mod_mono-2.4.2-1.fc11.src.rpm:1244978339
+mod_mono-2_6-1_fc12:HEAD:mod_mono-2.6-1.fc12.src.rpm:1254669482


Index: mod_mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/devel/mod_mono.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- mod_mono.spec	25 Jul 2009 14:46:43 -0000	1.26
+++ mod_mono.spec	4 Oct 2009 15:18:32 -0000	1.27
@@ -1,12 +1,12 @@
 Name: mod_mono
-Version: 2.4.2
-Release: 2%{?dist}
+Version: 2.6
+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
-BuildRequires: mono-devel >= 2.4.2, xsp-devel >= 2.4.2, pkgconfig, httpd-devel apr-devel
-Patch0: mod_mono-2.0-varrun.patch
+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
 Summary: A module to deploy an ASP.NET application on Apache with Mono
 Group: System Environment/Daemons
@@ -53,8 +53,8 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Sat Oct 03 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6-1
+- Bump to 2.6 preview 1
 
 * Tue Jun 09 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.4.2-1
 - Bump to 2.4.2 preview


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mod_mono/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	14 Jun 2009 11:19:53 -0000	1.13
+++ sources	4 Oct 2009 15:18:32 -0000	1.14
@@ -1 +1 @@
-9417d44cf2ebe4d999d681640db698b2  mod_mono-2.4.2.tar.bz2
+6bd69b4f39e256ff9a97244dc4bd9a23  mod_mono-2.6.tar.bz2


--- mod_mono-2.0-varrun.patch DELETED ---




More information about the fedora-extras-commits mailing list