Hello community,
here is the log from the commit of package qtermwidget-qt5 for openSUSE:Factory
checked in at 2020-11-04 18:28:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtermwidget-qt5 (Old)
and /work/SRC/openSUSE:Factory/.qtermwidget-qt5.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtermwidget-qt5"
Wed Nov 4 18:28:31 2020 rev:6 rq:846013 version:0.16.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/qtermwidget-qt5/qtermwidget-qt5.changes
2020-05-04 18:34:20.188295242 +0200
+++
/work/SRC/openSUSE:Factory/.qtermwidget-qt5.new.11331/qtermwidget-qt5.changes
2020-11-04 18:32:46.712096329 +0100
@@ -1,0 +2,17 @@
+Wed Nov 4 13:54:51 UTC 2020 - Michael Vetter <[email protected]>
+
+- Update to 0.16.0:
+ * Use qAsConst.
+ * Don't search application dir for keyboard and scheme data.
+ * Use Q_EMIT to call signals, instead of the emit keyword.
+ * Dropped the deprecated class QLinkedList.
+ * Don't use 0/nullptr to initialize QFlags.
+ * Fixed ColorEntry copy operator.
+ * Disabled the use of copy constructors and assignment operators.
+ * Check for successful ioctl() calls by testing that the call
+ did not return -1.
+ * Fix find_package() developer warning in cmake.
+ * Use const references wherever possible.
+ * Handle keyboard commands properly.
+
+-------------------------------------------------------------------
Old:
----
qtermwidget-0.15.0.tar.xz
qtermwidget-0.15.0.tar.xz.asc
New:
----
qtermwidget-0.16.0.tar.xz
qtermwidget-0.16.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qtermwidget-qt5.spec ++++++
--- /var/tmp/diff_new_pack.nPjgB7/_old 2020-11-04 18:32:47.232095176 +0100
+++ /var/tmp/diff_new_pack.nPjgB7/_new 2020-11-04 18:32:47.236095167 +0100
@@ -1,7 +1,7 @@
#
# spec file for package qtermwidget-qt5
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -27,7 +27,7 @@
code dealing with user interface parts and session management was \
removed.
Name: qtermwidget-qt5
-Version: 0.15.0
+Version: 0.16.0
Release: 0
Summary: %{pack_summ}
License: GPL-2.0-or-later
@@ -37,11 +37,11 @@
Source1:
https://github.com/lxqt/qtermwidget/releases/download/%{version}/qtermwidget-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: cmake >= 3.1.9
-BuildRequires: lxqt-build-tools-devel >= 0.7.0
+BuildRequires: lxqt-build-tools-devel >= 0.8.0
BuildRequires: pkgconfig
BuildRequires: utf8proc-devel
BuildRequires: cmake(Qt5LinguistTools)
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.10
+BuildRequires: pkgconfig(Qt5Widgets) >= 5.12
%description
%{pack_desc}
++++++ qtermwidget-0.15.0.tar.xz -> qtermwidget-0.16.0.tar.xz ++++++
++++ 2114 lines of diff (skipped)