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-10-25 15:17:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and      /work/SRC/openSUSE:Factory/.scite.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scite"

Mon Oct 25 15:17:31 2021 rev:32 rq:927221 version:5.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/scite/scite.changes      2021-07-29 
21:33:11.384680500 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new.1890/scite.changes    2021-10-25 
15:18:37.737720483 +0200
@@ -1,0 +2,28 @@
+Thu Oct 21 12:59:40 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.1.3:
+  * Fix a crash at shutdown.
+- Changes from version 5.1.2:
+  * Add filter view and filter mode for replace strip. Feature
+    #1249.
+  * For incremental searches and filter view, remember each search
+    in the history combo-box.
+  * Add fold.line.colour property to set the colour of fold lines.
+  * Add font.monospaced.list property which can be used to
+    optimize monospaced fonts.
+  * Keys in property files may use Unicode escapes \xHH, \uHHHH,
+    and \UHHHHHHHH for characters that could not otherwise be
+    represented like '=' (\x3D or \U0000003D) and line ends.
+    Feature #1407.
+  * Fix problems with Escape and Enter in Insert Abbreviation
+    dialog on GTK.  Bug #2275.
+  * Fix appearance of menu accelerator keys on GTK 3. Bug #1405.
+  * Fix indentation and caret positioning bugs with Expand
+    Abbreviation and Insert Abbreviation. Bug #2275.
+  * Free document memory when closed instead of recycling document
+    for future opened file.
+  * Fix line continuation handling in Embedded properties and
+    forth.properties. Bug #2277, Bug #2278. 
+- Refresh scite-use-system-scintilla.patch to apply cleanly.
+
+-------------------------------------------------------------------

Old:
----
  scite511.tgz

New:
----
  scite513.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.mdtIlE/_old  2021-10-25 15:18:38.325720851 +0200
+++ /var/tmp/diff_new_pack.mdtIlE/_new  2021-10-25 15:18:38.329720853 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define tar_ver 511
+%define tar_ver 513
 
 Name:           scite
-Version:        5.1.1
+Version:        5.1.3
 Release:        0
 Summary:        Source Code Editor based on Scintilla
 License:        MIT

++++++ scite-use-system-scintilla.patch ++++++
--- /var/tmp/diff_new_pack.mdtIlE/_old  2021-10-25 15:18:38.357720871 +0200
+++ /var/tmp/diff_new_pack.mdtIlE/_new  2021-10-25 15:18:38.357720871 +0200
@@ -1,7 +1,7 @@
-Index: scite-5.1.0/scite/gtk/makefile
+Index: scite-5.1.3/scite/gtk/makefile
 ===================================================================
---- scite-5.1.0.orig/scite/gtk/makefile
-+++ scite-5.1.0/scite/gtk/makefile
+--- scite-5.1.3.orig/scite/gtk/makefile
++++ scite-5.1.3/scite/gtk/makefile
 @@ -8,6 +8,7 @@
  
  srcdir ?= .
@@ -29,7 +29,7 @@
 @@ -155,7 +156,7 @@ SRC_OBJS = \
        Utf8_16.o
  
- $(PROG): SciTEGTK.o GUIGTK.o Widget.o DirectorExtension.o $(SRC_OBJS) 
$(LUA_OBJS)
+ $(PROG): SciTEGTK.o Strips.o GUIGTK.o Widget.o DirectorExtension.o 
$(SRC_OBJS) $(LUA_OBJS)
 -      $(CXX) $(BASE_FLAGS) $(LDFLAGS) -rdynamic -Wl,--as-needed 
-Wl,-rpath,'$${ORIGIN}' -Wl,--version-script $(srcdir)/lua.vers 
-Wl,-rpath,$(libdir) $^ -o $@ $(CONFIGLIB) $(LIBS) -L ../../scintilla/bin 
-lscintilla $(LDLIBS)
 +      $(CXX) $(BASE_FLAGS) $(LDFLAGS) -rdynamic -Wl,--as-needed 
-Wl,-rpath,'$${ORIGIN}' -Wl,--version-script $(srcdir)/lua.vers 
-Wl,-rpath,$(libdir) $^ -o $@ $(CONFIGLIB) $(LIBS) -lscintilla $(LDLIBS)
  
@@ -51,10 +51,10 @@
        rm -f $(DESTDIR)$(libdir)/liblexilla.so
        rm -rf $(DESTDIR)$(SYSCONF_PATH)
  ifdef gnomeprefix
-Index: scite-5.1.0/lexilla/src/makefile
+Index: scite-5.1.3/lexilla/src/makefile
 ===================================================================
---- scite-5.1.0.orig/lexilla/src/makefile
-+++ scite-5.1.0/lexilla/src/makefile
+--- scite-5.1.3.orig/lexilla/src/makefile
++++ scite-5.1.3/lexilla/src/makefile
 @@ -37,6 +37,7 @@ else
      BASE_FLAGS += -fvisibility=hidden
  endif

++++++ scite511.tgz -> scite513.tgz ++++++
++++ 23655 lines of diff (skipped)

Reply via email to