From b72c58654e213247b63e49348429c801802fabd4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 11 2012 18:37:24 +0000 Subject: 2.6.1 - pkgconfig-style deps --- diff --git a/qscintilla.spec b/qscintilla.spec index a3b53de..4a02ae9 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -5,8 +5,8 @@ %global python 1 Name: qscintilla -Version: 2.6 -Release: 3%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Summary: A Scintilla port to Qt # matches up (pretty much) with qt4 License: GPLv3 or GPLv2 with exceptions @@ -23,7 +23,7 @@ Obsoletes: qscintilla-designer < 2.4-3 Provides: qscintilla-designer = %{version}-%{release} %{?_isa:Provides: qscintilla-designer%{_isa} = %{version}-%{release}} -BuildRequires: qt4-devel +BuildRequires: pkgconfig(QtDesigner) pkgconfig(QtGui) pkgconfig(QtScript) pkgconfig(QtXml) # for -python %if 0%{?python} @@ -152,6 +152,10 @@ rm -rf %{buildroot} %changelog +* Sat Feb 11 2012 Rex Dieter 2.6.1-1 +- 2.6.1 +- pkgconfig-style deps + * Sat Jan 14 2012 Fedora Release Engineering - 2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild