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

cvs at kolab.org cvs at kolab.org
Fri Jul 11 18:17:46 CEST 2008


Author: thomas

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

Modified Files:
	ChangeLog Makefile PEAR-Net_IMAP.spec 
Removed Files:
	echo.patch 
Log Message:
Reverted non-functional and unneeded echo patch (kolab/issue2745)


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/pear/PEAR-Net_IMAP/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ChangeLog	13 Jun 2008 12:09:59 -0000	1.2
+++ ChangeLog	11 Jul 2008 16:17:44 -0000	1.3
@@ -1,8 +1,3 @@
-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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	13 Jun 2008 12:09:59 -0000	1.3
+++ Makefile	11 Jul 2008 16:17:44 -0000	1.4
@@ -18,8 +18,6 @@
 
 SOURCE_0=http://pear.php.net/get/$(PEAR_NAME)-$(VERSION).tgz
 
-PATCHES=echo.patch
-
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 
@@ -38,7 +36,6 @@
 	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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PEAR-Net_IMAP.spec	13 Jun 2008 12:09:59 -0000	1.2
+++ PEAR-Net_IMAP.spec	11 Jul 2008 16:17:44 -0000	1.3
@@ -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 2
+%define         V_release 1
 
 # Package Information
 Name:	   %{V_package}
@@ -18,9 +18,6 @@
 # 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}
@@ -39,8 +36,6 @@
 
 %prep
 	%setup -n %{V_pear_name}-%{V_version}
-
-	%patch -p0 -P 0
 
 %build
 

--- echo.patch DELETED ---





More information about the commits mailing list