commit stardict for openSUSE:Factory
Hello community, here is the log from the commit of package stardict for openSUSE:Factory checked in at Fri Mar 20 20:51:48 CET 2009. -------- --- stardict/stardict.changes 2009-01-14 03:10:24.000000000 +0100 +++ stardict/stardict.changes 2009-03-20 20:11:15.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 20 20:11:07 CET 2009 - crrodriguez@suse.de + +- fix build with GCC 4.4 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- stardict-3.0.1-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stardict.spec ++++++ --- /var/tmp/diff_new_pack.z17986/_old 2009-03-20 20:51:29.000000000 +0100 +++ /var/tmp/diff_new_pack.z17986/_new 2009-03-20 20:51:29.000000000 +0100 @@ -21,7 +21,7 @@ Name: stardict Summary: A cross-platform and internationalized dictionary Version: 3.0.1 -Release: 60 +Release: 61 License: GPL v2 or later Group: Productivity/Office/Dictionary Url: http://stardict.sourceforge.net @@ -35,6 +35,7 @@ Patch4: configure-festival.diff Patch5: stardict-gucharmap.patch Patch6: fix_gethostbynamer.patch +Patch7: stardict-3.0.1-gcc44.patch Requires: enchant festival espeak BuildRequires: gcc-c++ gnome-common intltool libgnomeui-devel perl-XML-Parser scrollkeeper sgml-skel BuildRequires: gucharmap-devel update-desktop-files @@ -79,6 +80,7 @@ %patch4 -p1 %patch5 %patch6 -p1 +%patch7 # Remove unneeded sigc++ header files to make it sure # that we are using system-wide libsigc++ find src/sigc++* -name \*.h -or -name \*.cc | xargs rm -f @@ -157,6 +159,8 @@ %endif %changelog +* Fri Mar 20 2009 crrodriguez@suse.de +- fix build with GCC 4.4 * Wed Jan 14 2009 xwhu@suse.de - bnc#465161, stardict crashes when gethostbyname_r failes. * Mon Sep 29 2008 lrupp@suse.de @@ -169,7 +173,7 @@ gucharmap functionality. * Thu Jul 10 2008 xwhu@suse.de - fix configure.in for festival -* Fri Jun 27 2008 xwhu@suse.de +* Sat Jun 28 2008 xwhu@suse.de - disable gucharmap due to API change * Tue Jan 29 2008 lrupp@suse.de - fix some compiler issues with gcc4.3: @@ -199,7 +203,7 @@ + Babylon dictionaries convertion. + Many other changes. - removed upstreamed stardict-2.4.8-private_function.patch -* Sun Oct 28 2007 xwhu@novell.com +* Mon Oct 29 2007 xwhu@novell.com - Fix header files compatibility issues with gcc 4.3 * Thu Oct 11 2007 sbrabec@suse.cz - Removed bogus dependency on mDNSResponder. @@ -231,9 +235,9 @@ - Fixed schemas installation, spec file cleanup (#254850). * Mon Mar 12 2007 anonymous@anonymous - Use gconf_schemas_prereq -* Sun Jan 07 2007 ro@suse.de +* Mon Jan 08 2007 ro@suse.de - fix localstatedir -* Sun Jan 07 2007 ro@suse.de +* Mon Jan 08 2007 ro@suse.de - GNOME moved to /usr * Sat Oct 07 2006 aj@suse.de - Cleanup BuildRequires. ++++++ stardict-3.0.1-gcc44.patch ++++++ Index: src/lib/data.cpp =================================================================== --- src/lib/data.cpp.orig 2009-03-20 20:00:57.000000000 +0100 +++ src/lib/data.cpp 2009-03-20 20:02:56.000000000 +0100 @@ -21,7 +21,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif - +#include <cstdio> #include <cstring> #include "kmp.h" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de