Hello community,

here is the log from the commit of package qwt for openSUSE:Factory checked in 
at 2019-07-22 12:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qwt (Old)
 and      /work/SRC/openSUSE:Factory/.qwt.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qwt"

Mon Jul 22 12:20:58 2019 rev:16 rq:717334 version:5.2.3_qt5+git20181129.2819734

Changes:
--------
--- /work/SRC/openSUSE:Factory/qwt/qwt.changes  2019-06-19 20:55:34.105835358 
+0200
+++ /work/SRC/openSUSE:Factory/.qwt.new.4126/qwt.changes        2019-07-22 
12:20:59.555654887 +0200
@@ -1,0 +2,5 @@
+Sun Jul 21 12:08:35 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Added qwt-Qt_5.13.patch to fix Factory build
+
+-------------------------------------------------------------------

New:
----
  qwt-Qt_5.13.patch

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

Other differences:
------------------
++++++ qwt.spec ++++++
--- /var/tmp/diff_new_pack.Dy5Pte/_old  2019-07-22 12:21:00.159654729 +0200
+++ /var/tmp/diff_new_pack.Dy5Pte/_new  2019-07-22 12:21:00.163654728 +0200
@@ -25,6 +25,8 @@
 Group:          Development/Libraries/C and C++
 URL:            http://qwt.sourceforge.net/
 Source:         qwt-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM qwt-Qt_5.13.patch
+Patch0:         qwt-Qt_5.13.patch
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -88,6 +90,7 @@
 
 %prep
 %setup -q -n qwt-%{version}
+%patch0 -p1
 
 # qmake is so fun...
 sed -i 's|headers.path   = \$\$\[QT_INSTALL_HEADERS\]/qwt5-qt5|headers.path   
= %{_libqt5_includedir}/qwt5|' qwtconfig.pri

++++++ qwt-Qt_5.13.patch ++++++
From: Luigi Baldoni <[email protected]>
Date: 2019-07-21 14:06:38 +0200
Subject: Fix build with Qt 5.13

Add include line to fix missing definition.

Index: qwt-5.2.3_qt5+git20181129.2819734/src/qwt_clipper.cpp
===================================================================
--- qwt-5.2.3_qt5+git20181129.2819734.orig/src/qwt_clipper.cpp
+++ qwt-5.2.3_qt5+git20181129.2819734/src/qwt_clipper.cpp
@@ -7,6 +7,7 @@
  * modify it under the terms of the Qwt License, Version 1.0
  *****************************************************************************/
 
+#include <QList>
 #include <qrect.h>
 #include "qwt_math.h"
 #include "qwt_clipper.h"

Reply via email to