summaryrefslogtreecommitdiffstats
path: root/php-pecl-http.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-02 11:39:12 +0200
committerRemi Collet <remi@php.net>2023-10-02 11:39:12 +0200
commitf5db479a6466c27c3dbad8a2efc3a4a5f22b3eb3 (patch)
tree6298a24edb68a5bfb99e573c504457ba5b9a698f /php-pecl-http.spec
parent04af9657cb821dc86086f1bd20b7d3bc23368787 (diff)
update to 4.2.4
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r--php-pecl-http.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 420ac70..b16a0fd 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -35,7 +35,7 @@
%bcond_without tests
%endif
-%global upstream_version 4.2.3
+%global upstream_version 4.2.4
#global upstream_prever beta1
#global upstream_lower beta1
%if 0%{?gh_date:1}
@@ -51,7 +51,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
Release: 0.10.%{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: 5%{?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
@@ -317,6 +317,9 @@ fi
%changelog
+* Mon Oct 2 2023 Remi Collet <remi@remirepo.net> - 4.2.4-1
+- update to 4.2.4
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 4.2.3-5
- rebuild for PHP 8.3.0RC1