Update to 0.7.11

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 6 years ago
parent edf5bad430
commit aa1622240f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -12,7 +12,7 @@ Summary: Native bindings to the libgit2 library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/libgit2-sys URL: https://crates.io/crates/libgit2-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Doesn't seem to be upstreamable # Doesn't seem to be upstreamable
Patch0: 0001-build.rs-always-use-pkg-config.patch Patch0: 0001-build.rs-always-use-pkg-config.patch
@ -149,10 +149,9 @@ which use "ssh_key_from_memory" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -N %autosetup -n %{crate}-%{version_no_tilde} -p2
# Bundled deps # Bundled deps
rm -vrf libgit2 rm -vrf libgit2
%autopatch -p2
%cargo_prep %cargo_prep
%build %build

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-libgit2-sys
Loading…
Cancel
Save