[packages/jquery] - fix typo in apache config - rel 2

baggins baggins at pld-linux.org
Fri Oct 12 12:25:33 CEST 2012


commit 7c360e470843a83b33be03a13f3b0c2920324486
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Oct 12 12:24:18 2012 +0200

    - fix typo in apache config
    - rel 2

 apache.conf | 2 +-
 jquery.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jquery.spec b/jquery.spec
index 67d54e7..d388605 100644
--- a/jquery.spec
+++ b/jquery.spec
@@ -8,7 +8,7 @@ Summary:	jQuery JavaScript Library
 Summary(pl.UTF-8):	Biblioteka JavaScriptu jQuery
 Name:		jquery
 Version:	1.8.1
-Release:	1
+Release:	2
 License:	MIT
 Group:		Applications/WWW
 Source0:	http://code.jquery.com/%{name}-%{version}.min.js
diff --git a/apache.conf b/apache.conf
index 7a0f27b..0610772 100644
--- a/apache.conf
+++ b/apache.conf
@@ -7,7 +7,7 @@ Alias /jquery/ /usr/share/jquery/
 		Allow from all
 	</IfModule>
 	# Apache 2.2+
-	<IfModule mod_authz_host>
+	<IfModule mod_authz_host.c>
 		Allow from all
 	</IfModule>
 	Options +FollowSymLinks
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jquery.git/commitdiff/7c360e470843a83b33be03a13f3b0c2920324486



More information about the pld-cvs-commit mailing list