Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2024-01-31 23:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcc (Old)
 and      /work/SRC/openSUSE:Factory/.bcc.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcc"

Wed Jan 31 23:54:51 2024 rev:57 rq:1142939 version:0.29.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2023-12-07 19:12:59.204972348 
+0100
+++ /work/SRC/openSUSE:Factory/.bcc.new.1815/bcc.changes        2024-01-31 
23:55:11.820121796 +0100
@@ -1,0 +2,14 @@
+Fri Jan 26 05:11:04 UTC 2024 - Shung-Hsi Yu <shung-hsi...@suse.com>
+
+- Switch to LLVM 17
+- Change LLVM version macro to the cleaner alternative suggested in
+  SR#1134405
+- Update to version 0.29.1
+  * support for kernel up to 6.6.
+  * new bcc tools: rdmaucma
+  * bcc tool update: tcpstates, statsnoop, runqlat, bio tools,
+    tcptop, slabratetop, tcprtt, etc.
+  * doc update, other bug fixes and tools improvement, and some new
+    enhancement for powerpc and riscv.
+
+-------------------------------------------------------------------

Old:
----
  bcc-0.28.0.tar.gz

New:
----
  bcc-0.29.1.tar.gz

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

Other differences:
------------------
++++++ bcc.spec ++++++
--- /var/tmp/diff_new_pack.5WIL5I/_old  2024-01-31 23:55:12.544147923 +0100
+++ /var/tmp/diff_new_pack.5WIL5I/_new  2024-01-31 23:55:12.544147923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcc
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,16 +26,16 @@
 %{!?with_lua: %global with_lua 0}
 %endif
 
-# Use the latest supported LLVM version, but Leap < 15.5 only has a slightly
-# older one so just use whatever version is available.
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
-%define llvm_major_version 15
+# Use the latest default LLVM version available, unless it is not yet
+# supported by bcc.
+%if 0%{?product_libs_llvm_ver} > 17
+%define llvm_major_version 17
 %else
-%define llvm_major_version %{nil}
+ %define llvm_major_version %{nil}
 %endif
 
 Name:           bcc
-Version:        0.28.0
+Version:        0.29.1
 Release:        0
 Summary:        BPF Compiler Collection (BCC)
 License:        Apache-2.0

++++++ bcc-0.28.0.tar.gz -> bcc-0.29.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/bcc/bcc-0.28.0.tar.gz 
/work/SRC/openSUSE:Factory/.bcc.new.1815/bcc-0.29.1.tar.gz differ: char 15, 
line 1

Reply via email to