summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-env.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-env.spec b/php-pecl-env.spec
index 4d3184b..b7ca81b 100644
--- a/php-pecl-env.spec
+++ b/php-pecl-env.spec
@@ -22,7 +22,7 @@
Summary: Load environment variables
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.2.1
-Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: https://pecl.php.net/package/%{pecl_name}
@@ -219,6 +219,9 @@ fi
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 0.2.1-11
+- rebuild for PHP 8.0.0RC1
+
* Tue Sep 22 2020 Remi Collet <remi@remirepo.net> - 0.2.1-10
- add patch for PHP 8
from https://github.com/beberlei/env/pull/10