From 02b4e0951997b8b266bea169873f79f698d1b487 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 May 2019 09:39:27 +0200 Subject: [PATCH 1/5] v1.0.52 (cherry picked from commit e77f906d3f4b3f1577005b32b087c66df2017046) --- .gitignore | 1 + php-league-flysystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 59b813c..ead0274 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ clog /php-league-flysystem-1.0.49-a63cc83.tgz /php-league-flysystem-1.0.50-dab4e76.tgz /php-league-flysystem-1.0.51-755ba7b.tgz +/php-league-flysystem-1.0.52-c5a5097.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 3a34103..79aff16 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 755ba7bf3fb9031e6581d091db84d78275874396 +%global gh_commit c5a5097156387970e6f0ccfcdf03f752856f3391 %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.51 +Version: 1.0.52 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret %changelog +* Tue May 21 2019 Remi Collet - 1.0.52-1 +- update to 1.0.52 + * Mon Apr 1 2019 Remi Collet - 1.0.51-1 - update to 1.0.51 diff --git a/sources b/sources index 48bfd9d..bc9c08c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.51-755ba7b.tgz) = 2d3abf8eecf2c84feeb5ed6d720c4a43c3c801a3030c564af0a2637347852a8f0cfb001183d14a9e717da63d57d022764203b70b64e1d084ee0389cd41fcb498 +SHA512 (php-league-flysystem-1.0.52-c5a5097.tgz) = cfb8e53b865f57b7e0f81754ed1f84a26e51dd6c91c7162b4593848b5941a9e963d8b9b0e375d7cfbab332996dce5106df70e0d5314044348d4510df2aa57f2f From 47342d04867990abaf8ce41dbd05c800b1b3abe4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jun 2019 07:43:06 +0200 Subject: [PATCH 2/5] v1.0.53 (cherry picked from commit f6cd791990e5a576f4d56fc75f2b3b1a2eb5a7b7) --- .gitignore | 1 + php-league-flysystem.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ead0274..0ec4d76 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ clog /php-league-flysystem-1.0.50-dab4e76.tgz /php-league-flysystem-1.0.51-755ba7b.tgz /php-league-flysystem-1.0.52-c5a5097.tgz +/php-league-flysystem-1.0.53-08e12b7.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 79aff16..f94bd6b 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit c5a5097156387970e6f0ccfcdf03f752856f3391 +%global gh_commit 08e12b7628f035600634a5e76d95b5eb66cea674 %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.52 +Version: 1.0.53 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -117,6 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec fi ret=0 +# TODO 7.4: 1 failed test (testMimetypeFallbackOnExtension) for cmd in php php71 php72 php73; do if which $cmd; then : Run upstream test suite @@ -139,6 +140,9 @@ exit $ret %changelog +* Wed Jun 19 2019 Remi Collet - 1.0.53-1 +- update to 1.0.53 + * Tue May 21 2019 Remi Collet - 1.0.52-1 - update to 1.0.52 diff --git a/sources b/sources index bc9c08c..a233828 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.0.52-c5a5097.tgz) = cfb8e53b865f57b7e0f81754ed1f84a26e51dd6c91c7162b4593848b5941a9e963d8b9b0e375d7cfbab332996dce5106df70e0d5314044348d4510df2aa57f2f +SHA512 (php-league-flysystem-1.0.53-08e12b7.tgz) = b3530f9e21df3a07aa5b75a9e8138a6b851ae89c1a911a729fb8705b0fad5cec662e656d6c619ed57b8f4d48271e57b6a32cba49787121b9c2a33007e4f58959 From a7f0f3e493a134dadae4417042835dde1dbcac48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2019 11:28:23 +0200 Subject: [PATCH 3/5] v1.0.55 (cherry picked from commit 0b3e304de054db4b9f0b08670e5974b277d854c1) (cherry picked from commit a1b2a51d0e2aa1087f885d99b2620a2f3a9bcdf8) --- .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 e3360847ad5af3bb16e29a7ec31cd3552d5a5bfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Oct 2019 08:22:18 +0200 Subject: [PATCH 4/5] update to 1.0.56 (cherry picked from commit 9e4dd6a22fd099f75ad4164874ddfcb18c5f846c) (cherry picked from commit 53c29b9796331423d00ac51fc7e0c4295375721c) --- .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 9023aef096ad1070e0a4a02e2b406bda7f7aa4cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Oct 2019 10:01:01 +0200 Subject: [PATCH 5/5] 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