From 0d378f450775fda8ec5a427fd54d1084cb699e72 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Nov 2020 10:26:14 +0100 Subject: update to 3.4.1 --- php-laminas-router.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-router.spec b/php-laminas-router.spec index eef3412..e0bb521 100644 --- a/php-laminas-router.spec +++ b/php-laminas-router.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 163fc498e9e4ac3253cd8254ef738fa9fd141f61 +%global gh_commit 338e55010c9090d7a79c6e6aed68b886b849801f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-router @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.4.0 +Version: 3.4.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -211,6 +211,9 @@ exit $ret %changelog +* Mon Nov 23 2020 Remi Collet - 3.4.1-1 +- update to 3.4.1 + * Wed Nov 18 2020 Remi Collet - 3.4.0-1 - update to 3.4.0 - raise dependency on PHP 7.3 -- cgit