diff options
-rw-r--r-- | php-pecl-uuid.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index cb45054..eca5897 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -34,7 +34,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid Version: 1.0.4 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: LGPLv2+ Group: Development/Languages URL: http://pecl.php.net/package/uuid @@ -221,6 +221,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-3 +- rebuild against php 7.0.0beta1 + * Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-2 - allow build against rh-php56 (as more-php56) - rebuild for "rh_layout" (php70) |