From 0b98417c62a42fa5b1eb96cc9b2e2e0327eec841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 5 Mar 2021 00:37:12 +0100 Subject: [PATCH] Built against guile22 --- graphviz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 8a1ea29..d61a87b 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -60,13 +60,13 @@ Name: graphviz Summary: Graph Visualization Tools Version: 2.46.1 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL-1.0 URL: http://www.graphviz.org/ Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, expat-devel, freetype-devel >= 2 BuildRequires: ksh, bison, m4, flex, tk-devel, tcl-devel >= 8.3, swig, sed -BuildRequires: fontconfig-devel, libtool-ltdl-devel, ruby-devel, ruby, guile-devel +BuildRequires: fontconfig-devel, libtool-ltdl-devel, ruby-devel, ruby, guile22-devel %if %{with python2} BuildRequires: python2-devel %endif @@ -573,6 +573,9 @@ php --no-php-ini \ %{_mandir}/man3/*.3tcl* %changelog +* Thu Mar 4 2021 Jaroslav Škarvada - 2.46.1-2 +- Built against guile22 + * Wed Mar 3 2021 Jaroslav Škarvada - 2.46.1-1 - New version Related: rhbz#1933722