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

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Oct 13 10:26:56 UTC 2011


commit acca9c300e0d79d5771209ee7f444d08b8f0a8eb
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Oct 13 12:26:48 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 2fad85b..31f3abc 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: 3%{?dist}
+Release: 4%{?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
+* Thu Oct 13 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 1.4.4-4
+- Fixed build failure due to change in php_zend_api macro type
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list