Hello community, here is the log from the commit of package gpicview for openSUSE:Factory checked in at Mon Sep 19 21:09:43 CEST 2011.
-------- --- gpicview/gpicview.changes 2011-07-24 12:59:43.000000000 +0200 +++ /mounts/work_src_done/STABLE/gpicview/gpicview.changes 2011-09-18 08:49:38.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Sep 18 06:48:35 UTC 2011 - [email protected] + +- added gpicview-0.2.2-ld_fix.patch to fix build with latest ld + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gpicview-0.2.2-ld_fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpicview.spec ++++++ --- /var/tmp/diff_new_pack.ke032f/_old 2011-09-19 21:09:35.000000000 +0200 +++ /var/tmp/diff_new_pack.ke032f/_new 2011-09-19 21:09:35.000000000 +0200 @@ -26,6 +26,7 @@ Group: Productivity/Graphics/Viewers Url: http://www.lxde.org/ Source0: %name-%version.tar.bz2 +Patch0: %name-0.2.2-ld_fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf automake gcc gcc-c++ make update-desktop-files BuildRequires: gettext-runtime gettext-tools gtk2-devel pkg-config @@ -37,6 +38,7 @@ %prep %setup -q +%patch0 -p1 %build %configure ++++++ gpicview-0.2.2-ld_fix.patch ++++++ diff -uNr old-gpicview-0.2.2//src/Makefile.am gpicview-0.2.2/src/Makefile.am --- old-gpicview-0.2.2//src/Makefile.am 2011-07-23 15:53:24.000000000 +0200 +++ gpicview-0.2.2/src/Makefile.am 2011-09-18 08:46:56.260370401 +0200 @@ -27,7 +27,7 @@ # the library search path. # use -nodefaultlibs to prevent linking libstdc++ -gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS) +gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS) -lm noinst_HEADERS = \ glib-mem.h \ diff -uNr old-gpicview-0.2.2//src/Makefile.in gpicview-0.2.2/src/Makefile.in --- old-gpicview-0.2.2//src/Makefile.in 2011-07-23 15:53:47.000000000 +0200 +++ gpicview-0.2.2/src/Makefile.in 2011-09-18 08:47:42.265370402 +0200 @@ -273,7 +273,7 @@ # the library search path. # use -nodefaultlibs to prevent linking libstdc++ -gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS) +gpicview_LDADD = $(X11_LIBS) $(GTK_LIBS) -lm noinst_HEADERS = \ glib-mem.h \ image-list.h \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
