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-12-27 11:55:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scintilla (Old)
 and      /work/SRC/openSUSE:Factory/.scintilla.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scintilla"

Tue Dec 27 11:55:01 2022 rev:35 rq:1045462 version:5.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes      2022-11-01 
13:43:45.900278079 +0100
+++ /work/SRC/openSUSE:Factory/.scintilla.new.1563/scintilla.changes    
2022-12-27 11:55:11.755359296 +0100
@@ -1,0 +2,24 @@
+Mon Dec 26 06:48:31 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.3.2:
+  - Add SCI_REPLACETARGETMINIMAL to change text without causing
+    unchanged prefix and suffix to be marked as modified in change
+    history.
+  - Draw background colour for EOL annotations with standard and
+    boxed visuals.
+  - Add SCI_GETSTYLEDTEXTFULL to support 64-bit document positions
+    on Win32 replacing SCI_GETSTYLEDTEXT which is not safe for
+    huge documents. Feature #1455.
+  - Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW triggering insertion
+    because of SCI_AUTOCSETCHOOSESINGLE mode. Feature #1459.
+  - Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND
+    to go to the start position of the paragraph containing the
+    caret. Bug #2363.
+  - Change release compilation optimization option to favour speed
+    over space. -O2 for MSVC and -O3 for gcc and clang.
+  - On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all
+    platforms.
+  - On Qt, allow string form XPM images for SCI_REGISTERIMAGE. 
+- Minor refreshing of scintilla-shared.patch to apply cleanly.
+
+-------------------------------------------------------------------

Old:
----
  scintilla531.tgz

New:
----
  scintilla532.tgz

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

Other differences:
------------------
++++++ scintilla.spec ++++++
--- /var/tmp/diff_new_pack.MW2v8L/_old  2022-12-27 11:55:12.199361766 +0100
+++ /var/tmp/diff_new_pack.MW2v8L/_new  2022-12-27 11:55:12.203361788 +0100
@@ -17,8 +17,8 @@
 
 
 %define so_ver 5.3
-%define _ver %{so_ver}.1
-%define tar_ver 531
+%define _ver %{so_ver}.2
+%define tar_ver 532
 %define libname libscintilla5
 Name:           scintilla
 Version:        %{_ver}

++++++ scintilla-shared.patch ++++++
--- /var/tmp/diff_new_pack.MW2v8L/_old  2022-12-27 11:55:12.235361967 +0100
+++ /var/tmp/diff_new_pack.MW2v8L/_new  2022-12-27 11:55:12.239361988 +0100
@@ -11,21 +11,15 @@
  COMPONENT=$(basedir)/bin/libscintilla.$(SHAREDEXTENSION)
  
  vpath %.h $(srcdir) $(basedir)/src $(basedir)/include
-@@ -84,12 +84,12 @@ DEFINES += -DNO_CXX11_REGEX
+@@ -84,7 +84,7 @@ DEFINES += -DNO_CXX11_REGEX
  endif
  
  DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG)
--BASE_FLAGS += $(if $(DEBUG),-g,-Os)
+-BASE_FLAGS += $(if $(DEBUG),-g,-O3)
 +BASE_FLAGS += $(if $(DEBUG),-g)
  
  CXX_BASE_FLAGS =--std=c++17 $(BASE_FLAGS)
  CXX_ALL_FLAGS =$(DEFINES) $(INCLUDES) $(CXX_BASE_FLAGS) $(CONFIG_FLAGS)
- 
--CONFIG_FLAGS:=$(shell $(PKG_CONFIG) --cflags $(GTK_VERSION))
-+CONFIG_FLAGS:=$(shell $(PKG_CONFIG) --cflags --libs $(GTK_VERSION))
- CONFIGLIB:=$(shell $(PKG_CONFIG) --libs $(GTK_VERSION) gmodule-no-export-2.0)
- MARSHALLER=scintilla-marshal.o
- 
 @@ -164,6 +164,7 @@ GTK_OBJS = \
  $(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER)
        $(AR) $(ARFLAGS) $@ $^

++++++ scintilla531.tgz -> scintilla532.tgz ++++++
++++ 3036 lines of diff (skipped)

Reply via email to