Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tiled for openSUSE:Factory checked in at 2026-03-16 15:49:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiled (Old) and /work/SRC/openSUSE:Factory/.tiled.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiled" Mon Mar 16 15:49:04 2026 rev:47 rq:1339310 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tiled/tiled.changes 2025-11-20 14:51:57.694383985 +0100 +++ /work/SRC/openSUSE:Factory/.tiled.new.8177/tiled.changes 2026-03-16 15:49:06.337740336 +0100 @@ -1,0 +2,53 @@ +Mon Mar 16 09:23:12 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 1.12.0: + * Rewritten Properties view to enable direct widget interaction (#4045) + * Added support for lists in custom properties (#1493) + * Added capsule object shape (by Jocelyn, #2153) + * Added Oblique map orientation, skewing X and/or Y axis (#2917) + * Added support for per-object opacity (by jcbk101, #4031) + * Allow filtering tilesets by name in the tileset dock (with dogboydog, #4239) + * Allow changing the values of number inputs using expressions (with dogboydog, #4234) + * Added support for SVG 1.2 / CSS blending modes to layers (#3932) + * Added support for natural sorting of project files (by Edgar Jr. San Martin, #4284) + * Added button to toggle Terrain Brush to full tile mode (by Finlay Pearson, #3407) + * Added square selection and expand-from-center to Rectangular Select tool (#4201) + * Added status info for various Stamp Brush, Terrain Brush and Eraser modes (#3092, #4201) + * Added Escape to clear tile selection when any tile related tool is selected (#4243) + * Added Escape to cancel tile selection and shape drawing operations + * Added Backspace to remove the previously added point while creating or extending polygons and polylines (#4372) + * Added a "Go to Tile" action to jump to specific coordinates (by PoonamMehan, #4348) + * Made the shortcut for current tool switch to previous tool (#4280) + * Allow canceling Select Same Tile, Magic Wand and Bucket Fill operations with right-click and Escape + * Allow dragging over multiple tiles with Select Same Tile, Magic Wand and Bucket Fill tools (#4276) + * Allow zooming in on areas outside the map bounds (by kunal649, #3860) + * Don't switch to Edit Polygons tool on double-click with Alt pressed + * Adjust world map position when resizing a map with offset (#4270) + * Added export plugin for Remixed Dungeon (by Mikhael Danilov, #4158) + * Added "World > World Properties" menu action (with dogboydog, #4190) + * Added Delete shortcut to Remove Tiles action by default and avoid ambiguity (#4201) + * Fixed selection to be preserved when toggling dynamic wrapping (by Mollah Hamza, #4385) + * Fixed tileset tabs to fall back to filename in case of unnamed tilesets (by Sid, #4360) + * Fixed alpha component of tint color not applying correctly to opaque images (by Roland Helmerichs, #4310) + * Fixed panning with space bar not always working on first click (with Oval, #4338) + * Fixed undo behavior after resizing objects certain ways (by Kanishka, #4339) + * Fixed suggesting filename with trailing dot when export filter is unset (by Sid, #4368) + * Fixed snapping mode sync across instances (by Sid, #4364) + * Fixed missing error message when 'Export as Image' fails (by kunal649, #4397) + * Scripting: Added API for custom property types (with dogboydog, #3971) + * Scripting: Added TileMap.chunkSize and TileMap.compressionLevel properties + * Scripting: Added optional defaultValue and toolTip params to Dialog add widget methods (by Oval, #4358) + * Scripting: Added tiled.session to read and write session properties (by Kanishka, #4345) + * Scripting: Added MapEditor.selectedTool and MapEditor.tool (#4330) + * Scripting: Fixed the fileName property of map/tileset passed to FileFormat.write (by Shuvam Pal, #4359) + * AutoMapping: Don't match rules based on empty input indexes + * AutoMapping: Optimized reloading of rule maps and load rule maps on-demand + * tBIN plugin: Added support for the tIDE XML format (by Casey Warrington, #4308) + * Workaround tileset view layout regression in Qt 6.9 + * Raised minimum supported Qt version from 5.12 to 5.15.2 +- Drop patches: + * fixed-compile-against-qt-6_8_2.patch + * fixed-build-with-qbs-2_6.patch + * do-not-install-tests.patch + +------------------------------------------------------------------- Old: ---- do-not-install-tests.patch fixed-build-with-qbs-2_6.patch fixed-compile-against-qt-6_8_2.patch v1.11.2.tar.gz New: ---- v1.12.0.tar.gz ----------(Old B)---------- Old: * fixed-build-with-qbs-2_6.patch * do-not-install-tests.patch Old: * fixed-compile-against-qt-6_8_2.patch * fixed-build-with-qbs-2_6.patch * do-not-install-tests.patch Old:- Drop patches: * fixed-compile-against-qt-6_8_2.patch * fixed-build-with-qbs-2_6.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiled.spec ++++++ --- /var/tmp/diff_new_pack.6x5Tgt/_old 2026-03-16 15:49:07.625793625 +0100 +++ /var/tmp/diff_new_pack.6x5Tgt/_new 2026-03-16 15:49:07.629793791 +0100 @@ -1,7 +1,7 @@ # # spec file for package tiled # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,12 @@ Name: tiled -Version: 1.11.2 +Version: 1.12.0 Release: 0 Summary: A tilemap editor License: GPL-2.0-or-later URL: https://www.mapeditor.org Source: https://github.com/mapeditor/tiled/archive/refs/tags/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/mapeditor/tiled/pull/4167 -Patch0: fixed-compile-against-qt-6_8_2.patch -# PATCH-FIX-UPSTREAM https://github.com/mapeditor/tiled/pull/4182 -# (adapted to also fix qtpropertybrowser) -Patch1: fixed-build-with-qbs-2_6.patch -# PATCH-FIX-UPSTREAM https://github.com/mapeditor/tiled/pull/4283 -Patch2: do-not-install-tests.patch BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ @@ -134,6 +127,7 @@ %{_libdir}/tiled/plugins/libtengine.so %{_libdir}/tiled/plugins/libtscn.so %{_libdir}/tiled/plugins/libyy.so +%{_libdir}/tiled/plugins/librpd.so %files -n tmxtools %license LICENSE.BSD ++++++ v1.11.2.tar.gz -> v1.12.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/tiled/v1.11.2.tar.gz /work/SRC/openSUSE:Factory/.tiled.new.8177/v1.12.0.tar.gz differ: char 12, line 1
