Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ebumeter for openSUSE:Factory checked in at 2022-02-13 19:51:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ebumeter (Old) and /work/SRC/openSUSE:Factory/.ebumeter.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ebumeter" Sun Feb 13 19:51:07 2022 rev:2 rq:954109 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ebumeter/ebumeter.changes 2020-05-15 23:51:45.309479226 +0200 +++ /work/SRC/openSUSE:Factory/.ebumeter.new.1956/ebumeter.changes 2022-02-13 19:51:52.814346559 +0100 @@ -1,0 +2,6 @@ +Sun Feb 13 03:14:00 UTC 2022 - Marcus Rueckert <mrueck...@suse.de> + +- Pass prefix also to the build as the path to the assets is + compiled into the binary + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ebumeter.spec ++++++ --- /var/tmp/diff_new_pack.lIVArz/_old 2022-02-13 19:51:53.258347741 +0100 +++ /var/tmp/diff_new_pack.lIVArz/_new 2022-02-13 19:51:53.262347753 +0100 @@ -1,6 +1,7 @@ # # spec file for package ebumeter # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -51,7 +52,7 @@ %build export CXXFLAGS="%{optflags}" -%make_build -C source +%make_build -C source PREFIX=%{_prefix} %install make -C source DESTDIR=%{buildroot} PREFIX=%{_prefix} install