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 2021-05-10 15:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Mon May 10 15:36:05 2021 rev:56 rq:891799 version:5.82.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2021-04-12 12:37:18.417365249 +0200
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.2988/syntax-highlighting.changes
2021-05-10 15:38:00.777892355 +0200
@@ -1,0 +2,19 @@
+Sat May 1 16:41:27 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.82.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+ * debchangelog: add Impish Indri
+ * remove text/plain from Godot
+ * systemd unit: merge some RegExpr rules
+ * systemd unit: increase version number
+ * systemd unit: update to systemd v248
+ * add support for Godot's gd-scripts
+ * Update Readme
+ * Bash/Zsh: (#5) fix SubShell context that starts as an arithmetic
+ evaluation ; add regions for all SubShell
+ * Doxygen: fix Word style when the word is at the end of line
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.81.0.tar.xz
syntax-highlighting-5.81.0.tar.xz.sig
New:
----
syntax-highlighting-5.82.0.tar.xz
syntax-highlighting-5.82.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.HaiycP/_old 2021-05-10 15:38:01.269890409 +0200
+++ /var/tmp/diff_new_pack.HaiycP/_new 2021-05-10 15:38:01.273890393 +0200
@@ -17,14 +17,14 @@
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.81
+%define _tar_path 5.82
# 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
Name: syntax-highlighting
-Version: 5.81.0
+Version: 5.82.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
@@ -39,14 +39,14 @@
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
-BuildRequires: cmake(Qt5Core) >= 5.14.0
-BuildRequires: cmake(Qt5Gui) >= 5.14.0
-BuildRequires: cmake(Qt5Network) >= 5.14.0
-BuildRequires: cmake(Qt5Test) >= 5.14.0
-BuildRequires: cmake(Qt5Widgets) >= 5.14.0
-BuildRequires: cmake(Qt5XmlPatterns) >= 5.14.0
+BuildRequires: cmake(Qt5Core) >= 5.15.0
+BuildRequires: cmake(Qt5Gui) >= 5.15.0
+BuildRequires: cmake(Qt5Network) >= 5.15.0
+BuildRequires: cmake(Qt5Test) >= 5.15.0
+BuildRequires: cmake(Qt5Widgets) >= 5.15.0
+BuildRequires: cmake(Qt5XmlPatterns) >= 5.15.0
%if %{with lang}
-BuildRequires: cmake(Qt5LinguistTools) >= 5.14.0
+BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
%description
@@ -70,8 +70,8 @@
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
-Requires: cmake(Qt5Core) >= 5.14.0
-Requires: cmake(Qt5Gui) >= 5.14.0
+Requires: cmake(Qt5Core) >= 5.15.0
+Requires: cmake(Qt5Gui) >= 5.15.0
%description devel
This is a tier1/functional version of the Kate syntax highlighting engine.
@@ -80,15 +80,15 @@
%lang_package -n %{lname}
%prep
-%setup -q
+%autosetup -p1
%build
- %cmake_kf5 -d build
- %cmake_build
+%cmake_kf5 -d build
+%cmake_build
%install
- %kf5_makeinstall -C build
- %fdupes %{buildroot}
+%kf5_makeinstall -C build
+%fdupes %{buildroot}
%if %{with lang}
%find_lang syntaxhighlighting5 --with-qt --without-mo
++++++ syntax-highlighting-5.81.0.tar.xz -> syntax-highlighting-5.82.0.tar.xz
++++++
++++ 4477 lines of diff (skipped)