From 1bbc84fc6a414cc69adeae7f2b40806a9e4d8b91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Feb 2022 13:54:50 +0100 Subject: update to 2.10.0 --- composer.json | 4 ++-- php-laminas-progressbar.spec | 15 +++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1027824..ae2fc0b 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "sort-packages": true }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "laminas/laminas-stdlib": "^3.2.1" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-json": "^2.6.1", + "laminas/laminas-json": "^3.0.0", "laminas/laminas-session": "^2.8.5", "phpunit/phpunit": "^9.3" }, diff --git a/php-laminas-progressbar.spec b/php-laminas-progressbar.spec index 991043a..6f3e273 100644 --- a/php-laminas-progressbar.spec +++ b/php-laminas-progressbar.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-progressbar # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit de3c203c59e0cc5b06e79683172841179dcb633c +%global gh_commit 3efb7e1b4b36dcfc0a6e5580640d109ef57e56c9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-progressbar @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.9.0 +Version: 2.10.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -44,11 +44,11 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib) >= 3.2. BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~1.0.0", -# "laminas/laminas-json": "^2.6.1", +# "laminas/laminas-json": "^3.0.0", # "laminas/laminas-session": "^2.8.5", # "phpunit/phpunit": "^9.3" # ignore max version -BuildRequires: (php-autoloader(%{gh_owner}/laminas-json) >= 2.6.1 with php-autoloader(%{gh_owner}/laminas-json) < 4) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-json) >= 3.0.0 with php-autoloader(%{gh_owner}/laminas-json) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-session) >= 2.8.5 with php-autoloader(%{gh_owner}/laminas-session) < 3) # remirepo:6 %else @@ -64,7 +64,7 @@ BuildRequires: phpunit9 >= 9.3 BuildRequires: php-fedora-autoloader-devel # From composer, "require": { -# "php": "^7.3 || ~8.0.0", +# "php": "^7.3 || ~8.0.0 || ~8.1.0", # "laminas/laminas-stdlib": "^3.2.1" Requires: php(language) >= 7.3 %if ! %{bootstrap} @@ -193,6 +193,9 @@ exit $ret %changelog +* Mon Feb 7 2022 Remi Collet - 2.10.0-1 +- update to 2.10.0 + * Tue Dec 7 2021 Remi Collet - 2.9.0-1 - update to 2.9.0 - keep compatibility using laminas-zendframework-bridge -- cgit