Hello community, here is the log from the commit of package mtpaint for openSUSE:Factory checked in at Mon Sep 19 21:14:39 CEST 2011.
-------- --- mtpaint/mtpaint.changes 2011-09-04 17:23:52.000000000 +0200 +++ /mounts/work_src_done/STABLE/mtpaint/mtpaint.changes 2011-09-18 08:59:42.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Sep 18 06:58:50 UTC 2011 - [email protected] + +- added mtpaint-3.31-ld_fix.patch to fix failure caused by new ld + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- mtpaint-3.31-ld_fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtpaint.spec ++++++ --- /var/tmp/diff_new_pack.VsvAYM/_old 2011-09-19 21:14:30.000000000 +0200 +++ /var/tmp/diff_new_pack.VsvAYM/_new 2011-09-19 21:14:30.000000000 +0200 @@ -31,7 +31,8 @@ Patch1: %{name}-3.31-openjpeg.patch Patch2: %{name}-3.31-buff.diff Patch3: %{name}-3.31-libpng14.patch -Patch4: mtpaint-fix-no-add-needed.patch +Patch4: %{name}-fix-no-add-needed.patch +Patch5: %{name}-3.31-ld_fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on BuildRequires: gtk2-devel libpng-devel update-desktop-files zlib-devel @@ -67,6 +68,7 @@ %patch3 -p1 %endif %patch4 +%patch5 -p1 %{__chmod} 0755 %{name}_handbook-%{version}/docs/{en_GB,img,files,cs} dos2unix -k %{name}_handbook-%{version}/docs/index.html dos2unix -k %{name}_handbook-%{version}/docs/{en_GB,cs}/*.html ++++++ mtpaint-3.31-ld_fix.patch ++++++ diff -uNr old-mtpaint-3.31//src/Makefile mtpaint-3.31/src/Makefile --- old-mtpaint-3.31//src/Makefile 2008-11-08 18:31:59.000000000 +0100 +++ mtpaint-3.31/src/Makefile 2011-09-18 08:56:49.996370402 +0200 @@ -1,7 +1,7 @@ include ../_conf.txt CFLAGS = $(CFLAG) -LDFLAGS = $(LDFLAG) $(GLIB_LIB) +LDFLAGS = $(LDFLAG) $(GLIB_LIB) -lm BIN = mtpaint ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
