diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-02 10:24:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-02 10:24:08 +0200 |
commit | 1c5905560b9eb6464735b9ef545ff81bc2ec4c74 (patch) | |
tree | 93745eb10e5263910aff2e25525e12129d58f915 | |
parent | a3468f25cdc7b2eddc46fcae82ab26907bee1733 (diff) |
rebuild for PHP 8.0.0beta3
-rw-r--r-- | php-pecl-xattr.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index 0442e7a..a4827ed 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -18,7 +18,7 @@ Summary: Extended attributes Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.4.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -208,6 +208,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.4.0-3 +- rebuild for PHP 8.0.0beta3 + * Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 1.4.0-2 - rebuild for 8.0.0beta1 |