[mod_mono] Bump to 2.8 release Update varrun patch

Paul F. Johnson pfj at fedoraproject.org
Tue Oct 12 23:48:27 UTC 2010


commit 9956121960d1abb4c9a585ab93d1f8d1c8a32a58
Author: Paul F. Johnson <paul at all-the-johnsons.co.uk>
Date:   Wed Oct 13 00:48:19 2010 +0100

    Bump to 2.8 release
    Update varrun patch

 .gitignore                                         |    1 +
 ...o-2.6-varrun.patch => mod_mono-2.8-varrun.patch |   16 ++++++++--------
 mod_mono.spec                                      |   12 ++++++++----
 sources                                            |    2 +-
 4 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43b538b..cec7aee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mod_mono-2.6.3.tar.bz2
+/mod_mono-2.8.tar.bz2
diff --git a/mod_mono-2.6-varrun.patch b/mod_mono-2.8-varrun.patch
similarity index 53%
rename from mod_mono-2.6-varrun.patch
rename to mod_mono-2.8-varrun.patch
index 4544b66..90921e5 100644
--- a/mod_mono-2.6-varrun.patch
+++ b/mod_mono-2.8-varrun.patch
@@ -1,9 +1,9 @@
---- 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"
+--- mod_mono-2.8/src/mod_mono.h	2010-09-30 16:19:04.000000000 +0100
++++ mod_mono-2.8/src/mod_mono-new.h	2010-10-09 19:28:06.497024896 +0100
+@@ -92,13 +92,13 @@
+ #define MODMONO_SERVER_BASEPATH MONO_PREFIX "/bin/mod-mono-server"
+ #define MONO_DEFAULT_FRAMEWORK  "2.0"
+ #define MODMONO_SERVER_PATH	MODMONO_SERVER_BASEPATH "2"
 -#define WAPIDIR			"/tmp"
 +#define WAPIDIR			"/var/run/mod_mono"
  #define DOCUMENT_ROOT		NULL
@@ -15,5 +15,5 @@
 -#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
+ #define MAX_ACTIVE_REQUESTS	0
+ #define MAX_WAITING_REQUESTS	150
diff --git a/mod_mono.spec b/mod_mono.spec
index dbd3e20..6a91df5 100644
--- a/mod_mono.spec
+++ b/mod_mono.spec
@@ -1,12 +1,12 @@
 Name: mod_mono
-Version: 2.6.3
-Release: 3%{?dist}
+Version: 2.8
+Release: 1%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 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
+BuildRequires: mono-devel >= 2.8, xsp-devel >= 2.8, pkgconfig, httpd-devel apr-devel
+Patch0: mod_mono-2.8-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
@@ -57,6 +57,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Sat Oct 09 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.8-1
+- Bump to 2.8
+- Update socket patch
+
 * Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.3-3
 - Place the default socket for mod_mono_server into /var/run/mod_mono/ 
   so that it can be created by user apache when mod_mono_server is
diff --git a/sources b/sources
index 7aa94fc..235bd60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c617570744a83f74901731857382b5f3  mod_mono-2.6.3.tar.bz2
+0460af8b017a1796998dc2aa947a860b  mod_mono-2.8.tar.bz2


More information about the scm-commits mailing list