From 0c161b4eaa8d05da582d3aac0f0290730d1822a3eb6444807b98727758063407 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Nov 2011 13:18:34 +0000 Subject: [PATCH] Accepting request 94471 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94471 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=58 --- valgrind.changes | 5 +++++ valgrind.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/valgrind.changes b/valgrind.changes index b3a372a..be99f74 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 30 10:25:38 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Wed Nov 9 20:01:00 CET 2011 - dmueller@suse.de diff --git a/valgrind.spec b/valgrind.spec index a9e8f01..8534c83 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -18,17 +18,17 @@ Name: valgrind -BuildRequires: docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit libxslt xorg-x11-devel +BuildRequires: automake docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit libxslt xorg-x11-devel %ifarch x86_64 ppc64 BuildRequires: gcc-32bit glibc-devel-32bit %endif Url: http://valgrind.org/ -License: GPLv2+ +License: GPL-2+ Group: Development/Tools/Debuggers Summary: Memory Management Debugger BuildRoot: %{_tmppath}/%{name}-%{version}-build Version: 3.7.0 -Release: 1 +Release: 0 Source0: %{name}-%{version}.tar.bz2 # svn di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 3_5_BRANCH.diff # svn di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff