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-05-03 21:18:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scite (Old)
 and      /work/SRC/openSUSE:Factory/.scite.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scite"

Tue May  3 21:18:54 2022 rev:37 rq:974436 version:5.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/scite/scite.changes      2022-03-01 
17:04:21.192345934 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new.1538/scite.changes    2022-05-03 
21:18:55.580995288 +0200
@@ -1,0 +2,23 @@
+Mon May  2 14:32:31 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Require libscintilla-devel >= 5.2.2 for building.
+
+-------------------------------------------------------------------
+Sun May  1 23:35:20 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.2.2:
+  * Add "match" statement to local and directories properties to
+    simplify setting properties for particular files.
+  * Add $(RelativePath) for path from directory properties
+    directory to current file.
+  * Set file name properties in wider scope to allow use in "if"
+    tests.
+  * Fix pattern matching for EditorConfig: '?' does not match '/'.
+    Support numeric ranges {start..end} and set ranges [a-z].
+  * Fix showing folded lines when using find strip.
+  * Add scite.ReloadProperties function to Lua. Feature #1434.
+  * Fix read-only indicator on GTK. Bug #2313.
+  * Show read-only indicator in title bar. Bug #2313.
+  * Fix icon showing on GTK. Bug #2314. 
+
+-------------------------------------------------------------------

Old:
----
  scite521.tgz

New:
----
  scite522.tgz

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

Other differences:
------------------
++++++ scite.spec ++++++
--- /var/tmp/diff_new_pack.FYn3Vy/_old  2022-05-03 21:18:56.628996600 +0200
+++ /var/tmp/diff_new_pack.FYn3Vy/_new  2022-05-03 21:18:56.632996605 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define tar_ver 521
+%define tar_ver 522
 
 Name:           scite
-Version:        5.2.1
+Version:        5.2.2
 Release:        0
 Summary:        Source Code Editor based on Scintilla
 License:        MIT
@@ -30,7 +30,7 @@
 Patch0:         scite-use-system-scintilla.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  libscintilla-devel >= 5.2.0
+BuildRequires:  libscintilla-devel >= 5.2.2
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gail-3.0)
 BuildRequires:  pkgconfig(gdk-3.0)

++++++ scite-use-system-scintilla.patch ++++++
--- /var/tmp/diff_new_pack.FYn3Vy/_old  2022-05-03 21:18:56.656996635 +0200
+++ /var/tmp/diff_new_pack.FYn3Vy/_new  2022-05-03 21:18:56.660996640 +0200
@@ -1,7 +1,7 @@
-Index: scite-5.2.0/scite/gtk/makefile
+Index: scite-5.2.2/scite/gtk/makefile
 ===================================================================
---- scite-5.2.0.orig/scite/gtk/makefile
-+++ scite-5.2.0/scite/gtk/makefile
+--- scite-5.2.2.orig/scite/gtk/makefile
++++ scite-5.2.2/scite/gtk/makefile
 @@ -8,6 +8,7 @@
  
  srcdir ?= .
@@ -26,7 +26,7 @@
  DEFINES += -DGTK
  DEFINES += -DPIXMAP_PATH=\"$(pixmapdir)\" -DSYSCONF_PATH=\"$(SYSCONF_PATH)\"
  
-@@ -155,7 +156,7 @@ SRC_OBJS = \
+@@ -156,7 +157,7 @@ SRC_OBJS = \
        Utf8_16.o
  
  $(PROG): SciTEGTK.o Strips.o GUIGTK.o Widget.o DirectorExtension.o 
$(SRC_OBJS) $(LUA_OBJS)
@@ -35,7 +35,7 @@
  
  # Automatically generate header dependencies with "make depend"
  include deps.mak
-@@ -168,7 +169,6 @@ install:
+@@ -169,7 +170,6 @@ install:
        $(INSTALL) -m 755 -d $(DESTDIR)$(libdir)
  
        $(INSTALL) -m 755 $(PROG) $(DESTDIR)$(bindir)
@@ -43,7 +43,7 @@
        $(INSTALL) -m 755 $(LEXILLA) $(DESTDIR)$(libdir)
  
        for files in $(srcdir)/../src/*.properties $(srcdir)/../doc/*.html 
$(srcdir)/../doc/SciTEIco.png $(srcdir)/../doc/PrintHi.png 
$(srcdir)/../doc/SciTEIndicators.png; \
-@@ -184,7 +184,6 @@ endif
+@@ -185,7 +185,6 @@ endif
  
  uninstall:
        rm -f $(DESTDIR)$(bindir)/SciTE
@@ -51,10 +51,10 @@
        rm -f $(DESTDIR)$(libdir)/liblexilla.so
        rm -rf $(DESTDIR)$(SYSCONF_PATH)
  ifdef gnomeprefix
-Index: scite-5.2.0/lexilla/src/makefile
+Index: scite-5.2.2/lexilla/src/makefile
 ===================================================================
---- scite-5.2.0.orig/lexilla/src/makefile
-+++ scite-5.2.0/lexilla/src/makefile
+--- scite-5.2.2.orig/lexilla/src/makefile
++++ scite-5.2.2/lexilla/src/makefile
 @@ -38,6 +38,7 @@ else
      BASE_FLAGS += -fvisibility=hidden
  endif

++++++ scite521.tgz -> scite522.tgz ++++++
++++ 10834 lines of diff (skipped)

Reply via email to