commit mangohud for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mangohud for openSUSE:Factory checked in at 2023-09-29 21:14:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mangohud (Old) and /work/SRC/openSUSE:Factory/.mangohud.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mangohud" Fri Sep 29 21:14:11 2023 rev:14 rq:1114213 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mangohud/mangohud.changes 2023-04-18 15:53:02.329470588 +0200 +++ /work/SRC/openSUSE:Factory/.mangohud.new.28202/mangohud.changes 2023-09-29 21:15:46.546515355 +0200 @@ -1,0 +2,76 @@ +Fri Sep 29 04:11:09 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org> + +- Update to version 0.7.0: + * Parameters: + - gpu_fan displays the gpu fan RPM, only works on AMD. + - gpu_junction_temp displays the junction temperature on AMD GPUs. + - removed io_stats, just use io_read and io_write instead. + - engine_short_names shortens the names of engines, e.g VULKAN + becomes VK. + - text_outline adds a colored outline around all text. + - text_outline_color sets the color of the outline, + default: 000000. + - text_outline_thickness sets the thickness of the outline, + default: 1.5. + - temp_fahrenheit changes all temps to fahrenheit from celsius. + - dynamic_frame_timing dynamically changes the range of the + frametime graph. + - duration displays the time since mangohud initialized. + - gpu_voltage shows the current gpu voltage, only works on AMD. + - fps_text override fps text. + - horizontal_stretch sets the background to stretch across + width of application (enabled by default). + - core_bars turns core_load into a histogram. + - device_battery Shows battery level of wireless devices, + accepts gamepad mouse. + - device_battery_icon shows battery icon instead of percent. + * preset: This parameter allows you to choose from a number + of config presets. + - 0: no display + - 1: only fps. + - 2: horizontal. + - 3: more detailed default layout + - 4: full + * Changes: + - Removed MANGOHUD_DLSYM because it's redundant. + - Fixed core mhz when Cool'n'Quiet and similar is disabled + in bios. + - Added /etc/MangoHud.conf as a possible config location. + - Add CPU architecture to vulkan manifest name. + - mangoplot is a python script that graphs one or more mangohud + csv logs. + - mangoapp: resolved issue where different sized displays + caused rendering issues. + - mangohud script: guard so we don't add mangohud + lib to LD_PRELOAD multiple times. + - split mangohud into two shared libraries, one for vulkan and + one for opengl. This should resolve issues where mangohud + would init vulkan and opengl at the same time. + - statically link stdc++. This fixed a lot of crashing issues + when MANGOHUD=1 was set before starting steam. + - added support for zenergy kernel driver. + - fixed alpha param that stopped working at some point. + - added --version to mangohud script. + - When using horizontal layout set table_columns param to + current count of table_columns instead of manually. + - Intel GPU: use fdinfo for GPU load. + - logging: calculate fps data using frametime. + - AMDGPU: get core clock from hwmon instead of gpu_metrics. + - gamepad_battery is now deprecated + use device_battery= mouse or gamepad. + - logging: added process RSS and swap usage. + - Fixed a memory leak when resizing vulkan windows. + * Blacklist: + - blacklist: if blacklisted application is hardcoded, + don't proceed to load config blacklists. + - blacklist: only print blacklist info message once. + + blacklist: added more hardcoded entries: + - tabtip.exe + - steam.exe + - wine64-preloader + - explorer.exe + - wine-preloader + - iexplore.exe + - rundll32.exe + +------------------------------------------------------------------- Old: ---- mangohud-0.6.9-1.tar.gz New: ---- mangohud-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mangohud.spec ++++++ --- /var/tmp/diff_new_pack.vV364k/_old 2023-09-29 21:15:48.222575827 +0200 +++ /var/tmp/diff_new_pack.vV364k/_new 2023-09-29 21:15:48.226575971 +0200 @@ -16,12 +16,12 @@ # -%define internal_ver 0.6.9-1 +%define internal_ver %{version} %define imgui_ver 1.81 %define imgui_wrap 1 %define vulkan_ver 1.2.158 Name: mangohud -Version: 0.6.9~1 +Version: 0.7.0 Release: 0 Summary: A Vulkan and OpenGL overlay for monitoring License: MIT @@ -111,6 +111,7 @@ %license LICENSE %doc README.md %{_bindir}/%{name} +%{_bindir}/mangoplot %{_bindir}/%{name}ctl %{_libdir}/%{name}/ %{_datadir}/doc/%{name}/ ++++++ mangohud-0.6.9-1.tar.gz -> mangohud-0.7.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/mangohud/mangohud-0.6.9-1.tar.gz /work/SRC/openSUSE:Factory/.mangohud.new.28202/mangohud-0.7.0.tar.gz differ: char 12, line 1
participants (1)
-
Source-Sync