Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mangohud for openSUSE:Factory 
checked in at 2021-06-24 18:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mangohud (Old)
 and      /work/SRC/openSUSE:Factory/.mangohud.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mangohud"

Thu Jun 24 18:22:56 2021 rev:3 rq:901716 version:0.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mangohud/mangohud.changes        2021-04-01 
14:18:57.632127786 +0200
+++ /work/SRC/openSUSE:Factory/.mangohud.new.2625/mangohud.changes      
2021-06-24 18:23:15.412961656 +0200
@@ -1,0 +2,29 @@
+Thu Jun 24 11:05:34 UTC 2021 - Dead Mozay <dead_mo...@opensuse.org>
+
+- Update to version 0.6.4:
+  * Fixed issue where some games would crash on startup.
+  * Fixed issue where Battery param would cause a stutter.
+  * Fixed issue where engine would incorrectly show "vulkan". 
+
+-------------------------------------------------------------------
+Sat Jun 12 09:48:56 UTC 2021 - Dead Mozay <dead_mo...@opensuse.org>
+
+- Update to version 0.6.3:
+  * core_load_change    Changes the colors of cpu core loads, uses the 
+    same data from cpu_load_value and cpu_load_change resolution 
+    Display the current resolution
+  * show_fps_limit     Display the current fps limit
+  * custom_text_center         Display a custom centered text, only works with 
legacy_layout=false
+  * custom_text        Display a custom text, only works with 
legacy_layout=false
+  * exec               Display output of bash command in next column, e.g
+    custom_text=/home
+    exec=df -h /home | tail -n 1. only works with legacy_layout=false
+  * gamemode           Displays whether gamemode is enabled or not
+  * vkbasalt           Displays whether vkbasalt is enabled or not
+  * swap               Displays swap space usage next to system RAM usage
+  * battery            Display current battery percent and energy consumption
+  * battery_icon       Display battery icon instead of percent
+  * battery_color      Change the BATT text color
+  * round_corners      Change the amount of roundness of the corners have e.g 
round_corners=10.0 
+
+-------------------------------------------------------------------

Old:
----
  v0.6.1.tar.gz

New:
----
  imgui-1.81-1-wrap.zip
  imgui-1.81.tar.gz
  mangohud-0.6.4.tar.gz

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

Other differences:
------------------
++++++ mangohud.spec ++++++
--- /var/tmp/diff_new_pack.f0e8XA/_old  2021-06-24 18:23:15.888962184 +0200
+++ /var/tmp/diff_new_pack.f0e8XA/_new  2021-06-24 18:23:15.892962189 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mangohud
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,25 @@
 #
 
 
+%define imgui_ver 1.81
+%define imgui_wrap 1
 Name:           mangohud
-Version:        0.6.1
+Version:        0.6.4
 Release:        0
 Summary:        A Vulkan and OpenGL overlay for monitoring
 License:        MIT
 URL:            https://github.com/flightlessmango/MangoHud
-Source0:        %{url}/archive/v%{version}.tar.gz
-Source1:        baselibs.conf
+Source0:        %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.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
+Source99:       baselibs.conf
 BuildRequires:  gcc-c++
 BuildRequires:  git
 BuildRequires:  glslang-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3-mako
+BuildRequires:  unzip
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(vulkan)
 BuildRequires:  pkgconfig(x11)
@@ -41,13 +46,17 @@
 
 %prep
 %autosetup -n MangoHud-%{version}
+%autosetup -n MangoHud-%{version} -DTa1
+%autosetup -n MangoHud-%{version} -DTa2
 sed -i -e '1d;2i#!/usr/bin/bash' bin/mangohud.in
 sed -i 's,^@ld_libdir_mangohud@ ,/usr/\$LIB/mangohud/,' bin/mangohud.in
+mkdir subprojects/imgui
+mv imgui-%{imgui_ver}/* subprojects/imgui/
 
 %build
 %meson \
  -Duse_system_vulkan=enabled \
- -Duse_with_wayland=enable \
+ -Dwith_wayland=enabled \
  -Dwith_xnvctrl=disabled
 
 %meson_build

Reply via email to