diff --git a/graphviz.spec b/graphviz.spec index 7a858cf..b0b36de 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -47,7 +47,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.38.0 -Release: 15%{?dist} +Release: 16%{?dist} Group: Applications/Multimedia License: EPL URL: http://www.graphviz.org/ @@ -88,7 +88,8 @@ BuildRequires: gts-devel BuildRequires: lasi-devel %endif BuildRequires: urw-fonts, perl-ExtUtils-Embed, ghostscript-devel, librsvg2-devel -Requires: urw-fonts +# ISO8859-1 fonts are required by lefty +Requires: urw-fonts, xorg-x11-fonts-ISO8859-1-100dpi # The vim is required by vimdot. The vim explicit dependency is not the best # solution, because gvim can be used instead, but there is nothing like # conditional dependencies in RPM, thus explicit dependency on vim shouldn't @@ -98,7 +99,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description -A collection of tools for the manipulation and layout of graphs (as in nodes +A collection of tools for the manipulation and layout of graphs (as in nodes and edges, not as in barcharts). %package devel @@ -108,8 +109,8 @@ Requires: %{name} = %{version}-%{release}, pkgconfig Requires: %{name}-gd = %{version}-%{release} %description devel -A collection of tools for the manipulation and layout of graphs (as in nodes -and edges, not as in barcharts). This package contains development files for +A collection of tools for the manipulation and layout of graphs (as in nodes +and edges, not as in barcharts). This package contains development files for graphviz. %if %{DEVIL} @@ -139,8 +140,8 @@ Requires(post): %{_bindir}/dot /sbin/ldconfig Requires(postun): %{_bindir}/dot /sbin/ldconfig %description gd -Graphviz plugin for renderers based on gd. (Unless you absolutely have to use -GIF, you are recommended to use the PNG format instead because of the better +Graphviz plugin for renderers based on gd. (Unless you absolutely have to use +GIF, you are recommended to use the PNG format instead because of the better quality anti-aliased lines provided by the cairo+pango based renderer.) %package graphs @@ -551,6 +552,11 @@ rm -rf %{buildroot} %changelog +* Tue Nov 11 2014 Jaroslav Škarvada - 2.38.0-16 +- Added ISO8859-1 fonts as requirement + Resolves: rhbz#1058323 +- Fixed spurious whitespaces + * Wed Sep 03 2014 Jitka Plesnikova - 2.38.0-15 - Perl 5.20 rebuild