Hello community,

here is the log from the commit of package liblxqt for openSUSE:Leap:15.2 
checked in at 2020-01-30 06:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/liblxqt (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.liblxqt.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblxqt"

Thu Jan 30 06:08:19 2020 rev:13 rq:767979 version:0.14.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/liblxqt/liblxqt.changes        2020-01-15 
15:21:55.138459229 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.liblxqt.new.26092/liblxqt.changes     
2020-01-30 06:08:43.250475137 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 09:43:57 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- 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.sTLglW/_old  2020-01-30 06:08:43.934475519 +0100
+++ /var/tmp/diff_new_pack.sTLglW/_new  2020-01-30 06:08:43.938475521 +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