Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2015-08-10 09:15:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-06-24 
20:54:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2015-08-10 
09:15:58.000000000 +0200
@@ -1,0 +2,44 @@
+Wed Aug  5 21:04:53 UTC 2015 - [email protected]
+
+- Update to version 3.6.0:
+  + External interfaces use the Sci_Position and Sci_PositionU
+    typedefs instead of int and unsigned int to allow for changes
+    to a 64-bit interface on 64-bit plactforms in the future.
+    Applications and external lexers should start using the new
+    type names so that they will be compatible when the 64-bit
+    change occurs. There is also Sci_PositionCR (long) for use in 
+    the Sci_CharacterRange struct which will also eventually become
+    64-bit.
+  + Multiple selection now works over more key commands. The new
+    multiple-selection handling commands include horizontal
+    movement and selection commands, line up and down movement and
+    selection commands, word and line deletion commands, and line
+    end insertion. This change in behaviours is conditional on
+    setting the SCI_SETADDITIONALSELECTIONTYPING property.
+  + Autocompletion lists send an SCN_AUTOCCOMPLETED notification
+    after the text has been inserted.
+  + The case mode style attribute can now be SC_CASE_CAMEL.
+  + The Python lexer supports substyles for identifiers.
+  + SciTE adds support for substyles.
+  + SciTE's Export as RTF and Copy as RTF commands support UTF-8.
+  + SciTE can display autocompletion on all IME input with
+    ime.autocomplete property.
+  + SciTE properties files now discard trailing white space on
+    variable names.
+  + Calling SCI_SETIDENTIFIERS resets styling to ensure any added
+    identifier are highlighted.
+  + Avoid candidate box randomly popping up away from edit pane
+    with (especially Japanese) IME input.
+  + Fix drawing problem when control characters are in a hidden
+    style as they then have a zero width rectangle to draw but
+    modify that rectangle in a way that clears some pixels.
+  + Report error when attempt to resize buffer to more than 2GB
+    with SC_STATUS_FAILURE.
+  + Fix bug on GTK+ with scroll bars leaking (sf#1742).
+  + LexOthers.cxx file split into one file per lexer: LexBatch,
+    LexDiff, LexErrorList, LexMake, LexNull, and LexProps.
+  + SciTE exporters handle styles > 127 correctly now.
+  + SciTE implements find.in.files.close.on.find on all platforms.
+- Add optflags to build to remove warning in rpmlint.
+
+-------------------------------------------------------------------

Old:
----
  scite357.tgz

New:
----
  scite360.tgz

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

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.mmgQ1c/_old  2015-08-10 09:15:59.000000000 +0200
+++ /var/tmp/diff_new_pack.mmgQ1c/_new  2015-08-10 09:15:59.000000000 +0200
@@ -18,9 +18,9 @@
 
 
 Name:           scite
-Version:        3.5.7
+Version:        3.6.0
 Release:        0
-%define tar_ver 357
+%define tar_ver 360
 Summary:        Source Code Editor based on Scintilla
 License:        MIT
 Group:          Productivity/Text/Editors
@@ -52,6 +52,8 @@
 
 %build
 export CXXFLAGS='%{optflags}'
+export CFLAGS='%{optflags}'
+
 %if 0%{?favor_gtk2}
 make %{?_smp_mflags} -C scintilla/gtk
 make %{?_smp_mflags} -C scite/gtk

++++++ scite357.tgz -> scite360.tgz ++++++
++++ 24147 lines of diff (skipped)


Reply via email to