summaryrefslogtreecommitdiffstats
path: root/php-pecl-http.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-21 16:47:35 +0100
committerRemi Collet <remi@php.net>2022-02-21 16:47:35 +0100
commit47ba3ded308d8edf7a48be5ee5e2c1c1b2f636c8 (patch)
tree7d52449bfe11f14c4abfa8ccb4212ccb1013b8f3 /php-pecl-http.spec
parentd4b772c0906723802eb42223bcb43735c904fced (diff)
test build for upcoming 4.2.2
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r--php-pecl-http.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index bd55478..75a9d51 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -3,7 +3,7 @@
#
# Fedora spec file for php-pecl-http
#
-# Copyright (c) 2012-2021 Remi Collet
+# Copyright (c) 2012-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -36,7 +36,7 @@
%bcond_without tests
%endif
-%global upstream_version 4.2.1
+%global upstream_version 4.2.2
#global upstream_prever beta1
#global upstream_lower beta1
@@ -46,7 +46,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
Release: 0.9.%{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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0%{?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
@@ -335,6 +335,9 @@ fi
%changelog
+* Mon Feb 21 2022 Remi Collet <remi@remirepo.net> - 4.2.2-0
+- test build for upcoming 4.2.2
+
* Wed Sep 29 2021 Remi Collet <remi@remirepo.net> - 1.11.0~alpha1-2
- rebuild using ICU 69