diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-16 09:22:51 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-16 09:22:51 +0200 | 
| commit | 83dfd48f0a445b0ccf4d988084072b5f1d50d59d (patch) | |
| tree | e3b4855ebad1fbdfbaf3a34210e0c0a55d1d0f77 | |
| parent | 1a5029763ed62f1239a72995c9627b3a60845e8b (diff) | |
rebuild for 7.3.0beta2 new ABI
| -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 | 
