Hello community,
here is the log from the commit of package lxqt-powermanagement for
openSUSE:Factory checked in at 2019-02-25 17:49:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-powermanagement (Old)
and /work/SRC/openSUSE:Factory/.lxqt-powermanagement.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-powermanagement"
Mon Feb 25 17:49:28 2019 rev:11 rq:670389 version:0.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/lxqt-powermanagement/lxqt-powermanagement.changes
2018-06-29 22:31:23.230256265 +0200
+++
/work/SRC/openSUSE:Factory/.lxqt-powermanagement.new.28833/lxqt-powermanagement.changes
2019-02-25 17:49:33.114804143 +0100
@@ -1,0 +2,14 @@
+Thu Jan 31 10:18:48 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
+ * Moved translations from lxqt-l10n back to lxqt-powermanagement
+ - removed obsolete translation fuctionality
+ - Added translation promo in README.md
+ * Translation updates
+- Move translation from lxqt-l10n into package
+
+-------------------------------------------------------------------
Old:
----
lxqt-powermanagement-0.13.0.tar.xz
lxqt-powermanagement-0.13.0.tar.xz.asc
New:
----
lxqt-powermanagement-0.14.0.tar.xz
lxqt-powermanagement-0.14.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-powermanagement.spec ++++++
--- /var/tmp/diff_new_pack.qOlpil/_old 2019-02-25 17:49:33.714803896 +0100
+++ /var/tmp/diff_new_pack.qOlpil/_new 2019-02-25 17:49:33.718803895 +0100
@@ -1,7 +1,7 @@
#
# spec file for package lxqt-powermanagement
#
-# 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
@@ -12,12 +12,12 @@
# 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/
#
Name: lxqt-powermanagement
-Version: 0.13.0
+Version: 0.14.0
Release: 0
Summary: Power Management and Auto-suspend
License: LGPL-2.1-or-later
@@ -26,11 +26,11 @@
Source:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1:
https://github.com/lxqt/%{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: libQt5Gui-private-headers-devel
-BuildRequires: lxqt-build-tools-devel >= 0.5.0
+BuildRequires: lxqt-build-tools-devel >= 0.6.0
BuildRequires: pkgconfig
BuildRequires: cmake(KF5IdleTime)
BuildRequires: cmake(KF5Solid)
@@ -47,6 +47,8 @@
%description
LXQt daemon for power management and auto-suspend
+%lang_package
+
%prep
%setup -q
# Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and
shut rpmlint warnings
@@ -60,6 +62,8 @@
%cmake_install
%fdupes -s %{buildroot}%{_datadir}
+%find_lang %{name} --with-qt
+
%files
%license LICENSE
%doc AUTHORS README.md
@@ -71,4 +75,10 @@
%{_datadir}/icons/hicolor/scalable/devices/*.svg
%{_sysconfdir}/xdg/autostart/lxqt-powermanagement.desktop
+%files lang -f %{name}.lang
+%dir %{_datadir}/lxqt
+%dir %{_datadir}/lxqt/translations
+%{_datadir}/lxqt/translations/lxqt-powermanagement
+%{_datadir}/lxqt/translations/lxqt-config-powermanagement
+
%changelog
++++++ lxqt-powermanagement-0.13.0.tar.xz -> lxqt-powermanagement-0.14.0.tar.xz
++++++
++++ 13445 lines of diff (skipped)