diff options
| author | Remi Collet <remi@remirepo.net> | 2023-01-03 09:59:12 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-01-03 09:59:12 +0100 | 
| commit | 246c9fea3dba5d0c8d189cb3861f55143817d51c (patch) | |
| tree | 0853b85fd1b54ff602ee8c3fb1b8bf465322cb17 | |
| parent | f31525af0306241cfa7f1eac333d7aad2458fa26 (diff) | |
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-laminas-captcha.spec | 15 | 
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 6c6de94..a940735 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,8 @@          "ext-gd": "*",          "laminas/laminas-coding-standard": "~2.4.0",          "phpunit/phpunit": "^9.5.26", -        "psalm/plugin-phpunit": "^0.18.0", -        "vimeo/psalm": "^4.29.0" +        "psalm/plugin-phpunit": "^0.18.4", +        "vimeo/psalm": "^5.1"      },      "suggest": {          "laminas/laminas-i18n-resources": "Translations of captcha messages" diff --git a/php-laminas-captcha.spec b/php-laminas-captcha.spec index 02a8917..6d1490f 100644 --- a/php-laminas-captcha.spec +++ b/php-laminas-captcha.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-laminas-captcha  # -# Copyright (c) 2015-2022 Remi Collet +# Copyright (c) 2015-2023 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    de816814f52c67b33db614deb6227d46df531bc6 +%global gh_commit    8623619b1b634ba3672f91a9fb610deffec9c932  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-captcha @@ -22,11 +22,11 @@  %endif  Name:           php-%{gh_project} -Version:        2.15.0 +Version:        2.16.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 @@ -51,8 +51,8 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.1  #        "ext-gd": "*",  #        "laminas/laminas-coding-standard": "~2.4.0",  #        "phpunit/phpunit": "^9.5.26", -#        "psalm/plugin-phpunit": "^0.18.0", -#        "vimeo/psalm": "^4.29.0" +#        "psalm/plugin-phpunit": "^0.18.4", +#        "vimeo/psalm": "^5.1"  # remirepo:9  %else  BuildRequires:  php-laminas-math @@ -221,6 +221,9 @@ exit $ret  %changelog +* Tue Jan  3 2023 Remi Collet <remi@remirepo.net> - 2.16.0-1 +- update to 2.16.0 +  * Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1  - update to 2.15.0  - raise dependency on PHP 8.0  | 
