From 4798ba09d21536fe8354bbcf7c21138f4029dd92 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 3 Mar 2023 15:21:40 +0200 Subject: [PATCH] Bootstrap for a new libgs Signed-off-by: David Abdurachmanov --- graphviz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 8360234..86ef191 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -13,7 +13,7 @@ # which cause problems during rebuilds. Currently it is circular dependency of graphviz and # doxygen - in case a dependency of graphviz/doxygen bumps SONAME and graphviz/doxygen # has to be rebuilt, we can break the circular dependency by building with --with bootstrap. -%bcond_with bootstrap +%bcond_without bootstrap %if 0%{?rhel} >= 10 %bcond_with gtk2 @@ -94,7 +94,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 7.1.0 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} License: EPL-1.0 URL: http://www.graphviz.org/ Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 @@ -754,6 +754,9 @@ php --no-php-ini \ %endif %changelog +* Fri Mar 03 2023 David Abdurachmanov - 7.1.0-2.0.riscv64 +- Bootstrap (new libgs) + * Tue Jan 24 2023 Jaroslav Škarvada - 7.1.0-2 - Release bump to handle gs update