Hello community,

here is the log from the commit of package qterm for openSUSE:Factory checked 
in at 2018-06-20 15:32:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qterm (Old)
 and      /work/SRC/openSUSE:Factory/.qterm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qterm"

Wed Jun 20 15:32:22 2018 rev:27 rq:617711 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qterm/qterm.changes      2017-12-22 
12:18:20.175609817 +0100
+++ /work/SRC/openSUSE:Factory/.qterm.new/qterm.changes 2018-06-20 
15:33:12.278053892 +0200
@@ -1,0 +2,6 @@
+Tue Jun 19 08:26:31 UTC 2018 - [email protected]
+
+- Add patch: qterm-fix-build-error.patch
+  * Fix build error.
+
+-------------------------------------------------------------------

New:
----
  qterm-fix-build-error.patch

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

Other differences:
------------------
++++++ qterm.spec ++++++
--- /var/tmp/diff_new_pack.B8RWhi/_old  2018-06-20 15:33:13.434011950 +0200
+++ /var/tmp/diff_new_pack.B8RWhi/_new  2018-06-20 15:33:13.438011804 +0200
@@ -25,6 +25,7 @@
 Url:            https://github.com/qterm/qterm
 Source0:        
https://github.com/qterm/%{name}/archive/%{version}.tar.gz#./%{name}-%{version}.tar.gz
 Source1:        qterm.desktop
+Patch0:         qterm-fix-build-error.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake -DQT5=YES

++++++ qterm-fix-build-error.patch ++++++
Index: qterm-0.7.2/src/keydialog.h
===================================================================
--- qterm-0.7.2.orig/src/keydialog.h
+++ qterm-0.7.2/src/keydialog.h
@@ -11,6 +11,7 @@
 #define KEYDIALOG_H
 
 #include "ui_keydialog.h"
+#include <QButtonGroup>
 namespace QTerm
 {
 class Config;
Index: qterm-0.7.2/src/soundconf.h
===================================================================
--- qterm-0.7.2.orig/src/soundconf.h
+++ qterm-0.7.2/src/soundconf.h
@@ -2,6 +2,7 @@
 #define SOUNDCONF_H
 
 #include "ui_soundconf.h"
+#include <QButtonGroup>
 namespace QTerm
 {
 class Sound;
Index: qterm-0.7.2/src/shortcutsdialog.cpp
===================================================================
--- qterm-0.7.2.orig/src/shortcutsdialog.cpp
+++ qterm-0.7.2/src/shortcutsdialog.cpp
@@ -3,6 +3,7 @@
 #include <QKeyEvent>
 #include <QMessageBox>
 #include <QShortcut>
+#include <QAction>
 
 namespace QTerm {
 

Reply via email to