diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-10 17:24:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-10 17:24:42 +0200 |
commit | b7c967540aa4ed05c5aff8eaa88854d15481d661 (patch) | |
tree | c5657c8a655ea70291557161f04b07f196e2084d | |
parent | 76291982038a940a39d286abbf7eafd2f8931c3b (diff) |
update to 2.16.0
-rw-r--r-- | php-laminas-inputfilter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 2.16.0-1 +- update to 2.16.0 + * Thu Jun 9 2022 Remi Collet <remi@remirepo.net> - 2.15.0-1 - update to 2.15.0 |