diff options
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 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 |