Hello community, here is the log from the commit of package exa for openSUSE:Factory checked in at 2019-10-07 13:48:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exa (Old) and /work/SRC/openSUSE:Factory/.exa.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exa" Mon Oct 7 13:48:08 2019 rev:4 rq:735561 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/exa/exa.changes 2019-07-23 22:34:44.639003993 +0200 +++ /work/SRC/openSUSE:Factory/.exa.new.2352/exa.changes 2019-10-07 14:14:21.434850093 +0200 @@ -1,0 +2,6 @@ +Tue Oct 1 19:03:46 UTC 2019 - Luke Jones <[email protected]> + +- Use the `pwd`/.cargo method of including vendored sources which + removes the need to export a path for cargo. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exa.spec ++++++ --- /var/tmp/diff_new_pack.QJILG0/_old 2019-10-07 14:14:21.878848875 +0200 +++ /var/tmp/diff_new_pack.QJILG0/_new 2019-10-07 14:14:21.878848875 +0200 @@ -41,9 +41,8 @@ %prep %setup -q %setup -q -D -T -a 1 -mkdir cargo-home -cat >cargo-home/config <<EOF - +mkdir .cargo +cat >.cargo/config <<EOF [source.crates-io] registry = 'https://github.com/rust-lang/crates.io-index' replace-with = 'vendored-sources' @@ -52,13 +51,11 @@ EOF %build -export CARGO_HOME=`pwd`/cargo-home/ cargo build --release %{?_smp_mflags} %install mkdir build -export CARGO_HOME=`pwd`/cargo-home/ -cargo install --root=build +cargo install --path . --root=build mkdir -p %{buildroot}%{_bindir} install -Dm0755 build/bin/exa %{buildroot}%{_bindir}/exa
