Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package syntax-highlighting for
openSUSE:Factory checked in at 2022-01-11 21:17:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Tue Jan 11 21:17:02 2022 rev:65 rq:945103 version:5.90.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2021-12-13 20:45:29.984493188 +0100
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.1892/syntax-highlighting.changes
2022-01-11 21:20:19.229003176 +0100
@@ -1,0 +2,31 @@
+Mon Jan 3 12:48:10 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.90.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.90.0
+- Changes since 5.89.0:
+ * systemd unit: update to systemd v250
+ * separate dynamic StringDetect rule to avoid copies in
StringDetect::doMath()
+ * prefer to construct the rule directly in the vector rather than a move
+ * automatically replace StringDetect to DetectChar, Detect2Chars or AnyChar
when possible
+ * use std::weak_ptr::owner_before instead of weak_ptr::expired() and
weak_ptr::lock() for better performance
+ * use non-deprecated function
+ * Update test file for OrgMode
+ * link and macro replacement marker
+ * very basic support for [[link]] and [[link][desc]]
+ * support implicit link in normal text
+ * Change the build system to enable building with Qt6
+ * SQL and SQL (PostgreSQL): nested comments support (kde#442449)
+ * GnuPlot: fix a lot of issue (kde#442181)
+ * PHP: add readonly, never and some functions/classes/constants of php-8.1
+ * Bash and Zsh: support of ${!2} (kde#440360)
+ * Bash: more unixcommands (GNU coreutils and some others) (kde#439211)
+ * Fix compilation error on Qt6
+ * Fix language specification comments
+ * Rename MIME type text/x-objcpp-src => text/x-objc++src
+ * Add Homuncuius.theme
+ * remove rawhtml, not needed
+ * Add grammar for RETRO Forth
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.89.0.tar.xz
syntax-highlighting-5.89.0.tar.xz.sig
New:
----
syntax-highlighting-5.90.0.tar.xz
syntax-highlighting-5.90.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.nWAYsJ/_old 2022-01-11 21:20:19.769003556 +0100
+++ /var/tmp/diff_new_pack.nWAYsJ/_new 2022-01-11 21:20:19.777003562 +0100
@@ -17,21 +17,21 @@
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.89
+%define _tar_path 5.90
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
-%bcond_without lang
+%bcond_without released
Name: syntax-highlighting
-Version: 5.89.0
+Version: 5.90.0
Release: 0
Summary: Syntax highlighting engine and library
License: LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND
GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@@ -45,7 +45,7 @@
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5XmlPatterns) >= 5.15.0
-%if %{with lang}
+%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
@@ -64,9 +64,6 @@
Summary: Syntax highlighting engine and library
Group: System/GUI/KDE
Recommends: %{name} = %{version}
-%if %{with lang}
-Recommends: %{lname}-lang = %{version}
-%endif
%description -n %{lname}
This is a tier1/functional version of the Kate syntax highlighting engine.
@@ -97,14 +94,14 @@
%kf5_makeinstall -C build
%fdupes %{buildroot}
-%if %{with lang}
+%if %{with released}
%find_lang syntaxhighlighting5 --with-qt --without-mo
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
-%if %{with lang}
+%if %{with released}
%files -n %{lname}-lang -f syntaxhighlighting5.lang
%endif
++++++ syntax-highlighting-5.89.0.tar.xz -> syntax-highlighting-5.90.0.tar.xz
++++++
++++ 7986 lines of diff (skipped)