diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-23 13:05:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-23 13:05:42 +0200 |
commit | f2607bd9e56fefc043206cdde8a6bcad118952b1 (patch) | |
tree | 8a67beb5c1500c8124a4f07f06ba02d56e0f3f38 | |
parent | 0143df7fe57623fc3ff1ac0e80edbf8aeb70a762 (diff) |
rebuild for PHP 8.0.0beta4
-rw-r--r-- | php-pecl-igbinary.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 03c6e70..79e7e34 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -35,7 +35,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -301,6 +301,9 @@ fi %changelog +* Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 3.1.5-2 +- rebuild for PHP 8.0.0beta4 + * Thu Sep 3 2020 Remi Collet <remi@remirepo.net> - 3.1.5-1 - update to 3.1.5 - drop patch merged upstream |