From 39b7a4f09460fa6ed6339977eaa43d60a315dee5 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Feb 08 2018 02:55:57 +0000 Subject: - Rebuilt for new upstream release 1.1.2, fixes rhbz #1531028 - TMW plugin: Removed since it is no longer needed - tBIN plugin: Added read/write support for the tBIN map format --- diff --git a/.gitignore b/.gitignore index f3b6b9d..51b0057 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /tiled-0.17.2.tar.gz /tiled-0.18.2.tar.gz /tiled-1.0.3.tar.gz +/tiled-1.1.2.tar.gz diff --git a/sources b/sources index d887756..6c884d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tiled-1.0.3.tar.gz) = 4f3c97a91794f86f04965a2332e04f51bc588f7bcfef402edb1092c4e58bb6ace9c90ea522a5fa15a46ca39c8249f62818b80be6d65c11a8d41092ead31cd4f7 +SHA512 (tiled-1.1.2.tar.gz) = fe3103a40086a8ac263326a8f3d4b69de1d0e8cdea5b6d1ec7fe450d64e6ce8d74c09c5777204d780807d4ac9f08d34943af8d2d91102190dc98a4e385c34e2c diff --git a/tiled.spec b/tiled.spec index cb48401..9a93c81 100644 --- a/tiled.spec +++ b/tiled.spec @@ -1,6 +1,6 @@ Name: tiled -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Tiled Map Editor # tiled itself is GPLv2+, libtiled and tmxviewer are BSD License: GPLv2+ and BSD @@ -33,13 +33,13 @@ A plugin for tiled which allows to write Python plugins. %define pluginwarning Warning: This plugin does not offer full compatibility with Tileds features. -%package plugin-tmw -Summary: The Mana World plugin for Tiled +%package plugin-tbin +Summary: tBIN plugin for Tiled License: GPLv2+ URL: http://www.mapeditor.org Requires: %{name} = %{version}-%{release} -%description plugin-tmw -A plugin for tiled which allows to export maps as eAthena collision files. +%description plugin-tbin +A plugin for tiled which allows support for the tBIN map format. %{pluginwarning} @@ -169,8 +169,8 @@ rm %{buildroot}/%{_libdir}/lib%{name}.so %files plugin-python %{_libdir}/%{name}/plugins/libpython.so -%files plugin-tmw -%{_libdir}/%{name}/plugins/libtmw.so +%files plugin-tbin +%{_libdir}/%{name}/plugins/libtbin.so %files plugin-droidcraft %{_libdir}/%{name}/plugins/libdroidcraft.so @@ -191,6 +191,11 @@ rm %{buildroot}/%{_libdir}/lib%{name}.so %{_libdir}/%{name}/plugins/libgmx.so %changelog +* Thu Feb 08 2018 Filipe Rosset - 1.1.2-1 +- Rebuilt for new upstream release 1.1.2, fixes rhbz #1531028 +- TMW plugin: Removed since it is no longer needed +- tBIN plugin: Added read/write support for the tBIN map format + * Thu Jan 18 2018 Igor Gnatenko - 1.0.3-2 - Remove obsolete scriptlets