From 1f06cc3fa21d9f89c61be2bace7e74afdd9d36e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Feb 2023 15:41:15 +0100 Subject: update to 2.14.0 --- composer.json | 3 ++- php-laminas-permissions-acl.spec | 16 ++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f192ddc..3174317 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,9 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-servicemanager": "^3.19", + "phpbench/phpbench": "^1.2", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", "vimeo/psalm": "^5.0" diff --git a/php-laminas-permissions-acl.spec b/php-laminas-permissions-acl.spec index 3c9a0bf..16ff3f7 100644 --- a/php-laminas-permissions-acl.spec +++ b/php-laminas-permissions-acl.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-permissions-acl # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-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 -%global gh_commit a13454dc3013cdcb388c95c418866e93dc781300 +%global gh_commit 86cecb540cf8f2e088d70d8acef1fc9203ed5023 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-permissions-acl @@ -23,11 +23,11 @@ %endif Name: php-%{gh_project} -Version: 2.13.0 +Version: 2.14.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library}/%{subproj} 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 @@ -41,8 +41,9 @@ BuildRequires: php-spl %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 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": "~2.4.0", +# "laminas/laminas-coding-standard": "~2.5.0", # "laminas/laminas-servicemanager": "^3.19", +# "phpbench/phpbench": "^1.2", # "phpunit/phpunit": "^9.5.26", # "psalm/plugin-phpunit": "^0.15.0", # "vimeo/psalm": "^5.0" @@ -174,6 +175,9 @@ exit $ret %changelog +* Thu Feb 2 2023 Remi Collet - 2.14.0-1 +- update to 2.14.0 + * Fri Dec 2 2022 Remi Collet - 2.13.0-1 - update to 2.13.0 -- cgit