[php-ZendFramework/el6] remove direct dependency on PHP

Felix Kaechele heffer at fedoraproject.org
Sun Dec 22 22:57:09 UTC 2013


commit ef31a061a64a0ce6df55a0df4c9eda18a8c2215c
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sun Dec 22 23:56:31 2013 +0100

    remove direct dependency on PHP
    
    - See http://fedoraproject.org/wiki/Packaging:PHP#Apache_requirement

 php-ZendFramework.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-ZendFramework.spec b/php-ZendFramework.spec
index e91d750..e0c69e3 100644
--- a/php-ZendFramework.spec
+++ b/php-ZendFramework.spec
@@ -4,7 +4,7 @@
 Summary:         Leading open-source PHP framework
 Name:            php-ZendFramework
 Version:         1.12.3
-Release:         1%{?posttag}%{?dist}
+Release:         2%{?posttag}%{?dist}
 
 License:         BSD
 Group:           Development/Libraries
@@ -14,7 +14,6 @@ URL:             http://framework.zend.com/
 
 BuildArch:       noarch
 
-Requires: php >= 5.2.4
 Requires: php-bcmath
 # The following are provided by php-common:
 # Requires: php-ctype
@@ -772,6 +771,10 @@ ln -s %{_datadir}/php/Zend/zf.sh \
 
 
 %changelog
+* Sun Dec 22 2013 Felix Kaechele <heffer at fedoraproject.org> - 1.12.3-2
+- remove direct dependency on PHP
+- See http://fedoraproject.org/wiki/Packaging:PHP#Apache_requirement
+
 * Fri Mar 15 2013 Felix Kaechele <heffer at fedoraproject.org> - 1.12.3-1
 - update to 1.12.3
 - more 3rdparty API fixes


More information about the scm-commits mailing list