Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scintilla for openSUSE:Factory 
checked in at 2023-04-15 22:34:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scintilla (Old)
 and      /work/SRC/openSUSE:Factory/.scintilla.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scintilla"

Sat Apr 15 22:34:22 2023 rev:37 rq:1079615 version:5.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes      2023-02-15 
13:41:28.651083105 +0100
+++ /work/SRC/openSUSE:Factory/.scintilla.new.19717/scintilla.changes   
2023-04-15 22:34:23.385968107 +0200
@@ -1,0 +2,22 @@
+Sun Apr  2 14:15:07 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Update to version 5.3.4:
+  * Add multithreaded wrap to significantly improve performance of
+    wrapping large files.
+  * More typesafe bindings of *Full APIs in ScintillaCall.
+  * Fix overlapping of text with line end wrap marker.
+  * Fix clipping of line end wrap symbol for
+    SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
+  * Where a multi-byte character contains multiple styles, display
+    each byte as a representation. This makes it easier to see and
+    fix lexers that change styles mid-character, commonly because
+    they use fixed size buffers.
+  * Fix a potential crash with autocompletion list fill-ups where a
+    SCN_CHARADDED handler retriggered an autocompletion list, but
+    with no items that match the typed character.
+- Rebase patch with quilt.
+- Bump sover following upstream changes.
+- Add scintilla-add-missing-includes.patch: Needed for scite when
+  building with system scintilla.
+
+-------------------------------------------------------------------

Old:
----
  scintilla533.tgz

New:
----
  scintilla-add-missing-includes.patch
  scintilla534.tgz

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

Other differences:
------------------
++++++ scintilla.spec ++++++
--- /var/tmp/diff_new_pack.ziPmZC/_old  2023-04-15 22:34:23.989971593 +0200
+++ /var/tmp/diff_new_pack.ziPmZC/_new  2023-04-15 22:34:23.993971615 +0200
@@ -17,8 +17,8 @@
 
 
 %define so_ver 5.3
-%define _ver %{so_ver}.3
-%define tar_ver 533
+%define _ver %{so_ver}.4
+%define tar_ver 534
 %define libname libscintilla5
 Name:           scintilla
 Version:        %{_ver}
@@ -28,6 +28,8 @@
 URL:            http://www.scintilla.org
 Source:         
http://sourceforge.net/projects/scintilla/files/scintilla/%{version}/%{name}%{tar_ver}.tgz
 Patch0:         %{name}-shared.patch
+Patch1:         %{name}-add-missing-includes.patch
+
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig

++++++ scintilla-add-missing-includes.patch ++++++
Index: scintilla/include/ScintillaCall.h
===================================================================
--- scintilla.orig/include/ScintillaCall.h
+++ scintilla/include/ScintillaCall.h
@@ -10,6 +10,7 @@
 
 #ifndef SCINTILLACALL_H
 #define SCINTILLACALL_H
+#include <cstdint>
 
 namespace Scintilla {
 
Index: scintilla/include/ScintillaTypes.h
===================================================================
--- scintilla.orig/include/ScintillaTypes.h
+++ scintilla/include/ScintillaTypes.h
@@ -10,6 +10,7 @@
 
 #ifndef SCINTILLATYPES_H
 #define SCINTILLATYPES_H
+#include <cstdint>
 
 namespace Scintilla {
 

++++++ scintilla-shared.patch ++++++
--- /var/tmp/diff_new_pack.ziPmZC/_old  2023-04-15 22:34:24.029971824 +0200
+++ /var/tmp/diff_new_pack.ziPmZC/_new  2023-04-15 22:34:24.033971846 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- scintilla.orig/gtk/makefile
 +++ scintilla/gtk/makefile
-@@ -68,7 +68,7 @@ DEL = del /q
+@@ -67,7 +67,7 @@ DEL = del /q
  else
  DEL = rm -f
  endif
@@ -11,7 +11,7 @@
  COMPONENT=$(basedir)/bin/libscintilla.$(SHAREDEXTENSION)
  
  vpath %.h $(srcdir) $(basedir)/src $(basedir)/include
-@@ -84,7 +84,7 @@ DEFINES += -DNO_CXX11_REGEX
+@@ -83,7 +83,7 @@ DEFINES += -DNO_CXX11_REGEX
  endif
  
  DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG)
@@ -20,7 +20,7 @@
  
  CXX_BASE_FLAGS =--std=c++17 $(BASE_FLAGS)
  CXX_ALL_FLAGS =$(DEFINES) $(INCLUDES) $(CXX_BASE_FLAGS) $(CONFIG_FLAGS)
-@@ -164,6 +164,7 @@ GTK_OBJS = \
+@@ -163,6 +163,7 @@ GTK_OBJS = \
  $(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER)
        $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@

++++++ scintilla533.tgz -> scintilla534.tgz ++++++
++++ 1843 lines of diff (skipped)

Reply via email to