[php-pecl-igbinary] fix broken dep

Remi Collet remi at fedoraproject.org
Sun Sep 18 10:03:33 UTC 2011


commit 66cec893747f1f987ebe0220b04d7a04baf37674
Author: remi <fedora at famillecollet.com>
Date:   Sun Sep 18 12:03:14 2011 +0200

    fix broken dep

 php-pecl-igbinary.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index d09efbc..b0cff43 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -13,7 +13,7 @@
 Summary:        Replacement for the standard PHP serializer
 Name:           php-pecl-igbinary
 Version:        1.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        BSD
 Group:          System Environment/Libraries
 
@@ -58,7 +58,7 @@ based storages for serialized data.
 Summary:       Igbinary developer files (header)
 Group:         Development/Libraries
 Requires:      php-pecl-%{extname}%{?_isa} = %{version}-%{release}
-Requires:      php-devel%{?_isa}
+Requires:      php-devel
 
 %description devel
 These are the files needed to compile programs using Igbinary
@@ -156,6 +156,9 @@ fi
 
 
 %changelog
+* Sun Sep 18 2011 Remi Collet <rpms at famillecollet.com> 1.1.1-3
+- fix EPEL-6 build, no arch version for php-devel
+
 * Sat Sep 17 2011 Remi Collet <rpms at famillecollet.com> 1.1.1-2
 - clean spec, adapted filters
 


More information about the scm-commits mailing list