Hello community,

here is the log from the commit of package qscintilla for openSUSE:Factory 
checked in at 2014-03-27 06:10:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qscintilla (Old)
 and      /work/SRC/openSUSE:Factory/.qscintilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qscintilla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qscintilla/python-qscintilla.changes     
2013-11-15 13:32:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python-qscintilla.changes        
2014-03-27 06:10:54.000000000 +0100
@@ -2 +2 @@
-Thu Nov 14 02:15:18 UTC 2013 - [email protected]
+Sun Mar 23 18:32:06 UTC 2014 - [email protected]
@@ -4,2 +4,14 @@
-- 
-update to v2.8:
+- Update to v2.8.1
+  - Added support for iOS and Android.
+  - Added support for retina displays.
+  - A qscintilla2.prf file is installed so that application .pro files only
+    need to add CONFIG += qscintilla2.
+  - Updated the keywords recognised by the Octave lexer.
+  - Bug fixes.
+
+- Rebase qscintilla.diff for the new release
+
+-------------------------------------------------------------------
+Thu Nov 14 02:13:30 UTC 2013 - [email protected]
+
+- update to v2.8:
@@ -37 +49,10 @@
-Fri Apr 12 03:37:01 UTC 2013 - [email protected]
+Wed Jun 19 07:12:31 UTC 2013 - [email protected]
+
+- update to 2.7.2:
+  - The build script for the Python bindings now has a --pyqt argument for
+    specifying PyQt4 or PyQt5.
+  - The default EOL mode on OS/X is now EolUnix.
+  - Bug fixes.
+
+-------------------------------------------------------------------
+Fri Apr 12 03:40:33 UTC 2013 - [email protected]
--- /work/SRC/openSUSE:Factory/qscintilla/python3-qscintilla.changes    
2013-11-15 13:32:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/python3-qscintilla.changes       
2014-03-27 06:10:55.000000000 +0100
@@ -2 +2,14 @@
-Thu Nov 14 02:15:52 UTC 2013 - [email protected]
+Sun Mar 23 18:32:06 UTC 2014 - [email protected]
+
+- Update to v2.8.1
+  - Added support for iOS and Android.
+  - Added support for retina displays.
+  - A qscintilla2.prf file is installed so that application .pro files only
+    need to add CONFIG += qscintilla2.
+  - Updated the keywords recognised by the Octave lexer.
+  - Bug fixes.
+
+- Rebase qscintilla.diff for the new release
+
+-------------------------------------------------------------------
+Thu Nov 14 02:13:30 UTC 2013 - [email protected]
@@ -35,0 +49,9 @@
+Wed Jun 19 07:12:31 UTC 2013 - [email protected]
+
+- update to 2.7.2:
+  - The build script for the Python bindings now has a --pyqt argument for
+    specifying PyQt4 or PyQt5.
+  - The default EOL mode on OS/X is now EolUnix.
+  - Bug fixes.
+
+-------------------------------------------------------------------
@@ -82,5 +103,0 @@
-
--------------------------------------------------------------------
-Thu Nov 22 14:18:55 UTC 2012 - [email protected]
-
-- Removed openSUSE 11.4 spec file workarounds
--- /work/SRC/openSUSE:Factory/qscintilla/qscintilla.changes    2013-11-15 
13:32:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qscintilla.new/qscintilla.changes       
2014-03-27 06:10:55.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Mar 23 18:32:06 UTC 2014 - [email protected]
+
+- Update to v2.8.1
+  - Added support for iOS and Android.
+  - Added support for retina displays.
+  - A qscintilla2.prf file is installed so that application .pro files only
+    need to add CONFIG += qscintilla2.
+  - Updated the keywords recognised by the Octave lexer.
+  - Bug fixes.
+
+- Rebase qscintilla.diff for the new release
+
+-------------------------------------------------------------------
@@ -45 +58 @@
-Fri Apr 12 03:35:08 UTC 2013 - [email protected]
+Fri Apr 12 03:40:33 UTC 2013 - [email protected]
@@ -47 +60,44 @@
- - based on Scintilla v3.23. 
+- update to 2.7.1
+  - v2.7.1 1st March 2013
+     - Added support for the final release of Qt v5.
+     - The build script for the Python bindings should now work with SIP v5.
+     - Bug fixes.
+
+  - v2.7 8th December 2012
+    - Based on Scintilla v3.23.
+     - Added support for Qt v5-rc1.
+     - Added HashQuotedString, InactiveHashQuotedString, PreProcessorComment,
+       InactivePreProcessorComment, setHighlightHashQuotedStrings() and
+       highlightHashQuotedStrings() to QsciLexerCpp.
+     - Added Variable, setHSSLanguage(), HSSLanguage(), setLessLanguage(),
+       LessLanguage(), setSCCSLanguage() and SCCSLanguage() to QsciLexerCSS.
+     - Added setOverwriteMode() and overwriteMode() to QsciScintilla.
+     - Added wordAtLineIndex() to QsciScintilla.
+     - Added findFirstInSelection() to QsciScintilla.
+     - Added CallTipsPosition, callTipsPosition() and setCallTipsPosition() to
+       QsciScintilla.
+     - Added WrapFlagInMargin to QsciScintilla::WrapVisualFlag.
+     - Added SquigglePixmapIndicator to QsciScintilla::IndicatorStyle.
+     - The weight of a font (rather than whether it is just bold or not) is now
+       respected.
+     - Added SCLEX_AVS, SCLEX_COFFEESCRIPT, SCLEX_ECL, SCLEX_OSCRIPT,
+       SCLEX_TCMD and SCLEX_VISUALPROLOG to QsciScintillaBase.
+     - Added SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE and
+       SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE to QsciScintillaBase.
+     - Added SC_FONT_SIZE_MULTIPLIER to QsciScintillaBase.
+     - Added SC_WEIGHT_NORMAL, SC_WEIGHT_SEMIBOLD and SC_WEIGHT_BOLD to
+       QsciScintillaBase.
+     - Added SC_WRAPVISUALFLAG_MARGIN to QsciScintillaBase.
+      - Added INDIC_SQUIGGLEPIXMAP to QsciScintillaBase.
+    - Added SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR,
+      SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR, SCI_CALLTIPSETPOSITION,
+       SCI_COUNTCHARACTERS, SCI_CREATELOADER, SCI_DELETERANGE,
+       SCI_FINDINDICATORFLASH, SCI_FINDINDICATORHIDE, SCI_FINDINDICATORSHOW,
+       SCI_GETALLLINESVISIBLE, SCI_GETGAPPOSITION, SCI_GETPUNCTUATIONCHARS,
+       SCI_GETRANGEPOINTER, SCI_GETSELECTIONEMPTY, SCI_GETTECHNOLOGY,
+       SCI_GETWHITESPACECHARS, SCI_GETWORDCHARS, SCI_RGBAIMAGESETSCALE,
+       SCI_SETPUNCTUATIONCHARS, SCI_SETTECHNOLOGY, SCI_STYLESETSIZEFRACTIONAL,
+       SCI_STYLEGETSIZEFRACTIONAL, SCI_STYLESETWEIGHT and SCI_STYLEGETWEIGHT to
+       QsciScintillaBase.
+     - Removed SCI_GETUSEPALETTE and SCI_SETUSEPALETTE from QsciScintillaBase.
+     - Bug fixes.

