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-12-29 21:10:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scite (Old) and /work/SRC/openSUSE:Factory/.scite.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scite" Wed Dec 29 21:10:52 2021 rev:34 rq:942947 version:5.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/scite/scite.changes 2021-11-22 23:05:05.557749108 +0100 +++ /work/SRC/openSUSE:Factory/.scite.new.2520/scite.changes 2021-12-29 21:11:19.338303563 +0100 @@ -1,0 +2,7 @@ +Fri Dec 24 22:12:55 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 5.1.6: + * Fix Lua GetSelText method to not return an extra NUL. +- Refresh scite-use-system-scintilla.patch to apply cleanly. + +------------------------------------------------------------------- Old: ---- scite515.tgz New: ---- scite516.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scite.spec ++++++ --- /var/tmp/diff_new_pack.pQZdLx/_old 2021-12-29 21:11:20.014304119 +0100 +++ /var/tmp/diff_new_pack.pQZdLx/_new 2021-12-29 21:11:20.018304122 +0100 @@ -17,10 +17,10 @@ # -%define tar_ver 515 +%define tar_ver 516 Name: scite -Version: 5.1.5 +Version: 5.1.6 Release: 0 Summary: Source Code Editor based on Scintilla License: MIT ++++++ scite-use-system-scintilla.patch ++++++ --- /var/tmp/diff_new_pack.pQZdLx/_old 2021-12-29 21:11:20.042304142 +0100 +++ /var/tmp/diff_new_pack.pQZdLx/_new 2021-12-29 21:11:20.042304142 +0100 @@ -1,7 +1,7 @@ -Index: scite-5.1.3/scite/gtk/makefile +Index: scite-5.1.6/scite/gtk/makefile =================================================================== ---- scite-5.1.3.orig/scite/gtk/makefile -+++ scite-5.1.3/scite/gtk/makefile +--- scite-5.1.6.orig/scite/gtk/makefile ++++ scite-5.1.6/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.1.3/lexilla/src/makefile +Index: scite-5.1.6/lexilla/src/makefile =================================================================== ---- scite-5.1.3.orig/lexilla/src/makefile -+++ scite-5.1.3/lexilla/src/makefile +--- scite-5.1.6.orig/lexilla/src/makefile ++++ scite-5.1.6/lexilla/src/makefile @@ -37,6 +37,7 @@ else BASE_FLAGS += -fvisibility=hidden endif @@ -63,10 +63,12 @@ LEXILLA=$(DIR_BIN)/$(SHARED_NAME).$(SHAREDEXTENSION) LIBLEXILLA=$(DIR_BIN)/liblexilla.a -@@ -72,13 +73,13 @@ endif +@@ -72,15 +73,13 @@ endif RANLIB ?= ranlib +-SCINTILLA_INCLUDE = ../../scintilla/include +- -vpath %.h ../src ../include ../../scintilla/include ../lexlib +vpath %.h ../src ../include $(SCINTILLA_INCLUDE_DIR) ../lexlib vpath %.cxx ../src ../lexlib ../lexers @@ -74,7 +76,7 @@ DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG) BASE_FLAGS += $(if $(DEBUG),-g,-Os) --INCLUDES = -I ../include -I ../../scintilla/include -I ../src -I ../lexlib +-INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE) -I ../src -I ../lexlib +INCLUDES = -I ../include -I $(SCINTILLA_INCLUDE_DIR) -I ../src -I ../lexlib LDFLAGS += -shared ++++++ scite515.tgz -> scite516.tgz ++++++ ++++ 5883 lines of diff (skipped)