From f2607bd9e56fefc043206cdde8a6bcad118952b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Sep 2020 13:05:42 +0200 Subject: rebuild for PHP 8.0.0beta4 --- php-pecl-igbinary.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 3.1.5-2 +- rebuild for PHP 8.0.0beta4 + * Thu Sep 3 2020 Remi Collet - 3.1.5-1 - update to 3.1.5 - drop patch merged upstream -- cgit