diff options
-rw-r--r-- | php-laminas-feed.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-feed.spec b/php-laminas-feed.spec index 0dcb195..b263f51 100644 --- a/php-laminas-feed.spec +++ b/php-laminas-feed.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit f2b852e88996fb9ffeaa862398505ce06afdbcc0 +%global gh_commit a57fdb9df42950d5b7f052509fbdab0d081c6b6d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-feed @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.18.1 +Version: 2.18.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -239,6 +239,9 @@ exit $ret %changelog +* Tue Aug 9 2022 Remi Collet <remi@remirepo.net> - 2.18.2-1 +- update to 2.18.2 + * Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 2.18.1-1 - update to 2.18.1 - add dependency on laminas-servicemanager |