Hello community, here is the log from the commit of package RigelEngine for openSUSE:Factory checked in at 2020-07-06 16:26:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/RigelEngine (Old) and /work/SRC/openSUSE:Factory/.RigelEngine.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "RigelEngine" Mon Jul 6 16:26:22 2020 rev:2 rq:818731 version:0.6.1beta Changes: -------- --- /work/SRC/openSUSE:Factory/RigelEngine/RigelEngine.changes 2020-07-03 00:10:31.435691379 +0200 +++ /work/SRC/openSUSE:Factory/.RigelEngine.new.3060/RigelEngine.changes 2020-07-06 16:29:14.199151844 +0200 @@ -1,0 +2,28 @@ +Sat Jun 27 10:26:28 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 0.6.1 + General improvements + * It's now possible to set the difficulty when launching into a + specific level via the command line + (example: -l L2 --difficulty easy) + OpenGL support improvements + * The minimum required GLSL version is now 130 instead of 150, + allowing the game to run on older GPUs which support + OpenGL 3.0 but not GLSL 150. + * More robust OpenGL initialization error handling + * OpenGL ES support was broken and is now fixed, allowing the + game to run on some older GPUs and on a Raspberry Pi (not + optimized yet) + * Fixed a crash when running the game on Linux with Mesa + software rendering + Bug fixes + * Fixed camera position being wrong upon respawning + * Fixed missing animation for walking turkey + +------------------------------------------------------------------- +Fri Jun 26 10:43:48 UTC 2020 - Martin Hauke <[email protected]> + +- Adjust BR: cmake >= 3.12 is needed +- Limit gcc9 usage to Leap 15 + +------------------------------------------------------------------- Old: ---- RigelEngine-0.6.0beta.tar.xz New: ---- RigelEngine-0.6.1beta.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ RigelEngine.spec ++++++ --- /var/tmp/diff_new_pack.gN2zS0/_old 2020-07-06 16:29:15.811156791 +0200 +++ /var/tmp/diff_new_pack.gN2zS0/_new 2020-07-06 16:29:15.815156803 +0200 @@ -17,9 +17,9 @@ # -%define realver 0.6.0-beta +%define realver 0.6.1-beta Name: RigelEngine -Version: 0.6.0beta +Version: 0.6.1beta Release: 0 Summary: A modern reimplementation of the game Duke Nukem II License: GPL-2.0-only @@ -28,8 +28,8 @@ Source: %{name}-%{version}.tar.xz Patch0: RigelEngine-fix-build.patch BuildRequires: boost-devel -BuildRequires: cmake -%if 0%{?sle_version} >= 150100 && 0%{?is_opensuse} +BuildRequires: cmake >= 3.12 +%if 0%{?sle_version} >= 150100 && 0%{?sle_version} < 160000 && 0%{?is_opensuse} BuildRequires: gcc9 BuildRequires: gcc9-c++ %else ++++++ RigelEngine-0.6.0beta.tar.xz -> RigelEngine-0.6.1beta.tar.xz ++++++ ++++ 46297 lines of diff (skipped) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gN2zS0/_old 2020-07-06 16:29:16.971160355 +0200 +++ /var/tmp/diff_new_pack.gN2zS0/_new 2020-07-06 16:29:16.971160355 +0200 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/lethal-guitar/RigelEngine.git</param> - <param name="revision">v0.6.0-beta</param> - <param name="versionformat">v0.6.0-beta</param> + <param name="revision">v0.6.1-beta</param> + <param name="versionformat">v0.6.1-beta</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="recompress" mode="disabled">
