SHA256
1
0
forked from pool/rust

Accepting request 742099 from home:rhafer:branches:devel:languages:rust

- 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.

OBS-URL: https://build.opensuse.org/request/show/742099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=231
This commit is contained in:
Luke Jones
2019-10-23 19:17:39 +00:00
committed by Git OBS Bridge
parent 7ccfc9e547
commit 3a03c62ad6
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 23 09:56:33 UTC 2019 - Ralf Haferkamp <rhafer@suse.com>
- 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.
-------------------------------------------------------------------
Mon Sep 30 21:29:54 UTC 2019 - Luke Jones <luke@ljones.dev>