Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scite for openSUSE:Factory checked in at 2024-05-07 18:05:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Tue May 7 18:05:17 2024 rev:50 rq:1172460 version:5.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2024-03-15 20:30:55.747303566 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new.1880/scite.changes 2024-05-07 18:05:51.463860766 +0200 @@ -1,0 +2,9 @@ +Tue May 7 13:15:29 UTC 2024 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 5.5.0: + * Fix read failure for UTF-16LE files where surrogate pair straddles + block boundary and lead surrogate is a multiple of 256. + * On GTK, treat message box close as cancel. This is safer when + closing a file with unsaved changes. Bug #2434. + +------------------------------------------------------------------- Old: ---- scite543.tgz New: ---- scite550.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.n4g1aQ/_old 2024-05-07 18:05:53.107920546 +0200 +++ /var/tmp/diff_new_pack.n4g1aQ/_new 2024-05-07 18:05:53.123921128 +0200 @@ -17,10 +17,10 @@ # -%define tar_ver 543 +%define tar_ver 550 Name: scite -Version: 5.4.3 +Version: 5.5.0 Release: 0 Summary: Source Code Editor based on Scintilla License: MIT @@ -28,9 +28,9 @@ Source0: https://www.scintilla.org/%{name}%{tar_ver}.tgz # PATCH-FEATURE-OPENSUSE scite-use-system-scintilla.patch badshah...@gmail.com -- Compile against system scintilla library Patch0: scite-use-system-scintilla.patch -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ >= 11.2 BuildRequires: pkgconfig -BuildRequires: libscintilla-devel >= 5.3.0 +BuildRequires: libscintilla-devel >= 5.4.0 BuildRequires: update-desktop-files BuildRequires: pkgconfig(gail-3.0) BuildRequires: pkgconfig(gdk-3.0) ++++++ scite-use-system-scintilla.patch ++++++ --- /var/tmp/diff_new_pack.n4g1aQ/_old 2024-05-07 18:05:53.391930873 +0200 +++ /var/tmp/diff_new_pack.n4g1aQ/_new 2024-05-07 18:05:53.419931892 +0200 @@ -1,7 +1,7 @@ -Index: scite-5.4.1/scite/gtk/makefile +Index: scite-5.5.0/scite/gtk/makefile =================================================================== ---- scite-5.4.1.orig/scite/gtk/makefile -+++ scite-5.4.1/scite/gtk/makefile +--- scite-5.5.0.orig/scite/gtk/makefile ++++ scite-5.5.0/scite/gtk/makefile @@ -8,6 +8,7 @@ srcdir ?= . @@ -51,10 +51,10 @@ rm -f $(DESTDIR)$(libdir)/liblexilla.so rm -rf $(DESTDIR)$(SYSCONF_PATH) ifdef gnomeprefix -Index: scite-5.4.1/lexilla/src/makefile +Index: scite-5.5.0/lexilla/src/makefile =================================================================== ---- scite-5.4.1.orig/lexilla/src/makefile -+++ scite-5.4.1/lexilla/src/makefile +--- scite-5.5.0.orig/lexilla/src/makefile ++++ scite-5.5.0/lexilla/src/makefile @@ -38,6 +38,7 @@ else BASE_FLAGS += -fvisibility=hidden endif ++++++ scite543.tgz -> scite550.tgz ++++++ ++++ 32313 lines of diff (skipped)