diff options
| -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 e6ccc51..8dddeab 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    423d93525021d6428189b0d777c309433c171924 +%global gh_commit    2a7068508af4de67d80ea292e0cc7c37563a33c6  %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.3 +Version:        3.4.4  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -211,6 +211,9 @@ exit $ret  %changelog +* Thu Dec 17 2020 Remi Collet <remi@remirepo.net> - 3.4.4-1 +- update to 3.4.4 +  * Tue Dec  8 2020 Remi Collet <remi@remirepo.net> - 3.4.3-1  - update to 3.4.3  | 
