Hello community, here is the log from the commit of package tiled for openSUSE:Factory checked in at 2017-01-28 11:08:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiled (Old) and /work/SRC/openSUSE:Factory/.tiled.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiled" Changes: -------- --- /work/SRC/openSUSE:Factory/tiled/tiled.changes 2017-01-25 23:17:52.588174052 +0100 +++ /work/SRC/openSUSE:Factory/.tiled.new/tiled.changes 2017-02-03 20:03:39.214640193 +0100 @@ -1,0 +2,92 @@ +Fri Jan 27 09:47:29 UTC 2017 - [email protected] + +- Update to 0.18.1: + * Fixed terrain brush for isometric staggered maps (by Clyde) + * Fixed crash when resizing map causes objects to get removed + * Fixed crash when duplicating an object layer + * Fixed position of image layer after Resize or Offset Map + * Fixed the quality of the minimap on HiDpi displays + * Fixed Alt-drag behavior to not override resize handles + * When adding a new layer, insert it above the current one + * GmxPlugin: Fixed positioning for non-tile objects and support scaling + * GmxPlugin: Export tile objects without a type as tiles + * GmxPlugin: Support horizontal and vertical flipping + * Updated Chinese translation (by Clyde) + +------------------------------------------------------------------- +Tue Dec 20 20:34:42 UTC 2016 - [email protected] + +- Fix plugin detection: + We need USE_FHS_PLUGIN_PATH=yes so tiled finds the plugins and + doesn't look relative to the executables path. + Without this exporting to lua, json etc never worked. + +------------------------------------------------------------------- +Tue Dec 20 15:55:36 UTC 2016 - [email protected] + +- Update to version 0.18.0: + * Added Layer via Copy/Cut actions + * Added support for Paste in Place action for tile layers + * Added context menu to change custom property type (by Dmitry Hrabrov) + * Added support for higher precision for custom floating point properties + * Added %mappath variable to commands (by Jack Roper) + * Added snapping to pixels (by Mamed Ibrahimov) + * Added right-click to clear the tile selection + * Added a context menu action to reset the size of tile objects + * Added exporter for Game Maker Studio room files (by Jones Blunt) + * Added Move Up/Down buttons to Objects view (by iskolbin) + * Added pixel coordinates to status bar for object tools (by iskolbin) + * Added Sticker Knight platformer example (by Ponywolf) + * tmxrasterizer: Added --size argument and support local file URLs + * tmxrasterizer: Use smooth pixmap transform by default + * Linux: Register tmxrasterizer as thumbnail generator for TMX files + * Allow scrolling past map edges with mouse wheel + * Enabled HiDpi scaling and improved the quality of some icons + * Reversed the order of the objects in the Objects view + * JSON plugin: Added Node.js support to the JavaScript export + * Updated TMX schema definition (by assofohdz) + * Fixed unfinished objects getting saved + * Fixed OpenGL rendering mode when application is scaled (HiDpi screens) + * Fixed Remove and Rename actions for predefined properties + * Windows: Fixed console output + * libtiled-java: Use Maven, deploy to OSSRH and code updates (by Mike Thomas) + * libtiled-java: Added a basic isometric renderer (by Mike Thomas) + * Updated Brazilian Portuguese, Chinese, Czech, Dutch, Hebrew, Norwegian Bokmål and Spanish translations + See: http://discourse.mapeditor.org/t/tiled-0-18-0-released/1897 +- Add tiled.thumbnailer + +------------------------------------------------------------------- +Wed Oct 12 05:04:11 UTC 2016 - [email protected] + +- Add icon/desktop/mime macros +- Install appdata for https://en.opensuse.org/openSUSE:AppStore +- Update to version 0.17.0 + * Added a platform-independent theme, which can be dark (#786) + * Added Paste in Place action for objects (#1257) + * Added custom property type 'color' (#1275) + * Added custom property type 'file' (#1278) + * Added option for removing invisible objects in resize dialog (#1032, by Mamed Ibrahimov) + * Added support for editing multi-line string properties (#205) + * Added %layername and %objectid to available command variables + * Added support for scrolling in tileset view with middle mouse button (#1050, with Will Luongo) + * Added a rectangle erase mode to the eraser (#1297) + * Added export to Defold .tilemap files (#1316, by Nikita Razdobreev) + * Added simple full screen mode + * Added "Copy File Path" and "Open Containing Folder" actions to tab context menu + * Added warning when saving with the wrong file extension + * Added color picker for setting transparent color of a tileset (#1173, by Ava Brumfield) + * Various object selection tool improvements + * Allow creating rectangle/ellipse objects in any direction (#1300) + * Enabled nested views and grouped dragging for stacked views (#1291) + * Fixed updating object drag cursor when exiting resize handles (#1277) + * Fixed tile animations to stay in sync when changing them (#1288) + * Fixed preservation of tile meta-data when tileset width is changed (#1315) + * Updated Bulgarian, Dutch, German, Norwegian Bokmål, Russian, Spanish and Turkish translations + * JSON plugin: Fixed loading of custom properties on terrains + * Lua plugin: Fixed missing export of object layer drawing order + * Fixed tile index adjustment when tileset image changes width + * Fixed --export-map [format] option + * Fixed shortcuts for some tools when language is set to Dutch + * Fixed a painting related bug affecting the top edge after AutoMapping + +------------------------------------------------------------------- Old: ---- tiled-0.16.1.tar.gz New: ---- tiled-0.18.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiled.spec ++++++ --- /var/tmp/diff_new_pack.NDhL2N/_old 2017-02-03 20:03:39.794558566 +0100 +++ /var/tmp/diff_new_pack.NDhL2N/_new 2017-02-03 20:03:39.798558003 +0100 @@ -1,7 +1,7 @@ # # spec file for package tiled # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tiled -Version: 0.16.1 +Version: 0.18.1 Release: 0 Summary: A tilemap editor License: GPL-2.0+ @@ -31,6 +31,7 @@ BuildRequires: libQt5OpenGL-devel BuildRequires: libqt5-linguist BuildRequires: libqt5-qtbase-devel +BuildRequires: shared-mime-info BuildRequires: zlib-devel Recommends: tmxtools Provides: tiled-qt @@ -64,7 +65,7 @@ rm -rf src/zlib %build -qmake-qt5 -r PREFIX=%{_prefix} LIBDIR=%{_libdir} RPATH=no +qmake-qt5 -r PREFIX=%{_prefix} LIBDIR=%{_libdir} RPATH=no USE_FHS_PLUGIN_PATH=yes make %{?_smp_mflags} @@ -83,15 +84,29 @@ # Remove duplicates %fdupes %{buildroot}%{_datadir} +# Install software gallery metadata +install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.xml + %post -n libtiled1 -p /sbin/ldconfig %postun -n libtiled1 -p /sbin/ldconfig +%post +%desktop_database_post +%icon_theme_cache_post +%mime_database_post + +%postun +%desktop_database_postun +%icon_theme_cache_postun +%mime_database_postun %files -f %{name}.lang %defattr(-,root,root) -%doc AUTHORS NEWS README.md COPYING LICENSE.GPL +%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD %{_bindir}/%{name} %{_bindir}/terraingenerator %{_datadir}/applications/%{name}.desktop +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.* %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/mime/packages/%{name}.xml @@ -114,5 +129,7 @@ %{_mandir}/man1/tmxviewer.1%{ext_man} %{_mandir}/man1/tmxrasterizer.1%{ext_man} %{_mandir}/man1/automappingconverter.1%{ext_man} +%dir %{_datadir}/thumbnailers/ +%{_datadir}/thumbnailers/tiled.thumbnailer %changelog ++++++ tiled-0.16.1.tar.gz -> tiled-0.18.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/tiled/tiled-0.16.1.tar.gz /work/SRC/openSUSE:Factory/.tiled.new/tiled-0.18.1.tar.gz differ: char 14, line 1
