Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rr for openSUSE:Factory checked in at 2025-02-14 19:22:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rr (Old) and /work/SRC/openSUSE:Factory/.rr.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rr" Fri Feb 14 19:22:08 2025 rev:9 rq:1245844 version:5.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rr/rr.changes 2024-05-21 18:36:52.795347202 +0200 +++ /work/SRC/openSUSE:Factory/.rr.new.8181/rr.changes 2025-02-14 19:22:21.366314322 +0100 @@ -1,0 +2,12 @@ +Fri Feb 14 08:25:25 UTC 2025 - Michael Vetter <mvet...@suse.com> + +- Update to 5.9.0: + * As usual there are lots of small improvements and bugfixes. + The main feature of this release is that in kernels >= 6.10, + rr now works with perf_event_paranoid set to 2, which is the + default for most distributions. This requires a kernel bug fix + by Kyle Huey that only shipped in 6.10. rr is slightly more + efficient with perf_event_paranoid set to 1, but that won't + matter in practice. + +------------------------------------------------------------------- Old: ---- 5.8.0.tar.gz New: ---- 5.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rr.spec ++++++ --- /var/tmp/diff_new_pack.csE1ed/_old 2025-02-14 19:22:21.810332644 +0100 +++ /var/tmp/diff_new_pack.csE1ed/_new 2025-02-14 19:22:21.818332975 +0100 @@ -1,7 +1,7 @@ # # spec file for package rr # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rr -Version: 5.8.0 +Version: 5.9.0 Release: 0 Summary: Records nondeterministic executions and debugs them deterministically License: MIT @@ -29,6 +29,7 @@ BuildRequires: gcc-c++ BuildRequires: gdb BuildRequires: libcapnp-devel +BuildRequires: libzstd-devel BuildRequires: patchelf BuildRequires: pkgconfig BuildRequires: python3-base @@ -40,6 +41,17 @@ BuildRequires: gcc-c++-32bit %endif +%package zsh-completion +Summary: Zsh completion for %{name} +Group: Development/Tools/Version Control +Requires: %{name} = %{version} +Requires: zsh +Supplements: (%{name} and zsh) +BuildArch: noarch + +%description zsh-completion +Zsh command line completion support for %{name}. + %description This program aspires to be your primary debugging tool, enhancing gdb. It also provides efficient reverse execution under gdb. Set breakpoints and @@ -57,7 +69,7 @@ -Ddisable32bit=true \ %endif -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_CXX_STANDARD=14 + -DCMAKE_CXX_STANDARD=17 %cmake_build %install @@ -83,3 +95,6 @@ %{_datadir}/rr/* %{_datadir}/bash-completion/completions/rr +%files zsh-completion +%{_datadir}/zsh + ++++++ 5.8.0.tar.gz -> 5.9.0.tar.gz ++++++ ++++ 19731 lines of diff (skipped)