summaryrefslogtreecommitdiffstats
path: root/php-nyholm-psr7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-11 09:36:06 +0200
committerRemi Collet <remi@php.net>2023-04-11 09:36:06 +0200
commitba6f5d0e5f15e2f9262fada174a9afb9fb57613b (patch)
treef151ba9fa0568391a1d0435cf17f0ba2a72230ab /php-nyholm-psr7.spec
parent62b6b0c6ef2d8ab9053d9e9db16548ef1b9eedea (diff)
update to 1.6.0
Diffstat (limited to 'php-nyholm-psr7.spec')
-rw-r--r--php-nyholm-psr7.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-nyholm-psr7.spec b/php-nyholm-psr7.spec
index 1abc96b..56f717b 100644
--- a/php-nyholm-psr7.spec
+++ b/php-nyholm-psr7.spec
@@ -1,14 +1,14 @@
# remirepo/fedora spec file for php-nyholm-psr7
#
-# Copyright (c) 2019-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2019-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
# github
-%global gh_commit f734364e38a876a23be4d906a2a089e1315be18a
+%global gh_commit bf4aebd170fadf5fd808c70b90535de327e81a50
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner Nyholm
%global gh_project psr7
@@ -31,7 +31,7 @@
%global http_factory_tests_short %(c=%{http_factory_tests_commit}; echo ${c:0:7})
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.5.1
+Version: 1.6.0
Release: 1%{?dist}
Summary: A fast PHP7 implementation of PSR-7
@@ -153,7 +153,7 @@ sed -e 's:./vendor/http-interop/http-factory-tests:http-factory-tests-%{http_fac
# TODO testCanDetachStream may fail on local build (extension conflicts ?)
# testIsNotSeekable|testIsNotWritable|testIsNotReadable|testRewindNotSeekable fail only in mock
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
+for cmdarg in "php %{phpunit}" php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} \
@@ -177,6 +177,9 @@ exit $ret
%changelog
+* Tue Apr 11 2023 Remi Collet <remi@remirepo.net> - 1.6.0-1
+- update to 1.6.0
+
* Wed Jun 22 2022 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1