summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-view.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-13 07:46:38 +0200
committerRemi Collet <remi@remirepo.net>2019-10-13 07:46:38 +0200
commit8f35cf863c648b721fe2cc0c788e1f77165e88cf (patch)
tree0463e981d5727903c136a50b17ab5770908e25d5 /php-zendframework-zend-view.spec
parent00c0d0b107fa4ffc42d1cbaec2e2feaece2fcaff (diff)
- update to 2.11.3
- drop patches merged upstream
Diffstat (limited to 'php-zendframework-zend-view.spec')
-rw-r--r--php-zendframework-zend-view.spec15
1 files changed, 7 insertions, 8 deletions
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 <remi@remirepo.net> - 2.11.3-1
+- update to 2.11.3
+- drop patches merged upstream
+
* Fri Oct 11 2019 Remi Collet <remi@remirepo.net> - 2.11.2-3
- add patches for PHP 7.4 from
https://github.com/zendframework/zend-view/pull/192