Hello community,

here is the log from the commit of package rr for openSUSE:Leap:15.2 checked in 
at 2020-04-30 18:52:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rr (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rr.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rr"

Thu Apr 30 18:52:41 2020 rev:2 rq:799015 version:5.3.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rr/rr.changes  2020-02-11 23:26:42.821310286 
+0100
+++ /work/SRC/openSUSE:Leap:15.2/.rr.new.2738/rr.changes        2020-04-30 
18:52:58.316792570 +0200
@@ -1,0 +2,15 @@
+Wed Dec 18 11:56:00 UTC 2019 - Michael Vetter <[email protected]>
+
+- Update to 5.3.0:
+  * This is primarily a maintenance release.
+    There are many bug fixes, improvements to system call coverage,
+       and incremental performance improvements.
+  * The rr sources, rr buildid and rr traceinfo commands have been
+    added to make it easier for external tools to work with rr
+       traces. rr ls has been added to improve management of traces.
+- Remove:
+  * rr-5.2.0-cpp14.patch
+  * rr-5.2.0-python3.patch
+  * rr-5.2.0-remove-ucontext.patch
+
+-------------------------------------------------------------------

Old:
----
  5.2.0.tar.gz
  rr-5.2.0-cpp14.patch
  rr-5.2.0-python3.patch
  rr-5.2.0-remove-ucontext.patch

New:
----
  5.3.0.tar.gz

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

Other differences:
------------------
++++++ rr.spec ++++++
--- /var/tmp/diff_new_pack.dVKYfY/_old  2020-04-30 18:52:58.732793448 +0200
+++ /var/tmp/diff_new_pack.dVKYfY/_new  2020-04-30 18:52:58.736793457 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rr
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,13 @@
 
 
 Name:           rr
-Version:        5.2.0
+Version:        5.3.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
-# https://github.com/mozilla/rr/issues/2391
-Patch0:         rr-5.2.0-remove-ucontext.patch
-# https://github.com/mozilla/rr/issues/2269
-Patch1:         rr-5.2.0-cpp14.patch
-# https://github.com/mozilla/rr/issues/2390
-Patch2:         rr-5.2.0-python3.patch
 BuildRequires:  capnproto
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -52,13 +46,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 # Fix incorrect path to bash
 sed -i "s|%{_bindir}/bash|/bin/bash|g" ./scripts/signal-rr-recording.sh
+sed -i "s|#!.*/usr/bin/env.*|#!%{_bindir}/python3|" 
scripts/rr-collect-symbols.py
 CXXFLAGS=-std=c++14 %cmake \
   -DBUILD_TESTS=OFF
 CXXFLAGS=-std=c++14 %make_jobs
@@ -69,16 +61,15 @@
 %files
 %license LICENSE
 %doc README.md
-%dir %{_prefix}/lib/rr
 %dir %{_datadir}/rr
+%dir %{_libdir}/rr
 %{_bindir}/rr
 %{_bindir}/rr_exec_stub*
-%{_bindir}/rr_page_32
-%{_bindir}/rr_page_32_replay
-%{_bindir}/rr_page_64
-%{_bindir}/rr_page_64_replay
+%{_bindir}/rr_page_*
 %{_bindir}/signal-rr-recording.sh
-%{_prefix}/lib/rr/librrpreload*.so
 %{_datadir}/rr/*
+%{_libdir}/rr/librrpreload*.so
+%{_datadir}/bash-completion/completions/rr
+%{_bindir}/rr-collect-symbols.py
 
 %changelog

++++++ 5.2.0.tar.gz -> 5.3.0.tar.gz ++++++
++++ 26415 lines of diff (skipped)


Reply via email to