[kdebindings] - No ABI check in php-qt (#644914)

Rex Dieter rdieter at fedoraproject.org
Wed Oct 20 15:52:27 UTC 2010


commit 5f13de6552878b523cf8c391bae975821c5dc22c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Oct 20 10:58:42 2010 -0500

    - No ABI check in php-qt (#644914)

 kdebindings.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kdebindings.spec b/kdebindings.spec
index 32deea0..5242431 100644
--- a/kdebindings.spec
+++ b/kdebindings.spec
@@ -214,8 +214,10 @@ Provides: QtRuby4-devel = %{version}-%{release}
 %package -n php-qt
 Group:    Development/Languages
 Summary:  PHP bindings for Qt4
-%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
 Provides: php-qt4 = %{version}-%{release}
+%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
+Requires: php(zend-abi) = %{php_zend_api}
+Requires: php(api) = %{php_core_api}
 %description -n php-qt
 %{summary}.
 
@@ -553,6 +555,9 @@ fi
 
 
 %changelog
+* Wed Oct 20 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-3
+- No ABI check in php-qt (#644914)
+
 * Tue Oct 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.5.2-2
 - patch smoke generator invalid reads found by valgrind
 


More information about the scm-commits mailing list