From 55aa44dc21a5311dabb07ed40219513206dcf0d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Sep 2020 09:36:59 +0200 Subject: rebuild for PHP 8.0.0beta3 --- php-pecl-dio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index 9cd3ec3..0df7024 100644 --- a/php-pecl-dio.spec +++ b/php-pecl-dio.spec @@ -20,7 +20,7 @@ Summary: Direct I/O functions Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.2.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -220,6 +220,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 2 2020 Remi Collet - 0.2.0-3 +- rebuild for PHP 8.0.0beta3 + * Wed Aug 5 2020 Remi Collet - 0.2.0-2 - rebuild for 8.0.0beta1 -- cgit