diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-10 07:38:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-10 07:38:50 +0200 |
commit | 2eeeac424fec5eca0629ea55f25c914dd52679a8 (patch) | |
tree | d59fe91cbb48939d49148074e6a1f3aaba5db36d | |
parent | a0ce0449677da7e6d3edbd6300c0eb6d6ab7046d (diff) |
sync with fedora
-rw-r--r-- | php-guzzlehttp-guzzle6.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-guzzlehttp-guzzle6.spec b/php-guzzlehttp-guzzle6.spec index aad024c..5a17680 100644 --- a/php-guzzlehttp-guzzle6.spec +++ b/php-guzzlehttp-guzzle6.spec @@ -39,7 +39,7 @@ Name: php-%{composer_vendor}-%{composer_project}6 Version: %{github_version} -Release: 3%{?github_release}%{?dist} +Release: 6%{?github_release}%{?dist} Summary: PHP HTTP client library Group: Development/Libraries @@ -182,6 +182,10 @@ require_once '%{buildroot}%{phpdir}/GuzzleHttp6/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('GuzzleHttp\\Tests\\', __DIR__.'/tests'); AUTOLOAD +: Skip flakey test +sed 's/function testAddsCookiesWithEmptyPathFromResponse/function SKIP_testAddsCookiesWithEmptyPathFromResponse/' \ + -i tests/Cookie/CookieJarTest.php + : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit) @@ -207,6 +211,9 @@ exit $RETURN_CODE %changelog +* Sun Sep 08 2019 Shawn Iwinski <shawn@iwin.ski> - 6.3.3-6 +- Fix FTBFS (RHBZ #1736433) + * Wed Oct 17 2018 Remi Collet <remi@remirepo.net> - 6.3.3-3 - skip 1 failed test |