diff options
Diffstat (limited to 'php-pecl-handlebars.spec')
-rw-r--r-- | php-pecl-handlebars.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-handlebars.spec b/php-pecl-handlebars.spec index 84dd202..6644954 100644 --- a/php-pecl-handlebars.spec +++ b/php-pecl-handlebars.spec @@ -27,7 +27,7 @@ Summary: Handlebars templating language Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -280,6 +280,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.8.2-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.8.2-3 - rebuld for 7.3.0alpha4 new ABI |