summaryrefslogtreecommitdiffstats
path: root/php-laminas-psr7bridge.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-21 10:26:56 +0100
committerRemi Collet <remi@php.net>2022-12-21 10:26:56 +0100
commitd0ddc43bcd15e303f30aa78c02294120bddca870 (patch)
treeba92b6d8fccc340f291abe357be9c26d99a95e85 /php-laminas-psr7bridge.spec
parent72e4902b10d0389413b66435dde6db9a938d0f36 (diff)
update to 1.9.0 (no change)HEADmaster
raise dependency on laminas-http 2.18
Diffstat (limited to 'php-laminas-psr7bridge.spec')
-rw-r--r--php-laminas-psr7bridge.spec22
1 files changed, 13 insertions, 9 deletions
diff --git a/php-laminas-psr7bridge.spec b/php-laminas-psr7bridge.spec
index 3e0e6d7..8fa188f 100644
--- a/php-laminas-psr7bridge.spec
+++ b/php-laminas-psr7bridge.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6a653713d0b08b0b2e3fc89b61e0516ebe1966f5
+%global gh_commit fa4bdcc88727e37d51dedb7ddd0c5e9803d792b4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-psr7bridge
@@ -22,11 +22,11 @@
%endif
Name: php-%{gh_project}
-Version: 1.8.0
+Version: 1.9.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
-License: BSD
+License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
@@ -42,7 +42,7 @@ BuildRequires: php-spl
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
BuildRequires: (php-autoloader(%{gh_owner}/laminas-diactoros) >= 2.0 with php-autoloader(%{gh_owner}/laminas-diactoros) < 3)
-BuildRequires: (php-autoloader(%{gh_owner}/laminas-http) >= 2.15 with php-autoloader(%{gh_owner}/laminas-http) < 3)
+BuildRequires: (php-autoloader(%{gh_owner}/laminas-http) >= 2.18 with php-autoloader(%{gh_owner}/laminas-http) < 3)
BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2)
BuildRequires: (php-composer(psr/http-message) >= 1.0 with php-composer(psr/http-message) < 2)
# remirepo:6
@@ -54,9 +54,9 @@ BuildRequires: php-psr-http-message
%endif
# From composer, "require-dev": {
# "laminas/laminas-coding-standard": "~2.4.0",
-# "phpunit/phpunit": "^9.5.25",
-# "psalm/plugin-phpunit": "^0.17.0",
-# "vimeo/psalm": "^4.28"
+# "phpunit/phpunit": "^9.5.27",
+# "psalm/plugin-phpunit": "^0.18.4",
+# "vimeo/psalm": "^5.4"
BuildRequires: phpunit9 >= 9.5.25
%endif
# Autoloader
@@ -65,13 +65,13 @@ BuildRequires: php-fedora-autoloader-devel
# From composer, "require": {
# "php": "^~8.0.0 || ~8.1.0 || ~8.2.0",
# "laminas/laminas-diactoros": "^2.0",
-# "laminas/laminas-http": "^2.15",
+# "laminas/laminas-http": "^2.18",
# "psr/http-message": "^1.0"
Requires: php(language) >= 8.0
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
Requires: (php-autoloader(%{gh_owner}/laminas-diactoros) >= 2.0 with php-autoloader(%{gh_owner}/laminas-diactoros) < 3)
-Requires: (php-autoloader(%{gh_owner}/laminas-http) >= 2.15 with php-autoloader(%{gh_owner}/laminas-http) < 3)
+Requires: (php-autoloader(%{gh_owner}/laminas-http) >= 2.18 with php-autoloader(%{gh_owner}/laminas-http) < 3)
Requires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2)
Requires: (php-composer(psr/http-message) >= 1.0 with php-composer(psr/http-message) < 2)
# remirepo:6
@@ -178,6 +178,10 @@ exit $ret
%changelog
+* Wed Dec 21 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1
+- update to 1.9.0 (no change)
+- raise dependency on laminas-http 2.18
+
* Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 1.8.0-1
- update to 1.8.0 (no change)
- raise dependency on PHP 8.0