Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2023-06-11 19:55:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Sun Jun 11 19:55:45 2023 rev:44 rq:1092076 version:5.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2023-04-16 16:07:10.468851270 +0200 +++ /work/SRC/openSUSE:Factory/.scite.new.15902/scite.changes 2023-06-11 19:58:24.704292745 +0200 @@ -1,0 +2,7 @@ +Sat Jun 10 17:37:37 UTC 2023 - Atri Bhattacharya <[email protected]> + +- Update to version 5.3.6: + * Fixes a key binding problem on GTK. + * Improves support for Bash, Batch, F#, Hollywood, and VB. + +------------------------------------------------------------------- Old: ---- scite535.tgz New: ---- scite536.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.GKSTlP/_old 2023-06-11 19:58:25.392296894 +0200 +++ /var/tmp/diff_new_pack.GKSTlP/_new 2023-06-11 19:58:25.396296918 +0200 @@ -17,10 +17,10 @@ # -%define tar_ver 535 +%define tar_ver 536 Name: scite -Version: 5.3.5 +Version: 5.3.6 Release: 0 Summary: Source Code Editor based on Scintilla License: MIT ++++++ scite-fix-missing-include.patch ++++++ --- /var/tmp/diff_new_pack.GKSTlP/_old 2023-06-11 19:58:25.424297087 +0200 +++ /var/tmp/diff_new_pack.GKSTlP/_new 2023-06-11 19:58:25.428297111 +0200 @@ -1,7 +1,7 @@ -Index: scite-5.3.5/scintilla/include/Scintilla.h +Index: scite-5.3.6/scintilla/include/Scintilla.h =================================================================== ---- scite-5.3.5.orig/scintilla/include/Scintilla.h -+++ scite-5.3.5/scintilla/include/Scintilla.h +--- scite-5.3.6.orig/scintilla/include/Scintilla.h ++++ scite-5.3.6/scintilla/include/Scintilla.h @@ -27,6 +27,7 @@ int Scintilla_ReleaseResources(void); // Include header that defines basic numeric types. @@ -10,10 +10,10 @@ // Define uptr_t, an unsigned integer type large enough to hold a pointer. typedef uintptr_t uptr_t; -Index: scite-5.3.5/scintilla/include/ScintillaCall.h +Index: scite-5.3.6/scintilla/include/ScintillaCall.h =================================================================== ---- scite-5.3.5.orig/scintilla/include/ScintillaCall.h -+++ scite-5.3.5/scintilla/include/ScintillaCall.h +--- scite-5.3.6.orig/scintilla/include/ScintillaCall.h ++++ scite-5.3.6/scintilla/include/ScintillaCall.h @@ -8,6 +8,8 @@ /* Most of this file is automatically generated from the Scintilla.iface interface definition * file which contains any comments about the definitions. APIFacer.py does the generation. */ @@ -23,10 +23,10 @@ #ifndef SCINTILLACALL_H #define SCINTILLACALL_H -Index: scite-5.3.5/scintilla/include/ScintillaTypes.h +Index: scite-5.3.6/scintilla/include/ScintillaTypes.h =================================================================== ---- scite-5.3.5.orig/scintilla/include/ScintillaTypes.h -+++ scite-5.3.5/scintilla/include/ScintillaTypes.h +--- scite-5.3.6.orig/scintilla/include/ScintillaTypes.h ++++ scite-5.3.6/scintilla/include/ScintillaTypes.h @@ -8,6 +8,8 @@ /* Most of this file is automatically generated from the Scintilla.iface interface definition * file which contains any comments about the definitions. ScintillaAPIFacer.py does the generation. */ @@ -36,10 +36,10 @@ #ifndef SCINTILLATYPES_H #define SCINTILLATYPES_H -Index: scite-5.3.5/scite/src/Extender.h +Index: scite-5.3.6/scite/src/Extender.h =================================================================== ---- scite-5.3.5.orig/scite/src/Extender.h -+++ scite-5.3.5/scite/src/Extender.h +--- scite-5.3.6.orig/scite/src/Extender.h ++++ scite-5.3.6/scite/src/Extender.h @@ -7,6 +7,7 @@ #ifndef EXTENDER_H @@ -48,11 +48,11 @@ class StyleWriter; -Index: scite-5.3.5/scite/src/SciTEProps.cxx +Index: scite-5.3.6/scite/src/SciTEProps.cxx =================================================================== ---- scite-5.3.5.orig/scite/src/SciTEProps.cxx -+++ scite-5.3.5/scite/src/SciTEProps.cxx -@@ -68,6 +68,7 @@ const GUI::gui_char menuAccessIndicator[ +--- scite-5.3.6.orig/scite/src/SciTEProps.cxx ++++ scite-5.3.6/scite/src/SciTEProps.cxx +@@ -69,6 +69,7 @@ const GUI::gui_char menuAccessIndicator[ #include "Searcher.h" #include "SciTEBase.h" #include "IFaceTable.h" @@ -60,11 +60,11 @@ void SciTEBase::SetImportMenu() { for (int i = 0; i < importMax; i++) { -Index: scite-5.3.5/scite/src/SciTEBase.cxx +Index: scite-5.3.6/scite/src/SciTEBase.cxx =================================================================== ---- scite-5.3.5.orig/scite/src/SciTEBase.cxx -+++ scite-5.3.5/scite/src/SciTEBase.cxx -@@ -18,6 +18,7 @@ +--- scite-5.3.6.orig/scite/src/SciTEBase.cxx ++++ scite-5.3.6/scite/src/SciTEBase.cxx +@@ -19,6 +19,7 @@ #include <tuple> #include <string> #include <string_view> ++++++ scite535.tgz -> scite536.tgz ++++++ ++++ 9326 lines of diff (skipped)
