diff --git a/cups.spec b/cups.spec index c9fd1d6..0a05cd2 100644 --- a/cups.spec +++ b/cups.spec @@ -8,7 +8,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4.6 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Group: System Environment/Daemons Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2 @@ -162,12 +162,8 @@ Requires: xinetd Summary: Common Unix Printing System - php module Group: Development/Languages Requires: %{name} = %{epoch}:%{version}-%{release} -%if 0%{?php_zend_api} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} -%else -Requires: php-api = %{php_apiver} -%endif %description @@ -576,6 +572,9 @@ rm -rf $RPM_BUILD_ROOT %{php_extdir}/phpcups.so %changelog +* Fri Feb 25 2011 Tim Waugh 1:1.4.6-6 +- Fixed build failure due to php_zend_api macro type. + * Fri Feb 25 2011 Tim Waugh 1:1.4.6-5 - Fixed dbus notifier support for job-state-changed.