From 8f35cf863c648b721fe2cc0c788e1f77165e88cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Oct 2019 07:46:38 +0200 Subject: - update to 2.11.3 - drop patches merged upstream --- php-zendframework-zend-view.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'php-zendframework-zend-view.spec') diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index 9eab1aa..8c13a28 100644 --- a/php-zendframework-zend-view.spec +++ b/php-zendframework-zend-view.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 4f5cb653ed4c64bb8d9bf05b294300feb00c67f2 +%global gh_commit e766457bd6ce13c5354e443bb949511b6904d7f5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-view @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.11.2 -Release: 3%{?dist} +Version: 2.11.3 +Release: 1%{?dist} Summary: Zend Framework %{library} component License: BSD @@ -29,9 +29,6 @@ URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -Patch0: https://patch-diff.githubusercontent.com/raw/zendframework/zend-view/pull/195.patch -Patch1: https://patch-diff.githubusercontent.com/raw/zendframework/zend-view/pull/192.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -216,8 +213,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -%patch1 -p1 mv LICENSE.md LICENSE @@ -309,6 +304,10 @@ exit $ret %changelog +* Sun Oct 13 2019 Remi Collet - 2.11.3-1 +- update to 2.11.3 +- drop patches merged upstream + * Fri Oct 11 2019 Remi Collet - 2.11.2-3 - add patches for PHP 7.4 from https://github.com/zendframework/zend-view/pull/192 -- cgit