diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 12:10:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 12:10:01 +0200 |
commit | aa87abfe1344200b97fa13a6a1ac0f836c426ce7 (patch) | |
tree | 30dc5f1dd8180c7e10484990835deb5e44b08507 | |
parent | 43ae9b1e7d7cdd93e1e96ffb9544f6233c479073 (diff) |
rebuild for PHP 8.0.0RC1
-rw-r--r-- | php-realpath-turbo.spec | 5 |
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 |