summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-24 14:28:55 +0200
committerRemi Collet <remi@php.net>2022-06-24 14:28:55 +0200
commitb6c42adcb946c833633446a3b95e6ff2bc4ca14a (patch)
treeb4cabbdf2c725a4ffd4e7e8c53e42f24b7208125
parent6010f44703556a0d29864aafb046d08516bedaed (diff)
update to 5.1.4
-rw-r--r--php-sabre-http5.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec
index 413df38..fdca631 100644
--- a/php-sabre-http5.spec
+++ b/php-sabre-http5.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-sabre-http5
#
-# Copyright (c) 2013-2020 Remi Collet
+# Copyright (c) 2013-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit 315f592adfcba8aeb73c2fd64285205747acbbd7
+%global gh_commit 84a83642c3b877da9d0e265fba7258157c0bdc37
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sabre-io
%global gh_project http
@@ -24,7 +24,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Summary: Library for dealing with http requests and responses
-Version: 5.1.3
+Version: 5.1.4
Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -172,7 +172,7 @@ PHPPID=$!
: Run upstream test suite against installed library
ret=0
-for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -197,6 +197,9 @@ exit $ret
%changelog
+* Fri Jun 24 2022 Remi Collet <remi@remirepo.net> - 5.1.4-1
+- update to 5.1.4
+
* Thu Nov 4 2021 Remi Collet <remi@remirepo.net> - 5.1.3-1
- update to 5.1.3