[owncloud] 6.0.1

brummbq brummbq at fedoraproject.org
Thu Jan 23 18:40:42 UTC 2014


commit a87b660d1f6eb61a1efe966da27f16102b10340a
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Thu Jan 23 19:35:56 2014 +0100

    6.0.1

 owncloud-6.0.0a-fix-routing-symfony-2.3.patch |   14 ++++++++++++--
 owncloud.spec                                 |    9 ++++++---
 2 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/owncloud-6.0.0a-fix-routing-symfony-2.3.patch b/owncloud-6.0.0a-fix-routing-symfony-2.3.patch
index eb01bfb..76cf3ba 100644
--- a/owncloud-6.0.0a-fix-routing-symfony-2.3.patch
+++ b/owncloud-6.0.0a-fix-routing-symfony-2.3.patch
@@ -1,5 +1,5 @@
---- lib/private/router.php.orig	2014-01-14 11:07:39.431045132 +0100
-+++ lib/private/router.php	2014-01-14 11:08:37.635889412 +0100
+--- lib/private/router.php.orig	2014-01-23 19:08:24.727637659 +0100
++++ lib/private/router.php	2014-01-23 19:10:22.945002093 +0100
 @@ -67,7 +67,8 @@
  			$this->useCollection($app);
  			require_once $file;
@@ -10,3 +10,13 @@
  		}
  		$this->useCollection('root');
  		require_once 'settings/routes.php';
+@@ -76,7 +77,8 @@
+ 		// include ocs routes
+ 		require_once 'ocs/routes.php';
+ 		$collection = $this->getCollection('ocs');
+-		$this->root->addCollection($collection, '/ocs');
++		$collection->addPrefix('/ocs');
++		$this->root->addCollection($collection);
+ 	}
+ 
+ 	protected function getCollection($name) {
diff --git a/owncloud.spec b/owncloud.spec
index d046270..b26c380 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,6 +1,6 @@
 Name:           owncloud
-Version:        6.0.0a
-Release:        9%{?dist}
+Version:        6.0.1
+Release:        1%{?dist}
 Summary:        Private file sync and share server
 
 License:        AGPLv3+ and MIT and BSD and CC-BY and CC-BY-SA and GPLv3 and Public Domain and (MPLv1.1 or GPLv2+ or LGPLv2+) and (MIT or GPL+) and (MIT or GPLv2) and ASL 2.0 and LGPLv3
@@ -364,7 +364,10 @@ fi
 
 
 %changelog
-* Tue Jan 14 2014 Gregor Tätzner <brummbq at fedoraproject.org>
+* Thu Jan 23 2014 Gregor Tätzner <brummbq at fedoraproject.org> - 6.0.1-1
+- 6.0.1
+
+* Tue Jan 14 2014 Gregor Tätzner <brummbq at fedoraproject.org>  - 6.0.0a-9
 - fix routing with symfony 2.3
 
 * Fri Jan 10 2014 Adam Williamson <awilliam at redhat.com> - 6.0.0a-8


More information about the scm-commits mailing list