diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | 75c97f13d4b1e1326f7423e2eed892ca2b6719fb (patch) | |
tree | 4e2da4452e7d6ca1c5377af6fc9f00c3f5a8924e | |
parent | 63e8d197bfc0a14f90f4528415b35b826285f7ff (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
-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 eca5897..646f429 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?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 22 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-3 - rebuild against php 7.0.0beta1 |