diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-12 09:34:13 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-12 09:34:13 +0100 |
commit | 51dad2e81e9395766a4d4281110a1ab8388d33f8 (patch) | |
tree | 7f3618f61fad8da379ef84540fa0e91bfb01fca1 | |
parent | 74ff11013fed2a45ddd1ce5512bb8d927881eaf8 (diff) |
fix FTBFS from Koschei
add patch for latest PHPUnit from https://github.com/zendframework/zend-mail/pull/174
-rw-r--r-- | php-zendframework-zend-mail.spec | 10 |
1 files changed, 9 insertions, 1 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 2.8.0-1 - Update to 2.8.0 - raise dependency on PHP 5.6 |