diff options
| author | Remi Collet <remi@remirepo.net> | 2022-12-06 08:53:48 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-12-06 08:53:48 +0100 | 
| commit | 61ad850784a0e5714a3bfc34efee93f4673cb1de (patch) | |
| tree | bc4164e615a28510b231ebcbf9b2dc43b572617f | |
| parent | 526ac5ebce4e2629dee1fccb36a105a64ae50ca7 (diff) | |
| -rw-r--r-- | php-laminas-mvc.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec index e1384de..7a39422 100644 --- a/php-laminas-mvc.spec +++ b/php-laminas-mvc.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    111e08a9c27274af570260c83abe77204ccf3366 +%global gh_commit    c54eaebe3810feaca834cc38ef0a962c89ff2431  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-mvc @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        3.5.0 +Version:        3.6.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -285,6 +285,9 @@ exit $ret  %changelog +* Tue Dec  6 2022 Remi Collet <remi@remirepo.net> - 3.6.0-1 +- update to 3.6.0 +  * Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 3.5.0-1  - update to 3.5.0  | 
