diff options
| -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  | 
