From 55ee879507233b6cbdf3183c9b4802fabfbecf49 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Aug 2022 07:53:49 +0200 Subject: update to 2.18.2 --- php-laminas-feed.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-feed.spec') 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 - 2.18.2-1 +- update to 2.18.2 + * Tue Jul 19 2022 Remi Collet - 2.18.1-1 - update to 2.18.1 - add dependency on laminas-servicemanager -- cgit