Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rr for openSUSE:Factory checked in at 2022-08-08 10:21:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rr (Old) and /work/SRC/openSUSE:Factory/.rr.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rr" Mon Aug 8 10:21:47 2022 rev:2 rq:993680 version:5.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rr/rr.changes 2022-05-23 15:52:29.950688996 +0200 +++ /work/SRC/openSUSE:Factory/.rr.new.1521/rr.changes 2022-08-08 10:21:49.205033635 +0200 @@ -1,0 +2,20 @@ +Mon Aug 8 06:59:55 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 5.6.0: + * This release includes many bug fixes, improvements to system call coverage, and + incremental performance improvements. Plus: + * ARM Aarch64 support is now production quality (features implemented and + tests pass), with some caveats. Recent iterations of Cortex and Neoverse (AWS + Graviton) chips are supported, as is Apple M1 (when running Linux on bare metal + M1). LDREX/STREX are not supported; userspace code must use Large System + Extensions atomics only. Thanks to Yichao Yu and Keno Fischer for this work! We + don't have prebuilt ARM packages yet. + * Recording applications that use RDTSC heavily should be much faster than in + previous versions of rr. + * The rseq system call is now supported (via emulation). +- Remove patches contained in new release: + * rr-glib-234.patch + * rr-map-elf-header.patch + * rr-pthread-for-new-gcc.patch + +------------------------------------------------------------------- Old: ---- 5.5.0.tar.gz rr-glib-234.patch rr-map-elf-header.patch rr-pthread-for-new-gcc.patch New: ---- 5.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rr.spec ++++++ --- /var/tmp/diff_new_pack.B17twm/_old 2022-08-08 10:21:49.697034907 +0200 +++ /var/tmp/diff_new_pack.B17twm/_new 2022-08-08 10:21:49.705034927 +0200 @@ -1,7 +1,7 @@ # # spec file for package rr # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,24 @@ Name: rr -Version: 5.5.0 +Version: 5.6.0 Release: 0 Summary: Records nondeterministic executions and debugs them deterministically License: MIT Group: Development/Languages/C and C++ URL: https://rr-project.org/ Source: https://github.com/mozilla/%{name}/archive/%{version}.tar.gz -# undefined reference to `_dl_addr' -Patch0: https://github.com/rr-debugger/rr/commit/da6e6fb2395e97921e3b8069afce62a1cc2233bc.patch#/rr-map-elf-header.patch -# gh#2987 -Patch1: https://github.com/rr-debugger/rr/commit/48f1d60f6eaf15137b426b1275cf285becb97258.patch#/rr-pthread-for-new-gcc.patch -# gh#2913 gh#3199 -Patch2: https://github.com/rr-debugger/rr/commit/d8b1db03360df84c4e369b2858a21dc6feee3213.patch#/rr-glib-234.patch BuildRequires: capnproto BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gdb BuildRequires: libcapnp-devel +BuildRequires: patchelf BuildRequires: pkgconfig BuildRequires: python3-base BuildRequires: python3-pexpect BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(zlib) -BuildRequires: patchelf ExclusiveArch: x86_64 aarch64 %ifarch x86_64 BuildRequires: gcc-c++-32bit @@ -53,9 +47,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build # Fix incorrect path to bash ++++++ 5.5.0.tar.gz -> 5.6.0.tar.gz ++++++ ++++ 27891 lines of diff (skipped)