diff --git a/.gitignore b/.gitignore index 6374c5a..c63cc20 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /tiled-0.14.0.tar.gz /tiled-0.14.2.tar.gz /tiled-0.15.0.tar.gz +/tiled-0.15.2.tar.gz diff --git a/sources b/sources index 09cd7f0..580ccfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6488e7b52ffa5e36c1cc8520cf7bbd59 tiled-0.15.0.tar.gz +2276a515f6dcd9270225ff4a253f7233 tiled-0.15.2.tar.gz diff --git a/tiled.spec b/tiled.spec index 24934a0..0b14270 100644 --- a/tiled.spec +++ b/tiled.spec @@ -1,13 +1,11 @@ Name: tiled -Version: 0.15.0 -Release: 3%{?dist} +Version: 0.15.2 +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 @@ -87,7 +85,6 @@ 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 @@ -181,6 +178,9 @@ fi %{_libdir}/%{name}/plugins/libtengine.so %changelog +* Sun Mar 06 2016 Erik Schilling - 0.15.2-1 +- New bugfix release 0.15.2 + * Fri Feb 05 2016 Fedora Release Engineering - 0.15.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild