diff options
Diffstat (limited to 'php-pecl-memprof.spec')
-rw-r--r-- | php-pecl-memprof.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-memprof.spec b/php-pecl-memprof.spec index c7265f7..a965e80 100644 --- a/php-pecl-memprof.spec +++ b/php-pecl-memprof.spec @@ -27,7 +27,7 @@ Summary: Memory usage profiler Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -218,6 +218,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.0-5 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.0-4 - rebuild for 7.3.0alpha4 new ABI |