[WebCalendar] * Tue Apr 24 2012 Patrick Monnerat <pm at datasphere.ch> 1.2.5-2 - Apache configuration file migrated t

Patrick Monnerat monnerat at fedoraproject.org
Tue Apr 24 12:32:00 UTC 2012


commit ec24dd5f01f0115fd86bb16fd68292f5db11f261
Author: Patrick Monnerat <pm at datasphere.ch>
Date:   Tue Apr 24 14:31:28 2012 +0200

    * Tue Apr 24 2012 Patrick Monnerat <pm at datasphere.ch> 1.2.5-2
    - Apache configuration file migrated to version 2.4. A specific version
      requirement cannot be introduced in this spec file since "Provides:webserver"
      is unversioned.

 WebCalendar-http.conf |    6 ++----
 WebCalendar.spec      |    7 ++++++-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/WebCalendar-http.conf b/WebCalendar-http.conf
index 39f87c8..70cdb16 100644
--- a/WebCalendar-http.conf
+++ b/WebCalendar-http.conf
@@ -7,8 +7,7 @@ Alias /WebCalendar @BASEPATH@
 	DirectoryIndex		index.php
 	Options			Indexes Includes ExecCGI
 	AllowOverride		None
-	Order			Allow,Deny
-	Allow from		localhost.localdomain
+	Require			local
 	AddDefaultCharset	Off
 	php_value		magic_quotes_gpc	0
 	php_value		register_globals	0
@@ -18,6 +17,5 @@ Alias /WebCalendar @BASEPATH@
 <Directory @BASEPATH@/tools>
 	Options			None
 	AllowOverride		None
-	Order			Deny,Allow
-	Deny from		All
+	Require			all	denied
 </Directory>
diff --git a/WebCalendar.spec b/WebCalendar.spec
index 34df84a..260f3da 100644
--- a/WebCalendar.spec
+++ b/WebCalendar.spec
@@ -20,7 +20,7 @@
 Name:		WebCalendar
 Summary:	Single/multi-user web-based calendar application
 Version:	1.2.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2
 Group:		Applications/Internet
 Source0:	WebCalendar-%{version}-clean.tar.gz
@@ -259,6 +259,11 @@ rm -rf "${RPM_BUILD_ROOT}"
 %changelog
 #-------------------------------------------------------------------------------
 
+* Tue Apr 24 2012 Patrick Monnerat <pm at datasphere.ch> 1.2.5-2
+- Apache configuration file migrated to version 2.4. A specific version
+  requirement cannot be introduced in this spec file since "Provides:webserver"
+  is unversioned.
+
 * Wed Mar 28 2012 Patrick Monnerat <pm at datasphere.ch> 1.2.5-1
 - New upstream release.
 


More information about the scm-commits mailing list