From 05d5fd11c0a828280fa0eb979472f3d617be712d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2019 14:43:32 +0200 Subject: - update to 2.14.3 - drop patch merged upstream --- php-zendframework-zend-form.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-zendframework-zend-form.spec') diff --git a/php-zendframework-zend-form.spec b/php-zendframework-zend-form.spec index 50ca144..3082e02 100644 --- a/php-zendframework-zend-form.spec +++ b/php-zendframework-zend-form.spec @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.14.2 +Version: 2.14.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -29,8 +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-form/pull/235.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -178,7 +176,6 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 mv LICENSE.md LICENSE @@ -257,6 +254,10 @@ exit $ret %changelog +* Fri Oct 4 2019 Remi Collet - 2.14.3-1 +- update to 2.14.3 +- drop patch merged upstream + * Fri Oct 4 2019 Remi Collet - 2.14.2-1 - update to 2.14.2 - add patch for PHP 7.4 from -- cgit