From eba0e09c125e72ca845a5bf3b961a2111b4f301f Mon Sep 17 00:00:00 2001
From: 1Antoine1 <>
Date: Apr 10 2021 13:41:29 +0000
Subject: Update solarus-quest-editor to version 1.6.5 / rev 12 via SR 883452
https://build.opensuse.org/request/show/883452
by user 1Antoine1 + RBrownSUSE
- Update to version 1.6.5:
* Map editor: Fix crash when generating contours with missing
patterns (gl#solarus-games/solarus-quest-editor#494).
* Map editor: Fix resize and edit shortcuts not working sometimes
(gl#solarus-games/solarus-quest-editor#272).
* Import dialog: Fix file count inconsistencies
(gl#solarus-games/solarus-quest-editor#446).
* Script editor: Fix crash when indenting wrapped lines
(gl#solarus-games/solarus-quest-editor#440).
- Drop 0001-Add-missing-include-directive-for-QPainterPath.patch:
Fixed upstream.
---
diff --git a/.files b/.files
index 6604aa0..0c171b7 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 90ec20c..28ad662 100644
--- a/.rev
+++ b/.rev
@@ -117,4 +117,22 @@
811592
+
+ f863325fce38be7bf3833803da0912fb
+ 1.6.5
+
+ RBrownSUSE
+ - Update to version 1.6.5:
+ * Map editor: Fix crash when generating contours with missing
+ patterns (gl#solarus-games/solarus-quest-editor#494).
+ * Map editor: Fix resize and edit shortcuts not working sometimes
+ (gl#solarus-games/solarus-quest-editor#272).
+ * Import dialog: Fix file count inconsistencies
+ (gl#solarus-games/solarus-quest-editor#446).
+ * Script editor: Fix crash when indenting wrapped lines
+ (gl#solarus-games/solarus-quest-editor#440).
+- Drop 0001-Add-missing-include-directive-for-QPainterPath.patch:
+ Fixed upstream.
+ 883452
+
diff --git a/0001-Add-missing-include-directive-for-QPainterPath.patch b/0001-Add-missing-include-directive-for-QPainterPath.patch
deleted file mode 100644
index 05912c2..0000000
--- a/0001-Add-missing-include-directive-for-QPainterPath.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 619a0a8e00f9e0b75df80721402bd87d6ea01692 Mon Sep 17 00:00:00 2001
-From: Hugo Hromic
-Date: Mon, 1 Jun 2020 18:45:16 +0100
-Subject: [PATCH] Add missing include directive for QPainterPath
-
-* Not implicit anymore since Qt 5.15
----
- src/entities/jumper.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/entities/jumper.cpp b/src/entities/jumper.cpp
-index 5d4b31e..edd38fa 100644
---- a/src/entities/jumper.cpp
-+++ b/src/entities/jumper.cpp
-@@ -17,6 +17,7 @@
- #include "entities/jumper.h"
- #include "map_model.h"
- #include
-+#include
-
- namespace SolarusEditor {
-
---
-2.26.2
-
diff --git a/solarus-quest-editor-v1.6.4.tar.bz2 b/solarus-quest-editor-v1.6.4.tar.bz2
deleted file mode 120000
index 491c122..0000000
--- a/solarus-quest-editor-v1.6.4.tar.bz2
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeieo27pzc6q533a7hmzeku55ehhlglx3qpitus56atocensnvcvqkm
\ No newline at end of file
diff --git a/solarus-quest-editor-v1.6.5.tar.bz2 b/solarus-quest-editor-v1.6.5.tar.bz2
new file mode 120000
index 0000000..d4766ff
--- /dev/null
+++ b/solarus-quest-editor-v1.6.5.tar.bz2
@@ -0,0 +1 @@
+/ipfs/bafybeieij5jtor2eq4iwda7k65zdda543ovd566qmkuzwbqvle46c4mnlq
\ No newline at end of file
diff --git a/solarus-quest-editor.changes b/solarus-quest-editor.changes
index 5bef5cf..9c282f2 100644
--- a/solarus-quest-editor.changes
+++ b/solarus-quest-editor.changes
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Tue Apr 6 20:21:30 UTC 2021 - Antoine Belvire
+
+- Update to version 1.6.5:
+ * Map editor: Fix crash when generating contours with missing
+ patterns (gl#solarus-games/solarus-quest-editor#494).
+ * Map editor: Fix resize and edit shortcuts not working sometimes
+ (gl#solarus-games/solarus-quest-editor#272).
+ * Import dialog: Fix file count inconsistencies
+ (gl#solarus-games/solarus-quest-editor#446).
+ * Script editor: Fix crash when indenting wrapped lines
+ (gl#solarus-games/solarus-quest-editor#440).
+- Drop 0001-Add-missing-include-directive-for-QPainterPath.patch:
+ Fixed upstream.
+
+-------------------------------------------------------------------
Thu Jun 4 17:58:13 UTC 2020 - Christophe Giboudeaux
- Add upstream patch to fix build with Qt 5.15:
diff --git a/solarus-quest-editor.spec b/solarus-quest-editor.spec
index 71375a8..37f96aa 100644
--- a/solarus-quest-editor.spec
+++ b/solarus-quest-editor.spec
@@ -1,7 +1,7 @@
#
# spec file for package solarus-quest-editor
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
Name: solarus-quest-editor
-Version: 1.6.4
+Version: 1.6.5
Release: 0
Summary: GUI to edit quests for the Solarus engine
-License: GPL-3.0-or-later AND CC-BY-SA-3.0
+License: CC-BY-SA-3.0 AND GPL-3.0-or-later
Group: Productivity/Graphics/Other
URL: https://www.solarus-games.org/
Source: https://gitlab.com/solarus-games/solarus-quest-editor/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-Add-missing-include-directive-for-QPainterPath.patch
BuildRequires: cmake >= 3.1
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -75,7 +73,7 @@ This package contains assets for the Solarus Quest Editor.
%files
%license license.txt license_gpl.txt
-%doc readme.md changelog.txt
+%doc readme.md changelog.md
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
%dir %{_datadir}/icons/hicolor/20x20