Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2020-01-27 20:17:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and      /work/SRC/openSUSE:Factory/.liblxqt.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblxqt"

Mon Jan 27 20:17:58 2020 rev:12 rq:767629 version:0.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2019-02-25 
17:59:16.082184465 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.26092/liblxqt.changes       
2020-01-27 20:18:12.992551059 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 09:43:57 UTC 2020 - Michael Vetter <[email protected]>
+
+- bsc#1161365: Add includes for QFile
+- Add liblxqt-0.14.1-fix-qt-5.14.patch
+
+-------------------------------------------------------------------

New:
----
  liblxqt-0.14.1-fix-qt-5.14.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liblxqt.spec ++++++
--- /var/tmp/diff_new_pack.vnvjFg/_old  2020-01-27 20:18:14.400551918 +0100
+++ /var/tmp/diff_new_pack.vnvjFg/_new  2020-01-27 20:18:14.428551936 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblxqt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,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/
 #
 
 
@@ -26,6 +26,7 @@
 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
+Patch0:         liblxqt-0.14.1-fix-qt-5.14.patch
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -76,6 +77,7 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
+%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No

++++++ liblxqt-0.14.1-fix-qt-5.14.patch ++++++
diff -urEbw liblxqt-0.14.1/lxqtpowermanager.cpp 
liblxqt-0.14.1.new/lxqtpowermanager.cpp
--- liblxqt-0.14.1/lxqtpowermanager.cpp 2019-02-24 01:13:58.000000000 +0100
+++ liblxqt-0.14.1.new/lxqtpowermanager.cpp     2020-01-27 10:41:19.505077141 
+0100
@@ -32,6 +32,7 @@
 #include <QApplication>
 #include <QDesktopWidget>
 #include <QtDebug>
+#include <QFile>
 #include "lxqttranslator.h"
 #include "lxqtglobals.h"
 #include "lxqtsettings.h"



Reply via email to