Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2016-09-20 13:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2016-03-26 15:24:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2016-09-20 13:26:12.000000000 +0200 @@ -1,0 +2,61 @@ +Fri Sep 16 00:03:38 UTC 2016 - [email protected] + +- Updated to version 3.6.7: + + C++11 range-based for loops used in SciTE so GCC 4.6 is now the + minimum supported version. + + SCVS_NOWRAPLINESTART option stops left arrow from wrapping to + the previous line. Most commonly wanted when virtual space is + used, (sf#1648). + + The C++ lexer can fold on #else and #elif with the + fold.cpp.preprocessor.at.else property, (sf#210). + + The HTML lexer no longer treats "<?" inside a string in a + script as potentially starting an XML document, (sf#767). + + The HTML lexer fixes a problem resuming at a script start where + the starting state continued past where it should, (sf#1849). + + When inserting spaces for virtual space and the position is in + indentation and tabs are enabled for indentation then use tabs, + (sf#1850). + + Fix fold expand when some child text not styled. Caused by + fixes for #1799, (sf#1842). + + Fix scroll bar size warnings on GTK+ caused by #1831, (sf#1851). + + Small fixes for GTK+ makefile, (sf#1844, sf#1845 and sf#1846). + + Fix SciTE indentation after code like "void function () {}". + + Fix SciTE global regex replace of "^" with something which + missed the line after empty lines with LF line ends, (sf#1839). + + Fix SciTE on GTK+ 3.20 bug where toggle buttons on find and + replace strips did not show active state, (sf#1853). +- Changes from version 3.6.6: + + C++ 11 <regex> support built by default. Can be disabled by + defining NO_CXX11_REGEX. + + SciTE_USERHOME environment variable allows separate location + for writeable properties files, Feature #965. + + GObject introspection supports notify and command events. + + The Progress lexer now allows comments preceded by a tab. + + Scripts reading Scintilla.iface file include comments for enu + and lex definitions, (sf#1829). + + Fix crashes on GTK+ if idle work active when destroyed, + (sf#1827). + + Fixed bugs when used on GTK+ 3.20, (sf#1825 and sf#1831). + + Fix SciTE search field background with dark theme on GTK+ + 2.x,(sf#1826). +- Changes from version 3.6.5: + + JSON lexer added, Feature #1140. + + The C++ lexer fixes a bug with multi-line strings with line + continuation where the string style overflowed after an edit, + (sf#1824). + + The Python lexer treats '@' as an operator except when it is + the first visible character on a line. This is for Python 3.5. + + The Rust lexer allows '?' as an operator, Feature #1146. + + Doubled size of compiled regex buffer, (sf#1822). + + For GTK+, the Super modifier key can be used in key bindings, + Feature #1142. + + For GTK+, fix some crashes when using multiple threads. + + Platform layer font cache removed on GTK+ as platform- + independent caches are used. This avoids the use of thread + locking and initialisation of threads so any GTK+ applications + that rely on Scintilla initialising threads will have to do + that themselves. + + SciTE bug fixed with exported HTML where extra line shown, + (sf#1816). + +------------------------------------------------------------------- Old: ---- scite364.tgz New: ---- scite367.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.sAwQwM/_old 2016-09-20 13:26:13.000000000 +0200 +++ /var/tmp/diff_new_pack.sAwQwM/_new 2016-09-20 13:26:13.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package scite # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012-2016 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,9 +18,9 @@ Name: scite -Version: 3.6.4 +Version: 3.6.7 Release: 0 -%define tar_ver 364 +%define tar_ver 367 Summary: Source Code Editor based on Scintilla License: MIT Group: Productivity/Text/Editors ++++++ scite364.tgz -> scite367.tgz ++++++ ++++ 22531 lines of diff (skipped)
