diff options
-rw-r--r-- | php-pecl-hrtime.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-hrtime.spec b/php-pecl-hrtime.spec index c660c48..5b11587 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: 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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -225,6 +225,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 0.5.1-4 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 0.5.1-3 - rebuild against php 7.0.0beta1 |