diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-20 08:06:39 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-20 08:06:39 +0100 | 
| commit | 4a07df0f14c69243da6da4912bfafc033b99581a (patch) | |
| tree | 3f502cfa48ed42ab38ff98bb47dcae3bcd3a1bb1 | |
| parent | ca3cd97d050cdd7f2a767b2e64003df46ae67632 (diff) | |
v2.11.2
| -rw-r--r-- | php-zendframework-zend-view.spec | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index cf71537..337a6eb 100644 --- a/php-zendframework-zend-view.spec +++ b/php-zendframework-zend-view.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-zendframework-zend-view  # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-92018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    0428d6b2a67c7058451394921c90c5576ac5b373 +%global gh_commit    4f5cb653ed4c64bb8d9bf05b294300feb00c67f2  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-view @@ -20,11 +20,10 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.11.1 +Version:        2.11.2  Release:        1%{?dist}  Summary:        Zend Framework %{library} component -Group:          Development/Libraries  License:        BSD  URL:            https://zendframework.github.io/%{gh_project}/  Source0:        %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -305,6 +304,9 @@ exit $ret  %changelog +* Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 2.11.2-1 +- update to 2.11.2 +  * Tue Dec 11 2018 Remi Collet <remi@remirepo.net> - 2.11.1-1  - update to 2.11.1  - add mandatory dependency on zendframework/zend-json | 
