From aa87abfe1344200b97fa13a6a1ac0f836c426ce7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 12:10:01 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-realpath-turbo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-realpath-turbo.spec b/php-realpath-turbo.spec index c4b92bb..3708e2c 100644 --- a/php-realpath-turbo.spec +++ b/php-realpath-turbo.spec @@ -25,7 +25,7 @@ Name: %{?scl_prefix}php-%{pack_name} Version: 2.0.0 -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;')}} Summary: Use realpath cache despite open_basedir restriction @@ -180,6 +180,9 @@ exit $ret %changelog +* Wed Sep 30 2020 Remi Collet - 2.0.0-2 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 21 2020 Remi Collet - 2.0.0-1 - Initial packaging - open https://github.com/Whissi/realpath_turbo/issues/18 -- cgit