Old:
----
  QScintilla-gpl-2.8.tar.gz

New:
----
  QScintilla-gpl-2.8.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.H35h3C/_old  2014-03-27 06:10:56.000000000 +0100
+++ /var/tmp/diff_new_pack.H35h3C/_new  2014-03-27 06:10:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qscintilla
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +28,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        2.8
+Version:        2.8.1
 Release:        0
 %define scintilla_version %version
 Source:         
http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-%{version}/QScintilla-gpl-%{version}.tar.gz

python3-qscintilla.spec: same change
++++++ qscintilla.spec ++++++
--- /var/tmp/diff_new_pack.H35h3C/_old  2014-03-27 06:10:56.000000000 +0100
+++ /var/tmp/diff_new_pack.H35h3C/_new  2014-03-27 06:10:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qscintilla
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -24,7 +24,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        2.8
+Version:        2.8.1
 Release:        0
 %define scintilla_version %version
 Source:         
http://downloads.sourceforge.net/project/pyqt/QScintilla2/QScintilla-%{version}/QScintilla-gpl-%{version}.tar.gz
@@ -71,7 +71,7 @@
 Requires:       libqt4-devel >= %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-devel`)
 # openSUSE 10.3
 Provides:       qscintilla-devel = %{version}
-Obsoletes:      qscintilla-devel <= %{version}
+Obsoletes:      qscintilla-devel < %{version}
 
 %description -n libqscintilla-devel
 QScintilla is a Qt port of Neil Hodgson's Scintilla C++ editor class.
@@ -129,5 +129,6 @@
 /usr/include/Qsci/*
 %_libdir/libqscintilla2.so
 %_libdir/qt4/plugins/designer/libqscintillaplugin.so
+%{_datadir}/qt4/mkspecs/features/qscintilla2.prf
 
 %changelog

++++++ QScintilla-gpl-2.8.tar.gz -> QScintilla-gpl-2.8.1.tar.gz ++++++
++++ 22665 lines of diff (skipped)

++++++ qscintilla.diff ++++++
--- /var/tmp/diff_new_pack.H35h3C/_old  2014-03-27 06:10:56.000000000 +0100
+++ /var/tmp/diff_new_pack.H35h3C/_new  2014-03-27 06:10:56.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- Qt3/qscintilla.pro.orig
 +++ Qt3/qscintilla.pro
-@@ -45,7 +45,7 @@ DEFINES = QSCINTILLA_MAKE_DLL QT SCI_LEX
+@@ -49,7 +49,7 @@ DEFINES = QSCINTILLA_MAKE_DLL QT SCI_LEX
  # Handle both Qt v4 and v3.
  target.path = $$[QT_INSTALL_LIBS]
  isEmpty(target.path) {
@@ -11,7 +11,7 @@
  }
  
  header.path = $$[QT_INSTALL_HEADERS]
-@@ -61,11 +61,8 @@ isEmpty(trans.path) {
+@@ -65,11 +65,8 @@ isEmpty(trans.path) {
        trans.path = $(QTDIR)/translations
  }
  
@@ -26,11 +26,10 @@
  
 --- designer-Qt4Qt5/designer.pro.orig  2011-11-23 01:10:02.000000000 -0500
 +++ designer-Qt4Qt5/designer.pro       2011-11-23 01:11:58.000000000 -0500
-@@ -12,4 +12,5 @@
+@@ -22,2 +22,5 @@
  target.path = $$[QT_INSTALL_PLUGINS]/designer
  INSTALLS += target
- 
--LIBS += -L$$[QT_INSTALL_LIBS] -lqscintilla2
++  
 +LIBS += -L../Qt4Qt5 -lqscintilla2
 +INCLUDEPATH += ../Qt4Qt5
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to