diff options
| author | Remi Collet <remi@remirepo.net> | 2023-02-02 15:41:15 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-02-02 15:41:15 +0100 | 
| commit | 1f06cc3fa21d9f89c61be2bace7e74afdd9d36e9 (patch) | |
| tree | c0cd50ab6c4e2ae8521c1e42df50c1525d02c886 | |
| parent | 34ef3ec14caa544563b498b0f25cf0ac10ea444b (diff) | |
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | 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 <remi@remirepo.net> - 2.14.0-1 +- update to 2.14.0 +  * Fri Dec  2 2022 Remi Collet <remi@remirepo.net> - 2.13.0-1  - update to 2.13.0  | 
