- Update to 1.0.3:

* Fixed crash on reload map (#1659[1], #1694[2])
  * Fixed possible crash on undo/redo in collision editor (#1695[3])
  * Fixed tile replacement to add tileset when needed (by Mohamed Thabet, #1641[4])
  * Fixed the display of the image source property for tilesets
  * Fixed shortcut for 'Copy tile coordinates' (Alt+C) in Portuguese translation (by olueiro)
  * JSON plugin: Fixed reading of tileset column count
  * JSON plugin: Fixed reading of custom properties on tile collision object group

OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=18
This commit is contained in:
Michael Vetter 2017-08-29 14:33:29 +00:00 committed by Git OBS Bridge
parent 8259f13295
commit ea23b67ef5
4 changed files with 18 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 29 14:06:11 UTC 2017 - mvetter@suse.com
- Update to 1.0.3:
* Fixed crash on reload map (#1659[1], #1694[2])
* Fixed possible crash on undo/redo in collision editor (#1695[3])
* Fixed tile replacement to add tileset when needed (by Mohamed Thabet, #1641[4])
* Fixed the display of the image source property for tilesets
* Fixed shortcut for 'Copy tile coordinates' (Alt+C) in Portuguese translation (by olueiro)
* JSON plugin: Fixed reading of tileset column count
* JSON plugin: Fixed reading of custom properties on tile collision object group
-------------------------------------------------------------------
Wed Jun 14 09:42:00 UTC 2017 - mvetter@suse.com

View File

@ -17,7 +17,7 @@
Name: tiled
Version: 1.0.1
Version: 1.0.3
Release: 0
Summary: A tilemap editor
License: GPL-2.0+
@ -100,7 +100,6 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
%mime_database_postun
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD
%{_bindir}/%{name}
%{_bindir}/terraingenerator
@ -116,12 +115,10 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
%{_mandir}/man1/%{name}.1%{ext_man}
%files -n libtiled1
%defattr(-,root,root)
%doc LICENSE.BSD
%{_libdir}/lib%{name}.so.*
%files -n tmxtools
%defattr(-,root,root)
%doc LICENSE.BSD
%{_bindir}/automappingconverter
%{_bindir}/tmxrasterizer
@ -131,5 +128,7 @@ install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.
%{_mandir}/man1/automappingconverter.1%{ext_man}
%dir %{_datadir}/thumbnailers/
%{_datadir}/thumbnailers/tiled.thumbnailer
%dir %{_datadir}/metainfo/
%{_datadir}/metainfo/tiled.appdata.xml
%changelog