From 5b52716dae9e4d195910ee80e3c78782ce7d6614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Sat, 11 Jun 2011 00:14:20 +0200 Subject: [PATCH] Fixed build failure due to change in php_zend_api macro type --- rrdtool.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index 619e035..e58c5a0 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -10,7 +10,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.4.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -97,12 +97,8 @@ Group: Development/Languages BuildRequires: php-devel >= 4.0 Requires: php >= 4.0 Requires: %{name} = %{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 Obsoletes: php-%{name} < %{version}-%{release} Provides: php-%{name} = %{version}-%{release} Provides: php-pecl(rrdtool) @@ -357,6 +353,9 @@ find examples/ -type f -exec chmod 0644 {} \; %endif %changelog +* Sat Jun 11 2011 Jaroslav Škarvada - 1.4.4-5 +- Fixed build failure due to change in php_zend_api macro type + * Fri Jun 10 2011 Marcela Mašláňová - 1.4.4-4 - Perl 5.14 mass rebuild