Author: baggins Date: Fri Oct 10 09:42:46 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 8 - fixed typo in mod_subsTitute.conf
---- Files affected: SPECS: apache.spec (1.539 -> 1.540) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.539 SPECS/apache.spec:1.540 --- SPECS/apache.spec:1.539 Tue Aug 26 23:53:45 2008 +++ SPECS/apache.spec Fri Oct 10 11:42:40 2008 @@ -35,7 +35,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.9 -Release: 7 +Release: 8 License: Apache Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -1986,7 +1986,7 @@ echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/00_mod_rewrite.conf echo "LoadModule usertrack_module modules/mod_usertrack.so" > $CFG/00_mod_usertrack.conf echo "LoadModule unique_id_module modules/mod_unique_id.so" > $CFG/00_mod_unique_id.conf -echo "LoadModule substitute_module modules/mod_subsitute.so" > $CFG/00_mod_substitute.conf +echo "LoadModule substitute_module modules/mod_substitute.so" > $CFG/00_mod_substitute.conf # anything in style dir not ending with .css is trash rm -rf $RPM_BUILD_ROOT%{_datadir}/manual/style/{lang,latex,xsl} @@ -2732,6 +2732,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.540 2008/10/10 09:42:40 baggins +- rel 8 +- fixed typo in mod_subsTitute.conf + Revision 1.539 2008/08/26 21:53:45 glen - apr-util-ldap subpkg cames with apr-util 1.3; rel 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.539&r2=1.540&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
