gunnar: server/php-kolab/Kolab_Filter issue3568.patch, NONE, 1.1.2.1 ChangeLog, 1.29.2.4, 1.29.2.5 Kolab_Filter.spec, 1.19.2.7, 1.19.2.8 Makefile, 1.8.2.4, 1.8.2.5

cvs at kolab.org cvs at kolab.org
Wed Apr 29 18:06:23 CEST 2009


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Filter
In directory doto:/tmp/cvs-serv1840/php-kolab/Kolab_Filter

Modified Files:
      Tag: kolab_2_2_branch
	ChangeLog Kolab_Filter.spec Makefile 
Added Files:
      Tag: kolab_2_2_branch
	issue3568.patch 
Log Message:
 kolab/issue3568 (umlauts broken in automatically accepted events)

--- NEW FILE: issue3568.patch ---
--- a/lib/Horde/Kolab/Filter/Base.php	2009-04-29 17:58:31.000000000 +0200
+++ b/lib/Horde/Kolab/Filter/Base.php	2009-04-29 17:59:09.000000000 +0200
@@ -243,6 +243,8 @@
         Horde::logMessage(sprintf("Arguments: %s", print_r($values, true)),
                           __FILE__, __LINE__, PEAR_LOG_DEBUG);
 
+        require_once 'Horde/NLS.php';
+        NLS::setCharset('utf-8');
 
         /* This is used as the default domain for unqualified adresses */
         global $_SERVER;

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/ChangeLog,v
retrieving revision 1.29.2.4
retrieving revision 1.29.2.5
diff -u -d -r1.29.2.4 -r1.29.2.5
--- ChangeLog	16 Apr 2009 18:55:03 -0000	1.29.2.4
+++ ChangeLog	29 Apr 2009 16:06:21 -0000	1.29.2.5
@@ -1,3 +1,8 @@
+2009-04-29  Gunnar Wrobel  <p at rdus.de>
+
+	* Kolab_Filter.spec: kolab/issue3568 (umlauts broken in
+	automatically accepted events)
+
 2009-04-16  Gunnar Wrobel  <p at rdus.de>
 
 	* Kolab_Filter.spec: kolab/issue3558 (whole-day events broken for

Index: Kolab_Filter.spec
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Kolab_Filter.spec,v
retrieving revision 1.19.2.7
retrieving revision 1.19.2.8
diff -u -d -r1.19.2.7 -r1.19.2.8
--- Kolab_Filter.spec	18 Apr 2009 20:46:59 -0000	1.19.2.7
+++ Kolab_Filter.spec	29 Apr 2009 16:06:21 -0000	1.19.2.8
@@ -1,7 +1,7 @@
 # Variables
 %define         V_package Kolab_Filter
 %define         V_version 0.1.4
-%define         V_release 20090418
+%define         V_release 20090429
 
 # Package Information
 Name:	   %{V_package}
@@ -26,6 +26,7 @@
 Patch4:    revert_issue2499.patch
 Patch5:    issue3521.patch
 Patch6:    issue3558.patch
+Patch7:    issue3568.patch
 
 # Build Info
 Prefix:	   %{l_prefix}
@@ -67,6 +68,7 @@
 	%patch -p3 -P 4
 	%patch -p3 -P 5
 	%patch -p1 -P 6
+	%patch -p1 -P 7
 	cp %{S:1} .
 %build
 

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Makefile,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -d -r1.8.2.4 -r1.8.2.5
--- Makefile	16 Apr 2009 18:55:03 -0000	1.8.2.4
+++ Makefile	29 Apr 2009 16:06:21 -0000	1.8.2.5
@@ -21,7 +21,7 @@
 
 SOURCE_URL=http://pear.horde.org/get
 SOURCE_0=$(PACKAGE)-$(VERSION).tgz
-EXTRA=ChangeLog issue3521.patch revert_issue2499.patch issue3435.patch issue3192.patch issue3441.patch issue3558.patch dovecotlda-quoting.patch package.xml
+EXTRA=ChangeLog issue3521.patch revert_issue2499.patch issue3435.patch issue3192.patch issue3441.patch issue3558.patch issue3568.patch dovecotlda-quoting.patch package.xml
 
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm





More information about the commits mailing list