From b7c967540aa4ed05c5aff8eaa88854d15481d661 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2022 17:24:42 +0200 Subject: update to 2.16.0 --- php-laminas-inputfilter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-inputfilter.spec') diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index edd84e2..1608d33 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 14dca8785b9d78ddfef725942854d9c8e81405b9 +%global gh_commit 61381caf7d6423bbe15aecca60d8336100977a88 %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.15.0 +Version: 2.16.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -206,6 +206,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Fri Jun 10 2022 Remi Collet - 2.16.0-1 +- update to 2.16.0 + * Thu Jun 9 2022 Remi Collet - 2.15.0-1 - update to 2.15.0 -- cgit