From f4c2b19b1bfe08eebe699d7386c2f8219d3cc4c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Apr 2021 09:51:00 +0200 Subject: update to 2.14.1 --- php-laminas-feed.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-feed.spec b/php-laminas-feed.spec index 3efd187..134485d 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 85cf475aa76c10b8c12134873100f592251456a6 +%global gh_commit 463fdae515fba30633906098c258d3b2c733c15c %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.14.0 +Version: 2.14.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -236,6 +236,9 @@ exit $ret %changelog +* Tue Apr 6 2021 Remi Collet - 2.14.1-1 +- update to 2.14.1 + * Wed Mar 17 2021 Remi Collet - 2.14.0-1 - update to 2.14.0 -- cgit