diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 52dd764a15650518dd6ff0dae7eddbd5eca06f21 (patch) | |
tree | c24070ff40a95b11f0be2889036249b7c67119e4 | |
parent | 3bac59546db2312f22828e99093baf0bde8fc495 (diff) |
PHP 7.0.0RC5
-rw-r--r-- | 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 1e27401..e3da375 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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: LGPLv2+ Group: Development/Languages URL: http://pecl.php.net/package/uuid @@ -87,7 +87,7 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %description A wrapper around Universally Unique Identifier library (libuuid). -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -221,6 +221,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-6 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-5 - F23 rebuild with rh_layout |