diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:31:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:31:52 +0200 |
commit | 981a473f60e987c8df00227991c5992ca66df493 (patch) | |
tree | 2c6872bda1add367390d64566f30894c4ded0b6b | |
parent | dbdc6525488ee432273b2d3684a354f5304951ea (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pggi.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pggi.spec b/php-pggi.spec index 916f5a1..8f3a26c 100644 --- a/php-pggi.spec +++ b/php-pggi.spec @@ -18,7 +18,7 @@ Summary: GTK bindings Name: %{?scl_prefix}php-pggi Version: 0.3.0 -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 Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} @@ -176,6 +176,9 @@ cd ../ZTS %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.3.0-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.3.0-3 - rebuild for 7.3.0alpha4 new ABI |