Hello community,
here is the log from the commit of package lxqt-powermanagement for
openSUSE:Factory checked in at 2016-10-06 12:44:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-powermanagement (Old)
and /work/SRC/openSUSE:Factory/.lxqt-powermanagement.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-powermanagement"
Changes:
--------
---
/work/SRC/openSUSE:Factory/lxqt-powermanagement/lxqt-powermanagement.changes
2015-11-13 23:35:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-powermanagement.new/lxqt-powermanagement.changes
2016-10-06 12:44:11.000000000 +0200
@@ -1,0 +2,24 @@
+Sat Sep 24 21:37:37 UTC 2016 - [email protected]
+
+- Update to 0.11.0:
+ * README.md: Replace dependency XCB with KIdleTime
+ * Idleness Watcher: rely on KIdleTime instead of XCB (#33)
+ * fix indents
+ * Update and extend README.md
+ * Add Catalan translation
+ * Add Arabic Translation for Desktop File
+ * I18N: Fix Plural Strings (#38)
+ * Removes the QEventLoop from the Watcher class
+ * build: Use external translations
+ * ts-files removal (#34)
+ * Bump year Fix licenses, lxqt-powermanagement is LGPL only
+ * Fix source language in Italian translation file
+ * Italian translation update
+ * Update Russian translation Remove ru_RU files
+ * Fix typo in Greek translation
+ * update: lxqt-powermanagement_hu.ts
+ * Add German translation
+- Add keyring
+- Remove BuildRequirs pkgconfig(xcb), got replaced by KF5IdleTime
+
+-------------------------------------------------------------------
Old:
----
lxqt-powermanagement-0.10.0.tar.xz
New:
----
lxqt-powermanagement-0.11.0.tar.xz
lxqt-powermanagement-0.11.0.tar.xz.asc
lxqt-powermanagement.keyring
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-powermanagement.spec ++++++
--- /var/tmp/diff_new_pack.3EqkYo/_old 2016-10-06 12:44:12.000000000 +0200
+++ /var/tmp/diff_new_pack.3EqkYo/_new 2016-10-06 12:44:12.000000000 +0200
@@ -17,34 +17,35 @@
Name: lxqt-powermanagement
-Version: 0.10.0
+Version: 0.11.0
Release: 0
Summary: Power Management and Auto-suspend
License: LGPL-2.1+
-Group: System/GUI/LXDE-Qt
-Url: http://www.lxde.org
+Group: System/GUI/LXQt
+Url: http://www.lxqt.org
Source:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source2: %{name}.keyring
BuildRequires: cmake >= 3.0.2
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: kwindowsystem-devel
+BuildRequires: cmake(KF5WindowSystem)
+BuildRequires: cmake(KF5IdleTime)
BuildRequires: libQt5Gui-private-headers-devel
-BuildRequires: solid-devel
+BuildRequires: cmake(KF5Solid)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5Xdg)
BuildRequires: pkgconfig(lxqt) >= %{version}
-BuildRequires: pkgconfig(xcb)
+Recommends: %{name}-lang
Requires(pre): desktop-file-utils
Requires(post): desktop-file-utils
%requires_eq libQt5Gui5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-LXQt daemon for power management and Auto-suspend
-
-%lang_package
+LXQt daemon for power management and auto-suspend
%prep
%setup -q
@@ -52,7 +53,7 @@
#find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
%build
-%cmake
+%cmake -DPULL_TRANSLATIONS=No
make %{?_smp_mflags}
%install
@@ -75,8 +76,4 @@
%dir %{_datadir}/icons/hicolor/scalable/devices
%{_datadir}/icons/hicolor/scalable/devices/*.svg
-%files lang
-%defattr(-,root,root)
-%{_datadir}/lxqt/translations
-
%changelog
++++++ lxqt-powermanagement-0.10.0.tar.xz -> lxqt-powermanagement-0.11.0.tar.xz
++++++
++++ 6417 lines of diff (skipped)