From a948d60c781ec9085a65d0247e8d9399ba4f1780 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 28 Jun 2018 09:41:54 -0500 Subject: [PATCH] BR: editorconfig (#1596280) --- kf5-ktexteditor.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kf5-ktexteditor.spec b/kf5-ktexteditor.spec index 7822d3e..45c0177 100644 --- a/kf5-ktexteditor.spec +++ b/kf5-ktexteditor.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 3 with advanced embeddable text editor License: LGPLv2+ @@ -51,8 +51,9 @@ BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(Qt5XmlPatterns) -%if 0%{?fedora} >= 22 -BuildRequires: libgit2-devel >= 0.22.0 +%if 0%{?fedora} +BuildRequires: pkgconfig(editorconfig) +BuildRequires: pkgconfig(libgit2) >= 0.22.0 %endif %if 0%{?tests} BuildRequires: pkgconfig(Qt5Script) @@ -144,6 +145,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jun 28 2018 Rex Dieter - 5.47.0-4 +- BR: editorconfig (#1596280) + * Fri Jun 08 2018 Rex Dieter - 5.47.0-3 - cleanup/cosmetics