Hello community,

here is the log from the commit of package tiled for openSUSE:Factory checked 
in at 2018-09-25 15:42:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tiled (Old)
 and      /work/SRC/openSUSE:Factory/.tiled.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tiled"

Tue Sep 25 15:42:26 2018 rev:13 rq:637640 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tiled/tiled.changes      2018-07-18 
22:56:42.918408654 +0200
+++ /work/SRC/openSUSE:Factory/.tiled.new/tiled.changes 2018-09-25 
15:42:31.917283563 +0200
@@ -1,0 +2,53 @@
+Mon Sep 24 09:12:50 UTC 2018 - mvet...@suse.com
+
+- Update to 1.2.0:
+  * Added multi-layer selection, including multi-layer tile layer editing
+  * Added support for multi-map worlds (#1669[1])
+  * Added ability to extend existing polylines (with Ketan Gupta, #1683[2])
+  * Added option to highlight the hovered object (#1190[3])
+  * Added news from website to the status bar (#1898[4])
+  * Added option to show object labels for hovered objects
+  * Added option to embed tilesets on export (#1850[5])
+  * Added option to detach templates on export (#1850[5])
+  * Added option to resolve object types and properties on export (#1850[5])
+  * Added Escape for switching to the Select Objects tool and for clearing the 
selection
+  * Added Escape to cancel the current action in all object layer tools
+  * Added double-click on polygon objects to switch to Edit Polygons tool
+  * Added interaction with segments for polygons, for selection and dragging
+  * Added double-clicking a polygon segment for inserting a new point at that 
location
+  * Added action to lock/unlock all other layers (by kralle333, #1883[6])
+  * Added --export-tileset command line argument (by Josh Bramlett, #1872[7])
+  * Added unique persistent layer IDs (#1892[8])
+  * Added 'version' and 'tiledversion' to external tileset files
+  * Added full paths to Recent Files menu as tool tips (by Gauthier Billot, 
#1992[9])
+  * Create Object Tools: Show preview already on hover (#537[10])
+  * Objects view: Only center view on object on press or activation
+  * Objects view: When clicking a layer, make it the current one (by 
kralle333, #1931[11])
+  * Unified the Create Polygon and Create Polyline tools
+  * JSON plugin: Made the JSON format easier to parse (by saeedakhter, 
#1868[12])
+  * Tile Collision Editor: Allowed using object templates
+  * Templates view: Don't allow hiding the template object
+  * Python plugin: Updated to Python 3 (by Samuli Tuomola)
+  * Python plugin: Fixed startup messages not appearing in debug console
+  * Python plugin: Fixed file change watching for main script files
+  * Lua plugin: Include properties from templates (#1901[13])
+  * Lua plugin: Include tileset column count in export (by Matt Drollette, 
#1969[14])
+  * tBIN plugin: Don't ignore objects that aren't perfectly aligned (#1985[15])
+  * tBIN plugin: Fixed "Unsupported property type" error for newly added float 
properties
+  * Automapping: Report error when no output layers are found
+  * AutoMapping: Changed matching outside of map boundaries and added 
'MatchOutsideMap' option
+  * Linux: Modernized the appstream file (by Patrick Griffis)
+  * libtiled: Allow qrc-based tileset images (#1947[16])
+  * libtiled-java: Fixed loading maps with multiple external tilesets
+  * Optimized deletion of many objects (#1972[17])
+  * Make Ctrl+Q work for quitting also on Windows (#1998[18])
+  * Fixed randomizing of terrain, Wang tiles and stamp variations (#1949[19])
+  * Fixed tilesets getting added to maps when they shouldn't be (#2002[20])
+  * Fixed issue with default font size in combination with custom family 
(#1994[21])
+  * Fixed the tile grid to render below labels, handles and selection 
indicators
+  * Fixed confirming overwrite when exporting a tileset
+  * Fixed reading of infinite maps that don't use chunked layer data
+  * Updated Bulgarian, Dutch, French, German, Norwegian Bokmål, Portuguese 
(Portugal) and Turkish translations
+- Install appdata file in right location and use tiled packaged instead of 
tmxtools
+
+-------------------------------------------------------------------

Old:
----
  tiled-1.1.6.tar.gz

New:
----
  tiled-1.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tiled.spec ++++++
--- /var/tmp/diff_new_pack.ZlOodt/_old  2018-09-25 15:42:32.701282724 +0200
+++ /var/tmp/diff_new_pack.ZlOodt/_new  2018-09-25 15:42:32.705282720 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tiled
-Version:        1.1.6
+Version:        1.2.0
 Release:        0
 Summary:        A tilemap editor
 License:        GPL-2.0-or-later
@@ -84,9 +84,6 @@
 # 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
 
@@ -106,12 +103,11 @@
 %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}/applications/org.mapeditor.Tiled.desktop
+%{_datadir}/metainfo/org.mapeditor.Tiled.appdata.xml
 %{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%{_datadir}/mime/packages/%{name}.xml
+%{_datadir}/mime/packages/org.mapeditor.Tiled.xml
 %dir %{_datadir}/%{name}/
 %dir %{_datadir}/%{name}/translations
 %{_libdir}/%{name}
@@ -132,6 +128,5 @@
 %dir %{_datadir}/thumbnailers/
 %{_datadir}/thumbnailers/tiled.thumbnailer
 %dir %{_datadir}/metainfo/
-%{_datadir}/metainfo/tiled.appdata.xml
 
 %changelog

++++++ tiled-1.1.6.tar.gz -> tiled-1.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/tiled/tiled-1.1.6.tar.gz 
/work/SRC/openSUSE:Factory/.tiled.new/tiled-1.2.0.tar.gz differ: char 28, line 1


Reply via email to