[php-pecl-imagick] Fix FBFS f16-17. Bz#716201

Pavel Alexeev hubbitus at fedoraproject.org
Mon Sep 12 19:43:58 UTC 2011


commit 71645d37bd79e7a6764f8a2712c5727a0a1f8dcf
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Mon Sep 12 23:43:48 2011 +0400

    Fix FBFS f16-17. Bz#716201

 php-pecl-imagick.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec
index b9e02b2..e7fc422 100644
--- a/php-pecl-imagick.spec
+++ b/php-pecl-imagick.spec
@@ -7,7 +7,7 @@
 Summary:		Provides a wrapper to the ImageMagick library
 Name:		php-pecl-%peclName
 Version:		3.0.0
-Release:		9%{?dist}
+Release:		10%{?dist}
 License:		PHP
 Group:		Development/Libraries
 Source0:		http://pecl.php.net/get/%peclName-%{version}.tgz
@@ -18,7 +18,7 @@ BuildRequires:	php-pear >= 1.4.7
 BuildRequires: php-devel >= 5.1.3, ImageMagick-devel >= 6.2.4
 Requires(post):	%{__pecl}
 Requires(postun):	%{__pecl}
-%if %{?php_zend_api}0
+%if 0%{?php_zend_api:1}
 Requires:		php(zend-abi) = %{php_zend_api}
 Requires:		php(api) = %{php_core_api}
 %else
@@ -83,6 +83,9 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.d/%peclName.ini
 
 %changelog
+* Mon Sep 12 2011 Pavel Alexeev <Pahan at Hubbitus.info> - 3.0.0-10
+- Fix FBFS f16-17. Bz#716201
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list