diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-21 06:54:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-21 06:54:45 +0200 |
commit | 10b55adcdd65520e4ab5034d91d0a708f7375dcf (patch) | |
tree | 61b115c966b05a50a14bb5e7d7d80891f72bbc6c /php-pecl-eio.spec | |
parent | bccc686442168a4934625ac0fe0af1029cfb175b (diff) |
update to 3.0.0RC3
Diffstat (limited to 'php-pecl-eio.spec')
-rw-r--r-- | php-pecl-eio.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index fc4d9f4..324eacb 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -22,7 +22,7 @@ %endif %global upstream_version 3.0.0 -%global upstream_prever RC2 +%global upstream_prever RC3 # # NOTE: bundled libeio (which is retired from Fedora) @@ -31,7 +31,7 @@ Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?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}-%{upstream_version}%{?upstream_prever}.tgz @@ -252,6 +252,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 21 2021 Remi Collet <remi@remirepo.net> - 3.0.0~RC3-1 +- update to 3.0.0RC3 + * Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 3.0.0~RC2-2 - ignore 4 tests for 8.1 (deprecated calls) |