commit libofa for openSUSE:Factory
Hello community, here is the log from the commit of package libofa for openSUSE:Factory checked in at Wed May 6 18:48:32 CEST 2009. -------- --- libofa/libofa.changes 2008-11-06 11:35:53.000000000 +0100 +++ /mounts/work_src_done/STABLE/libofa/libofa.changes 2009-05-06 14:14:08.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 6 14:08:16 CEST 2009 - coolo@suse.de + +- fix compilation with gcc 4.4 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libofa-0.9.3-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libofa.spec ++++++ --- /var/tmp/diff_new_pack.QM4462/_old 2009-05-06 18:48:26.000000000 +0200 +++ /var/tmp/diff_new_pack.QM4462/_new 2009-05-06 18:48:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libofa (Version 0.9.3) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -24,12 +24,13 @@ Group: System/Libraries AutoReqProv: on Version: 0.9.3 -Release: 73 +Release: 74 Url: http://www.musicip.com/dns/downloads.jsp Source: %{name}-%{version}.tar.bz2 Patch0: libofa-incl.patch Patch1: libofa-0.9.3-gcc43.patch Patch2: libofa-0.9.3-pkgconfigbloat.patch +Patch3: libofa-0.9.3-gcc44.patch BuildRequires: curl-devel fftw3-devel gcc-c++ libexpat-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -109,6 +110,7 @@ %patch0 %patch1 %patch2 +%patch3 -p1 tr -d '\r' <README >README~ mv README~ README @@ -142,6 +144,8 @@ %postun -n libofa0 -p /sbin/ldconfig %changelog +* Wed May 06 2009 coolo@suse.de +- fix compilation with gcc 4.4 * Thu Nov 06 2008 sbrabec@suse.cz - Fixed devel dependencies. - Fixed README EOL encoding. ++++++ libofa-0.9.3-gcc44.patch ++++++ Index: libofa-0.9.3/examples/example.cpp =================================================================== --- libofa-0.9.3.orig/examples/example.cpp +++ libofa-0.9.3/examples/example.cpp @@ -9,6 +9,7 @@ #include "protocol.h" #include <cstring> +#include <cstdio> AudioData* loadWaveFile(char *file); AudioData* loadDataUsingLAME(char *file); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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