diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-05 08:09:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-05 08:09:23 +0200 |
commit | 1c6c103983bf16b975d6cc58bc6d29237091b46d (patch) | |
tree | 95a665dd43dbe77ce38682c5e98f81ed7ee0874a | |
parent | 345481783bb967550da26a7329fe2e74a423baf6 (diff) |
rebuild for 8.0.0beta1
-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 072339a..1ba7a02 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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 Aug 5 2020 Remi Collet <remi@remirepo.net> - 1.0.2-2 +- rebuild for 8.0.0beta1 + * Mon Aug 3 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 |