diff options
| -rw-r--r-- | php-wkhtmltox.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-wkhtmltox.spec b/php-wkhtmltox.spec index 13237d5..e75d5d1 100644 --- a/php-wkhtmltox.spec +++ b/php-wkhtmltox.spec @@ -29,9 +29,9 @@ Summary:       HTML Converter  Name:          %{?sub_prefix}php-%{pecl_name}  Version:       0.3.2  %if 0%{?gh_date:1} -Release:       0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       0.4.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  License:       MIT  URL:           https://github.com/%{gh_owner}/%{gh_project} @@ -186,6 +186,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.3.2-0.4.20171112.fecc9af +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.3.2-0.3.20171112.fecc9af  - rebuild for 7.3.0alpha4 new ABI  | 
