From 51dad2e81e9395766a4d4281110a1ab8388d33f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Dec 2017 09:34:13 +0100 Subject: fix FTBFS from Koschei add patch for latest PHPUnit from https://github.com/zendframework/zend-mail/pull/174 --- php-zendframework-zend-mail.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-mail.spec b/php-zendframework-zend-mail.spec index eca8185..4734ace 100644 --- a/php-zendframework-zend-mail.spec +++ b/php-zendframework-zend-mail.spec @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 2.8.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -30,6 +30,8 @@ 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-mail/pull/174.patch + BuildArch: noarch # Tests %if %{with_tests} @@ -113,6 +115,7 @@ Documentation: https://zendframework.github.io/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 mv LICENSE.md LICENSE @@ -163,6 +166,11 @@ exit $ret %changelog +* Fri Oct 20 2017 Remi Collet - 2.8.0-3 +- fix FTBFS from Koschei +- add patch for latest PHPUnit from + https://github.com/zendframework/zend-mail/pull/174 + * Fri Jun 9 2017 Remi Collet - 2.8.0-1 - Update to 2.8.0 - raise dependency on PHP 5.6 -- cgit