Branch '2.3-stable' - pear/Kolab_Freebusy

Git Service User git at kolabsys.com
Thu Apr 14 10:39:31 CEST 2011


 pear/Kolab_Freebusy/ChangeLog                                                  |    6 +
 pear/Kolab_Freebusy/Kolab_FreeBusy.spec                                        |    2 
 pear/Kolab_Freebusy/package.info                                               |    2 
 pear/Kolab_Freebusy/patches/Kolab_FreeBusy-0.5.0/Kolab_FreeBusy_0.5.0_p1.patch |   32 ++++++++++
 4 files changed, 40 insertions(+), 2 deletions(-)

New commits:
commit ac24e4e9c38b7dd7b2037094d5e33d83ae379e9e
Author: Gunnar Wrobel <wrobel at horde.org>
Date:   Wed Apr 13 17:22:58 2011 +0000

    Fix missing 'require' statements.

diff --git a/pear/Kolab_Freebusy/ChangeLog b/pear/Kolab_Freebusy/ChangeLog
index 9a1cefe..13ce156 100644
--- a/pear/Kolab_Freebusy/ChangeLog
+++ b/pear/Kolab_Freebusy/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-13  Gunnar Wrobel  <p at rdus.de>
+
+	* patches/Kolab_FreeBusy-0.5.0/Kolab_FreeBusy_0.5.0_p1.patch:
+
+	Fix missing "require" statements.
+
 2010-07-22  Gunnar Wrobel  <p at rdus.de>
 
 	* patches/Kolab_FreeBusy-0.1.7/Kolab_FreeBusy_0.1.7_p3.patch:
diff --git a/pear/Kolab_Freebusy/Kolab_FreeBusy.spec b/pear/Kolab_Freebusy/Kolab_FreeBusy.spec
index c23e8a7..21bd15b 100644
--- a/pear/Kolab_Freebusy/Kolab_FreeBusy.spec
+++ b/pear/Kolab_Freebusy/Kolab_FreeBusy.spec
@@ -7,7 +7,7 @@
 %define         V_repo_commit 
 %define         V_repo_release 
 %define         V_version 0.5.0
-%define         V_release 20101010
+%define         V_release 20110413
 %define         V_sourceurl http://pear.horde.org/get
 %define         V_php_lib_loc php
 %define         V_www_loc freebusy
diff --git a/pear/Kolab_Freebusy/package.info b/pear/Kolab_Freebusy/package.info
index b667e67..2a7aef3 100644
--- a/pear/Kolab_Freebusy/package.info
+++ b/pear/Kolab_Freebusy/package.info
@@ -16,7 +16,7 @@ package_origin='WGET'
 version='0.5.0'
 
 # Package release number
-release='20101010'
+release='20110413'
 
 # Source URL to download from
 sourceurl='http://files.kolab.org/server/development-2.3/externals'
diff --git a/pear/Kolab_Freebusy/patches/Kolab_FreeBusy-0.5.0/Kolab_FreeBusy_0.5.0_p1.patch b/pear/Kolab_Freebusy/patches/Kolab_FreeBusy-0.5.0/Kolab_FreeBusy_0.5.0_p1.patch
new file mode 100644
index 0000000..7c41abe
--- /dev/null
+++ b/pear/Kolab_Freebusy/patches/Kolab_FreeBusy-0.5.0/Kolab_FreeBusy_0.5.0_p1.patch
@@ -0,0 +1,32 @@
+From: Gunnar Wrobel <wrobel at pardus.de>
+Subject: [PATCH] Kolab_FreeBusy_0.5.0_p1.patch
+
+Fixes missing "require" statements.
+
+STATUS: MERGED
+
+Signed-off-by: Gunnar Wrobel <wrobel at pardus.de>
+
+--- a/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php			10 Oct 2010 18:37:56 -0000	1.10.2.4
++++ b/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php			13 Apr 2011 17:09:49 -0000
+@@ -604,7 +604,11 @@
+         }
+
+         /* Load the cache class now */
++        require_once 'Horde/Kolab/FreeBusy/Logger.php';
+         require_once 'Horde/Kolab/FreeBusy/Cache.php';
++        require_once 'Horde/Kolab/FreeBusy/Cache/Acl.php';
++        require_once 'Horde/Kolab/FreeBusy/Cache/Acl/Base.php';
++        require_once 'Horde/Kolab/FreeBusy/Cache/Partial.php';
+         require_once 'Horde/Kolab/FreeBusy/Cache/Structure.php';
+         require_once 'Horde/Kolab/FreeBusy/Cache/Structure/Base.php';
+         require_once 'Horde/Kolab/FreeBusy/Cache/Structure/Decorator/Log.php';
+--- a/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php	10 Oct 2010 18:37:56 -0000	1.17.2.13
++++ b/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php	13 Apr 2011 17:09:49 -0000
+@@ -11,6 +11,7 @@
+ require_once 'Horde/Kolab/FreeBusy/Cache/File.php';
+ require_once 'Horde/Kolab/FreeBusy/Cache/File/Pvcal.php';
+ require_once 'Horde/Kolab/FreeBusy/Cache/Db.php';
++require_once 'Horde/Kolab/FreeBusy/Cache/Db/Base.php';
+ require_once 'Horde/Kolab/FreeBusy/Cache/Db/Acl.php';
+ require_once 'Horde/Kolab/FreeBusy/Cache/Db/Xacl.php';





More information about the commits mailing list