From 888dca283a905d641058250864589d18095f8fd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Nov 2021 08:26:24 +0100 Subject: [PATCH 1/2] v1.1.8 (cherry picked from commit 03631444a74b9123cfcf1e9b992e3569f8a992ac) --- .gitignore | 1 + php-league-flysystem.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e919c5e..32057fe 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ clog /php-league-flysystem-1.0.66-0215691.tgz /php-league-flysystem-1.1.3-9be3b16.tgz /php-league-flysystem-1.1.4-f3ad691.tgz +/php-league-flysystem-1.1.8-c995bb0.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 67a82cc..7bf64f2 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit f3ad69181b8afed2c9edf7be5a2918144ff4ea32 +%global gh_commit c995bb0c23c58c9813d081f9523c9b7bb496698e %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.1.4 +Version: 1.1.8 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -110,12 +110,12 @@ require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php'; EOF ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81; do if which $cmd; then : Run upstream test suite $cmd %{_bindir}/phpunit8 \ --exclude-group integration \ - --filter '^((?!(testPathinfoHandlesUtf8|testStreamSizeForUrl|testListingFromUnixFormat)).)*$' \ + --filter '^((?!(testPathinfoHandlesUtf8|testStreamSizeForUrl)).)*$' \ --no-coverage --verbose || ret=1 fi done @@ -131,6 +131,9 @@ exit $ret %changelog +* Tue Nov 30 2021 Remi Collet - 1.1.8-1 +- update to 1.1.8 + * Fri Jun 25 2021 Remi Collet - 1.1.4-1 - update to 1.1.4 diff --git a/sources b/sources index 42526b0..ece11c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.1.4-f3ad691.tgz) = 49db5f05c326ea9d828fdb86a11950e928991f7089bd3b64a153b18e6718299b61b8a8eda453023652a9a1522ba5bd0bc919612913e33c0e2aa78c4af5f3e565 +SHA512 (php-league-flysystem-1.1.8-c995bb0.tgz) = 76e1b91aebebfd88ba257cd5c6977bd5c802235b27cb72a57c228c0c3d9ed3fc54c05129c959b077e9ea7ac38f763b84b680e51eb8039f5935c1cafe9bd4dff9 From 167df11fb9301668e2e3bac6d6c90dfac554ecbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jan 2022 14:34:40 +0100 Subject: [PATCH 2/2] v1.1.9 (cherry picked from commit a2d270644701be5054174ccc27e727aaaebc569f) --- .gitignore | 1 + php-league-flysystem.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 32057fe..3db311b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ clog /php-league-flysystem-1.1.3-9be3b16.tgz /php-league-flysystem-1.1.4-f3ad691.tgz /php-league-flysystem-1.1.8-c995bb0.tgz +/php-league-flysystem-1.1.9-094defd.tgz diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 7bf64f2..7ca949a 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-league-flysystem # -# Copyright (c) 2016-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit c995bb0c23c58c9813d081f9523c9b7bb496698e +%global gh_commit 094defdb4a7001845300334e7c1ee2335925ef99 %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.1.8 +Version: 1.1.9 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -131,6 +131,9 @@ exit $ret %changelog +* Wed Jan 5 2022 Remi Collet - 1.1.9-1 +- update to 1.1.9 + * Tue Nov 30 2021 Remi Collet - 1.1.8-1 - update to 1.1.8 diff --git a/sources b/sources index ece11c4..8e1d6c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-league-flysystem-1.1.8-c995bb0.tgz) = 76e1b91aebebfd88ba257cd5c6977bd5c802235b27cb72a57c228c0c3d9ed3fc54c05129c959b077e9ea7ac38f763b84b680e51eb8039f5935c1cafe9bd4dff9 +SHA512 (php-league-flysystem-1.1.9-094defd.tgz) = 258e29a99ba57066bed1293ac14a14030855ff077a3ffa86325f65692e24f43e585127df663c050b00813d01ba8b3510dbcb5c3ad018bd35592f5dcd1d6d7425