From a1b2a51d0e2aa1087f885d99b2620a2f3a9bcdf8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2019 11:28:23 +0200 Subject: [PATCH 1/8] v1.0.55 (cherry picked from commit 0b3e304de054db4b9f0b08670e5974b277d854c1) --- .gitignore | 1 + php-league-flysystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ec4d76..d3fb7c3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ clog /php-league-flysystem-1.0.51-755ba7b.tgz /php-league-flysystem-1.0.52-c5a5097.tgz /php-league-flysystem-1.0.53-08e12b7.tgz +/php-league-flysystem-1.0.55-33c9115.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index f94bd6b..1a36835 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 08e12b7628f035600634a5e76d95b5eb66cea674 +%global gh_commit 33c91155537c6dc899eacdc54a13ac6303f156e6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.53 +Version: 1.0.55 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -140,6 +140,9 @@ exit $ret %changelog +* Mon Aug 26 2019 Remi Collet - 1.0.55-1 +- update to 1.0.55 + * Wed Jun 19 2019 Remi Collet - 1.0.53-1 - update to 1.0.53 diff --git a/sources b/sources index a233828..6cf4b3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.53-08e12b7.tgz) = b3530f9e21df3a07aa5b75a9e8138a6b851ae89c1a911a729fb8705b0fad5cec662e656d6c619ed57b8f4d48271e57b6a32cba49787121b9c2a33007e4f58959 +SHA512 (php-league-flysystem-1.0.55-33c9115.tgz) = cf9a5c0553cc14ec2c1cd524df552b6e5afa12cc2552bce4eb777577f13df9fc0431b23d2605e3f824b577cf4d9602f8fe60fe43b2049fe14e057cc4edb18613 From 53c29b9796331423d00ac51fc7e0c4295375721c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Oct 2019 08:22:18 +0200 Subject: [PATCH 2/8] update to 1.0.56 (cherry picked from commit 9e4dd6a22fd099f75ad4164874ddfcb18c5f846c) --- .gitignore | 1 + php-league-flysystem.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d3fb7c3..33797b8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ clog /php-league-flysystem-1.0.52-c5a5097.tgz /php-league-flysystem-1.0.53-08e12b7.tgz /php-league-flysystem-1.0.55-33c9115.tgz +/php-league-flysystem-1.0.56-90e3f83.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 1a36835..3cee0eb 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 33c91155537c6dc899eacdc54a13ac6303f156e6 +%global gh_commit 90e3f83cb10ef6b058d70f95267030e7a6236518 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.55 +Version: 1.0.56 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -117,8 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec fi ret=0 -# TODO 7.4: 1 failed test (testMimetypeFallbackOnExtension) -for cmd in php php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then : Run upstream test suite $cmd $PHPSPEC run || ret=1 @@ -140,6 +139,9 @@ exit $ret %changelog +* Sun Oct 13 2019 Remi Collet - 1.0.56-1 +- update to 1.0.56 + * Mon Aug 26 2019 Remi Collet - 1.0.55-1 - update to 1.0.55 diff --git a/sources b/sources index 6cf4b3e..b635c7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.55-33c9115.tgz) = cf9a5c0553cc14ec2c1cd524df552b6e5afa12cc2552bce4eb777577f13df9fc0431b23d2605e3f824b577cf4d9602f8fe60fe43b2049fe14e057cc4edb18613 +SHA512 (php-league-flysystem-1.0.56-90e3f83.tgz) = 32aa27f7874504d726aec969ab912e39dda3e6bdc1e2295b1dce78577f786a1fdd9818e8bf2d1504ca0f90fb0153f4278149030bdd52cdf0df8b52c7fa2b10ba From 1516c9faa2c6defaf1657dc6ce26829f63f51d57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Oct 2019 10:01:01 +0200 Subject: [PATCH 3/8] v1.0.57 (cherry picked from commit 10b8a53e95a7bca92cd6e129b2a99b7ea4065958) --- .gitignore | 1 + php-league-flysystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33797b8..366bcc7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ clog /php-league-flysystem-1.0.53-08e12b7.tgz /php-league-flysystem-1.0.55-33c9115.tgz /php-league-flysystem-1.0.56-90e3f83.tgz +/php-league-flysystem-1.0.57-0e9db7f.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 3cee0eb..94a576a 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 90e3f83cb10ef6b058d70f95267030e7a6236518 +%global gh_commit 0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.56 +Version: 1.0.57 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret %changelog +* Thu Oct 17 2019 Remi Collet - 1.0.57-1 +- update to 1.0.57 + * Sun Oct 13 2019 Remi Collet - 1.0.56-1 - update to 1.0.56 diff --git a/sources b/sources index b635c7c..b0c4f62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.56-90e3f83.tgz) = 32aa27f7874504d726aec969ab912e39dda3e6bdc1e2295b1dce78577f786a1fdd9818e8bf2d1504ca0f90fb0153f4278149030bdd52cdf0df8b52c7fa2b10ba +SHA512 (php-league-flysystem-1.0.57-0e9db7f.tgz) = 26b487ebea48b8211c390e67aebff4577dcd3568ab195a50e64dd73b540fa6d414a3c7251663d8313859199f59447dfe6590805fa4c605fb05a8f100106cc292 From a559ba35a2a9f80af1c36df726dfc9ccb8d303ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2019 14:29:13 +0100 Subject: [PATCH 4/8] v1.0.61 (cherry picked from commit fe1dc42882badc1fd60c2c0ef50a2bb6e8190a09) --- .gitignore | 1 + php-league-flysystem.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 366bcc7..ab4cc98 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ clog /php-league-flysystem-1.0.55-33c9115.tgz /php-league-flysystem-1.0.56-90e3f83.tgz /php-league-flysystem-1.0.57-0e9db7f.tgz +/php-league-flysystem-1.0.61-4fb13c0.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 94a576a..787f741 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a +%global gh_commit 4fb13c01784a6c9f165a351e996871488ca2d8c9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.57 +Version: 1.0.61 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -31,7 +31,7 @@ Source1: makesrc.sh BuildArch: noarch # As we use phpunit 6 and phpspec 5 -BuildRequires: php(language) >= 7.1 +BuildRequires: php(language) >= 7.2 BuildRequires: php-date BuildRequires: php-fileinfo BuildRequires: php-ftp @@ -117,7 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec fi ret=0 -for cmd in php php71 php72 php73 php74; do +for cmd in php php72 php73 php74; do if which $cmd; then : Run upstream test suite $cmd $PHPSPEC run || ret=1 @@ -139,6 +139,9 @@ exit $ret %changelog +* Mon Dec 9 2019 Remi Collet - 1.0.61-1 +- update to 1.0.61 + * Thu Oct 17 2019 Remi Collet - 1.0.57-1 - update to 1.0.57 diff --git a/sources b/sources index b0c4f62..fb0ec31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.57-0e9db7f.tgz) = 26b487ebea48b8211c390e67aebff4577dcd3568ab195a50e64dd73b540fa6d414a3c7251663d8313859199f59447dfe6590805fa4c605fb05a8f100106cc292 +SHA512 (php-league-flysystem-1.0.61-4fb13c0.tgz) = 619a3d150a5fd41079bfcbe3ee3b677cefb8c68b33c316dacab686ff1ee11a134a5016c4489921397503e805bb799ce4da971eaa678a35182bf8057395da937c From 9b7eed621318ace66da26b137392cb5be876204f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jan 2020 09:43:18 +0100 Subject: [PATCH 5/8] v1.0.63 (cherry picked from commit 6861086db8f045a5f6e08a535611ff5b6529ebce) --- .gitignore | 1 + php-league-flysystem.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ab4cc98..1c4c09e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ clog /php-league-flysystem-1.0.56-90e3f83.tgz /php-league-flysystem-1.0.57-0e9db7f.tgz /php-league-flysystem-1.0.61-4fb13c0.tgz +/php-league-flysystem-1.0.63-8132dae.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 787f741..3585b7f 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 4fb13c01784a6c9f165a351e996871488ca2d8c9 +%global gh_commit 8132daec326565036bc8e8d1876f77ec183a7bd6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.61 +Version: 1.0.63 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -123,7 +123,7 @@ for cmd in php php72 php73 php74; do $cmd $PHPSPEC run || ret=1 $cmd %{_bindir}/phpunit6 \ --exclude-group integration \ - --filter '^((?!(testPathinfoHandlesUtf8)).)*$' \ + --filter '^((?!(testPathinfoHandlesUtf8|testStreamSizeForUrl|testListingFromUnixFormat)).)*$' \ --no-coverage --verbose || ret=1 fi done @@ -139,6 +139,9 @@ exit $ret %changelog +* Mon Jan 6 2020 Remi Collet - 1.0.63-1 +- update to 1.0.63 + * Mon Dec 9 2019 Remi Collet - 1.0.61-1 - update to 1.0.61 diff --git a/sources b/sources index fb0ec31..01186cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.61-4fb13c0.tgz) = 619a3d150a5fd41079bfcbe3ee3b677cefb8c68b33c316dacab686ff1ee11a134a5016c4489921397503e805bb799ce4da971eaa678a35182bf8057395da937c +SHA512 (php-league-flysystem-1.0.63-8132dae.tgz) = 07567ec7280c82a8b22c680ff29b0762fbd70c533f8284d888bb6bd2b7206d1ad17dea354d0211f92506c1153e21eea7c267a41e8488432d0dbb76aac025d8b6 From ac3b756519ea68304109eab9382f08e866b6887b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Feb 2020 09:43:12 +0100 Subject: [PATCH 6/8] v1.0.64 (cherry picked from commit d0e832dfca791d54070d059a2befb87fa7d54c69) (cherry picked from commit 09ed40ebc66ccd69f51d2d41f7e5bd0d33640b82) --- .gitignore | 1 + php-league-flysystem.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1c4c09e..ecda2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ clog /php-league-flysystem-1.0.57-0e9db7f.tgz /php-league-flysystem-1.0.61-4fb13c0.tgz /php-league-flysystem-1.0.63-8132dae.tgz +/php-league-flysystem-1.0.64-d13c43d.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 3585b7f..2f1dca7 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 8132daec326565036bc8e8d1876f77ec183a7bd6 +%global gh_commit d13c43dbd4b791f815215959105a008515d1a2e0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.63 +Version: 1.0.64 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -41,7 +41,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "phpspec/phpspec": "^3.4", -# "phpunit/phpunit": "^5.7.10" +# "phpunit/phpunit": "^5.7.26" BuildRequires: php-composer(phpspec/phpspec) >= 3.4 BuildRequires: phpunit6 # Autoloader @@ -139,6 +139,9 @@ exit $ret %changelog +* Thu Feb 6 2020 Remi Collet - 1.0.64-1 +- update to 1.0.64 + * Mon Jan 6 2020 Remi Collet - 1.0.63-1 - update to 1.0.63 diff --git a/sources b/sources index 01186cb..178480c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.63-8132dae.tgz) = 07567ec7280c82a8b22c680ff29b0762fbd70c533f8284d888bb6bd2b7206d1ad17dea354d0211f92506c1153e21eea7c267a41e8488432d0dbb76aac025d8b6 +SHA512 (php-league-flysystem-1.0.64-d13c43d.tgz) = 57fa94a6c5286673b66ba09ba5d5f693316425cd9fced7ccaebf4dd39e663f93a32df896a9244df26c9f22b65a386b2e610ec63a52377c65072562ea8397a0d1 From 5520f068f4ee7ab55fb413eb153e9e43c5f50b91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Mar 2020 11:36:52 +0100 Subject: [PATCH 7/8] v1.0.65 (cherry picked from commit bd58f4649f0ccece3052054e7591183e2ada403c) --- .gitignore | 1 + php-league-flysystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ecda2b6..a46fb4a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ clog /php-league-flysystem-1.0.61-4fb13c0.tgz /php-league-flysystem-1.0.63-8132dae.tgz /php-league-flysystem-1.0.64-d13c43d.tgz +/php-league-flysystem-1.0.65-8f17b3b.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 2f1dca7..9161781 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit d13c43dbd4b791f815215959105a008515d1a2e0 +%global gh_commit 8f17b3ba67097aafb8318cd5c553b1acf7c891c8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.64 +Version: 1.0.65 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret %changelog +* Mon Mar 9 2020 Remi Collet - 1.0.65-1 +- update to 1.0.65 + * Thu Feb 6 2020 Remi Collet - 1.0.64-1 - update to 1.0.64 diff --git a/sources b/sources index 178480c..83b97d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.64-d13c43d.tgz) = 57fa94a6c5286673b66ba09ba5d5f693316425cd9fced7ccaebf4dd39e663f93a32df896a9244df26c9f22b65a386b2e610ec63a52377c65072562ea8397a0d1 +SHA512 (php-league-flysystem-1.0.65-8f17b3b.tgz) = 921ee929d09a653f255b8749b68afa1006c695fc6264df8ba250b56ff3e27bdee6c260235da37da32dcbbe29a53482e0ead5f98dc2bdcb49e3d04a28b266a62f From f5f172f50651e848507c643f8223ba13509f541a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2020 08:18:52 +0100 Subject: [PATCH 8/8] v1.0.66 (cherry picked from commit 3eb748028b4064b1f8bf804c2f39bc0eaf61e88f) --- .gitignore | 1 + php-league-flysystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a46fb4a..69f9b43 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ clog /php-league-flysystem-1.0.63-8132dae.tgz /php-league-flysystem-1.0.64-d13c43d.tgz /php-league-flysystem-1.0.65-8f17b3b.tgz +/php-league-flysystem-1.0.66-0215691.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 9161781..47764d6 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 8f17b3ba67097aafb8318cd5c553b1acf7c891c8 +%global gh_commit 021569195e15f8209b1c4bebb78bd66aa4f08c21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.65 +Version: 1.0.66 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret %changelog +* Wed Mar 18 2020 Remi Collet - 1.0.66-1 +- update to 1.0.66 + * Mon Mar 9 2020 Remi Collet - 1.0.65-1 - update to 1.0.65 diff --git a/sources b/sources index 83b97d8..a3b1517 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.65-8f17b3b.tgz) = 921ee929d09a653f255b8749b68afa1006c695fc6264df8ba250b56ff3e27bdee6c260235da37da32dcbbe29a53482e0ead5f98dc2bdcb49e3d04a28b266a62f +SHA512 (php-league-flysystem-1.0.66-0215691.tgz) = 9c8335ffdfe1db788ec300d85863eec472140876eb5cb7bd0c74834f7bf77842cbb94bef9f15c13d2773adc773e30cad18612e6caa79494767e74718d97187ea