From a81be2137167a401ef4859313fd5de62a89e86bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jul 2015 09:37:38 +0200 Subject: owncloud: 8.0.5, backported from Fedora --- owncloud-8.0.4-google_autoload.patch | 23 +++++++++++++++++++++++ owncloud.spec | 14 ++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 owncloud-8.0.4-google_autoload.patch diff --git a/owncloud-8.0.4-google_autoload.patch b/owncloud-8.0.4-google_autoload.patch new file mode 100644 index 0000000..9565bad --- /dev/null +++ b/owncloud-8.0.4-google_autoload.patch @@ -0,0 +1,23 @@ +--- owncloud/apps/files_external/lib/google.php 2015-06-04 06:43:13.000000000 -0700 ++++ owncloud/apps/files_external/lib/google.php.new 2015-07-01 15:53:19.363382205 -0700 +@@ -23,8 +23,7 @@ + + set_include_path(get_include_path().PATH_SEPARATOR. + \OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src'); +-require_once 'Google/Client.php'; +-require_once 'Google/Service/Drive.php'; ++require_once 'Google/autoload.php'; + + class Google extends \OC\Files\Storage\Common { + +--- owncloud/apps/files_external/ajax/google.php 2015-06-04 06:43:13.000000000 -0700 ++++ owncloud/apps/files_external/ajax/google.php.new 2015-07-01 15:53:28.051505933 -0700 +@@ -1,7 +1,7 @@ + - 8.0.5-1 +- new release 8.0.5 (should fix app enabling, RHBZ #1240776) +- patch to use Google lib autoloader + * Sun Jul 5 2015 Remi Collet - 8.0.4-3 - backport for remimrepo -- cgit