[Lunar-commits] <moonbase> qscintilla2: version bumped to 2.3.

Florin Braescu florin at lunar-linux.org
Sun Sep 21 10:28:47 CEST 2008


commit 9d5abbc6b3be059676ddc068e1adc3a90ebb14a1
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Sep 21 11:28:47 2008 +0300

    qscintilla2: version bumped to 2.3.
    
    Changes:
      - Based on Scintilla v1.76.
      - The new QsciAbstractAPIs class allows applications to replace the default
        implementation of the language APIs used for auto-completion lists and call
        tips.
      - Added QsciScintilla::apiContext() to allow applications to determine the
        context used for auto-completion and call tips.
      - Added the QsciLexerFortran, QsciLexerFortran77, QsciLexerPascal,
        QsciLexerPostScript, QsciLexerTCL, QsciLexerXML and QsciLexerYAML classes.
      - QsciScintilla::setFolding() will now accept an optional margin number.
---
 qt4-apps/qscintilla2/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qt4-apps/qscintilla2/DETAILS b/qt4-apps/qscintilla2/DETAILS
index 769f6ee..216506c 100644
--- a/qt4-apps/qscintilla2/DETAILS
+++ b/qt4-apps/qscintilla2/DETAILS
@@ -1,13 +1,13 @@
           MODULE=qscintilla2
-         VERSION=gpl-2.2
+         VERSION=gpl-2.3
           SOURCE=QScintilla-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/QScintilla-$VERSION
       SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/QScintilla2
-      SOURCE_VFY=sha1:f570df8e7bcfc1281a477a21a12036023de6535a
+      SOURCE_VFY=sha1:90c8c4b74e92b43fd8de350fe12f20c7f589e645
    MODULE_PREFIX=${QTDIR:-/opt/lunar/qt/4}
         WEB_SITE=http://www.riverbankcomputing.co.uk/qscintilla
          ENTERED=20070528
-         UPDATED=20080229
+         UPDATED=20080921
            SHORT="Port to Qt of Scintilla C++ editor class"
 
 cat << EOF


More information about the Lunar-commits mailing list