Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2026-06-22 17:28:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Mon Jun 22 17:28:10 2026 rev:80 rq:1360738 version:0.36.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2026-06-18 18:42:07.296781411 +0200 +++ /work/SRC/openSUSE:Factory/.bcc.new.1956/bcc.changes 2026-06-22 17:29:10.049177480 +0200 @@ -1,0 +2,8 @@ +Thu Jun 18 08:23:00 UTC 2026 - Wolfgang Frisch <[email protected]> + +- luajit: re-enable deterministic bytecode generation (boo#1236871) + * add deterministic_luajit.patch + * the bcc-lua package should now be reproducible again + * see also https://github.com/iovisor/bcc/pull/5523 + +------------------------------------------------------------------- New: ---- deterministic_luajit.patch ----------(New B)---------- New:- luajit: re-enable deterministic bytecode generation (boo#1236871) * add deterministic_luajit.patch * the bcc-lua package should now be reproducible again ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.bNhQcr/_old 2026-06-22 17:29:12.825274184 +0200 +++ /var/tmp/diff_new_pack.bNhQcr/_new 2026-06-22 17:29:12.833274463 +0200 @@ -42,6 +42,7 @@ Source: https://github.com/iovisor/bcc/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: 0001-Fix-build-with-LLVM-22.patch Patch1: 0001-clang-Add-microsoft-extensions-build-flags.patch +Patch2: deterministic_luajit.patch Source100: bcc-rpmlintrc ExcludeArch: ppc s390 BuildRequires: bison ++++++ deterministic_luajit.patch ++++++ Index: bcc-0.33.0/src/lua/CMakeLists.txt =================================================================== --- bcc-0.33.0.orig/src/lua/CMakeLists.txt +++ bcc-0.33.0/src/lua/CMakeLists.txt @@ -15,7 +15,7 @@ if (LUAJIT_LIBRARIES AND LUAJIT) ADD_CUSTOM_COMMAND( OUTPUT bcc.o - COMMAND ${LUAJIT} -b bcc.lua bcc.o + COMMAND ${LUAJIT} -bgd bcc.lua bcc.o DEPENDS bcc.lua )
