diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 13:06:42 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 13:06:42 +0200 | 
| commit | d34ad974b91c25e98e9e73dbe67eea91a2c62a18 (patch) | |
| tree | 5d57a1fdba3cb35a5cb3f03b83ec8e7a39ec740c | |
| parent | ce3a6dee04bb9128c484c39ad4e41ca7b977d16c (diff) | |
| -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 7b3c0d1..a5a8c31 100644 --- a/php-pecl-hrtime.spec +++ b/php-pecl-hrtime.spec @@ -22,7 +22,7 @@  Summary:        High resolution timing  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.6.0 -Release:        6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        7%{?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} @@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.6.0-7 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.6.0-6  - rebuild for 7.4.0beta1  | 
