gunnar: server/pear/PEAR-Net_IMAP echo.patch, NONE, 1.1 ChangeLog, 1.1, 1.2 Makefile, 1.2, 1.3 PEAR-Net_IMAP.spec, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Fri Jun 13 14:10:01 CEST 2008


Author: gunnar

Update of /kolabrepository/server/pear/PEAR-Net_IMAP
In directory doto:/tmp/cvs-serv31814/pear/PEAR-Net_IMAP

Modified Files:
	ChangeLog Makefile PEAR-Net_IMAP.spec 
Added Files:
	echo.patch 
Log Message:
kolab/issue2745 (php error after sending an update to an event)

--- NEW FILE: echo.patch ---
--- /home/wrobel/usr/tmp/php/pear/php/Net/IMAPProtocol.php	2008-02-11 17:44:33.058594250 +0100
+++ IMAPProtocol.php	2008-06-13 13:51:34.180596250 +0200
@@ -2465,7 +2465,7 @@
     function _prot_error($str , $line , $file,$printError=true)
     {
         if($printError){
-            echo "$line,$file,PROTOCOL ERROR!:$str\n";
+            //echo "$line,$file,PROTOCOL ERROR!:$str\n";
         }
     }
 

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/pear/PEAR-Net_IMAP/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ChangeLog	8 Aug 2007 16:26:45 -0000	1.1
+++ ChangeLog	13 Jun 2008 12:09:59 -0000	1.2
@@ -1,3 +1,8 @@
+2008-06-13  Gunnar Wrobel  <p at rdus.de>
+
+	* PEAR-Net_IMAP.spec (Source): Added a potential patch for
+	kolab/issue2745.
+
 2007-08-08  Gunnar Wrobel  <p at rdus.de>
 
 	* PEAR-Net_IMAP.spec: Added package to Kolab CVS.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/pear/PEAR-Net_IMAP/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	13 Sep 2007 13:28:13 -0000	1.2
+++ Makefile	13 Jun 2008 12:09:59 -0000	1.3
@@ -18,6 +18,8 @@
 
 SOURCE_0=http://pear.php.net/get/$(PEAR_NAME)-$(VERSION).tgz
 
+PATCHES=echo.patch
+
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 
@@ -36,6 +38,7 @@
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"
 
+	cp $(PATCHES) $(KOLABRPMSRC)/$(PACKAGE)
 	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec
 

Index: PEAR-Net_IMAP.spec
===================================================================
RCS file: /kolabrepository/server/pear/PEAR-Net_IMAP/PEAR-Net_IMAP.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PEAR-Net_IMAP.spec	8 Aug 2007 16:26:45 -0000	1.1
+++ PEAR-Net_IMAP.spec	13 Jun 2008 12:09:59 -0000	1.2
@@ -2,7 +2,7 @@
 %define         V_pear_name Net_IMAP
 %define         V_package PEAR-%{V_pear_name}
 %define         V_version 1.1.0beta1
-%define         V_release 1
+%define         V_release 2
 
 # Package Information
 Name:	   %{V_package}
@@ -18,6 +18,9 @@
 # List of Sources
 Source:    http://pear.php.net/get/%{V_pear_name}-%{V_version}.tgz
 
+# List of Patches
+Patch0:    echo.patch
+
 # Build Info
 Prefix:	   %{l_prefix}
 BuildRoot: %{l_buildroot}
@@ -36,6 +39,8 @@
 
 %prep
 	%setup -n %{V_pear_name}-%{V_version}
+
+	%patch -p0 -P 0
 
 %build
 





More information about the commits mailing list