From 05a91d1cdd239200bbd797989ef5e821de53c088 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Jul 2022 09:18:30 +0200 Subject: update to 3.7.0 --- 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 ecea187..b43fbd6 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 39f9bdfdb875a7229ba6a8b93fb7ad0f9811d080 +%global gh_commit 0227cc29f62583dd1ca50d17d117b832edaa8cd8 %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.6.0 +Version: 3.7.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -206,6 +206,9 @@ exit $ret %changelog +* Mon Jul 18 2022 Remi Collet - 3.7.0-1 +- update to 3.7.0 + * Wed Jul 13 2022 Remi Collet - 3.6.0-1 - update to 3.6.0 - raise dependency on PHP 7.4 -- cgit