Hello community,
here is the log from the commit of package lxqt-globalkeys for openSUSE:Factory
checked in at 2019-02-25 17:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-globalkeys (Old)
and /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-globalkeys"
Mon Feb 25 17:59:26 2019 rev:8 rq:678878 version:0.14.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-globalkeys/lxqt-globalkeys.changes
2018-06-29 22:31:32.938248843 +0200
+++
/work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.28833/lxqt-globalkeys.changes
2019-02-25 17:59:29.994172760 +0100
@@ -1,0 +2,23 @@
+Mon Feb 25 10:24:52 UTC 2019 - [email protected]
+
+- Update to 0.14.1:
+ * Don't rename a widget or a class without a full refactoring
+ * Updated translations
+
+-------------------------------------------------------------------
+Thu Jan 31 10:06:16 UTC 2019 - Michael Vetter <[email protected]>
+
+- Update to 0.14.0:
+ * Don't use automatic string conversions
+ * Improved cmake scripting
+ - Set cmake_minimum_required to 3.1.0
+ - Removed locale compile definitons
+ - Remove QUIET from find_package
+ * Moved translations from lxqt-l10n back to lxqt-globalkeys
+ - Removed obsolete translation fuctionality
+ - Added translation promo in README.md
+ * Deleted superfluous *cs_CZ.desktop files
+ * Translation updates
+- Move translation from lxqt-l10n into package
+
+-------------------------------------------------------------------
Old:
----
lxqt-globalkeys-0.13.0.tar.xz
lxqt-globalkeys-0.13.0.tar.xz.asc
New:
----
lxqt-globalkeys-0.14.1.tar.xz
lxqt-globalkeys-0.14.1.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-globalkeys.spec ++++++
--- /var/tmp/diff_new_pack.JTeHei/_old 2019-02-25 17:59:30.774172104 +0100
+++ /var/tmp/diff_new_pack.JTeHei/_new 2019-02-25 17:59:30.774172104 +0100
@@ -1,7 +1,7 @@
#
# spec file for package lxqt-globalkeys
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: lxqt-globalkeys
-Version: 0.13.0
+Version: 0.14.1
Release: 0
Summary: Global keyboard shortcuts registration
License: LGPL-2.1-or-later
@@ -26,10 +26,10 @@
Source:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
-BuildRequires: cmake >= 3.0.2
+BuildRequires: cmake >= 3.1.0
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: lxqt-build-tools-devel >= 0.5.0
+BuildRequires: lxqt-build-tools-devel >= 0.6.0
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig(Qt5UiTools)
@@ -42,6 +42,8 @@
%description
Daemon and library for global keyboard shortcuts registration
+%lang_package
+
%package devel
Summary: Development files for lxqt-globalkeys
Group: Development/Libraries/C and C++
@@ -81,6 +83,8 @@
%cmake_install
%fdupes -s %{buildroot}
+%find_lang lxqt-config-globalkeyshortcuts --with-qt
+
%post -n liblxqt-globalkeys0 -p /sbin/ldconfig
%postun -n liblxqt-globalkeys0 -p /sbin/ldconfig
%post -n liblxqt-globalkeys-ui0 -p /sbin/ldconfig
@@ -115,4 +119,9 @@
%files -n liblxqt-globalkeys-ui0
%{_libdir}/liblxqt-globalkeys-ui.so.*
+%files lang -f lxqt-config-globalkeyshortcuts.lang
+%dir %{_datadir}/lxqt
+%dir %{_datadir}/lxqt/translations
+%{_datadir}/lxqt/translations/lxqt-config-globalkeyshortcuts
+
%changelog
++++++ lxqt-globalkeys-0.13.0.tar.xz -> lxqt-globalkeys-0.14.1.tar.xz ++++++
++++ 6972 lines of diff (skipped)