diff options
| author | Remi Collet <remi@remirepo.net> | 2022-07-18 09:18:30 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-07-18 09:18:30 +0200 | 
| commit | 05a91d1cdd239200bbd797989ef5e821de53c088 (patch) | |
| tree | 9c4d23a11c20481c90c6730be0e0941eca70eb27 | |
| parent | 17a4f9967b6a684ed056a76cc6bc0cb64a419492 (diff) | |
update to 3.7.0
| -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 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 <remi@remirepo.net> - 3.7.0-1 +- update to 3.7.0 +  * Wed Jul 13 2022 Remi Collet <remi@remirepo.net> - 3.6.0-1  - update to 3.6.0  - raise dependency on PHP 7.4  | 
