[qscintilla] 2.6.1

Rex Dieter rdieter at fedoraproject.org
Sat Feb 11 18:37:39 UTC 2012


commit b72c58654e213247b63e49348429c801802fabd4
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Feb 11 12:37:24 2012 -0600

    2.6.1
    
    - pkgconfig-style deps

 qscintilla.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
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 <rdieter at fedoraproject.org> 2.6.1-1
+- 2.6.1
+- pkgconfig-style deps
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list