diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-02 10:56:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-02 10:56:13 +0200 |
commit | 5f3606cba93330e109118397c6da9d09466baeb7 (patch) | |
tree | e970c364b6a15517f3e6b5250f339ce23891065c | |
parent | cd9671cc2876deab702fe68925ac7f53f6aea1a7 (diff) |
rebuild for PHP 8.0.0beta3
-rw-r--r-- | php-phpiredis.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 836b26e..dac5da2 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -37,7 +37,7 @@ Version: 1.0.0 %if 0%{?gh_date} Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 18%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 19%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: Client extension for Redis @@ -237,6 +237,9 @@ exit $ret %changelog +* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.0-19 +- rebuild for PHP 8.0.0beta3 + * Mon Aug 24 2020 Remi Collet <remi@remirepo.net> - 1.0.0-18 - add patch for PHP 8 from https://github.com/nrk/phpiredis/pull/66 |