[rrdtool] Fixed build failure due to change in php_zend_api macro type

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Jun 10 22:14:40 UTC 2011


commit 5b52716dae9e4d195910ee80e3c78782ce7d6614
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Sat Jun 11 00:14:20 2011 +0200

    Fixed build failure due to change in php_zend_api macro type

 rrdtool.spec |    9 ++++-----
 1 files 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 <jskarvad at redhat.com> - 1.4.4-5
+- Fixed build failure due to change in php_zend_api macro type
+
 * Fri Jun 10 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.4-4
 - Perl 5.14 mass rebuild
 


More information about the scm-commits mailing list