Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rust1.65 for openSUSE:Factory 
checked in at 2022-11-10 14:19:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust1.65 (Old)
 and      /work/SRC/openSUSE:Factory/.rust1.65.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust1.65"

Thu Nov 10 14:19:35 2022 rev:2 rq:1034955 version:1.65.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust1.65/rust1.65.changes        2022-11-08 
10:56:06.813933454 +0100
+++ /work/SRC/openSUSE:Factory/.rust1.65.new.1597/rust1.65.changes      
2022-11-10 14:19:40.109465402 +0100
@@ -1,0 +2,11 @@
+Wed Nov  9 07:51:57 UTC 2022 - Alberto Planas Dominguez <[email protected]>
+
+- Drop .cargo/config creation as a workaround for vendored components
+  https://github.com/rust-lang/rust/issues/90764
+
+-------------------------------------------------------------------
+Tue Nov  8 22:38:38 UTC 2022 - William Brown <[email protected]>
+
+- Fix incorrect SLE/Leap version check for gcc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rust1.65.spec ++++++
--- /var/tmp/diff_new_pack.MG32Dy/_old  2022-11-10 14:19:48.685512665 +0100
+++ /var/tmp/diff_new_pack.MG32Dy/_new  2022-11-10 14:19:48.689512687 +0100
@@ -22,7 +22,7 @@
 %global version_previous 1.64.0
 # This has to be kept lock step to the rust version.
 %global llvm_version 15
-%if 0%{?sle_version} <= 150300 && 0%{?suse_version} < 1599
+%if 0%{?sle_version} <= 150500 && 0%{?suse_version} < 1599
 # We may need a minimum gcc version for some linker flags
 # This is especially true on leap/sle
 #
@@ -429,29 +429,6 @@
 
 %build
 
-# There are some crates forked in github.  Use the vendored version to
-# stop trying `cargo` to access internet.
-#
-# https://github.com/rust-lang/rust/issues/90764
-mkdir -p .cargo
-cat > .cargo/config <<EOF
-[source.crates-io]
-replace-with = 'vendored-sources'
-registry = 'https://example.com'
-
-[source.vendored-sources]
-directory = '$(pwd)/vendor'
-
-[source."https://github.com/bjorn3/rust-ar.git";]
-git = "https://github.com/bjorn3/rust-ar.git";
-branch = "do_not_remove_cg_clif_ranlib"
-replace-with = "vendored-sources"
-
-[source."https://github.com/bytecodealliance/wasmtime.git";]
-git = "https://github.com/bytecodealliance/wasmtime.git";
-replace-with = "vendored-sources"
-EOF
-
 # Create exports file
 # Keep all the "export VARIABLE" together here, so they can be
 # reread in the %%install section below.

Reply via email to