Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2019-10-25 18:41:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Fri Oct 25 18:41:14 2019 rev:44 rq:742247 version:1.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2019-10-17 12:55:22.889899234 +0200 +++ /work/SRC/openSUSE:Factory/.rust.new.2990/rust.changes 2019-10-25 18:41:17.239849350 +0200 @@ -1,0 +2,10 @@ +Wed Oct 23 09:56:33 UTC 2019 - Ralf Haferkamp <[email protected]> + +- Switch to bundled version of libgit2 for now. libgit2-sys seems + to expect using the bundled variant, which just seems to point + to a snapshot of the master branch and doesn't match any released + libgit2 (bsc#1154817). + See: https://github.com/rust-lang/rust/issues/63476 and + https://github.com/rust-lang/git2-rs/issues/458 for details. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.PRoAMT/_old 2019-10-25 18:41:29.623861121 +0200 +++ /var/tmp/diff_new_pack.PRoAMT/_new 2019-10-25 18:41:29.627861125 +0200 @@ -150,10 +150,8 @@ BuildRequires: python3-base BuildRequires: pkgconfig(libcurl) # The following requires must mirror: -# LIBGIT2_SYS_USE_PKG_CONFIG && # LIBSSH2_SYS_USE_PKG_CONFIG %if !%with rust_bootstrap || 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 120500 -BuildRequires: pkgconfig(libgit2) >= 0.23 BuildRequires: pkgconfig(libssh2) >= 1.4.3 %endif BuildRequires: pkgconfig(openssl) @@ -460,9 +458,8 @@ export CXX=g++-7 %endif # Cargo use system libs if not bootstrapping -# restircted only to libgit due to version changes causing with cargo rpm deps +# restircted only to libssh due to version changes causing with cargo rpm deps %if !%with rust_bootstrap || 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 120500 -export LIBGIT2_SYS_USE_PKG_CONFIG=1 export LIBSSH2_SYS_USE_PKG_CONFIG=1 %endif # eliminate complain from RPMlint @@ -486,9 +483,8 @@ export CXX=g++-7 %endif # Cargo use system libs if not bootstrapping -# restircted only to libgit due to version changes causing with cargo rpm deps +# restircted only to libssh due to version changes causing with cargo rpm deps %if !%with rust_bootstrap || 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 120500 -export LIBGIT2_SYS_USE_PKG_CONFIG=1 export LIBSSH2_SYS_USE_PKG_CONFIG=1 %endif # eliminate complain from RPMlint
