Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alacritty for openSUSE:Factory checked in at 2021-01-18 11:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alacritty (Old) and /work/SRC/openSUSE:Factory/.alacritty.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alacritty" Mon Jan 18 11:28:54 2021 rev:17 rq:863749 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/alacritty/alacritty.changes 2021-01-13 18:30:50.489877596 +0100 +++ /work/SRC/openSUSE:Factory/.alacritty.new.28504/alacritty.changes 2021-01-18 11:32:37.524700613 +0100 @@ -1,0 +2,6 @@ +Sat Jan 16 20:44:50 UTC 2021 - Matthias Eliasson <eli...@opensuse.org> + +- Make use of mktemp in revendor_source.sh script so we don't have a + predictable working directory (boo#1180782) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ revendor_source.sh ++++++ --- /var/tmp/diff_new_pack.VdNQyr/_old 2021-01-18 11:32:38.344701420 +0100 +++ /var/tmp/diff_new_pack.VdNQyr/_new 2021-01-18 11:32:38.344701420 +0100 @@ -4,15 +4,7 @@ # packaging helper to workaround: # https://github.com/rust-lang/cargo/issues/7058 -wd="/tmp/revendor" - -if [[ -d "$wd" ]]; then - echo -n "Removing previous ws ($wd)... " - rm -fr $wd - echo "done" -fi - -mkdir -p $wd +wd="$(mktemp -d /tmp/revendor.XXXXXXXXXX)" # take what we need into the build cp vendor*xz $wd