Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2016-02-11 12:32:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdrm (Old)
 and      /work/SRC/openSUSE:Factory/.libdrm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdrm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes    2016-01-05 
21:53:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes       2016-02-11 
12:32:46.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  3 18:32:17 UTC 2016 - e...@suse.com
+
+- Disable valgrind support for all architectures if not
+  explicitely enabled by a macro (boo#963979).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libdrm.spec ++++++
--- /var/tmp/diff_new_pack.nLbYPD/_old  2016-02-11 12:32:47.000000000 +0100
+++ /var/tmp/diff_new_pack.nLbYPD/_new  2016-02-11 12:32:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdrm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,9 +48,11 @@
 BuildRequires:  util-macros-devel
 BuildRequires:  pkgconfig(pciaccess) >= 0.10
 BuildRequires:  pkgconfig(pthread-stubs)
+%if 0%{?with_valgrind_support:1}
 %ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x %arm
 BuildRequires:  pkgconfig(valgrind)
 %endif
+%endif
 
 %description
 The package contains the userspace interface to the kernel DRM
@@ -188,6 +190,10 @@
 %configure --with-pic \
 %ifnarch %ix86 x86_64 ppc ppc64 ppc64le s390x %arm
           --disable-valgrind \
+%else
+%if 0%{!?with_valgrind_support:1}
+          --disable-valgrind \
+%endif
 %endif
 %ifarch %arm
           --enable-omap-experimental-api \


Reply via email to