- 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:
@@ -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
|
|
||||||
-}
|
|
@@ -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
3
tiled-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b37321e35bddb7bc96f9068edc06268b3f0eb8632fe6206aee296c8d6c3ba722
|
||||||
|
size 15728903
|
@@ -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>
|
Thu Nov 14 10:51:33 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@@ -17,13 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tiled
|
Name: tiled
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tilemap editor
|
Summary: A tilemap editor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://www.mapeditor.org
|
URL: https://www.mapeditor.org
|
||||||
Source: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
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: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@@ -60,7 +59,6 @@ This package contains libtiled a library for the Tiled map editor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
# Remove copy of zlib
|
# Remove copy of zlib
|
||||||
rm -rf src/zlib
|
rm -rf src/zlib
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user