rpms/syncevolution/F-8 syncevolution.spec,1.2,1.3

Matej Cepl (mcepl) fedora-extras-commits at redhat.com
Fri Feb 15 21:24:31 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/syncevolution/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4868

Modified Files:
	syncevolution.spec 
Log Message:
Fix broken compilation with GCC 4.3


Index: syncevolution.spec
===================================================================
RCS file: /cvs/extras/rpms/syncevolution/F-8/syncevolution.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syncevolution.spec	14 Feb 2008 13:07:52 -0000	1.2
+++ syncevolution.spec	15 Feb 2008 21:23:50 -0000	1.3
@@ -1,11 +1,12 @@
 Summary: SyncML client for evolution
 Name: syncevolution
 Version: 0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 URL: http://www.estamos.de/projects/SyncML/
 Source0: http://www.estamos.de/download/syncevolution/sources/%{name}-%{version}.tar.gz
+Patch0:  syncevolution-MC-build.diff
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires: evolution
 Requires: curl
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .MC-build
 %configure --enable-unit-tests
 
 %build
@@ -46,6 +48,11 @@
 %{_bindir}/*
 
 %changelog
+* Fri Feb 15 2008 Matěj Cepl <mcepl at redhat.com> 0.7-2
+- Add #include <memory> to syncevolution.cpp according
+  to https://sourceforge.net/tracker/\
+  ?func=detail&atid=764733&aid=1893582&group_id=146288
+
 * Wed Feb 13 2008 Matěj Cepl <mcepl at redhat.com> 0.7-1
 - New upstream version.
 




More information about the fedora-extras-commits mailing list