Hello community, here is the log from the commit of package pcmanfm for openSUSE:Factory checked in at Mon Sep 12 10:36:16 CEST 2011.
-------- --- pcmanfm/pcmanfm.changes 2011-08-10 07:43:00.000000000 +0200 +++ /mounts/work_src_done/STABLE/pcmanfm/pcmanfm.changes 2011-09-10 17:37:01.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Sep 10 15:36:52 UTC 2011 - [email protected] + +- fix build with newer ld + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- fix-link.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcmanfm.spec ++++++ --- /var/tmp/diff_new_pack.uk1cko/_old 2011-09-12 10:36:12.000000000 +0200 +++ /var/tmp/diff_new_pack.uk1cko/_new 2011-09-12 10:36:12.000000000 +0200 @@ -21,13 +21,14 @@ Name: pcmanfm Summary: The next generation LXDE file manager Version: 0.9.9_rc3 -Release: 1 +Release: 9 License: GPLv2 Group: Productivity/File utilities Url: http://www.lxde.org/ Source0: %name-0.9.9.tar.bz2 Source1: %name-rpmlintrc Patch0: %name-0.9.9-fix-no_return_in_non_void.patch +Patch1: fix-link.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf automake desktop-file-utils gcc gcc-c++ BuildRequires: fdupes gtk2-devel intltool menu-cache-devel @@ -57,6 +58,7 @@ %prep %setup -q -n %name-0.9.9 %patch0 -p1 +%patch1 -p1 %build %configure --enable-debug ++++++ fix-link.patch ++++++ Index: pcmanfm-0.9.9/src/Makefile.am =================================================================== --- pcmanfm-0.9.9.orig/src/Makefile.am 2011-08-09 23:28:31.000000000 +0200 +++ pcmanfm-0.9.9/src/Makefile.am 2011-09-10 17:05:46.868191374 +0200 @@ -47,7 +47,7 @@ pcmanfm_LDADD = \ $(GIO_LIBS) \ $(GMODULE_LIBS) \ $(FM_LIBS) \ - $(MENU_CACHE_LIBS) \ + $(MENU_CACHE_LIBS) -lm \ $(NULL) noinst_PROGRAMS=xml-purge Index: pcmanfm-0.9.9/src/Makefile.in =================================================================== --- pcmanfm-0.9.9.orig/src/Makefile.in 2011-08-09 23:33:46.000000000 +0200 +++ pcmanfm-0.9.9/src/Makefile.in 2011-09-10 17:05:56.496073471 +0200 @@ -291,7 +291,7 @@ pcmanfm_LDADD = \ $(GIO_LIBS) \ $(GMODULE_LIBS) \ $(FM_LIBS) \ - $(MENU_CACHE_LIBS) \ + $(MENU_CACHE_LIBS) -lm \ $(NULL) xml_purge_SOURCES = xml-purge.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
