rpms/evolution-brutus/devel evolution-brutus-eof.patch, NONE, 1.1 evolution-brutus.spec, 1.4, 1.5

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Wed May 2 14:09:33 UTC 2007


Author: bpepple

Update of /cvs/extras/rpms/evolution-brutus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8555

Modified Files:
	evolution-brutus.spec 
Added Files:
	evolution-brutus-eof.patch 
Log Message:
* Wed May  2 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.1.26.2-2
- Add patch to fix eof ppc error.


evolution-brutus-eof.patch:

--- NEW FILE evolution-brutus-eof.patch ---
diff -ur evolution-brutus-1.1.26.2.OLD/session/brutus-proxy_impl.c evolution-brutus-1.1.26.2/session/brutus-proxy_impl.c
--- evolution-brutus-1.1.26.2.OLD/session/brutus-proxy_impl.c	2007-04-11 09:22:00.000000000 -0400
+++ evolution-brutus-1.1.26.2/session/brutus-proxy_impl.c	2007-05-01 18:13:38.000000000 -0400
@@ -183,7 +183,7 @@
 static void
 brutus_read_accounts(GPtrArray **accounts)
 {
-	char c = 'a'; // anything but '\n'
+	int c = 1; /* Don't let this initially be EOF */
 	int count = 0;
 	struct MAPIAccount *account = NULL;
 	char buf[ACCOUNT_ENTRY_SIZE+1] = { '\0' };


Index: evolution-brutus.spec
===================================================================
RCS file: /cvs/extras/rpms/evolution-brutus/devel/evolution-brutus.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- evolution-brutus.spec	1 May 2007 16:38:27 -0000	1.4
+++ evolution-brutus.spec	2 May 2007 14:08:55 -0000	1.5
@@ -5,13 +5,14 @@
 
 Name:		evolution-brutus
 Version:	1.1.26.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Brutus based Exchange connector for Novell Evolution 2.4 and later
 
 License:	GPL
 Group:		Applications/Productivity
 URL:		http://www.omesc.com/modules/xoopsfaq/index.php?cat_id=6
 Source0:	http://www.omesc.com/content/downloads/dist/Rawhide/SOURCES/%{name}-%{version}.tar.gz
+Patch0:		%{name}-eof.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ORBit2-devel >= 2.14.1
@@ -60,7 +61,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .eof
 
 %build
 %configure				\
@@ -115,6 +116,9 @@
 
 
 %changelog
+* Wed May  2 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.1.26.2-2
+- Add patch to fix eof ppc error.
+
 * Tue May  1 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.1.26.2-1
 - Update to 1.1.26.2.
 - Drop patch to fix build on x86_64, fixed upstream.




More information about the fedora-extras-commits mailing list