[qscintilla] rebuild (PyQt4), refresh incpath patch

Rex Dieter rdieter at fedoraproject.org
Fri Nov 8 18:11:21 UTC 2013


commit bf53e88277edcf8c74fef8c01c710eba28bd9d69
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Nov 8 12:11:42 2013 -0600

    rebuild (PyQt4), refresh incpath patch

 .gitignore      |    1 +
 qscintilla.spec |   10 +++++-----
 sources         |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d9d366..cb9720f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /QScintilla-gpl-2.7.1.tar.gz
 /QScintilla-gpl-2.7.2.tar.gz
+/QScintilla-gpl-2.8.tar.gz
diff --git a/qscintilla.spec b/qscintilla.spec
index a2c1788..165d3e3 100644
--- a/qscintilla.spec
+++ b/qscintilla.spec
@@ -1,13 +1,13 @@
 
-%global scintilla_ver 3.2.3
+%global scintilla_ver 3.3.6
 
 # bootstrapping -python
 %global python 1
 
-Name:    qscintilla
-Version: 2.7.2
-Release: 3%{?dist}
 Summary: A Scintilla port to Qt
+Name:    qscintilla
+Version: 2.8
+Release: 1%{?dist}
 
 # matches up (pretty much) with qt4
 License: GPLv3 or GPLv2 with exceptions
@@ -109,7 +109,7 @@ rm -rf %{buildroot}%{_qt4_datadir}/qsci/
 %doc NEWS README
 %doc LICENSE.GPL3 LICENSE.GPL2
 %doc GPL_EXCEPTION.TXT GPL_EXCEPTION_ADDENDUM.TXT
-%{_qt4_libdir}/libqscintilla2.so.9*
+%{_qt4_libdir}/libqscintilla2.so.11*
 %{_qt4_plugindir}/designer/libqscintillaplugin.so
 %{_qt4_translationdir}/*
 
diff --git a/sources b/sources
index 31e4d06..5409931 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0fbfb06078f206a241a62c94861cce21  QScintilla-gpl-2.7.2.tar.gz
+02c406d8cd5db661f127303e91775c0b  QScintilla-gpl-2.8.tar.gz


More information about the scm-commits mailing list