From 2b3e618741b3b11b413622efd5ffdba57b3c95df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2019 14:29:13 +0100 Subject: [PATCH 1/5] 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 3df7a4a..b248d29 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 1ae20b532789cccb0c6e8101f92e2aacf3a06f8a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Jan 2020 09:43:18 +0100 Subject: [PATCH 2/5] 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 b248d29..8e3ca04 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 09ed40ebc66ccd69f51d2d41f7e5bd0d33640b82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Feb 2020 09:43:12 +0100 Subject: [PATCH 3/5] v1.0.64 (cherry picked from commit d0e832dfca791d54070d059a2befb87fa7d54c69) --- .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 8e3ca04..d8b4263 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 4e4ef1e03842495418a18ae6fbe40593709d0a8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Mar 2020 11:36:52 +0100 Subject: [PATCH 4/5] 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 d8b4263..1fd96c5 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 86161ba5d53feb817442dc70f124245543d1b0de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2020 08:18:52 +0100 Subject: [PATCH 5/5] 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 1fd96c5..b9330af 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