gunnar: server/kolab-webclient ChangeLog, 1.12, 1.13 kolab-webclient.spec, 1.27, 1.28

cvs at kolab.org cvs at kolab.org
Sun Apr 26 09:53:47 CEST 2009


Author: gunnar

Update of /kolabrepository/server/kolab-webclient
In directory doto:/tmp/cvs-serv25535

Modified Files:
	ChangeLog kolab-webclient.spec 
Log Message:
        Kolab_Server is now completely in sync and was removed from the
        kolab-webclient package. The library install in /kolab/lib/php is
        used instead.

        Allow to configure mapped LDAP attributes.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog	25 Apr 2009 22:31:50 -0000	1.12
+++ ChangeLog	26 Apr 2009 07:53:45 -0000	1.13
@@ -2,10 +2,18 @@
 
 	* kolab-webclient.spec:
 
-	Started cleanup of the code triplication. Kolab_Format is now
-	completely in sync and can be removed from within the
-	kolab-webclient package.
+	Started cleanup of the code triplication.
+
+	Kolab_Format is now completely in sync and was removed from the
+	kolab-webclient package. The library install in /kolab/lib/php is
+	used instead.
  
+	Kolab_Server is now completely in sync and was removed from the
+	kolab-webclient package. The library install in /kolab/lib/php is
+	used instead.
+
+	Allow to configure mapped LDAP attributes.
+	
 	kolab/issue3293 (Big code duplication and code version messup: Horde
 	                 libs in 2.2.1)
 	kolab/issue3420 (web client prefs and hooks should be

Index: kolab-webclient.spec
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/kolab-webclient.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- kolab-webclient.spec	25 Apr 2009 22:45:06 -0000	1.27
+++ kolab-webclient.spec	26 Apr 2009 07:53:45 -0000	1.28
@@ -3,7 +3,7 @@
 %define         V_package kolab-webclient
 %define         V_year  2009
 %define         V_month 04
-%define         V_day   25
+%define         V_day   26
 %define         V_version 1.2.0
 %define         V_source_version 1.2
 %define         V_passwd_version 3.0.1
@@ -131,6 +131,11 @@
 	# Kolab_Format is in sync
 	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/Horde/Kolab/Format*
 
+	# Kolab_Server is in sync
+	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/Horde/Kolab/IMAP*
+	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/Horde/Kolab/Server*
+	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/Horde/Kolab/Session.php
+	rm -rf $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/lib/Horde/Kolab/Test/Server.php
 
 
         sqlite $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/storage/horde.db < scripts/sql/groupware.sql





More information about the commits mailing list