Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package solarus for openSUSE:Factory checked in at 2021-04-08 21:31:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/solarus (Old) and /work/SRC/openSUSE:Factory/.solarus.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "solarus" Thu Apr 8 21:31:47 2021 rev:11 rq:883456 version:1.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/solarus/solarus.changes 2021-01-13 18:36:01.194356739 +0100 +++ /work/SRC/openSUSE:Factory/.solarus.new.2401/solarus.changes 2021-04-08 21:31:49.931785175 +0200 @@ -1,0 +2,39 @@ +Tue Apr 6 19:11:40 UTC 2021 - Antoine Belvire <[email protected]> + +- Update to version 1.6.5: + * Engine changes: + + Add support for suspending the simulation on Window Focus + events (gl#solarus-games/solarus#1536). + + Reconnect to another audio device after a device + disconnection (gl#solarus-games/solarus#1499). + + Fix joystick hot-plug/unplug (gl#solarus-games/solarus#1501, + gl#solarus-games/solarus#1387). + + Fix crash when calling command functions before the game is + started (gl#solarus-games/solarus#1476). + + Fix shader compilation on OpenGL ES 3.10 and 3.20 + (gl#solarus-games/solarus#1537). + + Fix TTF fonts using wrong color for antialiasing + (gl#solarus-games/solarus#1390). + + Fix TTF Fonts not rendering correctly + (gl#solarus-games/solarus#1389). + + Fix a possible crash when starting a timer on a removed + entity (gl#solarus-games/solarus#1469). + + Fix pickables not falling on negative layers. + + Fix string literals in savegames not being properly escaped + (gl#solarus-games/solarus#1533). + + Fix Unicode filename support on Windows. + * Lua API changes: + + This release adds new features but does not introduce any + incompatibility. + + Add methods `destructible:get/set_cut_method()` + (gl#solarus-games/solarus#1526). + * Solarus launcher GUI changes: + + Add option to control suspension on Window Focus events. + + Rename "Force Software" to "Force software rendering". + + Disable force-software and suspend-unfocused options when + quest is running. +- Add solarus-1.6.5-ldl.patch: Fix linking of solarus library + (gl#solarus-games/solarus#1539). +- Update some file locations. + +------------------------------------------------------------------- Old: ---- solarus-1.6.4.obscpio New: ---- solarus-1.6.5-ldl.patch solarus-1.6.5.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ solarus.spec ++++++ --- /var/tmp/diff_new_pack.QrjxAU/_old 2021-04-08 21:31:50.587785895 +0200 +++ /var/tmp/diff_new_pack.QrjxAU/_new 2021-04-08 21:31:50.591785899 +0200 @@ -17,13 +17,15 @@ Name: solarus -Version: 1.6.4 +Version: 1.6.5 Release: 0 Summary: Game engine for action RPGs License: GPL-3.0-or-later Group: Amusements/Games/RPG URL: https://www.solarus-games.org/ Source0: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM gl#solarus-games/solarus#1539 +Patch0: solarus-1.6.5-ldl.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -115,21 +117,22 @@ %postun -n libsolarus-gui1 -p /sbin/ldconfig %files -%doc changelog.txt readme.md +%doc changelog.md readme.md %license license.txt license_gpl.txt %{_bindir}/solarus-run %{_mandir}/man6/solarus-run.6%{?ext_man} %files gui %license license.txt license_gpl.txt -%dir %{_datadir}/appdata/ %dir %{_datadir}/icons/hicolor/20x20 %dir %{_datadir}/icons/hicolor/20x20/apps +%dir %{_datadir}/icons/hicolor/40x40 +%dir %{_datadir}/icons/hicolor/40x40/apps %{_bindir}/solarus-launcher -%{_datadir}/appdata/solarus-launcher.appdata.xml -%{_datadir}/applications/solarus-launcher.desktop -%{_datadir}/icons/hicolor/*/apps/solarus-launcher* -%{_datadir}/pixmaps/solarus-launcher.png +%{_datadir}/applications/org.solarus_games.solarus.Launcher.desktop +%{_datadir}/icons/hicolor/*/apps/org.solarus_games.solarus.* +%{_datadir}/metainfo/org.solarus_games.solarus.appdata.xml +%{_datadir}/pixmaps/org.solarus_games.solarus.*.png %{_mandir}/man6/solarus-launcher.6%{?ext_man} %files gui-lang -f %{name}.lang ++++++ _service ++++++ --- /var/tmp/diff_new_pack.QrjxAU/_old 2021-04-08 21:31:50.615785925 +0200 +++ /var/tmp/diff_new_pack.QrjxAU/_new 2021-04-08 21:31:50.619785929 +0200 @@ -1,7 +1,7 @@ <services> <service mode="disabled" name="obs_scm"> <param name="changesgenerate">disable</param> - <param name="revision">v1.6.4</param> + <param name="revision">v1.6.5</param> <param name="scm">git</param> <param name="url">https://gitlab.com/solarus-games/solarus.git</param> <param name="versionformat">@PARENT_TAG@</param> ++++++ solarus-1.6.5-ldl.patch ++++++ diff -up solarus/cmake/AddSolarusLibrary.cmake.orig solarus/cmake/AddSolarusLibrary.cmake --- solarus/cmake/AddSolarusLibrary.cmake.orig 2021-04-06 22:02:58.271946569 +0200 +++ solarus/cmake/AddSolarusLibrary.cmake 2021-04-06 22:03:09.967947054 +0200 @@ -26,6 +26,7 @@ target_link_libraries(solarus Vorbis::File Ogg::Ogg ModPlug::ModPlug + ${CMAKE_DL_LIBS} ) # Add OpenGL imported target to "solarus" declared dependencies ++++++ solarus-1.6.4.obscpio -> solarus-1.6.5.obscpio ++++++ /work/SRC/openSUSE:Factory/solarus/solarus-1.6.4.obscpio /work/SRC/openSUSE:Factory/.solarus.new.2401/solarus-1.6.5.obscpio differ: char 47, line 1 ++++++ solarus.obsinfo ++++++ --- /var/tmp/diff_new_pack.QrjxAU/_old 2021-04-08 21:31:50.667785982 +0200 +++ /var/tmp/diff_new_pack.QrjxAU/_new 2021-04-08 21:31:50.667785982 +0200 @@ -1,5 +1,5 @@ name: solarus -version: 1.6.4 -mtime: 1586701883 -commit: 6d2a11ddd1d07d21695ab7304c3ddd462fd37c26 +version: 1.6.5 +mtime: 1617736182 +commit: 3aec70b0556a8d7aed7903d1a3e4d9a18c5d1649
