summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-realpath-turbo.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 2.0.0-2
+- rebuild for PHP 8.0.0RC1
+
* Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 2.0.0-1
- Initial packaging
- open https://github.com/Whissi/realpath_turbo/issues/18