diff options
Diffstat (limited to 'php-laminas-router.spec')
-rw-r--r-- | php-laminas-router.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-router.spec b/php-laminas-router.spec index 8d8a7fd..e6ccc51 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 45673a19a4221b26b1c35e2980cdf0300057f4b3 +%global gh_commit 423d93525021d6428189b0d777c309433c171924 %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.2 +Version: 3.4.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -211,6 +211,9 @@ exit $ret %changelog +* Tue Dec 8 2020 Remi Collet <remi@remirepo.net> - 3.4.3-1 +- update to 3.4.3 + * Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 3.4.2-1 - update to 3.4.2 (no change) |