rpms/stardict/devel stardict-3.0.1.gcc44.patch, NONE, 1.1 stardict.spec, 1.63, 1.64

Miloš Jakubíček mjakubicek at fedoraproject.org
Fri Apr 24 23:29:19 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/stardict/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22987/devel

Modified Files:
	stardict.spec 
Added Files:
	stardict-3.0.1.gcc44.patch 
Log Message:
- Fix FTBFS: added stardict-3.0.1.gcc44.patch



stardict-3.0.1.gcc44.patch:

--- NEW FILE stardict-3.0.1.gcc44.patch ---
--- src/lib/data.cpp.orig	2009-04-25 00:54:05.000000000 +0200
+++ src/lib/data.cpp	2009-04-25 00:54:23.000000000 +0200
@@ -23,6 +23,7 @@
 #endif
 
 #include "kmp.h"
+#include <cstdio>
 
 #include "data.hpp"
 #include "getuint32.h"
--- src/lib/stardict_client.cpp.orig	2009-04-25 01:07:27.000000000 +0200
+++ src/lib/stardict_client.cpp	2009-04-25 01:07:41.000000000 +0200
@@ -28,6 +28,7 @@
 #include "sockets.hpp"
 #include "md5.h"
 #include "getuint32.h"
+#include <cstdio>
 
 #include "stardict_client.hpp"
 


Index: stardict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- stardict.spec	26 Feb 2009 02:57:17 -0000	1.63
+++ stardict.spec	24 Apr 2009 23:28:49 -0000	1.64
@@ -14,6 +14,9 @@
 Patch1:		transparent_trayicon.patch
 Patch2:		stardict-3.0.1-10.gucharmap.patch
 Patch3:		stardict-3.0.1-13.bz441209.patch
+# Filed into upstream bugtracker at:
+# https://sourceforge.net/tracker/?func=detail&aid=2780881&group_id=80679&atid=560632
+Patch4:		stardict-3.0.1.gcc44.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: enchant, espeak, gucharmap >= 2.22.1, libbonobo >= 2.2.0, libgnome >= 2.2.0, libgnomeui >= 2.2.0, libsigc++20 >= 2.0.17
@@ -37,6 +40,7 @@
 %patch1 -p1 -b .2-trayicon
 %patch2 -p1 -b .3-gucharmap
 %patch3 -p1 -b .4-bz441209
+%patch4 -b .5-gcc44
 
 # Remove unneeded sigc++ header files to make it sure
 # that we are using system-wide libsigc++
@@ -50,7 +54,7 @@
 %{__autoconf}
 %{__libtoolize}
 %configure --disable-schemas-install --disable-festival
-make %{_smp_mflags}
+make -k %{_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -103,6 +107,9 @@
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Sat Apr 25 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 3.0.1-17
+- Fix FTBFS: added stardict-3.0.1.gcc44.patch
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.1-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list