Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hyperfine for openSUSE:Factory 
checked in at 2021-09-30 23:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyperfine (Old)
 and      /work/SRC/openSUSE:Factory/.hyperfine.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hyperfine"

Thu Sep 30 23:43:29 2021 rev:2 rq:922264 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hyperfine/hyperfine.changes      2021-04-15 
16:58:47.594804928 +0200
+++ /work/SRC/openSUSE:Factory/.hyperfine.new.2443/hyperfine.changes    
2021-09-30 23:44:43.060560220 +0200
@@ -1,0 +2,5 @@
+Thu Sep 30 04:28:10 UTC 2021 - William Brown <[email protected]>
+
+- Replace rust-packaging with cargo-packaging
+
+-------------------------------------------------------------------

New:
----
  cargo_config

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

Other differences:
------------------
++++++ hyperfine.spec ++++++
--- /var/tmp/diff_new_pack.pjTwV4/_old  2021-09-30 23:44:43.532560761 +0200
+++ /var/tmp/diff_new_pack.pjTwV4/_new  2021-09-30 23:44:43.536560765 +0200
@@ -20,13 +20,14 @@
 Version:        1.11.0
 Release:        0
 Summary:        Command-line benchmarking tool
-License:        MIT OR Apache-2.0
+License:        Apache-2.0 OR MIT
 Group:          System/Benchmark
 URL:            https://github.com/sharkdp/%{name}
 Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
+Source2:        cargo_config
+BuildRequires:  cargo-packaging
 BuildRequires:  rust >= 1.43.0
-BuildRequires:  rust-packaging
 ExclusiveArch:  %{rust_arches}
 
 %description
@@ -68,11 +69,10 @@
 
 %prep
 %setup -qa1
-%define cargo_registry $(pwd)/vendor
-%{cargo_prep}
+mkdir .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
-export CARGO_NET_OFFLINE=true
 %{cargo_build}
 
 %install

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

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

Reply via email to