[php-pecl-cairo/el6] remove isa requirement for devel package

Nathanael Noblet gnat at fedoraproject.org
Wed Aug 29 14:05:13 UTC 2012


commit 2ab707c01c78f40c68b23df60e9386d0682cdafd
Author: Nathanael D. Noblet <nathanael at gnat.ca>
Date:   Wed Aug 29 08:04:58 2012 -0600

    remove isa requirement for devel package

 php-pecl-cairo.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-cairo.spec b/php-pecl-cairo.spec
index 6187c3d..da920d1 100644
--- a/php-pecl-cairo.spec
+++ b/php-pecl-cairo.spec
@@ -5,7 +5,7 @@
 Name:           php-pecl-cairo
 Summary:        PECL package for drawing using cairo via PHP scripts
 Version:        0.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Source0:        http://pecl.php.net/get/Cairo-%{version}%{?prever}.tgz
 
 #fixes a bug that affects i386 versions? https://bugs.php.net/bug.php?id=61882&edit=2
@@ -47,7 +47,7 @@ currently provided for 1.4 to 1.8 versions of the library
 Summary:       Header files for php cairo package
 Group:         Development/Libraries
 Requires:      php-pecl-cairo%{?_isa} = %{version}-%{release}
-Requires:      php-devel%{?_isa} >= 5.2
+Requires:      php-devel >= 5.2
 
 %description devel
 These are the files needed to compile programs using php cairo extension.
@@ -111,6 +111,10 @@ fi
 %{_includedir}/php/ext/%{pecl_name}
 
 %changelog
+* Wed Aug 29 2012 Nathanael Noblet <nathanael at gnat.ca> - 0.3.2-2
+- Don't require arch specific php-devel as php-devel isn't provided in a 
+  multilib version 
+
 * Thu Aug 9 2012 Nathanael Noblet <nathanael at gnat.ca> - 0.3.2-1
 - Initial release
 - Ignore test results with cairo 1.8


More information about the scm-commits mailing list