Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scintilla for openSUSE:Factory 
checked in at 2026-09-17 15:24:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scintilla (Old)
 and      /work/SRC/openSUSE:Factory/.scintilla.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scintilla"

Thu Sep 17 15:24:19 2026 rev:54 rq:1378524 version:5.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/scintilla/scintilla.changes      2026-06-11 
17:31:23.892488957 +0200
+++ /work/SRC/openSUSE:Factory/.scintilla.new.383539/scintilla.changes  
2026-09-17 15:24:30.070767599 +0200
@@ -1,0 +2,23 @@
+Wed Sep 16 17:38:12 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to version 5.6.6:
+  * Add position to UpdateUI event fields in Scintilla.iface.
+  * Fix data race in multi-threaded word wrap introduced in
+    5.6.4 (bug #2515).
+- Changes from version 5.6.5:
+  * Add SC_UPDATE_TEXT and SC_UPDATE_LINE_COUNT flags to
+    SCN_UPDATEUI notifications.
+  * Increase interior width of MarkerSymbol::Plus and Minus
+    to match stroke width.
+  * Improve fold-discovery performance by styling larger
+    blocks of lines.
+  * Avoid std::async/std::future in single-threaded
+    situations, fixing crashes with some runtimes (Geany
+    issue #4620).
+- Changes from version 5.6.4:
+  * Add SCI_SETSCALETECHNIQUE for pixel-aligned scaling.
+  * Optimize empty SCI_CHANGEINSERTION so it does not
+    produce an empty undo action (feature #1588).
+- Drop obsolete BuildRoot tag and add make BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  scintilla563.tgz

New:
----
  scintilla566.tgz

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

Other differences:
------------------
++++++ scintilla.spec ++++++
--- /var/tmp/diff_new_pack.hEZhdk/_old  2026-09-17 15:24:31.446825309 +0200
+++ /var/tmp/diff_new_pack.hEZhdk/_new  2026-09-17 15:24:31.448825392 +0200
@@ -17,8 +17,8 @@
 
 
 %define so_ver 5.6
-%define _ver %{so_ver}.3
-%define tar_ver 563
+%define _ver %{so_ver}.6
+%define tar_ver 566
 %define libname libscintilla5
 Name:           scintilla
 Version:        %{_ver}
@@ -31,10 +31,10 @@
 Patch0:         %{name}-shared.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
+BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Scintilla is a code editing component. It includes features for
@@ -85,7 +85,7 @@
 libtool --mode=install install bin/libscintilla.la %{buildroot}%{_libdir}
 # Delete libtool archive and static lib
 find %{buildroot}%{_libdir} -name "*.a" -delete -print
-find %{buildroot}%{_libdir} -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 rmdir %{buildroot}%{_includedir}/%{name}/src || :
 

++++++ scintilla563.tgz -> scintilla566.tgz ++++++
++++ 5274 lines of diff (skipped)

Reply via email to