diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-laminas-form.spec | 9 | 
3 files changed, 13 insertions, 4 deletions
| @@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc diff --git a/composer.json b/composer.json index 7313446..3f8fa8f 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,11 @@          "laminas/laminas-view": "^2.11.4, required for using the laminas-form view helpers"      },      "config": { -        "sort-packages": true +        "sort-packages": true, +        "allow-plugins": { +            "composer/package-versions-deprecated": true, +            "dealerdirect/phpcodesniffer-composer-installer": true +        }      },      "extra": {          "laminas": { diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 61d94e8..2278a75 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-laminas-form  # -# 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    2a18e6724739f3f1875d30a6bb8ecedb3da5242e +%global gh_commit    af231c26209fa0684af9e934e8ee5c085eb14cd0  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-form @@ -19,7 +19,7 @@  %bcond_without       tests  Name:           php-%{gh_project} -Version:        2.17.0 +Version:        2.17.1  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -281,6 +281,9 @@ exit $ret  %changelog +* Tue Feb  1 2022 Remi Collet <remi@remirepo.net> - 2.17.1-1 +- update to 2.17.1 +  * Tue May 25 2021 Remi Collet <remi@remirepo.net> - 2.17.0-1  - update to 2.17.0 | 
