From d0caaabffea64ba196585512eccc7f5217d98680 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Aug 2017 08:25:35 +0200 Subject: v1.0.41 --- composer.json | 2 +- php-league-flysystem.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8f8758c..ac2986f 100644 --- a/composer.json +++ b/composer.json @@ -36,12 +36,12 @@ "ext-fileinfo": "Required for MimeType", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", - "league/flysystem-copy": "Allows you to use Copy.com storage", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", + "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 4051f00..762fd1c 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 3828f0b24e2c1918bb362d57a53205d6dc8fde61 +%global gh_commit f400aa98912c561ba625ea4065031b7a41e5a155 %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.40 +Version: 1.0.41 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -138,6 +138,9 @@ exit $ret %changelog +* Mon Aug 7 2017 Remi Collet - 1.0.41-1 +- Update to 1.0.41 + * Fri Apr 28 2017 Remi Collet - 1.0.40-1 - Update to 1.0.40 -- cgit