Author: glen Date: Tue Apr 7 16:10:33 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - P: webserver(rewrite) for url rewrite module
---- Files affected: SPECS: lighttpd.spec (1.286 -> 1.287) , apache.spec (1.557 -> 1.558) , apache1.spec (1.204 -> 1.205) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.286 SPECS/lighttpd.spec:1.287 --- SPECS/lighttpd.spec:1.286 Mon Apr 6 23:08:49 2009 +++ SPECS/lighttpd.spec Tue Apr 7 18:10:27 2009 @@ -37,7 +37,7 @@ Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd Version: 1.4.22 -Release: 2 +Release: 3 License: BSD Group: Networking/Daemons/HTTP Source0: http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2 @@ -546,6 +546,7 @@ Group: Networking/Daemons/HTTP URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRewrite Requires: %{name} = %{version}-%{release} +Provides: webserver(rewrite) %description mod_rewrite This module allows you rewrite a set of URLs interally in the @@ -777,8 +778,8 @@ Requires: %{name} = %{version}-%{release} Requires: %{name}-mod_fastcgi = %{version}-%{release} Requires: php-fcgi -Obsoletes: lighttpd-php-external Provides: webserver(php) +Obsoletes: lighttpd-php-external %description php-spawned PHP support via FastCGI, spawned by lighttpd. @@ -1319,6 +1320,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.287 2009/04/07 16:10:27 glen +- P: webserver(rewrite) for url rewrite module + Revision 1.286 2009/04/06 21:08:49 blues - spawned php provides webserver(php) ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.557 SPECS/apache.spec:1.558 --- SPECS/apache.spec:1.557 Tue Mar 31 23:42:44 2009 +++ SPECS/apache.spec Tue Apr 7 18:10:27 2009 @@ -36,7 +36,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.11 -Release: 6 +Release: 7 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -1469,6 +1469,7 @@ URL: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html Requires: %{name}-base = %{version}-%{release} Provides: apache(mod_rewrite) = %{version}-%{release} +Provides: webserver(rewrite) %description mod_rewrite This package contains It provides a rule-based rewriting engine to @@ -2729,6 +2730,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.558 2009/04/07 16:10:27 glen +- P: webserver(rewrite) for url rewrite module + Revision 1.557 2009/03/31 21:42:44 glen - internal dummy connection note ================================================================ Index: SPECS/apache1.spec diff -u SPECS/apache1.spec:1.204 SPECS/apache1.spec:1.205 --- SPECS/apache1.spec:1.204 Fri Mar 20 13:32:32 2009 +++ SPECS/apache1.spec Tue Apr 7 18:10:27 2009 @@ -31,7 +31,7 @@ Summary(zh_CN.UTF-8): Internet 上应用最广泛的 Web 服务程序。 Name: apache1 Version: 1.3.41 -Release: 17 +Release: 18 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/apache_%{version}.tar.gz @@ -1113,6 +1113,7 @@ Group: Networking/Daemons/HTTP Requires: %{name}(EAPI) = %{version}-%{release} Provides: apache(mod_rewrite) = %{version}-%{release} +Provides: webserver(rewrite) Obsoletes: apache-mod_rewrite < 2.0.0 %description mod_rewrite @@ -2490,6 +2491,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.205 2009/04/07 16:10:27 glen +- P: webserver(rewrite) for url rewrite module + Revision 1.204 2009/03/20 12:32:32 glen - release 17 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lighttpd.spec?r1=1.286&r2=1.287&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.557&r2=1.558&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1.spec?r1=1.204&r2=1.205&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
