Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-delta for openSUSE:Factory 
checked in at 2021-10-05 22:33:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-delta (Old)
 and      /work/SRC/openSUSE:Factory/.git-delta.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-delta"

Tue Oct  5 22:33:50 2021 rev:6 rq:923141 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-delta/git-delta.changes      2021-08-04 
22:29:42.741741423 +0200
+++ /work/SRC/openSUSE:Factory/.git-delta.new.2443/git-delta.changes    
2021-10-05 22:34:19.082917942 +0200
@@ -1,0 +2,5 @@
+Tue Sep 28 01:29:39 UTC 2021 - William Brown <william.br...@suse.com>
+
+- Replace rust-packaging with cargo-packaging
+
+-------------------------------------------------------------------

New:
----
  cargo_config

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

Other differences:
------------------
++++++ git-delta.spec ++++++
--- /var/tmp/diff_new_pack.6ev07H/_old  2021-10-05 22:34:19.506918680 +0200
+++ /var/tmp/diff_new_pack.6ev07H/_new  2021-10-05 22:34:19.510918687 +0200
@@ -24,9 +24,10 @@
 URL:            https://github.com/dandavison/delta
 Source0:        
https://github.com/dandavison/delta/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
+Source2:        cargo_config
+BuildRequires:  cargo-packaging
 BuildRequires:  clang-devel
 BuildRequires:  git
-BuildRequires:  rust-packaging
 Conflicts:      sccs
 
 %description
@@ -34,17 +35,17 @@
 
 %prep
 %setup -qa 1 -n delta-%{version}
-%define cargo_registry $(pwd)/vendor
-%{cargo_prep}
+mkdir .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
-%cargo_build
+%{cargo_build}
 
 %check
-%cargo_test
+%{cargo_test}
 
 %install
-%cargo_install
+%{cargo_install}
 
 # install bash completion
 install -D -m 0644 
%{_builddir}/delta-%{version}%{_sysconfdir}/completion/completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/delta

++++++ cargo_config ++++++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"

Reply via email to