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 | fc916fdd4cb07b41e0528c2843e1bc61d194dbd3 (patch) | |
tree | 0d1417b8a034160825971755868cc85e039cd93e | |
parent | 75407d3b59b570827eb782913413af75acac53ab (diff) |
PHP 7.0.0RC5
-rw-r--r-- | php-pecl-hrtime.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-hrtime.spec b/php-pecl-hrtime.spec index 0227e9a..59cc857 100644 --- a/php-pecl-hrtime.spec +++ b/php-pecl-hrtime.spec @@ -30,7 +30,7 @@ Summary: High resolution timing Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.5.1 -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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -82,7 +82,7 @@ It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs. -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 @@ -225,6 +225,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 0.5.1-6 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 0.5.1-5 - F23 rebuild with rh_layout |