From 2d8be58cc2ca862ac6a3c809945138097afe7a2a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2020 08:17:10 +0100 Subject: v1.0.66 --- composer.json | 6 ++++++ php-league-flysystem.spec | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 72b0787..51169de 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,12 @@ "abstraction", "s3", "ftp", "sftp", "remote", "webdav", "file systems", "cloud", "cloud files", "rackspace", "copy.com" ], + "funding": [ + { + "type": "other", + "url": "https://offset.earth/frankdejonge" + } + ], "license": "MIT", "authors": [ { diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 87b7932..72f5336 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 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.64 +Version: 1.0.66 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,12 @@ 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 + * Thu Feb 6 2020 Remi Collet - 1.0.64-1 - update to 1.0.64 -- cgit