- Update to 1.3.1:

* Added reloading of object types when changed externally (by Jacob Coughenour, #2674)
  * Added a status bar to the startup screen
  * Made the shortcuts for the tools configurable (#2666)
  * Made Undo/Redo shortcuts configurable (#2669)
  * Fixed importing of keyboard settings (.kms files) (#2671)
  * Fixed small window showing up on startup for a split second
  * Windows: Fixed the shipped version of OpenSSL (fixes new version notification)
  * Tiled Quick: Don't compile/install by default (#2673)
- Remove tiled-1.3.0-disable-quick.patch: upstreamed

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=42
This commit is contained in:
Michael Vetter 2019-11-20 14:43:37 +00:00 committed by Git OBS Bridge
parent 5d1d566bf3
commit 4f2fab8573
5 changed files with 18 additions and 19 deletions

View File

@ -1,13 +0,0 @@
diff -urEbw tiled-1.3.0/src/src.pro tiled-1.3.0.new/src/src.pro
--- tiled-1.3.0/src/src.pro 2019-11-13 10:21:48.000000000 +0100
+++ tiled-1.3.0.new/src/src.pro 2019-11-19 10:58:22.767467723 +0100
@@ -10,9 +10,3 @@
tmxviewer \
tmxrasterizer \
terraingenerator
-
-minQtVersion(5, 4, 0) {
- SUBDIRS += \
- tiledquickplugin \
- tiledquick
-}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b909fe995fa7c6148b50eaf628491347b49780cb27d220429eaa63a1791a3a1
size 15727978

3
tiled-1.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b37321e35bddb7bc96f9068edc06268b3f0eb8632fe6206aee296c8d6c3ba722
size 15728903

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 20 14:38:27 UTC 2019 - Michael Vetter <mvetter@suse.com>
- Update to 1.3.1:
* Added reloading of object types when changed externally (by Jacob Coughenour, #2674)
* Added a status bar to the startup screen
* Made the shortcuts for the tools configurable (#2666)
* Made Undo/Redo shortcuts configurable (#2669)
* Fixed importing of keyboard settings (.kms files) (#2671)
* Fixed small window showing up on startup for a split second
* Windows: Fixed the shipped version of OpenSSL (fixes new version notification)
* Tiled Quick: Don't compile/install by default (#2673)
- Remove tiled-1.3.0-disable-quick.patch: upstreamed
-------------------------------------------------------------------
Thu Nov 14 10:51:33 UTC 2019 - Michael Vetter <mvetter@suse.com>

View File

@ -17,13 +17,12 @@
Name: tiled
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: A tilemap editor
License: GPL-2.0-or-later
URL: https://www.mapeditor.org
Source: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: tiled-1.3.0-disable-quick.patch
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: gcc-c++
@ -60,7 +59,6 @@ This package contains libtiled a library for the Tiled map editor.
%prep
%setup -q
%patch0 -p1
# Remove copy of zlib
rm -rf src/zlib