Hello community, here is the log from the commit of package gtkpbbuttons for openSUSE:Factory checked in at Tue Oct 11 16:54:25 CEST 2011.
-------- --- openSUSE:Factory/gtkpbbuttons/gtkpbbuttons.changes 2011-09-23 02:02:28.000000000 +0200 +++ /mounts/work_src_done/STABLE/gtkpbbuttons/gtkpbbuttons.changes 2011-10-11 09:30:16.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Oct 5 10:05:07 UTC 2011 - [email protected] + +- Add gtkpbbuttons-linking.patch: link to libm during build. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gtkpbbuttons-linking.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkpbbuttons.spec ++++++ --- /var/tmp/diff_new_pack.eYsXO7/_old 2011-10-11 16:54:19.000000000 +0200 +++ /var/tmp/diff_new_pack.eYsXO7/_new 2011-10-11 16:54:19.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gtkpbbuttons (Version 0.6.10) +# spec file for package gtkpbbuttons # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -26,7 +26,9 @@ Group: System/Daemons License: GPL v2 or later Source: %{name}-%{version}.tar.gz -Patch: %{name}-%{version}.diff +Patch0: %{name}-%{version}.diff +# PATCH-FIX-UPSTREAM gtkpbbuttons-linking.patch [email protected] -- Link against libm during building, filed as http://sourceforge.net/tracker/?func=detail&aid=3418967&group_id=47862&atid=451137 +Patch1: gtkpbbuttons-linking.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: ppc ppc64 %ix86 x86_64 @@ -72,7 +74,8 @@ %prep %setup -q -%patch +%patch0 +%patch1 -p1 %build ./configure CFLAGS="$RPM_OPT_FLAGS" --prefix=/usr --mandir=%{_mandir} ++++++ gtkpbbuttons-linking.patch ++++++ Index: gtkpbbuttons-0.6.10/src/Makefile.am =================================================================== --- gtkpbbuttons-0.6.10.orig/src/Makefile.am +++ gtkpbbuttons-0.6.10/src/Makefile.am @@ -14,7 +14,7 @@ gtkpbbuttons_SOURCES = \ gettext_macros.h gtkpbbuttons_LDADD = @PACKAGE_LIBS@ @PBB_LDADD@ $(INTLLIBS) \ - @PTHREAD_LIB@ @AUDIOFILE_LIBS@ @POPT_LIB@ + @PTHREAD_LIB@ @AUDIOFILE_LIBS@ @POPT_LIB@ -lm gtkpbbuttons_LDFLAGS = @PBB_LDFLAGS@ if DEBUG Index: gtkpbbuttons-0.6.10/src/Makefile.in =================================================================== --- gtkpbbuttons-0.6.10.orig/src/Makefile.in +++ gtkpbbuttons-0.6.10/src/Makefile.in @@ -219,7 +219,7 @@ gtkpbbuttons_SOURCES = \ gettext_macros.h gtkpbbuttons_LDADD = @PACKAGE_LIBS@ @PBB_LDADD@ $(INTLLIBS) \ - @PTHREAD_LIB@ @AUDIOFILE_LIBS@ @POPT_LIB@ + @PTHREAD_LIB@ @AUDIOFILE_LIBS@ @POPT_LIB@ -lm gtkpbbuttons_LDFLAGS = @PBB_LDFLAGS@ @DEBUG_FALSE@AM_CFLAGS = -O2 continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
