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-01-03 14:53:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Wed Jan 3 14:53:02 2024 rev:48 rq:1135567 version:5.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2023-11-22 18:55:41.809972361 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new.28375/scite.changes 2024-01-03 14:53:03.851820951 +0100 @@ -1,0 +2,11 @@ +Thu Dec 28 17:47:00 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 5.4.1: + * Support opening huge files from command line or file manager + context menu. + * Allow "~/" with Open Selected Filename to open home directory + paths. Feature #1504. + * Allow empty lines in 'if' clauses again. Bug #2419. +- Rebase scite-use-system-scintilla.patch for update. + +------------------------------------------------------------------- Old: ---- scite540.tgz New: ---- scite541.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.9CFwUp/_old 2024-01-03 14:53:04.935860517 +0100 +++ /var/tmp/diff_new_pack.9CFwUp/_new 2024-01-03 14:53:04.939860663 +0100 @@ -17,10 +17,10 @@ # -%define tar_ver 540 +%define tar_ver 541 Name: scite -Version: 5.4.0 +Version: 5.4.1 Release: 0 Summary: Source Code Editor based on Scintilla License: MIT ++++++ scite-use-system-scintilla.patch ++++++ --- /var/tmp/diff_new_pack.9CFwUp/_old 2024-01-03 14:53:04.959861393 +0100 +++ /var/tmp/diff_new_pack.9CFwUp/_new 2024-01-03 14:53:04.959861393 +0100 @@ -1,7 +1,7 @@ -Index: scite-5.3.2/scite/gtk/makefile +Index: scite-5.4.1/scite/gtk/makefile =================================================================== ---- scite-5.3.2.orig/scite/gtk/makefile -+++ scite-5.3.2/scite/gtk/makefile +--- scite-5.4.1.orig/scite/gtk/makefile ++++ scite-5.4.1/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.3.2/lexilla/src/makefile +Index: scite-5.4.1/lexilla/src/makefile =================================================================== ---- scite-5.3.2.orig/lexilla/src/makefile -+++ scite-5.3.2/lexilla/src/makefile +--- scite-5.4.1.orig/lexilla/src/makefile ++++ scite-5.4.1/lexilla/src/makefile @@ -38,6 +38,7 @@ else BASE_FLAGS += -fvisibility=hidden endif @@ -67,15 +67,15 @@ SCINTILLA_INCLUDE = ../../scintilla/include --vpath %.h ../src ../include ../../scintilla/include ../lexlib +-vpath %.h ../include ../../scintilla/include ../lexlib +vpath %.h ../src ../include $(SCINTILLA_INCLUDE_DIR) ../lexlib vpath %.cxx ../src ../lexlib ../lexers DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG) BASE_FLAGS += $(if $(DEBUG),-g,-O3) --INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE) -I ../src -I ../lexlib -+INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE_DIR) -I ../src -I ../lexlib +-INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE) -I ../lexlib ++INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE_DIR) -I ../lexlib LDFLAGS += -shared BASE_FLAGS += $(WARNINGS) ++++++ scite540.tgz -> scite541.tgz ++++++ ++++ 5855 lines of diff (skipped)