diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-10 10:02:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-10 10:02:05 +0200 |
commit | 598b8e435c91dd6343362877ca81c8186d8fa713 (patch) | |
tree | f86548497036e60b812da344da1068fdecf82a61 /php-pecl-http.spec | |
parent | 0e161b9b0597cc7283f7ab605f35f46095cae8a0 (diff) |
update to 3.3.0
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r-- | php-pecl-http.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 99a55af..e0a31e5 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -37,7 +37,7 @@ %global with_tests 0%{!?_without_tests:1} %endif -%global upstream_version 3.2.5 +%global upstream_version 3.3.0 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-http @@ -46,7 +46,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 3%{?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;')}} Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz %endif Summary: Extended HTTP support @@ -345,6 +345,9 @@ fi %changelog +* Fri Jun 10 2022 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- update to 3.3.0 + * Fri Feb 25 2022 Remi Collet <remi@remirepo.net> - 3.2.5-1 - update to 3.2.5 |