diff --git a/.gitignore b/.gitignore index 80e039b..6374c5a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /tiled-0.13.1.tar.gz /tiled-0.14.0.tar.gz /tiled-0.14.2.tar.gz +/tiled-0.15.0.tar.gz diff --git a/sources b/sources index fcd4764..09cd7f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a9f356130d2e89bfb25f7bfa817dbf2 tiled-0.14.2.tar.gz +6488e7b52ffa5e36c1cc8520cf7bbd59 tiled-0.15.0.tar.gz diff --git a/tiled.spec b/tiled.spec index 1e4ad25..e3ad3ad 100644 --- a/tiled.spec +++ b/tiled.spec @@ -1,11 +1,13 @@ Name: tiled -Version: 0.14.2 +Version: 0.15.0 Release: 1%{?dist} Summary: Tiled Map Editor # tiled itself is GPLv2+, libtiled and tmxviewer are BSD License: GPLv2+ and BSD URL: http://www.mapeditor.org Source0: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +# See: https://github.com/bjorn/tiled/pull/1174 +Patch0: %{name}-terraingenerator-rpath-fix.patch BuildRequires: pkgconfig(Qt5Core) BuildRequires: qt5-qttools-devel @@ -85,6 +87,7 @@ A plugin for tiled which allows to export maps as .lua T-Engine4 maps. %prep %setup -q +%patch0 -p1 # Remove copy of zlib rm -rf src/zlib @@ -134,6 +137,7 @@ fi %doc AUTHORS NEWS README.md COPYING LICENSE.GPL LICENSE.BSD %{_bindir}/automappingconverter %{_bindir}/%{name} +%{_bindir}/terraingenerator %{_bindir}/tmxrasterizer %{_bindir}/tmxviewer %{_datadir}/applications/%{name}.desktop @@ -177,6 +181,9 @@ fi %{_libdir}/%{name}/plugins/libtengine.so %changelog +* Sat Jan 09 2016 Erik Schilling - 0.15.0-1 +- New upstream release 0.15.0 + * Fri Nov 27 2015 Erik Schilling - 0.14.2-1 - New upstream release 0.14.2