[uuid] fix php_zend_api check

Iain Arnell iarnell at fedoraproject.org
Sat May 14 08:09:47 UTC 2011


commit 32e26a3e4eab08e5925d2d6b6f1f10c4cacf009b
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat May 14 10:02:11 2011 +0200

    fix php_zend_api check

 uuid.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/uuid.spec b/uuid.spec
index a004bfd..122bfbe 100644
--- a/uuid.spec
+++ b/uuid.spec
@@ -3,7 +3,7 @@
 
 Name:           uuid
 Version:        1.6.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -68,7 +68,7 @@ Summary:        PHP support for Universally Unique Identifier library
 Group:          Development/Libraries
 BuildRequires:  php-devel
 Requires:       %{name} = %{version}-%{release}
-%if 0%{?php_zend_api}
+%if 0%{?php_zend_api:1}
 Requires: php(zend-abi) = %{php_zend_api}
 Requires: php(api) = %{php_core_api}
 %else
@@ -258,6 +258,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Sat May 14 2011 Iain Arnell <iarnell at gmail.com> 1.6.2-5
+- fix php_zend_api check
+
 * Thu Mar 03 2011 Karsten Hopp <karsten at redhat.com> 1.6.2-4
 - fix build
 


More information about the scm-commits mailing list