Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2021-06-14 23:11:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Mon Jun 14 23:11:16 2021 rev:29 rq:899939 version:5.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2020-05-11 13:44:21.645502331 +0200 +++ /work/SRC/openSUSE:Factory/.scite.new.32437/scite.changes 2021-06-14 23:11:44.908822334 +0200 @@ -1,0 +2,45 @@ +Thu Jun 3 23:01:24 UTC 2021 - [email protected] + +- Updated to version 5.0.3: + + Lexilla; + * Add namespace feature with GetNameSpace function. + * AddStaticLexerModule function adds a static lexer to + Lexilla's list. + * Add Julia lexer, Feature #1380. + * Fix variable expansion in Batch, Issue #4. + * Fix transition to comment for --> inside JavaScript string, + Bug #2207. + * Remove nested comment and long string support as these were + removed from Lua, Bug #2205. + * Fix empty link titles in Markdown, Bug #2235. Also fix + detection of whether the previous line had content which + treated '\n' and '\r\n' line endings differently. + * Update to Unicode 13, Feature #1379. + + A more type-safe binding of Scintilla's API that can be used + from C++ is implemented in the ScintillaTypes.h, + ScintillaMessages.h, and ScintillaStructures.h headers. + + Change the way that selections and carets are drawn to use the + element APIs. + + Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK + element and SCI_SETCARETLINELAYER method. + + Add SCI_MARKERSETLAYER to define layer on which to draw content + area markers. This replaces the use of SC_ALPHA_NOALPHA for + markers. + + Add SC_ELEMENT_WHITE_SPACE to set the colour of visible + whitespace including translucency. + + Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and + SC_ELEMENT_HOT_SPOT_ACTIVE_BACK. + + Add SCI_GETELEMENTBASECOLOUR to return the default values for + element colours. + + Make idle actions wrapping and background styling smoother by + measuring per-byte instead of per-line and allowing just one + line to be processed in a time slice. Very long lines will not + distort estimation or block interaction as much. Feature #1373. + + Include modifiers in SCN_INDICATORRELEASE notification, + Bug #2254. + + Update to Unicode 13, Feature #1379. + + On GTK 3 with Wayland, fix primary selection, Bug #2227. +- Many changes from version 4.4.0 to 5.0.2 see history at + https://www.scintilla.org/SciTEHistory.html. + +------------------------------------------------------------------- Old: ---- scite433.tgz New: ---- scite503.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.WMZmav/_old 2021-06-14 23:11:45.320823078 +0200 +++ /var/tmp/diff_new_pack.WMZmav/_new 2021-06-14 23:11:45.324823085 +0200 @@ -1,8 +1,8 @@ # # spec file for package scite # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2012-2017 Malcolm J Lewis <[email protected]> +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2012-2021 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,15 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +#FIXME upstream fixing needed so lto can be re-enabled. +%if 0%{?suse_version} > 1500 +%define _lto_cflags %{nil} +%endif + +%define tar_ver 503 -%define tar_ver 433 Name: scite -Version: 4.3.3 +Version: 5.0.3 Release: 0 Summary: Source Code Editor based on Scintilla License: MIT @@ -51,15 +56,20 @@ %build export CXXFLAGS='%{optflags}' export CFLAGS='%{optflags}' +%make_build GTK3=1 -C lexilla/src %make_build GTK3=1 -C scintilla/gtk %make_build GTK3=1 -C scite/gtk %install make GTK3=1 DESTDIR=%{buildroot} -C scite/gtk install # Add the man page -mkdir -p %{buildroot}%{_mandir}/man1 +install -d -m 0755 -p %{buildroot}%{_mandir}/man1 install -m 0644 scite/doc/scite.1 %{buildroot}%{_mandir}/man1/SciTE.1 %suse_update_desktop_file -r SciTE GTK Development Utility Building TextEditor +# Needed for non Tumbleweed releases. +%if 0%{?sle_version} && 0%{?sle_version} <= 150300 +export NO_BRP_CHECK_RPATH=true +%endif %files %license scite/License.txt @@ -68,6 +78,9 @@ %{_datadir}/scite/ %{_datadir}/pixmaps/Sci48M.png %{_datadir}/applications/SciTE.desktop +%dir %{_prefix}/lib/scite +%{_prefix}/lib/scite/liblexilla.so +%{_prefix}/lib/scite/libscintilla.so %{_mandir}/man1/SciTE.1%{?ext_man} %changelog ++++++ scite433.tgz -> scite503.tgz ++++++ ++++ 300053 lines of diff (skipped)
