commit libopenraw for openSUSE:Factory
Hello community, here is the log from the commit of package libopenraw for openSUSE:Factory checked in at Thu Feb 26 12:56:26 CET 2009. -------- --- libopenraw/libopenraw.changes 2009-01-05 22:17:51.000000000 +0100 +++ /mounts/work_src_done/STABLE/libopenraw/libopenraw.changes 2009-02-25 20:43:18.449999000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 25 20:43:10 CET 2009 - coolo@suse.de + +- update to compile against gcc 4.4 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libopenraw-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopenraw.spec ++++++ --- /var/tmp/diff_new_pack.V32645/_old 2009-02-26 12:56:02.000000000 +0100 +++ /var/tmp/diff_new_pack.V32645/_new 2009-02-26 12:56:02.000000000 +0100 @@ -22,10 +22,11 @@ Name: libopenraw Version: 0.0.5 -Release: 7 +Release: 8 License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Source0: http://libopenraw.freedesktop.org/download/%name-%{version}.tar.bz2 +Patch0: libopenraw-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libopenraw1 = %{version}-%{release} BuildRequires: gcc-c++ @@ -78,6 +79,7 @@ %prep %setup -q +%patch0 %build #autoreconf -si @@ -109,6 +111,8 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Wed Feb 25 2009 coolo@suse.de +- update to compile against gcc 4.4 * Mon Jan 05 2009 crrodriguez@suse.de - exclude static libraries - fix -devel package dependencies ++++++ libopenraw-gcc44.patch ++++++ Index: demo/thumb.cpp =================================================================== --- demo/thumb.cpp.orig +++ demo/thumb.cpp @@ -19,7 +19,7 @@ */ - +#include <cstdio> #include <iostream> #include <libopenraw/libopenraw.h> #include <libopenraw/debug.h> Index: demo/cfa.cpp =================================================================== --- demo/cfa.cpp.orig +++ demo/cfa.cpp @@ -20,6 +20,7 @@ +#include <cstdio> #include <iostream> #include <libopenraw/libopenraw.h> #include <libopenraw/debug.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