Hello community, here is the log from the commit of package sffview for openSUSE:Factory checked in at Fri Feb 27 01:07:14 CET 2009. -------- --- sffview/sffview.changes 2007-10-11 14:37:37.000000000 +0200 +++ sffview/sffview.changes 2009-02-26 19:03:03.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 19:02:42 CET 2009 - crrodriguez@suse.de + +- extend GCC 4.3 patch to cover GC 4.4 too + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sffview.spec ++++++ --- /var/tmp/diff_new_pack.Q28115/_old 2009-02-27 01:05:54.000000000 +0100 +++ /var/tmp/diff_new_pack.Q28115/_new 2009-02-27 01:05:54.000000000 +0100 @@ -1,22 +1,30 @@ # # spec file for package sffview (Version 0.4) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: sffview BuildRequires: SDL-devel boost-devel gcc-c++ libtiff-devel update-desktop-files wxGTK-devel xorg-x11 License: X11/MIT Group: Hardware/ISDN AutoReqProv: on Version: 0.4 -Release: 109 +Release: 251 Summary: Simple viewer for Structured Fax Files (.sff) used by ISDN applications Source: %{name}-%{version}.tar.bz2 Url: http://sfftools.sourceforge.net/ @@ -42,10 +50,10 @@ %prep %setup %patch -p1 -%patch1 -p1 +%patch1 %build -make +%{__make} %{?jobs:-j%jobs} %install install -d $RPM_BUILD_ROOT/usr/bin @@ -60,46 +68,49 @@ %defattr(-,root,root,-) /usr/bin/sffview %doc %{_defaultdocdir}/sffview + %changelog -* Thu Oct 11 2007 - kkeil@suse.de +* Thu Feb 26 2009 crrodriguez@suse.de +- extend GCC 4.3 patch to cover GC 4.4 too +* Thu Oct 11 2007 kkeil@suse.de - fixes for GCC 4.3 -* Tue Mar 06 2007 - kkeil@suse.de +* Tue Mar 06 2007 kkeil@suse.de - fix string type issue for gcc42 -* Mon Oct 30 2006 - kkeil@suse.de +* Mon Oct 30 2006 kkeil@suse.de - update to 0.4 * include all our fixes * print support -* Mon Oct 16 2006 - kkeil@suse.de +* Mon Oct 16 2006 kkeil@suse.de - compile with RPM_OPT_FLAGS - compile with unicode support (Thanks Andreas Hanke, #212502) -* Fri Jan 27 2006 - kkeil@suse.de +* Fri Jan 27 2006 kkeil@suse.de - add gcc-c++ to BuildRequires -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Wed Nov 02 2005 - dmueller@suse.de +* Wed Nov 02 2005 dmueller@suse.de - don't build as root -* Fri Apr 15 2005 - mcihar@suse.de +* Fri Apr 15 2005 mcihar@suse.de - add SDL-devel-packages because of wxGTK -* Sat Apr 09 2005 - kkeil@suse.de +* Sat Apr 09 2005 kkeil@suse.de - GCC4 fixes -* Wed Mar 30 2005 - kkeil@suse.de +* Wed Mar 30 2005 kkeil@suse.de - a dword is always 32 bit, also on 64 bit OS (#75254) -* Mon Nov 22 2004 - ro@suse.de +* Mon Nov 22 2004 ro@suse.de - fix build with new wxGTK -* Wed Sep 15 2004 - kkeil@suse.de +* Wed Sep 15 2004 kkeil@suse.de - move to version 0.3 (#44574) -* Fri Aug 20 2004 - ro@suse.de +* Fri Aug 20 2004 ro@suse.de - added wxGTK-compat to neededforbuild -* Wed Apr 21 2004 - kkeil@suse.de +* Wed Apr 21 2004 kkeil@suse.de - fix package for new wxGTK with UNICODE enabled -* Wed Jan 14 2004 - ro@suse.de +* Wed Jan 14 2004 ro@suse.de - use gtk2 -* Thu Jun 12 2003 - kkeil@suse.de +* Thu Jun 12 2003 kkeil@suse.de - fix filelist -* Sun Feb 23 2003 - ghillie@suse.de +* Sun Feb 23 2003 ghillie@suse.de - use g++ instead of gcc -* Mon Jan 20 2003 - ghillie@suse.de +* Mon Jan 20 2003 ghillie@suse.de - removed arch=i486 from Makefile (see gcc-3.2 patch) - added glib and gtk to neededforbuild -* Mon Dec 16 2002 - gernot@hillier.de +* Mon Dec 16 2002 gernot@hillier.de - first package ++++++ sffview-gcc43.diff ++++++ --- /var/tmp/diff_new_pack.Q28115/_old 2009-02-27 01:05:54.000000000 +0100 +++ /var/tmp/diff_new_pack.Q28115/_new 2009-02-27 01:05:54.000000000 +0100 @@ -1,7 +1,7 @@ -Index: sffview-0.4/sfffile.cpp +Index: sfffile.cpp =================================================================== ---- sffview-0.4.orig/sfffile.cpp -+++ sffview-0.4/sfffile.cpp +--- sfffile.cpp.orig 2006-10-29 17:45:44.000000000 +0100 ++++ sfffile.cpp 2009-02-26 18:48:42.000000000 +0100 @@ -33,6 +33,8 @@ #include <vector> @@ -11,3 +11,16 @@ #include "sfftypes.h" #include "common.h" +Index: common.cpp +=================================================================== +--- common.cpp.orig 2006-10-29 17:45:44.000000000 +0100 ++++ common.cpp 2009-02-26 18:49:32.000000000 +0100 +@@ -34,7 +34,7 @@ + #include "sfftypes.h" + #include "common.h" + #include "errno.h" +- ++#include <stdio.h> + #include <time.h> + #if defined(_MSC_VER) + #include <sys/utime.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org