From dcd296f28b4a95f1b6a9fe175c3d169cb86c5ca3 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 7 May 2020 14:03:59 -0500 Subject: [PATCH] Fix runtime deps. --- inkscape.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index 9be33bd..52e4beb 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -2,7 +2,7 @@ Name: inkscape Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -222,6 +222,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/doc/inkscape/copyright %changelog +* Thu May 07 2020 Gwyn Ciesla - 1.0-2 +- Fix runtime dependencies. + * Fri May 01 2020 Gwyn Ciesla - 1.0-1 - 1.0 final