diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 1.0.41-1 +- Update to 1.0.41 + * Fri Apr 28 2017 Remi Collet <remi@remirepo.net> - 1.0.40-1 - Update to 1.0.40 |