[php-pecl-uuid] rebuild for https://fedoraproject.org/wiki/Changes/Php56

Remi Collet remi at fedoraproject.org
Thu Jun 19 11:59:48 UTC 2014


commit e0756b106b790e4095008a7bee71e6835a6258f2
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Jun 19 13:59:42 2014 +0200

    rebuild for https://fedoraproject.org/wiki/Changes/Php56

 php-pecl-uuid.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec
index 1f744ae..54807b2 100644
--- a/php-pecl-uuid.spec
+++ b/php-pecl-uuid.spec
@@ -12,7 +12,7 @@
 
 %global pecl_name   uuid
 %global with_zts    0%{?__ztsphp:1}
-%if 0%{?fedora} < 21
+%if "%{php_version}" < "5.6"
 %global ini_name    %{pecl_name}.ini
 %else
 %global ini_name    40-%{pecl_name}.ini
@@ -21,7 +21,7 @@
 Summary:       Universally Unique Identifier extension for PHP
 Name:          php-pecl-uuid
 Version:       1.0.3
-Release:       9%{?dist}
+Release:       10%{?dist}
 License:       LGPLv2+
 Group:         Development/Languages
 URL:           http://pecl.php.net/package/uuid
@@ -183,6 +183,9 @@ fi
 
 
 %changelog
+* Thu Jun 19 2014 Remi Collet <rcollet at redhat.com> - 1.0.3-10
+- rebuild for https://fedoraproject.org/wiki/Changes/Php56
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list