Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perf for openSUSE:Factory checked in at 2024-10-23 21:10:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perf (Old) and /work/SRC/openSUSE:Factory/.perf.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perf" Wed Oct 23 21:10:57 2024 rev:79 rq:1217159 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/perf/perf.changes 2024-10-11 17:02:28.419060719 +0200 +++ /work/SRC/openSUSE:Factory/.perf.new.26871/perf.changes 2024-10-23 21:12:07.535316788 +0200 @@ -1,0 +2,6 @@ +Wed Oct 23 05:43:22 UTC 2024 - Jiri Slaby <jsl...@suse.cz> + +- use %{version_pure} for patch in/exclusion (and apply 6.12 patch only + on < 6.12) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perf.spec ++++++ --- /var/tmp/diff_new_pack.w0pFgd/_old 2024-10-23 21:12:08.559359539 +0200 +++ /var/tmp/diff_new_pack.w0pFgd/_new 2024-10-23 21:12:08.571360040 +0200 @@ -34,8 +34,9 @@ License: GPL-2.0-only Group: Development/Tools/Debuggers URL: https://perf.wiki.kernel.org/ -Patch0: perf_tools_Build_x86_32-bit_syscall_table_from_arch_x86_entry_syscalls_syscall_32.tbl.patch -Patch1: perf-fix-non-listed-archs.patch +# remove this one when 6.12 hits factory: +Patch6111: perf_tools_Build_x86_32-bit_syscall_table_from_arch_x86_entry_syscalls_syscall_32.tbl.patch +Patch10000: perf-fix-non-listed-archs.patch BuildRequires: OpenCSD-devel BuildRequires: audit-devel %ifnarch %{arm} @@ -133,7 +134,7 @@ # copy necessary files from kernel-source since we need to modify them (cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include scripts Kbuild Makefile arch/*/{include,lib,tools,Makefile} lib kernel/bpf/disasm.[ch]) | tar -xf - chmod +x tools/perf/util/generate-cmdlist.sh -%autopatch -p1 +%autopatch -p1 -m%{version_pure}0 # don't error out on deprecated definitions in gtk2.h sed -i 's@ignored "-Wstrict-prototypes"@&\n#pragma GCC diagnostic ignored "-Wdeprecated-declarations"@' tools/build/feature/test-gtk2.c