Hello community,
here is the log from the commit of package qscintilla for openSUSE:Factory
checked in at Thu May 28 04:12:21 CEST 2009.
--------
--- KDE/qscintilla/python-qscintilla.changes 2008-12-06 23:48:46.000000000 +0100
+++ qscintilla/python-qscintilla.changes 2009-05-26 20:56:31.000000000 +0200
@@ -1,0 +2,26 @@
+Tue May 26 20:52:48 CEST 2009 - dmueller(a)suse.de
+
+- update to 2.4-snapshot-20090525:
+ - Based on Scintilla v1.78.
+ - Added the QsciLexerCustom, QsciStyle and QsciStyledText classes.
+ - Added annotate(), annotation(), clearAnnotations(), setAnnotationDisplay()
+ and annotationDisplay() to QsciScintilla.
+ - Added setMarginText(), clearMarginText(), setMarginType() and marginType()
+ to QsciScintilla.
+ - Added QsciLexer::lexerId() so that container lexers can be implemented.
+ - Added editor() and styleBitsNeeded() to QsciLexer.
+ - Added setDollarsAllowed() and dollarsAllowed() to QsciLexerCPP.
+ - Added setFoldScriptComments(), foldScriptComments(),
+ setFoldScriptHeredocs() and foldScriptHeredocs() to QsciLexerHTML.
+ - Added setSmartHighlighting() and smartHighlighting() to QsciLexerPascal.
+ (Note that the Scintilla Pascal lexer has changed so that any saved colour
+ and font settings will not be properly restored.)
+ - Added setFoldPackages(), foldPackages(), setFoldPODBlocks() and
+ foldPODBlocks() to QsciLexerPerl.
+ - Added setV2UnicodeAllowed(), v2UnicodeAllowed(), setV3BinaryOctalAllowed(),
+ v3BinaryOctalAllowed(), setV3BytesAllowed and v3BytesAllowed() to
+ QsciLexerPython.
+ - Added setScriptsStyled() and scriptsStyled() to QsciLexerXML.
+ - Added Spanish translations from Jaime Seuma.
+
+-------------------------------------------------------------------
qscintilla.changes: same change
calling whatdependson for head-i586
Old:
----
QScintilla-gpl-2.3.2.tar.bz2
New:
----
QScintilla-gpl-2.4-snapshot-20090525.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.x19020/_old 2009-05-28 04:11:00.000000000 +0200
+++ /var/tmp/diff_new_pack.x19020/_new 2009-05-28 04:11:00.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-qscintilla (Version 2.3.2)
+# spec file for package python-qscintilla (Version 2.3.2+2.4snapshot20090525)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,9 +28,9 @@
Group: Development/Libraries/C and C++
Summary: Python Bindings for the C++ Editor Class Library
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Version: 2.3.2
+Version: 2.3.2+2.4snapshot20090525
Release: 1
-%define scintilla_version 2.3.2
+%define scintilla_version 2.4-snapshot-20090525
Source: QScintilla-gpl-%scintilla_version.tar.bz2
Requires: python-qt4 >= %( echo `rpm -q --queryformat '%{VERSION}' python-qt4`)
%py_requires
@@ -74,6 +74,29 @@
/usr/share/qt4/qsci/api/python/QScintilla2.api
%changelog
+* Tue May 26 2009 dmueller(a)suse.de
+- update to 2.4-snapshot-20090525:
+ - Based on Scintilla v1.78.
+ - Added the QsciLexerCustom, QsciStyle and QsciStyledText classes.
+ - Added annotate(), annotation(), clearAnnotations(), setAnnotationDisplay()
+ and annotationDisplay() to QsciScintilla.
+ - Added setMarginText(), clearMarginText(), setMarginType() and marginType()
+ to QsciScintilla.
+ - Added QsciLexer::lexerId() so that container lexers can be implemented.
+ - Added editor() and styleBitsNeeded() to QsciLexer.
+ - Added setDollarsAllowed() and dollarsAllowed() to QsciLexerCPP.
+ - Added setFoldScriptComments(), foldScriptComments(),
+ setFoldScriptHeredocs() and foldScriptHeredocs() to QsciLexerHTML.
+ - Added setSmartHighlighting() and smartHighlighting() to QsciLexerPascal.
+ (Note that the Scintilla Pascal lexer has changed so that any saved colour
+ and font settings will not be properly restored.)
+ - Added setFoldPackages(), foldPackages(), setFoldPODBlocks() and
+ foldPODBlocks() to QsciLexerPerl.
+ - Added setV2UnicodeAllowed(), v2UnicodeAllowed(), setV3BinaryOctalAllowed(),
+ v3BinaryOctalAllowed(), setV3BytesAllowed and v3BytesAllowed() to
+ QsciLexerPython.
+ - Added setScriptsStyled() and scriptsStyled() to QsciLexerXML.
+ - Added Spanish translations from Jaime Seuma.
* Sat Dec 06 2008 dmueller(a)suse.de
- update to 2.3.2:
Added the read() and write() methods to QsciScintilla in anticipation of PyQt
@@ -111,7 +134,7 @@
* Includes Python bindings.
* Mon Jun 05 2006 stbinner(a)suse.de
- fix build for < 10.1
-* Wed May 17 2006 dmueller(a)suse.de
+* Thu May 18 2006 dmueller(a)suse.de
- split into devel package (#165234)
* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
++++++ qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.x19020/_old 2009-05-28 04:11:00.000000000 +0200
+++ /var/tmp/diff_new_pack.x19020/_new 2009-05-28 04:11:00.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package qscintilla (Version 2.3.2)
+# spec file for package qscintilla (Version 2.3.2+2.4snapshot20090525)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,9 +26,9 @@
Group: Development/Libraries/C and C++
Summary: C++ Editor Class Library
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Version: 2.3.2
+Version: 2.3.2+2.4snapshot20090525
Release: 1
-%define scintilla_version 2.3.2
+%define scintilla_version 2.4-snapshot-20090525
Source: QScintilla-gpl-%scintilla_version.tar.bz2
Patch: %name.diff
%define debug_package_requires libqscintilla2-5 = %version-%release
@@ -147,6 +147,29 @@
%_libdir/libqscintilla2.so
%changelog
+* Tue May 26 2009 dmueller(a)suse.de
+- update to 2.4-snapshot-20090525:
+ - Based on Scintilla v1.78.
+ - Added the QsciLexerCustom, QsciStyle and QsciStyledText classes.
+ - Added annotate(), annotation(), clearAnnotations(), setAnnotationDisplay()
+ and annotationDisplay() to QsciScintilla.
+ - Added setMarginText(), clearMarginText(), setMarginType() and marginType()
+ to QsciScintilla.
+ - Added QsciLexer::lexerId() so that container lexers can be implemented.
+ - Added editor() and styleBitsNeeded() to QsciLexer.
+ - Added setDollarsAllowed() and dollarsAllowed() to QsciLexerCPP.
+ - Added setFoldScriptComments(), foldScriptComments(),
+ setFoldScriptHeredocs() and foldScriptHeredocs() to QsciLexerHTML.
+ - Added setSmartHighlighting() and smartHighlighting() to QsciLexerPascal.
+ (Note that the Scintilla Pascal lexer has changed so that any saved colour
+ and font settings will not be properly restored.)
+ - Added setFoldPackages(), foldPackages(), setFoldPODBlocks() and
+ foldPODBlocks() to QsciLexerPerl.
+ - Added setV2UnicodeAllowed(), v2UnicodeAllowed(), setV3BinaryOctalAllowed(),
+ v3BinaryOctalAllowed(), setV3BytesAllowed and v3BytesAllowed() to
+ QsciLexerPython.
+ - Added setScriptsStyled() and scriptsStyled() to QsciLexerXML.
+ - Added Spanish translations from Jaime Seuma.
* Sat Dec 06 2008 dmueller(a)suse.de
- update to 2.3.2:
Added the read() and write() methods to QsciScintilla in anticipation of PyQt
@@ -184,7 +207,7 @@
* Includes Python bindings.
* Mon Jun 05 2006 stbinner(a)suse.de
- fix build for < 10.1
-* Wed May 17 2006 dmueller(a)suse.de
+* Thu May 18 2006 dmueller(a)suse.de
- split into devel package (#165234)
* Wed Jan 25 2006 mls(a)suse.de
- converted neededforbuild to BuildRequires
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org