diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:42:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:42:46 +0200 |
commit | 7d3cbef9eeadd4dc34aaea0afa1c7f9dfb67cb85 (patch) | |
tree | 15d415833a7f9902cbd02863e1c6792d8157b110 | |
parent | fe9e67ce9faf3af0d87a55634b7896b5d3d4e964 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |