diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 12:16:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 12:16:14 +0200 |
commit | f01e740ab2919ff490af1875d29b183f06607796 (patch) | |
tree | 51921685bf260d4febf4d2b562397faeb467efd1 | |
parent | 7a33d1d18dfec3fb5b5e7d3b2095037d38537e3a (diff) |
rebuild for PHP 8.0.0RC1
-rw-r--r-- | php-snappy.spec | 7 |
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+ |