Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scintilla for openSUSE:Factory 
checked in at 2022-02-17 23:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scintilla (Old)
 and      /work/SRC/openSUSE:Factory/.scintilla.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scintilla"

Thu Feb 17 23:40:21 2022 rev:28 rq:955607 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes      2021-12-27 
16:07:37.573710211 +0100
+++ /work/SRC/openSUSE:Factory/.scintilla.new.1958/scintilla.changes    
2022-02-17 23:41:52.655700243 +0100
@@ -1,0 +2,27 @@
+Thu Feb 17 10:41:09 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Revert to defining tar_ver macro literally to allow
+  source_validator and similar services to work with sources.
+
+-------------------------------------------------------------------
+Mon Feb 14 20:52:59 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 5.2.0:
+  * Add multithreaded layout to significantly improve performance
+    for very wide lines. Feature #1427.
+  * Made compatible with Qt 6.
+  * Fix potential issue with length of buffer for string returning
+    APIs in ScintillaEdit on Qt.
+  * Fix inaccurate scroll bar when there are annotations and
+    wrapping of inserted or deleted text changes number of screen
+    lines. Feature #1422.
+  * Allow choice of object file directory with makefile by setting
+    DIR_O. Bug #2306.
+  * On GTK, use fractional positioning to help Chinese characters
+    in monospaced fonts line up better with roman characters. Bug
+    #2310.
+- Rebase scintilla-shared.patch to apply cleanly.
+- Ensure consistent definitions between packager defined macros,
+  with less possibility for mismatch.
+
+-------------------------------------------------------------------

Old:
----
  scintilla515.tgz

New:
----
  scintilla520.tgz

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

Other differences:
------------------
++++++ scintilla.spec ++++++
--- /var/tmp/diff_new_pack.aaWskQ/_old  2022-02-17 23:41:53.283700238 +0100
+++ /var/tmp/diff_new_pack.aaWskQ/_new  2022-02-17 23:41:53.287700238 +0100
@@ -16,11 +16,12 @@
 #
 
 
-%define tar_ver 515
-%define so_ver 5.1
+%define so_ver 5.2
+%define _ver %{so_ver}.0
+%define tar_ver 520
 %define libname libscintilla5
 Name:           scintilla
-Version:        5.1.5
+Version:        %{_ver}
 Release:        0
 Summary:        A source code editing component
 License:        MIT

++++++ scintilla-shared.patch ++++++
--- /var/tmp/diff_new_pack.aaWskQ/_old  2022-02-17 23:41:53.323700237 +0100
+++ /var/tmp/diff_new_pack.aaWskQ/_new  2022-02-17 23:41:53.331700237 +0100
@@ -2,17 +2,7 @@
 ===================================================================
 --- scintilla.orig/gtk/makefile
 +++ scintilla/gtk/makefile
-@@ -50,7 +50,8 @@ ifndef windir
- BASE_FLAGS += -fPIC
- endif
- 
--LDFLAGS += -dynamiclib
-+# Only macOS needs/supports -dynamiclib
-+# LDFLAGS += -dynamiclib
- LDFLAGS += -shared
- 
- # Take care of changing Unix style '/' directory separator to '\' on Windows
-@@ -66,7 +67,7 @@ DEL = del /q
+@@ -68,7 +68,7 @@ DEL = del /q
  else
  DEL = rm -f
  endif
@@ -21,7 +11,7 @@
  COMPONENT=$(basedir)/bin/libscintilla.$(SHAREDEXTENSION)
  
  vpath %.h $(srcdir) $(basedir)/src $(basedir)/include
-@@ -82,12 +83,12 @@ DEFINES += -DNO_CXX11_REGEX
+@@ -84,12 +84,12 @@ DEFINES += -DNO_CXX11_REGEX
  endif
  
  DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG)
@@ -36,12 +26,10 @@
  CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gmodule-no-export-2.0)
  MARSHALLER=scintilla-marshal.o
  
-@@ -161,8 +162,7 @@ GTK_OBJS = \
-       ScintillaGTKAccessible.o
- 
- $(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER) $(LEX_OBJS)
--      $(AR) $(ARFLAGS) $@ $^
--      $(RANLIB) $@
+@@ -163,6 +163,7 @@ GTK_OBJS = \
+ $(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER)
+       $(AR) $(ARFLAGS) $@ $^
+       $(RANLIB) $@
 +      libtool --mode=link gcc $(CONFIGFLAGS) -o $@ $^ -rpath $(LIBDIR) 
$(CONFIGLDFLAGS) -version-info $(VERSION)
  
  $(COMPONENT): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER)

++++++ scintilla515.tgz -> scintilla520.tgz ++++++
++++ 3837 lines of diff (skipped)

Reply via email to