diff options
| author | Remi Collet <remi@remirepo.net> | 2022-05-09 09:38:05 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-05-09 09:38:05 +0200 | 
| commit | f319a1a9dd11722f68ccf0cb6e043a45a6f0a4d7 (patch) | |
| tree | 71b83a8db26e96474b1384b45232a3b57b50f7a1 | |
| parent | cb0cf1f24fe20b394b0356e954c84d77ccba7ce5 (diff) | |
update to 3.5.0
| -rw-r--r-- | php-laminas-di3.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index 9e662b6..2c38eaf 100644 --- a/php-laminas-di3.spec +++ b/php-laminas-di3.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    fc8a5547db10908a25b03ed16452d22318b75090 +%global gh_commit    4b88fb2eaee6245ac1189f47d6d191c3b679f67d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-di @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project}%{major} -Version:        3.4.0 +Version:        3.5.0  Release:        1%{?dist}  Summary:        Laminas Framework %{library} component v%{major} @@ -182,6 +182,9 @@ exit $ret  %changelog +* Mon May  9 2022 Remi Collet <remi@remirepo.net> - 3.5.0-1 +- update to 3.5.0 +  * Mon Feb 28 2022 Remi Collet <remi@remirepo.net> - 3.4.0-1  - update to 3.4.0  - raise dependency on PHP 7.4  | 
