Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mangohud for openSUSE:Factory 
checked in at 2022-08-02 22:08:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mangohud (Old)
 and      /work/SRC/openSUSE:Factory/.mangohud.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mangohud"

Tue Aug  2 22:08:43 2022 rev:8 rq:992231 version:0.6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/mangohud/mangohud.changes        2022-05-14 
22:59:07.063512507 +0200
+++ /work/SRC/openSUSE:Factory/.mangohud.new.1533/mangohud.changes      
2022-08-02 22:08:55.177725391 +0200
@@ -1,0 +2,21 @@
+Tue Aug  2 10:51:06 UTC 2022 - Dead Mozay <[email protected]>
+
+- Cleaning spec.
+
+-------------------------------------------------------------------
+Mon Aug  1 03:09:41 UTC 2022 - Dead Mozay <[email protected]>
+
+- Update to version 0.6.8:
+  * Fixes MangoHud not loading with latest DXVK.
+  * Use of system spdlog dependency.
+  * Fixed table_columns not working as expected.
+  * Minor adjustments to hud elements and imgui.
+  * Added MANGOHUD_LOG_LEVEL env variable
+    it takes off, info, err, warn.
+  * Added FCAT support.
+  * Disabled gamepad_battery_icon by default.
+  * Generalize control over socket so it works with OpenGL as well.
+  * AMDGPU: fixed gfx and cpu power metrics being parsed incorrectly.
+  * fps_only disables legacy_layout by default.
+
+-------------------------------------------------------------------

Old:
----
  mangohud-0.6.7-1.tar.gz
  spdlog-1.8.5-1-wrap.zip
  spdlog-1.8.5.tar.gz

New:
----
  mangohud-0.6.8.tar.gz

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

Other differences:
------------------
++++++ mangohud.spec ++++++
--- /var/tmp/diff_new_pack.MZ4a1k/_old  2022-08-02 22:08:55.885727432 +0200
+++ /var/tmp/diff_new_pack.MZ4a1k/_new  2022-08-02 22:08:55.893727455 +0200
@@ -16,14 +16,11 @@
 #
 
 
-%define internal_ver 0.6.7-1
+%define internal_ver 0.6.8
 %define imgui_ver 1.81
 %define imgui_wrap 1
-%define spdlog_ver 1.8.5
-%define spdlog_wrap 1
-
 Name:           mangohud
-Version:        0.6.7~1
+Version:        0.6.8
 Release:        0
 Summary:        A Vulkan and OpenGL overlay for monitoring
 License:        MIT
@@ -31,9 +28,8 @@
 Source0:        
%{url}/archive/v%{internal_ver}.tar.gz#/%{name}-%{internal_ver}.tar.gz
 Source1:        
https://github.com/ocornut/imgui/archive/v%{imgui_ver}/imgui-%{imgui_ver}.tar.gz
 Source2:        
https://wrapdb.mesonbuild.com/v1/projects/imgui/%{imgui_ver}/%{imgui_wrap}/get_zip#/imgui-%{imgui_ver}-%{imgui_wrap}-wrap.zip
-Source3:        
https://github.com/gabime/spdlog/archive/v%{spdlog_ver}/spdlog-%{spdlog_ver}.tar.gz
-Source4:        
https://wrapdb.mesonbuild.com/v1/projects/spdlog/%{spdlog_ver}/%{spdlog_wrap}/get_zip#/spdlog-%{spdlog_ver}-%{spdlog_wrap}-wrap.zip
 Source99:       baselibs.conf
+BuildRequires:  AppStream
 BuildRequires:  gcc-c++
 BuildRequires:  git
 BuildRequires:  glslang-devel
@@ -43,6 +39,7 @@
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libdrm)
+BuildRequires:  pkgconfig(spdlog)
 BuildRequires:  pkgconfig(vulkan)
 BuildRequires:  pkgconfig(x11)
 Suggests:       goverlay
@@ -55,20 +52,18 @@
 %autosetup -n MangoHud-%{internal_ver}
 %autosetup -n MangoHud-%{internal_ver} -DTa1
 %autosetup -n MangoHud-%{internal_ver} -DTa2
-%autosetup -n MangoHud-%{internal_ver} -DTa3
-%autosetup -n MangoHud-%{internal_ver} -DTa4
-sed -i -e '1d;2i#!/usr/bin/bash' bin/mangohud.in
-sed -i 's,^@ld_libdir_mangohud@ ,/usr/\$LIB/mangohud/,' bin/mangohud.in
+sed -i -e '1d;2i#!%{_bindir}/bash' bin/mangohud.in
+sed -i 's,^@ld_libdir_mangohud@ ,%{_prefix}/\$LIB/mangohud/,' bin/mangohud.in
 mkdir subprojects/imgui
 mv imgui-%{imgui_ver}/* subprojects/imgui/
-mkdir subprojects/spdlog
-mv spdlog-%{spdlog_ver}/* subprojects/spdlog/
+sed -i 's/0.60.0/0.59/g' meson.build
 
 %build
 %meson \
  -Duse_system_vulkan=enabled \
  -Dwith_wayland=enabled \
- -Dwith_xnvctrl=disabled
+ -Dwith_xnvctrl=disabled \
+ -Duse_system_spdlog=enabled
 
 %meson_build
 
@@ -83,5 +78,10 @@
 %{_datadir}/doc/%{name}/
 %{_datadir}/vulkan/implicit_layer.d/
 %{_mandir}/man1/mangohud.1%{?ext_man}
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/scalable
+%dir %{_datadir}/icons/hicolor/scalable/apps
+%{_datadir}/icons/*/*/*/*.svg
+%{_datadir}/metainfo/*.metainfo.xml
 
 %changelog


++++++ mangohud-0.6.7-1.tar.gz -> mangohud-0.6.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/mangohud/mangohud-0.6.7-1.tar.gz 
/work/SRC/openSUSE:Factory/.mangohud.new.1533/mangohud-0.6.8.tar.gz differ: 
char 13, line 1

Reply via email to