From 9c8267cc658b3accd4a34b78dbf0812b0246cf430d50a6dc360dff65f139b68e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 12 Dec 2013 09:43:24 +0000 Subject: [PATCH] Accepting request 209773 from openSUSE:Factory:PowerLE valgrind can optionally indeed be used by the developer of the package to run the testsuite in a special mode. The testsuite isn't run at all during package build and doing that in valgrind mode wouldn't be particularly appropriate anyway. Via gstreamer-plugins-->cheese there's a dependency on dirac from gnome-control-center, and it seems even more inappropriate to delay building that one until valgrind built on any architecture. Please forward to factory. - Don't buildrequire valgrind-devel anywhere, it's unused. OBS-URL: https://build.opensuse.org/request/show/209773 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dirac?expand=0&rev=29 --- dirac.changes | 5 +++++ dirac.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dirac.changes b/dirac.changes index 2b69e2c..301537b 100644 --- a/dirac.changes +++ b/dirac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Dec 7 23:30:21 UTC 2013 - matz@suse.de + +- Don't buildrequire valgrind-devel anywhere, it's unused. + ------------------------------------------------------------------- Thu Dec 20 01:00:27 CET 2012 - ro@suse.de diff --git a/dirac.spec b/dirac.spec index cd3a90a..b7b4325 100644 --- a/dirac.spec +++ b/dirac.spec @@ -1,7 +1,7 @@ # # spec file for package dirac # -# 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 @@ -26,17 +26,14 @@ Group: Productivity/Multimedia/Video/Editors and Convertors Source: %{name}-%{version}.tar.bz2 Patch0: 0001-Fix-uninitialised-memory-read-that-causes-the-encode.patch Patch1: %{name}-%{version}-gcc45.patch +BuildRequires: doxygen +BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: graphviz-gd BuildRequires: libcppunit-devel BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkg-config -%ifnarch ia64 s390 s390x %sparc -BuildRequires: valgrind-devel -%endif -BuildRequires: doxygen -BuildRequires: fdupes -BuildRequires: graphviz-gd BuildRequires: texlive-latex BuildRoot: %{_tmppath}/%{name}-%{version}-build