diff --git a/libpuzzle.spec b/libpuzzle.spec index 766a8b5..72e9c6b 100644 --- a/libpuzzle.spec +++ b/libpuzzle.spec @@ -3,7 +3,7 @@ Name: libpuzzle Version: 0.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library to quickly find visually similar images (gif, png, jpg) Group: System Environment/Libraries License: BSD @@ -22,14 +22,10 @@ security in mind. %package -n php-%{name} Summary: PHP extension for %{name} Group: Development/Libraries -Requires: %{name} = %{version}-%{release} 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 +Requires: %{name} = %{version}-%{release} +Requires: php(zend-abi) = %{php_zend_api} +Requires: php(api) = %{php_core_api} %description -n php-%{name} The %{name} native PHP extension for developing PHP applications that @@ -115,6 +111,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_mandir}/man3/* %changelog +* Fri Jul 15 2011 Andrew Colin Kissa - 0.11-9 +- Fix bugzilla #716003 + * Tue Feb 08 2011 Fedora Release Engineering - 0.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild