Author: glen Date: Sun Oct 30 22:35:06 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - resolve duplicate HTML/QuickForm
---- Files affected: SPECS: php-pear-HTML_QuickForm.spec (1.36 -> 1.37) , php-pear-HTML_QuickForm_Controller.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/php-pear-HTML_QuickForm.spec diff -u SPECS/php-pear-HTML_QuickForm.spec:1.36 SPECS/php-pear-HTML_QuickForm.spec:1.37 --- SPECS/php-pear-HTML_QuickForm.spec:1.36 Wed Oct 5 20:31:31 2005 +++ SPECS/php-pear-HTML_QuickForm.spec Sun Oct 30 23:35:01 2005 @@ -17,7 +17,7 @@ URL: http://pear.php.net/package/HTML_QuickForm/ BuildRequires: rpm-php-pearprov >= 4.4.2-11 Requires: php-common >= 3:4.2 -Requires: php-pear >= 4.3.0 +Requires: php-pear >= 4:1.0-9.1 Requires: php-pear-HTML_Common >= 1.2.1 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -74,7 +74,6 @@ %doc install.log %doc docs/%{_pearname}/docs/* %{php_pear_dir}/.registry/*.reg -%dir %{php_pear_dir}/%{_class}/%{_subclass} %dir %{php_pear_dir}/%{_class}/%{_subclass}/Renderer %dir %{php_pear_dir}/%{_class}/%{_subclass}/Rule %{php_pear_dir}/%{_class}/*.php @@ -88,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2005/10/30 22:35:01 glen +- resolve duplicate HTML/QuickForm + Revision 1.36 2005/10/05 18:31:31 glen - rel 2 ================================================================ Index: SPECS/php-pear-HTML_QuickForm_Controller.spec diff -u SPECS/php-pear-HTML_QuickForm_Controller.spec:1.18 SPECS/php-pear-HTML_QuickForm_Controller.spec:1.19 --- SPECS/php-pear-HTML_QuickForm_Controller.spec:1.18 Wed Oct 5 20:31:31 2005 +++ SPECS/php-pear-HTML_QuickForm_Controller.spec Sun Oct 30 23:35:01 2005 @@ -16,7 +16,7 @@ # Source0-md5: 06cadeca9a7abe41c0af86ba713bd381 URL: http://pear.php.net/package/HTML_QuickForm_Controller/ BuildRequires: rpm-php-pearprov >= 4.4.2-11 -Requires: php-pear +Requires: php-pear >= 4:1.0-9.1 Requires: php-pear-HTML_QuickForm >= 3.2.2 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -73,7 +73,7 @@ %doc install.log %doc docs/%{_pearname}/examples %{php_pear_dir}/.registry/*.reg -%{php_pear_dir}/%{_class}/%{_subclass} +%{php_pear_dir}/%{_class}/%{_subclass}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -81,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2005/10/30 22:35:01 glen +- resolve duplicate HTML/QuickForm + Revision 1.18 2005/10/05 18:31:31 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/php-pear-HTML_QuickForm.spec?r1=1.36&r2=1.37&f=u http://cvs.pld-linux.org/SPECS/php-pear-HTML_QuickForm_Controller.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
