Hello community, here is the log from the commit of package libmsn for openSUSE:Factory checked in at 2012-03-20 11:28:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmsn (Old) and /work/SRC/openSUSE:Factory/.libmsn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmsn", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libmsn/libmsn.changes 2012-02-10 17:16:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmsn.new/libmsn.changes 2012-03-20 11:30:11.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 17 12:14:36 UTC 2012 - [email protected] + +- Add libmsn-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- libmsn-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmsn.spec ++++++ --- /var/tmp/diff_new_pack.1AOImv/_old 2012-03-20 11:30:13.000000000 +0100 +++ /var/tmp/diff_new_pack.1AOImv/_new 2012-03-20 11:30:13.000000000 +0100 @@ -33,6 +33,7 @@ Patch1: gcc-warnings.diff Patch2: literal-string-compare.diff Patch3: install-xmlparser.patch +Patch4: libmsn-gcc47.patch Source99: COPYING.LGPL %define debug_package_requires libmsn0_1 = %{version}-%{release} @@ -69,6 +70,7 @@ %patch1 %patch2 %patch3 -p1 +%patch4 -p1 cp %{S:99} . %build ++++++ libmsn-gcc47.patch ++++++ Index: libmsn-4.2/msn/util.cpp =================================================================== --- libmsn-4.2.orig/msn/util.cpp +++ libmsn-4.2/msn/util.cpp @@ -32,6 +32,7 @@ #include <sys/timeb.h> #include "md5.h" #include "libsiren/siren7.h" +#include <unistd.h> //for unlink() #ifdef _WIN32 #define random rand -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
