From be2436c76402b67d6d6f5979b451f3196019eead66f1895723a58556774ae62b Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Wed, 16 Jan 2013 17:05:00 +0000 Subject: [PATCH] - Add BuildRequires for libXaw which isn't pulled in by x11 anymore (bnc#797258). OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=51 --- graphviz-plugins.spec | 2 +- graphviz.changes | 6 ++++++ graphviz.spec | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/graphviz-plugins.spec b/graphviz-plugins.spec index 3b6ae89..79619ca 100644 --- a/graphviz-plugins.spec +++ b/graphviz-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz-plugins # -# 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 diff --git a/graphviz.changes b/graphviz.changes index 9ddf1a0..9017623 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 16 18:02:58 CET 2013 - pth@suse.de + +- Add BuildRequires for libXaw which isn't pulled in by x11 anymore + (bnc#797258). + ------------------------------------------------------------------- Mon Jun 25 14:32:50 UTC 2012 - coolo@suse.com diff --git a/graphviz.spec b/graphviz.spec index f4b238e..45305b5 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz # -# 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 @@ -36,6 +36,7 @@ BuildRequires: fdupes BuildRequires: flex BuildRequires: freetype2-devel >= 2 BuildRequires: gcc-c++ +BuildRequires: libXaw-devel BuildRequires: libexpat-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel