Script 'mail_helper' called by obssrc
Hello community,

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

Package is "highlight"

Wed Sep 16 17:40:52 2026 rev:51 rq:1378078 version:4.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/highlight/highlight.changes      2025-11-25 
15:50:34.980754306 +0100
+++ /work/SRC/openSUSE:Factory/.highlight.new.383539/highlight.changes  
2026-09-16 17:41:12.932224177 +0200
@@ -1,0 +2,37 @@
+Wed Sep  9 10:41:21 UTC 2026 - [email protected]
+
+- Update to version 4.21:
+  * updated astyle lib to version 3.6.18
+  * added Svelte language definition
+  * added KDL language definition
+  * added AnsiIndex theme attribute
+  * added terminal output sanitation of user input
+  * CLI: added --indent-guides option
+  * CLI: added --skip-leading-cols option
+  * fixed vue.js nested section highlighting
+  * fixed NXC nested section highlighting
+  * fixed RTF header and footer generation to allow plugin insertions
+  * fixed string highlighting of nested command substitutions in
+    shellscript definition
+  * fixed regular expressions in CMake and PHP definitions
+  * fixed out_of_range crash in nested syntax definitions
+  * fixed minor performance issues
+  * updated chinese GUI translation
+
+- Update to version 4.20:
+  * updated astyle lib to version 3.6.16
+  * fixed undefined lua upvalue in shellscript language definition
+  * added C# Unity language definition
+  * updated RPM Language definition
+  * refactored cmake build script
+  * refactored code to make use of C++17 features
+
+- Update to version 4.19:
+  * updated astyle lib to version 3.6.14
+  * fixed warn_unused_result warnings on pipe() call
+  * added MiniScript language definition
+
+- Switch gui from Qt 5 to Qt 6
+- Switch from update-desktop-files to desktop-file-utils
+
+-------------------------------------------------------------------

Old:
----
  highlight-v4.18.tar.bz2

New:
----
  highlight-v4.21.tar.bz2

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

Other differences:
------------------
++++++ highlight.spec ++++++
--- /var/tmp/diff_new_pack.w64sow/_old  2026-09-16 17:41:13.977267842 +0200
+++ /var/tmp/diff_new_pack.w64sow/_new  2026-09-16 17:41:13.983268093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package highlight
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without gui
 Name:           highlight
-Version:        4.18
+Version:        4.21
 Release:        0
 Summary:        Universal Source Code to Formatted Text Converter
 License:        GPL-3.0-or-later
@@ -52,9 +52,9 @@
 %package gui
 Summary:        Graphical Interface for %{name}
 Group:          Development/Tools/Other
+BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  qt6-base-devel
 Requires:       %{name}-common = %{version}
 
 %description gui
@@ -110,14 +110,16 @@
 # as it leads to concurrency issues.
 %make_build gui                 \
   doc_dir="%{_docdir}/" \
-  QMAKE="qmake-qt5 QMAKE_CXXFLAGS=\"%{optflags}\""
+  QMAKE="qmake6 QMAKE_CXXFLAGS=\"%{optflags}\""
 %endif
 
 %install
 %makeinstall doc_dir="%{_docdir}/" \
 %if %{with gui}
   install-gui
-%suse_update_desktop_file -G "Text converter" -r %{name} Utility TextEditor
+desktop-file-edit --set-generic-name="Text converter" \
+       --remove-key=Categories --add-category=Utility 
--add-category=TextEditor \
+       %{buildroot}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name} --with-qt
 %endif
 

++++++ highlight-v4.18.tar.bz2 -> highlight-v4.21.tar.bz2 ++++++
++++ 9885 lines of diff (skipped)

Reply via email to