From d180976fb18be5dd34b0e21cf2845e668ce89622 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jul 13 2009 08:12:30 +0000 Subject: PHP 5.3.0 build --- diff --git a/libpuzzle.spec b/libpuzzle.spec index 1652262..89224ce 100644 --- a/libpuzzle.spec +++ b/libpuzzle.spec @@ -3,7 +3,7 @@ Name: libpuzzle Version: 0.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library to quickly find visually similar images (gif, png, jpg) Group: System Environment/Libraries License: BSD @@ -23,8 +23,13 @@ security in mind. Summary: PHP extension for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: php-common BuildRequires: php-devel +%if %{?php_zend_api}0 +Requires: php(zend-abi) = %{php_zend_api} +Requires: php(api) = %{php_core_api} +%else +Requires: php-api = %{php_apiver} +%endif %description -n php-%{name} The %{name} native PHP extension for developing PHP applications that @@ -110,6 +115,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_mandir}/man3/* %changelog +* Mon Jul 13 2009 Remi Collet - 0.11-5 +- rebuild for new PHP 5.3.0 ABI (20090626) +- add PHP ABI check + * Sun Jun 21 2009 Andrew Colin Kissa - 0.11-4 - Consistent use of macros