Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package goverlay for openSUSE:Factory checked in at 2026-07-10 17:38:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goverlay (Old) and /work/SRC/openSUSE:Factory/.goverlay.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goverlay" Fri Jul 10 17:38:33 2026 rev:28 rq:1364791 version:1.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/goverlay/goverlay.changes 2026-07-09 22:20:26.336286561 +0200 +++ /work/SRC/openSUSE:Factory/.goverlay.new.1991/goverlay.changes 2026-07-10 17:41:40.473943926 +0200 @@ -1,0 +2,25 @@ +Fri Jul 10 01:03:24 UTC 2026 - Jonatas Gonçalves <[email protected]> + +- Update to version 1.8.6: + * FIX: old global path for BGMOD shown in command label + * FIX: Optiscaler doesn't check for updates on startup + * New implementation: Rewrote update and uninstall logic to avoid GitHub slowdowns + * Isolated Backups: Moved DLL backups to gameconfig/<game>/backups/ to avoid corruption + * Update Fixes: Resolved FSR version selection and OptiPatcher channel persistence + * Automate builds: Optiscaler, optipatcher, fakenvapi now have automatic builds + * Bleeding-edge channel: Now downloads the latest git code + * New Toggle: Added OBS_VKCAPTURE to the environment variables tab + * Cover Fallbacks: Added multi-CDN and web search fallbacks for Steam cover art + * Pascube data: Added more information to pascube benchmark + nickname support + * Updated Benchmarks: Synchronized hardware comparison scores from pascube database + * Safety Fallback: Implemented dynamic GPU 360p fallback for very low framerates + * Clean Uninstalls: Improved uninstall cleanup to remove wrapper DLLs and config files + * MangoHud Fixes: Made the engine_color configuration write unconditional + * EnvVar Preservation: Fixed a bug where saving or disabling tweaks would erase active tool variables + * Streamlined Badges: Simplified the multi-badge list on game cards into a single transparent GOverlay icon badge + * Modern Scrollbars: Added thin semitransparent scrollbars across all tabs + * Quick Actions: Added a floating action button (FAB) on game cards for options + * What's New: Added a frameless release notes popup dialog + * Update disable-passcube-build.patch to fit upstream + +------------------------------------------------------------------- Old: ---- goverlay-1.8.4.tar.gz New: ---- goverlay-1.8.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goverlay.spec ++++++ --- /var/tmp/diff_new_pack.Qoh3cL/_old 2026-07-10 17:41:42.774022787 +0200 +++ /var/tmp/diff_new_pack.Qoh3cL/_new 2026-07-10 17:41:42.778022924 +0200 @@ -17,7 +17,7 @@ Name: goverlay -Version: 1.8.4 +Version: 1.8.6 Release: 0 Summary: Graphical UI to help manage overlays License: GPL-3.0-or-later @@ -65,10 +65,11 @@ sed -i \ -e 's/^StartupWMClass=.*/StartupWMClass=goverlay/' \ %{buildroot}%{_datadir}/applications/io.github.benjamimgois.goverlay.desktop -mv %{buildroot}%{_datadir}/goverlay/bgmod/{bgmod,bgmod-uninstaller} \ - %{buildroot}%{_libexecdir}/goverlay/ %{__strip} %{buildroot}/usr/lib64/goverlay rm -rf %{buildroot}%{_datadir}/goverlay/data/icons/{128x128,256x256,512x512} +ln -sf %{_datadir}/icons/hicolor/128x128/apps/io.github.benjamimgois.goverlay.png \ + %{buildroot}%{_datadir}/goverlay/assets/icons/goverlay.png +%fdupes %{buildroot}%{_datadir} %check appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml @@ -77,13 +78,12 @@ %license LICENSE %doc README.md %{_bindir}/%{name} -%{_datadir}/%{name} %{_libdir}/%{name} -%dir %{_libexecdir}/goverlay -%{_libexecdir}/goverlay/bgmod -%{_libexecdir}/goverlay/bgmod-uninstaller +%{_libdir}/bgmod +%{_libdir}/bgmod-uninstaller +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_datadir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/*%{name}.png -%{_mandir}/man1/%{name}.1%{?ext_man} %{_datadir}/metainfo/io.github.benjamimgois.%{name}.metainfo.xml ++++++ disable-passcube-build.patch ++++++ --- /var/tmp/diff_new_pack.Qoh3cL/_old 2026-07-10 17:41:42.806023884 +0200 +++ /var/tmp/diff_new_pack.Qoh3cL/_new 2026-07-10 17:41:42.810024021 +0200 @@ -1,6 +1,6 @@ -diff '--color=auto' -rub goverlay-1.8.4.orig/Makefile goverlay-1.8.4/Makefile ---- goverlay-1.8.4.orig/Makefile 2026-06-20 14:54:09.000000000 -0300 -+++ goverlay-1.8.4/Makefile 2026-06-27 14:57:48.348232774 -0300 +diff --color -rub goverlay-1.8.6.orig/Makefile goverlay-1.8.6/Makefile +--- goverlay-1.8.6.orig/Makefile 2026-07-06 18:36:41.000000000 -0300 ++++ goverlay-1.8.6/Makefile 2026-07-09 21:14:19.787442467 -0300 @@ -3,15 +3,11 @@ libexecdir = /libexec datadir = /share @@ -35,15 +35,15 @@ install: goverlay data/goverlay.sh bgmod bgmod-uninstaller install -D -m=755 goverlay $(DESTDIR)$(prefix)$(libexecdir)/goverlay - install -D -m=755 pascube $(DESTDIR)$(prefix)$(libexecdir)/pascube + install -D -m=755 bgmod $(DESTDIR)$(prefix)$(libexecdir)/bgmod + install -D -m=755 bgmod-uninstaller $(DESTDIR)$(prefix)$(libexecdir)/bgmod-uninstaller install -D -m=755 data/goverlay.sh $(DESTDIR)$(prefix)$(bindir)/goverlay - install -D -m=644 data/io.github.benjamimgois.goverlay.desktop $(DESTDIR)$(prefix)$(datadir)/applications/io.github.benjamimgois.goverlay.desktop - install -D -m=644 data/io.github.benjamimgois.goverlay.metainfo.xml $(DESTDIR)$(prefix)$(datadir)/metainfo/io.github.benjamimgois.goverlay.metainfo.xml -@@ -68,7 +58,6 @@ +@@ -72,7 +62,6 @@ uninstall: rm -f $(DESTDIR)$(prefix)$(libexecdir)/goverlay - rm -f $(DESTDIR)$(prefix)$(libexecdir)/pascube + rm -f $(DESTDIR)$(prefix)$(libexecdir)/bgmod + rm -f $(DESTDIR)$(prefix)$(libexecdir)/bgmod-uninstaller rm -f $(DESTDIR)$(prefix)$(bindir)/goverlay - rm -f $(DESTDIR)$(prefix)$(datadir)/applications/io.github.benjamimgois.goverlay.desktop - rm -f $(DESTDIR)$(prefix)$(datadir)/metainfo/io.github.benjamimgois.goverlay.metainfo.xml ++++++ goverlay-1.8.4.tar.gz -> goverlay-1.8.6.tar.gz ++++++ /work/SRC/openSUSE:Factory/goverlay/goverlay-1.8.4.tar.gz /work/SRC/openSUSE:Factory/.goverlay.new.1991/goverlay-1.8.6.tar.gz differ: char 27, line 1
