From 08b8297e8473be22397d56584600b885fd2fe98c7bcfa01fa7bab39b61a13342 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Mar 2007 20:17:56 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=2 --- graphviz.changes | 5 +++++ graphviz.spec | 18 ++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/graphviz.changes b/graphviz.changes index 87dcb42..e2f117a 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 21:11:37 CEST 2007 - aj@suse.de + +- Add bison to BuildRequires. + ------------------------------------------------------------------- Fri Aug 11 11:30:14 CEST 2006 - pth@suse.de diff --git a/graphviz.spec b/graphviz.spec index 20bdf03..5ebe19d 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -1,7 +1,7 @@ # # spec file for package graphviz (Version 2.6) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,9 +11,9 @@ # norootforbuild Name: graphviz -BuildRequires: expat freetype2-devel gcc-c++ libjpeg-devel libpng-devel libstdc++-devel pkgconfig swig tk-devel xorg-x11-devel +BuildRequires: bison expat freetype2-devel gcc-c++ libjpeg-devel libpng-devel libstdc++-devel pkgconfig swig tk-devel xorg-x11-devel Version: 2.6 -Release: 22 +Release: 61 Autoreqprov: on Summary: Graph Visualization Tools Group: Productivity/Graphics/Visualization/Graph @@ -193,7 +193,9 @@ touch $RPM_BUILD_ROOT/usr/lib/graphviz/config %{_libdir}/pkgconfig/*.pc %{_mandir}/man3/*.3* -%changelog -n graphviz +%changelog +* Thu Mar 29 2007 - aj@suse.de +- Add bison to BuildRequires. * Fri Aug 11 2006 - pth@suse.de - Adapt to new X11 paths. * Mon Apr 03 2006 - pnemec@suse.cz @@ -227,13 +229,13 @@ touch $RPM_BUILD_ROOT/usr/lib/graphviz/config * Sat Mar 27 2004 - sndirsch@suse.de - update to graphviz-1.12 * general -- rename bcc -> bcomps to avoid name conflict with + - rename bcc -> bcomps to avoid name conflict with "Bruce's C Compiler" on Redhat distributions. -- all build without X11 (fix problem in lefty tree) -- remove from distribution: + - all build without X11 (fix problem in lefty tree) + - remove from distribution: dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl * dotneato -- fix "brown-bag" problem resulting in PNG and JPEG errors on + - fix "brown-bag" problem resulting in PNG and JPEG errors on RH8 and RH9. - removed hunks for dag, fdp, grid, tcldgl from codecleanup patch; directories were dropped upstream (see 1.12 changelog above)