Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scintilla for openSUSE:Factory checked in at 2021-07-28 21:25:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scintilla (Old) and /work/SRC/openSUSE:Factory/.scintilla.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scintilla" Wed Jul 28 21:25:15 2021 rev:24 rq:908952 version:5.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes 2021-06-28 15:33:55.215207404 +0200 +++ /work/SRC/openSUSE:Factory/.scintilla.new.1899/scintilla.changes 2021-07-28 21:25:16.630105005 +0200 @@ -1,0 +2,18 @@ +Wed Jul 28 11:48:25 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 5.1.1: + * In DBCS encodings, treat valid DBCS lead byte followed by + invalid trail byte as single byte. Feature #1408. + * Searching was optimized for documents that contain mostly + ASCII text and is often 2-3 times faster. Feature #1381. + * Word searching behaves more consistently at start and end of + document. + * Add SCI_ALLOCATELINES to allocate indices to hold some number + of lines. This can decrease reallocation overhead when the + application can count or estimate the number of lines in huge + files. Feature #1370. + * Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable + autocompletion list on Win32. Feature #1284. +- Minor rebase of scintilla-shared.patch to apply cleanly. + +------------------------------------------------------------------- Old: ---- scintilla510.tgz New: ---- scintilla511.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scintilla.spec ++++++ --- /var/tmp/diff_new_pack.enrAGD/_old 2021-07-28 21:25:17.218104381 +0200 +++ /var/tmp/diff_new_pack.enrAGD/_new 2021-07-28 21:25:17.218104381 +0200 @@ -16,11 +16,11 @@ # -%define tar_ver 510 +%define tar_ver 511 %define so_ver 5.1 %define libname libscintilla5 Name: scintilla -Version: 5.1.0 +Version: 5.1.1 Release: 0 Summary: A source code editing component License: MIT ++++++ scintilla-shared.patch ++++++ --- /var/tmp/diff_new_pack.enrAGD/_old 2021-07-28 21:25:17.238104360 +0200 +++ /var/tmp/diff_new_pack.enrAGD/_new 2021-07-28 21:25:17.238104360 +0200 @@ -20,7 +20,7 @@ +COMPLIB=$(basedir)/bin/libscintilla.la COMPONENT=$(basedir)/bin/libscintilla.$(SHAREDEXTENSION) - vpath %.h $(srcdir) $(basedir)/src $(basedir)/include $(basedir)/lexlib + vpath %.h $(srcdir) $(basedir)/src $(basedir)/include @@ -82,12 +83,12 @@ DEFINES += -DNO_CXX11_REGEX endif ++++++ scintilla510.tgz -> scintilla511.tgz ++++++ ++++ 2795 lines of diff (skipped)