Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package goverlay for openSUSE:Factory checked in at 2023-10-05 20:05:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goverlay (Old) and /work/SRC/openSUSE:Factory/.goverlay.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goverlay" Thu Oct 5 20:05:10 2023 rev:13 rq:1115802 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/goverlay/goverlay.changes 2023-01-05 17:11:44.460490537 +0100 +++ /work/SRC/openSUSE:Factory/.goverlay.new.28202/goverlay.changes 2023-10-05 20:06:30.377981393 +0200 @@ -1,0 +2,6 @@ +Sun Oct 1 08:08:13 UTC 2023 - mun...@googlemail.com + +- Fix build on Factory/TW: requires lazarus-lcl-qt5. +- Clean up spec file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goverlay.spec ++++++ --- /var/tmp/diff_new_pack.F7dp4u/_old 2023-10-05 20:06:31.602025614 +0200 +++ /var/tmp/diff_new_pack.F7dp4u/_new 2023-10-05 20:06:31.602025614 +0200 @@ -1,7 +1,7 @@ # # spec file for package goverlay # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,37 +37,23 @@ Requires: replay-sorcery Requires: vkbasalt Requires: vulkan-tools +%if 0%{?suse_version} > 1500 +BuildRequires: lazarus-lcl-qt5 +%endif %description GOverlay is a graphical UI to manage Vulkan/OpenGL overlays. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build -# Manually set build flag as Leap 15.2 does not support %%{set_build_flags} macro unlike TW. -CFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' -export CFLAGS -CXXFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' -export CXXFLAGS -FFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' -export FFLAGS -FCFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' -export FCFLAGS -LDFLAGS=-flto=auto -export LDFLAGS - +%{set_build_flags} %make_build %install %make_install prefix=%{_prefix} libexecdir=/%{_lib} - -# Desktop file validation fails in Leap -# https://github.com/benjamimgois/goverlay/issues/46 -%if 0%{?sle_version} > 0 && 0%{?sle_version} <= 150200 %suse_update_desktop_file -r io.github.benjamimgois.%{name} Development Profiling -%endif %check appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml