From 7b63c572ebefa8ad42024e06615236edd854be14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jun 2022 12:18:58 +0200 Subject: update to 2.18.0 --- php-laminas-inputfilter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 742367c..0c2ba88 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit a6e8bc751c321bae1b3f8e235eeb4871256a6009 +%global gh_commit 8c663d35926f8276b4bf1a2c571310eb285f80cb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-inputfilter @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.17.0 +Version: 2.18.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -206,6 +206,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Thu Jun 16 2022 Remi Collet - 2.18.0-1 +- update to 2.18.0 + * Tue Jun 14 2022 Remi Collet - 2.17.0-1 - update to 2.17.0 - raise dependency on zend-servicemanager 3.12 -- cgit