diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-02 09:17:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-02 09:17:17 +0200 |
commit | 699dc2ad46bf95604b5ed32aba15b584db7d044d (patch) | |
tree | 698b5e2b88b385aeb1dce5441689f59899855b27 | |
parent | 17a035eaacd361b7c10a2a97126ee193baec1588 (diff) |
rebuild for PHP 8.0.0beta3
-rw-r--r-- | php-pdlib.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pdlib.spec b/php-pdlib.spec index bdec395..af21a69 100644 --- a/php-pdlib.spec +++ b/php-pdlib.spec @@ -40,7 +40,7 @@ Version: 1.0.2 %if 0%{?gh_date:1} Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -189,6 +189,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.2-4 +- rebuild for PHP 8.0.0beta3 + * Sun Aug 9 2020 Remi Collet <remi@remirepo.net> - 1.0.2-3 - rebuild against dlib 19.21 |