From 5f13de6552878b523cf8c391bae975821c5dc22c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Oct 20 2010 15:58:42 +0000 Subject: - No ABI check in php-qt (#644914) --- 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 - 4.5.2-3 +- No ABI check in php-qt (#644914) + * Tue Oct 07 2010 Rex Dieter - 4.5.2-2 - patch smoke generator invalid reads found by valgrind