Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2022-07-13 13:45:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and      /work/SRC/openSUSE:Factory/.scite.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scite"

Wed Jul 13 13:45:30 2022 rev:38 rq:988803 version:5.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/scite/scite.changes      2022-05-03 
21:18:55.580995288 +0200
+++ /work/SRC/openSUSE:Factory/.scite.new.1523/scite.changes    2022-07-13 
13:45:54.962076761 +0200
@@ -1,0 +2,23 @@
+Wed Jul 13 02:40:44 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.2.4:
+  * The default set of languages imported and visible in menus now
+    includes Markdown and PowerShell. Ada, Caml, D, and Fortran
+    were excluded but can be reenabled by users setting the
+    `imports.exclude' property.
+  * On GTK, path bar text can be selected. Feature #1439.
+
+-------------------------------------------------------------------
+Wed Jun 22 01:10:32 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.2.3:
+  * Fix crash on Windows after opening a file with File Open
+    dialog when open.filter empty. Bug #2325.
+  * Fix hang on Windows with file on UNC share. Bug #2326.
+  * Fix display of replacement field in replace strip on Windows
+    with 250% scaling. Bug #2331.
+  * Fix localisation for text that start with "match". Bug #2327.
+- Update scite-use-system-scintilla.patch to drop rpath $ORIGIN
+  usage that causes build failures on 15.4.
+
+-------------------------------------------------------------------

Old:
----
  scite522.tgz

New:
----
  scite524.tgz

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

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.UzNkNk/_old  2022-07-13 13:45:55.414077403 +0200
+++ /var/tmp/diff_new_pack.UzNkNk/_new  2022-07-13 13:45:55.418077408 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define tar_ver 522
+%define tar_ver 524
 
 Name:           scite
-Version:        5.2.2
+Version:        5.2.4
 Release:        0
 Summary:        Source Code Editor based on Scintilla
 License:        MIT

++++++ scite-use-system-scintilla.patch ++++++
--- /var/tmp/diff_new_pack.UzNkNk/_old  2022-07-13 13:45:55.442077442 +0200
+++ /var/tmp/diff_new_pack.UzNkNk/_new  2022-07-13 13:45:55.442077442 +0200
@@ -31,7 +31,7 @@
  
  $(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)
++      $(CXX) $(BASE_FLAGS) $(LDFLAGS) -rdynamic -Wl,--as-needed 
-Wl,--version-script $(srcdir)/lua.vers -Wl,-rpath,$(libdir) $^ -o $@ 
$(CONFIGLIB) $(LIBS) -lscintilla $(LDLIBS)
  
  # Automatically generate header dependencies with "make depend"
  include deps.mak
@@ -82,3 +82,4 @@
  
  BASE_FLAGS += $(WARNINGS)
 
+

++++++ scite522.tgz -> scite524.tgz ++++++
++++ 8996 lines of diff (skipped)

Reply via email to