diff options
| -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 | 
