rpms/libopensync-plugin-kdepim/devel libopensync-plugin-kdepim-gcc41.patch, NONE, 1.1 libopensync-plugin-kdepim.spec, 1.2, 1.3

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Mar 2 22:21:15 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/libopensync-plugin-kdepim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5742

Modified Files:
	libopensync-plugin-kdepim.spec 
Added Files:
	libopensync-plugin-kdepim-gcc41.patch 
Log Message:
- add gcc41 patch
- disable smp flags


libopensync-plugin-kdepim-gcc41.patch:

--- NEW FILE libopensync-plugin-kdepim-gcc41.patch ---
--- src/kcal.h.orig	2006-03-02 23:07:46.000000000 +0100
+++ src/kcal.h	2006-03-02 23:08:35.000000000 +0100
@@ -49,7 +49,7 @@
          * operations
          */
         bool __access(OSyncContext *ctx, OSyncChange *chg);
-        bool KCalDataSource::report_incidence(OSyncContext *ctx, KCal::Incidence *e,
+        bool report_incidence(OSyncContext *ctx, KCal::Incidence *e,
                 const char *objtype, const char *objformat);
     public:
         KCalDataSource(OSyncMember *member, OSyncHashTable *hashtable);


Index: libopensync-plugin-kdepim.spec
===================================================================
RCS file: /cvs/extras/rpms/libopensync-plugin-kdepim/devel/libopensync-plugin-kdepim.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libopensync-plugin-kdepim.spec	2 Mar 2006 21:31:18 -0000	1.2
+++ libopensync-plugin-kdepim.spec	2 Mar 2006 22:21:15 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           libopensync-plugin-kdepim
 Version:        0.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        KDE plugin for libopensync
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@
 URL:            http://www.opensync.org
 # see http://www.opensync.org/wiki/download
 Source0:        %{name}-%{version}.tar.gz
+Patch0:         libopensync-plugin-kdepim-gcc41.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libopensync-devel
@@ -30,11 +31,12 @@
 
 %prep
 %setup -q
-
+%patch0
 
 %build
 %configure --disable-rpath
-make %{?_smp_mflags}
+# smpflags sometimes screw up the build
+make
 
 
 %install
@@ -56,8 +58,10 @@
 %{_libdir}/opensync/plugins/kdepim*.so
 
 %changelog
-* Thu Mar 02 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+* Thu Mar 02 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.18-2
 - add dist
+- add gcc4.1 fixes
+- get rid of smpflags
 
 * Fri Nov 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.18-1
 - initial version




More information about the fedora-extras-commits mailing list