From 48840a20ecabba043c58c0a06e975581f0b35276 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Feb 2022 09:14:38 +0100 Subject: update to 2.14.0 --- composer.json | 3 +++ php-laminas-filter.spec | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bbddf89..8744c7d 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,9 @@ "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "composer/package-versions-deprecated": true + }, + "platform": { + "php": "7.4.99" } }, "extra": { diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index bca24be..b3e09f4 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 3da1df596b023fb0387a1dbb0e77e536afd9d1af +%global gh_commit 98a126b8cd069a446054680c9be5f37a61f6dc17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-filter @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.13.2 +Version: 2.14.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -230,6 +230,9 @@ exit $ret %changelog +* Wed Feb 23 2022 Remi Collet - 2.14.0-1 +- update to 2.14.0 + * Tue Feb 8 2022 Remi Collet - 2.13.2-1 - update to 2.13.2 -- cgit