[JSCookMenu] * Tue Apr 24 2012 Patrick Monnerat <pm at datasphere.ch> 2.0.4-6 - Upgrade httpd configuration file to

Patrick Monnerat monnerat at fedoraproject.org
Tue Apr 24 13:49:23 UTC 2012


commit 55e17aebeb23a1ca37c873b192867e2df9468f00
Author: Patrick Monnerat <pm at datasphere.ch>
Date:   Tue Apr 24 15:48:57 2012 +0200

    * Tue Apr 24 2012 Patrick Monnerat <pm at datasphere.ch> 2.0.4-6
    - Upgrade httpd configuration file to Apache 2.4 syntax.

 JSCookMenu.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/JSCookMenu.spec b/JSCookMenu.spec
index 840e8c6..5728157 100644
--- a/JSCookMenu.spec
+++ b/JSCookMenu.spec
@@ -1,7 +1,7 @@
 Name:		JSCookMenu
 Summary:	JavaScript GUI-like web menus
 Version:	2.0.4
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	MIT and Public Domain
 Group:		System Environment/Libraries
 URL:		http://jscook.yuanheng.org/JSCookMenu/
@@ -13,7 +13,7 @@ Source4:	http://downloads.sourceforge.net/jscook/ThemeOffice-1.1.zip
 Source5:	http://downloads.sourceforge.net/jscook/ThemeOffice2003-1.1.zip
 Source6:	http://downloads.sourceforge.net/jscook/ThemePanel-1.1.zip
 Source10:	JSCookMenu_theme_license_clarification.mail.txt
-Requires:	httpd
+Requires:	httpd >= 2.4
 Buildarch:	noarch
 BuildRequires:	dos2unix
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
@@ -79,8 +79,7 @@ Alias /%{name} %{_datadir}/%{name}
 <Directory %{_datadir}/%{name}>
 	Options		None
 	AllowOverride	None
-	Order		Allow,Deny
-	Allow from	localhost.localdomain
+	Require		local
 </Directory>
 EOF
 
@@ -104,14 +103,17 @@ rm -rf "${RPM_BUILD_ROOT}"
 
 #-------------------------------------------------------------------------------
 %changelog
+#-------------------------------------------------------------------------------
+
+* Tue Apr 24 2012 Patrick Monnerat <pm at datasphere.ch> 2.0.4-6
+- Upgrade httpd configuration file to Apache 2.4 syntax.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-#-------------------------------------------------------------------------------
-
 * Fri May  7 2010 Patrick Monnerat <pm at datasphere.ch> 2.0.4-3
 - Fix summary typo.
 - Supress httpd reload on post and postun.


More information about the scm-commits mailing list