diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-08 07:45:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-08 07:45:38 +0100 |
commit | 7056897e6e0b93be39f97b81f5af04a07fe7b965 (patch) | |
tree | 9a99b8f39a34083006f560075ecab0ef746da7d5 | |
parent | 32beb6fec65055287932fb8b6ca3fac8dd7d515b (diff) |
update to 3.4.3
-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) |