Author: glen                         Date: Mon Sep 25 12:26:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- requires lua5.1, disable lua

---- Files affected:
SPECS:
   lighttpd.spec (1.175 -> 1.176) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.175 SPECS/lighttpd.spec:1.176
--- SPECS/lighttpd.spec:1.175   Sun Sep 24 21:53:15 2006
+++ SPECS/lighttpd.spec Mon Sep 25 14:25:56 2006
@@ -21,7 +21,7 @@
 %bcond_without ssl             # ssl support
 %bcond_without mysql           # mysql support in mod_mysql_vhost
 %bcond_with    ldap            # ldap support in mod_auth
-%bcond_without lua             # LUA support in mod_cml (needs LUA >= 5.1)
+%bcond_with    lua             # LUA support in mod_cml (needs LUA >= 5.1)
 %bcond_with    memcache        # memcached support in mod_cml / 
mod_trigger_b4_dl
 %bcond_with    gamin           # gamin for reducing number of stat() calls.
                                # NOTE: must be enabled in config: 
server.stat-cache-engine = "fam"
@@ -99,7 +99,8 @@
 Patch0:                %{name}-mod_deflate.patch
 Patch1:                %{name}-use_bin_sh.patch
 Patch2:                %{name}-initgroups.patch
-Patch3:                
http://trac.lighttpd.net/trac/attachment/ticket/444/%{name}-apr1.patch?format=txt
+# http://trac.lighttpd.net/trac/ticket/444
+Patch3:                %{name}-apr1.patch
 Patch4:                %{name}-mod_evasive-status_code.patch
 URL:           http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:   attr-devel}
@@ -112,7 +113,7 @@
 BuildRequires: libtool
 BuildRequires: libuuid-devel
 %{?with_webdav_props:BuildRequires:    libxml2-devel}
-%{?with_lua:BuildRequires:     lua50-devel >= 5.0.2-5.1}
+%{?with_lua:BuildRequires:     lua51-devel >= 5.1}
 BuildRequires: mailcap >= 2.1.14-4.4
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -987,6 +988,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.176  2006/09/25 12:25:56  glen
+- requires lua5.1, disable lua
+
 Revision 1.175  2006/09/24 19:53:15  glen
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.175&r2=1.176&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to