Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Rivet for openSUSE:Factory checked in at 2022-01-10 23:53:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Rivet (Old) and /work/SRC/openSUSE:Factory/.Rivet.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Rivet" Mon Jan 10 23:53:22 2022 rev:22 rq:945272 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/Rivet/Rivet.changes 2021-12-13 20:50:37.804643890 +0100 +++ /work/SRC/openSUSE:Factory/.Rivet.new.1892/Rivet.changes 2022-01-10 23:53:50.100816522 +0100 @@ -1,0 +2,5 @@ +Fri Jan 7 08:31:54 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Fix sed script for rpath removal from rivet-config. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Rivet.spec ++++++ --- /var/tmp/diff_new_pack.q4FnMK/_old 2022-01-10 23:53:50.788817125 +0100 +++ /var/tmp/diff_new_pack.q4FnMK/_new 2022-01-10 23:53:50.792817129 +0100 @@ -1,7 +1,7 @@ # # spec file for package Rivet # -# 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 @@ -156,7 +156,7 @@ # /SECTION # SECTION Remove rpaths from config binaries and pkgconfig file -sed -i "s|-Wl,-rpath,||g" %{buildroot}%{_bindir}/rivet-config +sed -i "s|-Wl,-rpath,[^ ]\+||g" %{buildroot}%{_bindir}/rivet-config # /SECTION find %{buildroot} -type f -name "*.la" -delete -print