From 4a07df0f14c69243da6da4912bfafc033b99581a Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 20 Feb 2019 08:06:39 +0100
Subject: v2.11.2

---
 php-zendframework-zend-view.spec | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to 'php-zendframework-zend-view.spec')

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
-- 
cgit