Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2021-10-04 18:40:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and      /work/SRC/openSUSE:Factory/.fd.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fd"

Mon Oct  4 18:40:31 2021 rev:10 rq:922955 version:8.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/fd/fd.changes    2021-01-03 21:27:26.479628443 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.2443/fd.changes  2021-10-04 
18:42:24.070294967 +0200
@@ -1,0 +2,5 @@
+Tue Sep 28 01:46:53 UTC 2021 - William Brown <[email protected]>
+
+- Replace rust-packaging with cargo-packaging
+
+-------------------------------------------------------------------

New:
----
  cargo_config

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

Other differences:
------------------
++++++ fd.spec ++++++
--- /var/tmp/diff_new_pack.g8MqfH/_old  2021-10-04 18:42:24.562295766 +0200
+++ /var/tmp/diff_new_pack.g8MqfH/_new  2021-10-04 18:42:24.562295766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
 Version:        8.2.1
 Release:        0
 Summary:        An alternative to the "find" utility
-License:        MIT AND Apache-2.0
+License:        Apache-2.0 AND MIT
 Group:          Productivity/File utilities
 URL:            https://github.com/sharkdp/fd
 Source:         
https://github.com/sharkdp/fd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
-BuildRequires:  rust-packaging
+Source2:        cargo_config
+BuildRequires:  cargo-packaging
 
 %description
 fd is an alternative to GNU find. It features:
@@ -68,8 +69,8 @@
 
 %prep
 %autosetup -a1
-%define cargo_registry $(pwd)/vendor
-%{cargo_prep}
+mkdir .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
 %{cargo_build}

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

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

Reply via email to