From cd1266ae6cfe6fb7f1a3667c0a36b1df7d81e1f4 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Fri, 9 Jan 2015 15:22:56 -0600 Subject: [PATCH] Add aspell support. --- inkscape.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index 5078099..1c32ebc 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,6 +1,6 @@ Name: inkscape Version: 0.48.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -53,6 +53,7 @@ BuildRequires: intltool BuildRequires: popt-devel # We detect new poppler in inkscape-0.48.2-poppler_020.patch BuildRequires: automake +BuildRequires: aspell-devel # Disable all for now. TODO: Be smarter %if 0 @@ -244,6 +245,9 @@ fi %changelog +* Fri Jan 09 2015 Jon Ciesla - 0.48.5-5 +- Added aspell support, BZ 1171934. + * Thu Nov 27 2014 Marek Kasik - 0.48.5-4 - Rebuild (poppler-0.28.1)