summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-snappy.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-snappy.spec b/php-snappy.spec
index 40cec35..98c888f 100644
--- a/php-snappy.spec
+++ b/php-snappy.spec
@@ -47,9 +47,9 @@ Summary: Snappy Extension for PHP
Name: %{?sub_prefix}php-snappy
Version: 0.2.0
%if 0%{?gh_date:1}
-Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-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;')}}
%endif
%if %{?with_libsnappy}
License: PHP
@@ -237,6 +237,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 0.2.0-2
+- rebuild for PHP 8.0.0RC1
+
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 0.2.0-1
- update to 0.2.0
- enable apcu serializer with PHP 7+