commit sfftobmp for openSUSE:Factory
Hello community, here is the log from the commit of package sfftobmp for openSUSE:Factory checked in at Fri Feb 27 01:05:47 CET 2009. -------- --- sfftobmp/sfftobmp.changes 2008-02-21 12:51:36.000000000 +0100 +++ sfftobmp/sfftobmp.changes 2009-02-26 18:47:20.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 18:47:02 CET 2009 - crrodriguez@suse.de + +- extend GCC 4.3 patch to over gcc 4.4 as well + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sfftobmp.spec ++++++ --- /var/tmp/diff_new_pack.V24259/_old 2009-02-27 01:05:24.000000000 +0100 +++ /var/tmp/diff_new_pack.V24259/_new 2009-02-27 01:05:24.000000000 +0100 @@ -1,10 +1,17 @@ # # spec file for package sfftobmp (Version 3.1.1) # -# Copyright (c) 2008 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/ # @@ -17,7 +24,7 @@ Group: Hardware/ISDN AutoReqProv: on Version: 3.1.1 -Release: 42 +Release: 100 Summary: Tool to convert Structured Fax Files (.sff) to other image formats Source: %{name}-%{version}.tar.bz2 Url: http://sfftools.sourceforge.net/ @@ -41,14 +48,14 @@ Peter Schaefer %prep -%setup -n %{name}%{version} -%patch -p1 +%setup -q -n %{name}%{version} +%patch %build -autoreconf --force --install -W none || true -./configure \ - --prefix=/usr -make CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" +touch INSTALL NEWS README AUTHORS ChangeLog COPYING +autoreconf --force --install +%configure +%{__make} %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install @@ -62,10 +69,12 @@ %files %defattr(-,root,root) -/usr/bin/sfftobmp +%{_bindir}/sfftobmp %doc %{_defaultdocdir}/sfftobmp %changelog +* Thu Feb 26 2009 crrodriguez@suse.de +- extend GCC 4.3 patch to over gcc 4.4 as well * Thu Feb 21 2008 kkeil@suse.de - fix permissions of doc files * Thu Oct 11 2007 kkeil@suse.de ++++++ sfftobmp-gcc43.diff ++++++ --- /var/tmp/diff_new_pack.V24259/_old 2009-02-27 01:05:24.000000000 +0100 +++ /var/tmp/diff_new_pack.V24259/_new 2009-02-27 01:05:24.000000000 +0100 @@ -1,7 +1,7 @@ -Index: sfftobmp3.1.1/src/input.cpp +Index: src/input.cpp =================================================================== ---- sfftobmp3.1.1.orig/src/input.cpp -+++ sfftobmp3.1.1/src/input.cpp +--- src/input.cpp.orig 2007-10-07 21:01:20.000000000 +0200 ++++ src/input.cpp 2009-02-26 18:10:08.000000000 +0100 @@ -38,6 +38,7 @@ #include <vector> @@ -10,10 +10,10 @@ #include "sfftypes.h" #include "common.h" -Index: sfftobmp3.1.1/src/output.cpp +Index: src/output.cpp =================================================================== ---- sfftobmp3.1.1.orig/src/output.cpp -+++ sfftobmp3.1.1/src/output.cpp +--- src/output.cpp.orig 2007-10-07 21:01:21.000000000 +0200 ++++ src/output.cpp 2009-02-26 18:10:08.000000000 +0100 @@ -39,6 +39,7 @@ #include <cassert> @@ -22,3 +22,28 @@ #include <boost/filesystem/path.hpp> #include <boost/filesystem/convenience.hpp> +Index: src/cmdline.cpp +=================================================================== +--- src/cmdline.cpp.orig 2007-10-07 21:01:21.000000000 +0200 ++++ src/cmdline.cpp 2009-02-26 18:11:53.000000000 +0100 +@@ -35,6 +35,7 @@ + + ---RCS-Info--------------------------------------------------*/ + ++#include <cstdio> + #include <vector> + #include <cassert> + #include <iostream> +Index: src/common.cpp +=================================================================== +--- src/common.cpp.orig 2007-10-07 21:01:20.000000000 +0200 ++++ src/common.cpp 2009-02-26 18:42:35.000000000 +0100 +@@ -38,7 +38,7 @@ + + #include "sfftypes.h" + #include "common.h" +- ++#include <stdio.h> + #include <time.h> + #include <errno.h> + #include <sys/types.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