Hello community,

here is the log from the commit of package solarus-quest-editor for 
openSUSE:Factory checked in at 2019-01-21 10:28:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/solarus-quest-editor (Old)
 and      /work/SRC/openSUSE:Factory/.solarus-quest-editor.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "solarus-quest-editor"

Mon Jan 21 10:28:44 2019 rev:4 rq:661477 version:1.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/solarus-quest-editor/solarus-quest-editor.changes    
    2018-11-12 09:44:54.880874282 +0100
+++ 
/work/SRC/openSUSE:Factory/.solarus-quest-editor.new.28833/solarus-quest-editor.changes
     2019-01-21 10:30:48.289392191 +0100
@@ -1,0 +2,61 @@
+Mon Dec 24 11:32:53 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 1.6.0:
+  * Allow to import files from other quests.
+  * Quest tree:
+    + Show all .png and .dat files.
+    + Show all language files, map files and tileset files.
+    + Allow to set the author and license information of files.
+    + Automatically select the currently open file.
+    + Allow to update sprites when renaming a .png file.
+    + Allow to open folders with the system explorer.
+    + Allow to select multiple files.
+    + Allow to delete multiple files and directories.
+  * Allow to view PNG files.
+  * Map/tileset editor: allow to generate borders automatically
+    (autotiles).
+  * Map editor:
+    + Add support of custom properties for entities by Maxs.
+    + Allow to use multiple tilesets in the same map.
+    + Allow to change the pattern of existing tiles.
+    + Allow to change the pattern of all similar tiles at once.
+    + Allow to change the origin of custom entities.
+    + Allow to initially enable or disable any entity.
+    + Allow to export the view as a PNG file.
+    + Allow to lock layers.
+    + Show the layer under the cursor in the status bar.
+    + Add shortcuts to show/hide negative layers too.
+    + Keep the selection after adding entities with ctrl or shift.
+    + Add a shortcut to open the tileset by Akadream.
+    + Don't reload the tileset if it is already open elsewhere.
+    + Automatically reload the tileset when it has changed.
+  * Tileset editor:
+    + Allow to change the frame number and delay of patterns.
+    + Allow to duplicate tile patterns.
+    + Allow to move several patterns at once.
+  * Sprite editor:
+    + Allow to reorder directions by Maxs.
+    + Allow to change the frame number graphically by Maxs.
+    + The default origin is now 8,13 as usual in Solarus.
+    + Fix precision issues when creating or moving directions.
+    + Fix scrollbars reset when adding directions by Maxs.
+    + Show the line and column number.
+    + Allow a replace option to the find dialog by Akadream.
+  * Allow to select map/tileset/sprite/etc. ids to copy-paste them.
+  * Lua console: provide variables game, map, entities and function
+    tp.
+  * Clear the console when a quest is started.
+  * Fix resource declaration not updated when renaming a directory.
+  * Fix crash when opening quest in non-UTF8 filesystems.
+  * Fix error message when opening a read-only quest.
+  * Fix memory not released when closing an editor.
+  * Initial quest: add some shaders.
+  * Text editor: allow to set an external editor to be used instead
+    of the built-in one.
+- Update build dependencies:
+  * Add glm-devel: Was previously embedded in upstream tarball.
+  * Add pkgconfig(Qt5Concurrent): New dependency.
+- Remove solarus-quest-editor-1.5.3-fix-compilation.patch: Fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  solarus-quest-editor-1.5.3-fix-compilation.patch
  solarus-quest-editor-v1.5.3.tar.bz2

New:
----
  solarus-quest-editor-v1.6.0.tar.bz2

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

Other differences:
------------------
++++++ solarus-quest-editor.spec ++++++
--- /var/tmp/diff_new_pack.8HdsVu/_old  2019-01-21 10:30:50.069390246 +0100
+++ /var/tmp/diff_new_pack.8HdsVu/_new  2019-01-21 10:30:50.069390246 +0100
@@ -17,22 +17,22 @@
 
 
 Name:           solarus-quest-editor
-Version:        1.5.3
+Version:        1.6.0
 Release:        0
 Summary:        GUI to edit quests for the Solarus engine
 License:        GPL-3.0-or-later AND CC-BY-SA-3.0
 Group:          Productivity/Graphics/Other
 Url:            http://www.solarus-games.org/engine/solarus-quest-editor/
 Source:         
https://gitlab.com/solarus-games/solarus-quest-editor/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM solarus-quest-editor-1.5.3-fix-compilation.patch -- 
boo#1115055
-Patch0:         solarus-quest-editor-1.5.3-fix-compilation.patch
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  glm-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  physfs-devel
-BuildRequires:  solarus-devel
+BuildRequires:  solarus-devel >= 1.6.0
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Help)
@@ -50,7 +50,7 @@
 modify quests for the Solarus engine.
 
 %prep
-%autosetup -p1 -n %{name}-v%{version}
+%setup -q -n %{name}-v%{version}
 
 %build
 %cmake
@@ -72,7 +72,7 @@
 
 %files
 %license license.txt license_gpl.txt
-%doc README.md changelog.txt
+%doc readme.md changelog.txt
 %{_bindir}/solarus-quest-editor
 %{_datadir}/solarus-quest-editor
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
@@ -81,5 +81,6 @@
 %dir %{_datadir}/icons/hicolor/768x768/
 %dir %{_datadir}/icons/hicolor/768x768/apps/
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.png
 
 %changelog

++++++ solarus-quest-editor-v1.5.3.tar.bz2 -> 
solarus-quest-editor-v1.6.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/solarus-quest-editor/solarus-quest-editor-v1.5.3.tar.bz2
 
/work/SRC/openSUSE:Factory/.solarus-quest-editor.new.28833/solarus-quest-editor-v1.6.0.tar.bz2
 differ: char 11, line 1


Reply via email to