From a679968a939f12d1ab0b3fd699b8c5a469314c80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 10:01:05 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-psr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-psr.spec b/php-pecl-psr.spec index 8f74eb8..d9cb3b1 100644 --- a/php-pecl-psr.spec +++ b/php-pecl-psr.spec @@ -25,7 +25,7 @@ Summary: PSR interfaces Name: %{?sub_prefix}php-pecl-psr Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz License: BSD URL: https://pecl.php.net/package/psr @@ -254,6 +254,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 1.0.0-5 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet - 1.0.0-4 - rebuild for PHP 8.0.0beta3 -- cgit