Hello community,

here is the log from the commit of package texworks for openSUSE:Factory 
checked in at 2020-06-06 23:39:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texworks (Old)
 and      /work/SRC/openSUSE:Factory/.texworks.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texworks"

Sat Jun  6 23:39:35 2020 rev:23 rq:811913 version:0.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/texworks/texworks.changes        2020-03-27 
21:58:38.178839480 +0100
+++ /work/SRC/openSUSE:Factory/.texworks.new.3606/texworks.changes      
2020-06-06 23:39:59.405026137 +0200
@@ -1,0 +2,6 @@
+Fri Jun  5 18:48:42 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Add upstream patch:
+  * 0001-QtPDF-Fix-compilation-with-Qt-5.15.patch
+
+-------------------------------------------------------------------

New:
----
  0001-QtPDF-Fix-compilation-with-Qt-5.15.patch

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

Other differences:
------------------
++++++ texworks.spec ++++++
--- /var/tmp/diff_new_pack.p4nKEH/_old  2020-06-06 23:40:00.425029338 +0200
+++ /var/tmp/diff_new_pack.p4nKEH/_new  2020-06-06 23:40:00.429029350 +0200
@@ -25,6 +25,8 @@
 Group:          Productivity/Publishing/TeX/Frontends
 URL:            https://www.tug.org/texworks/
 Source0:        
https://github.com/TeXworks/texworks/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-QtPDF-Fix-compilation-with-Qt-5.15.patch
 BuildRequires:  cmake
 BuildRequires:  dbus-1-devel
 BuildRequires:  desktop-file-utils
@@ -82,6 +84,7 @@
 
 %prep
 %setup -q -n texworks-release-%{version}
+%patch0 -p1
 
 %build
 

++++++ 0001-QtPDF-Fix-compilation-with-Qt-5.15.patch ++++++
>From a5afacf4ca64988927690919ce85a1e3b493bd08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= <[email protected]>
Date: Fri, 1 May 2020 08:05:46 +0200
Subject: [PATCH] <QtPDF> Fix compilation with Qt 5.15

---
 modules/QtPDF/src/PDFBackend.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/QtPDF/src/PDFBackend.cpp b/modules/QtPDF/src/PDFBackend.cpp
index 0305d87..500d20a 100644
--- a/modules/QtPDF/src/PDFBackend.cpp
+++ b/modules/QtPDF/src/PDFBackend.cpp
@@ -14,6 +14,7 @@
 
 #include <PDFBackend.h>
 #include <QPainter>
+#include <QPainterPath>
 #include <QApplication>
 
 namespace QtPDF {
-- 
2.26.2


Reply via email to