From 4e79f7c393b3b9abf5c688d37f71cb28c9ee888c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Feb 2022 10:35:32 +0100 Subject: update to 2.17.1 --- .gitignore | 2 ++ composer.json | 6 +++++- php-laminas-form.spec | 9 ++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2.17.1-1 +- update to 2.17.1 + * Tue May 25 2021 Remi Collet - 2.17.0-1 - update to 2.17.0 -- cgit