summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-form.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-form.spec')
-rw-r--r--php-zendframework-zend-form.spec9
1 files changed, 5 insertions, 4 deletions
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 <remi@remirepo.net> - 2.14.3-1
+- update to 2.14.3
+- drop patch merged upstream
+
* Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 2.14.2-1
- update to 2.14.2
- add patch for PHP 7.4 from