Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package broot for openSUSE:Factory checked 
in at 2022-07-08 14:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/broot (Old)
 and      /work/SRC/openSUSE:Factory/.broot.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "broot"

Fri Jul  8 14:03:08 2022 rev:2 rq:987797 version:1.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/broot/broot.changes      2022-05-09 
18:44:03.600204416 +0200
+++ /work/SRC/openSUSE:Factory/.broot.new.1523/broot.changes    2022-07-08 
14:03:09.886533957 +0200
@@ -1,0 +2,5 @@
+Fri Jul  8 02:40:04 UTC 2022 - William Brown <william.br...@suse.com>
+
+- Remove dependency on unmaintained rust-packaging
+
+-------------------------------------------------------------------

New:
----
  cargo_config

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

Other differences:
------------------
++++++ broot.spec ++++++
--- /var/tmp/diff_new_pack.qrec5H/_old  2022-07-08 14:03:10.510534701 +0200
+++ /var/tmp/diff_new_pack.qrec5H/_new  2022-07-08 14:03:10.514534706 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package broot
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           broot
 Version:        1.11.1
 Release:        0
@@ -24,7 +25,8 @@
 Source0:        
https://github.com/Canop/broot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
 Source2:        %{name}.changes
-BuildRequires:  rust-packaging
+Source3:        cargo_config
+BuildRequires:  cargo-packaging
 
 %description
 A better way to navigate directories.
@@ -32,8 +34,8 @@
 
 %prep
 %setup -qa 1
-%define cargo_registry $(pwd)/vendor
-%cargo_prep
+mkdir .cargo
+cp %{SOURCE3} .cargo/config
 
 %build
 %cargo_build

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

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

Reply via email to