Hello community, here is the log from the commit of package gkrellm for openSUSE:Factory checked in at 2013-04-23 17:19:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gkrellm (Old) and /work/SRC/openSUSE:Factory/.gkrellm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gkrellm", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gkrellm/gkrellm.changes 2013-03-12 17:15:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gkrellm.new/gkrellm.changes 2013-04-23 17:19:36.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Apr 23 11:01:17 UTC 2013 - [email protected] + +- really build against libsensors [bnc#803967] and [bnc#803081] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gkrellm.spec ++++++ --- /var/tmp/diff_new_pack.skgF9H/_old 2013-04-23 17:19:37.000000000 +0200 +++ /var/tmp/diff_new_pack.skgF9H/_new 2013-04-23 17:19:37.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gkrellm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -29,7 +29,7 @@ Source3: gkrellm-24.png Source4: gkrellm-32.png Source5: gkrellm-48.png -# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches +# PATCH-FIX-OPENSUSE -- detect libsensors correctly -- [email protected] Patch0: %{name}-libsensors.patch BuildRequires: gtk2-devel BuildRequires: libsensors4-devel @@ -92,7 +92,11 @@ %patch0 %build -echo '#define HAVE_SSL 1' >> src/configure.h +cd src +# run configure to build against libsensors; otherwise it leads to +#e. g. bnc#803967 bnc#803081 +./configure +cd .. make X11_LIBS="-L/usr/X11R6/%{_lib} -lX11 -lSM -lICE" GTOP_LIBS="-lgmodule-2.0" %install ++++++ gkrellm-libsensors.patch ++++++ --- /var/tmp/diff_new_pack.skgF9H/_old 2013-04-23 17:19:37.000000000 +0200 +++ /var/tmp/diff_new_pack.skgF9H/_new 2013-04-23 17:19:37.000000000 +0200 @@ -15,12 +15,12 @@ =================================================================== --- src/configure.orig +++ src/configure -@@ -162,7 +162,7 @@ EOF - ${CC} ${CFLAGS} ${GTK_INCLUDE} ${PKG_NTLM_INCLUDE} -c test.c -o test.o 2>& 5 || true - ${CC} test.o -o test ${LINK_FLAGS} ${GTK_LIBS} ${PKG_NTLM_LIBS} 2>& 5 || true +@@ -212,7 +212,7 @@ EOF + ${CC} ${CFLAGS} ${GTK_INCLUDE} -c test.c -o test.o 2>& 5 || true + ${CC} test.o -o test ${LINK_FLAGS} ${GTK_LIBS} -lsensors 2>& 5 || true -if [ -x ./test ] && ./test +if [ -x ./test ] then echo "Found" - echo 'Defining HAVE_NTLM' 1>& 5 + echo 'Defining HAVE_LIBSENSORS' 1>& 5 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
