[libpuzzle] * fix #716003

topdog topdog at fedoraproject.org
Fri Jul 15 09:38:15 UTC 2011


commit 5d6f56643757ad6e6e197a7e433fb42fc622e935
Author: Andrew Colin Kissa <andrew at topdog.za.net>
Date:   Fri Jul 15 11:37:46 2011 +0200

     * fix #716003

 libpuzzle.spec |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/libpuzzle.spec b/libpuzzle.spec
index 766a8b5..72e9c6b 100644
--- a/libpuzzle.spec
+++ b/libpuzzle.spec
@@ -3,7 +3,7 @@
 
 Name:		libpuzzle
 Version:	0.11
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Library to quickly find visually similar images (gif, png, jpg) 
 Group:		System Environment/Libraries
 License:	BSD
@@ -22,14 +22,10 @@ security in mind.
 %package -n     php-%{name}
 Summary:	PHP extension for %{name}
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
 BuildRequires:	php-devel
-%if %{?php_zend_api}0
-Requires:	php(zend-abi) = %{php_zend_api}
-Requires:	php(api) = %{php_core_api}
-%else
-Requires:	php-api = %{php_apiver}
-%endif
+Requires:	%{name} = %{version}-%{release}
+Requires:       php(zend-abi) = %{php_zend_api}
+Requires:       php(api) = %{php_core_api}
 
 %description -n    php-%{name}
 The %{name} native PHP extension for developing PHP applications that
@@ -115,6 +111,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 15 2011 Andrew Colin Kissa <andrew at topdog.za.net> - 0.11-9
+- Fix bugzilla #716003
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list