diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-18 08:17:10 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-18 08:17:10 +0100 |
commit | 2d8be58cc2ca862ac6a3c809945138097afe7a2a (patch) | |
tree | 9c47642b637e8fbab68a3a022baa4ab570bb4925 | |
parent | 17daaf108c2bc6832b1aa9af906075b4f65c089a (diff) |
v1.0.66
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 1.0.66-1 +- update to 1.0.66 + +* Mon Mar 9 2020 Remi Collet <remi@remirepo.net> - 1.0.65-1 +- update to 1.0.65 + * Thu Feb 6 2020 Remi Collet <remi@remirepo.net> - 1.0.64-1 - update to 1.0.64 |