Update to 0.10.0

epel9
Josh Stone 6 years ago
parent 5bf940217e
commit 77be31f5ce

1
.gitignore vendored

@ -1,3 +1,4 @@
/git2-curl-0.8.1.crate
/git2-curl-0.8.2.crate
/git2-curl-0.9.0.crate
/git2-curl-0.10.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm
# Generated by rust2rpm-9-1.fc30
# We don't want to package conduit
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate git2-curl
Name: rust-%{crate}
Version: 0.9.0
Version: 0.10.0
Release: 1%{?dist}
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
@ -19,7 +19,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(curl/default) >= 0.4.0 with crate(curl/default) < 0.5.0)
BuildRequires: (crate(git2) >= 0.8.0 with crate(git2) < 0.9.0)
BuildRequires: (crate(git2) >= 0.9.0 with crate(git2) < 0.10.0)
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(url/default) >= 1.0.0 with crate(url/default) < 2.0.0)
%if %{with check}
@ -77,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 07 2019 Josh Stone <jistone@redhat.com> - 0.10.0-1
- Update to 0.10.0
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0

@ -1 +1 @@
SHA512 (git2-curl-0.9.0.crate) = f43b1a9e62f53f96c4108975225ed4c0b214cb86cfe969ec399bc2483ae1eeec409d163fbbbcb78386208bcefcd26971f7a29537a29d37fdfd1051e02f0128ea
SHA512 (git2-curl-0.10.0.crate) = 9cc33d1dae94397e58ddfb76d7d63a5f13c5fa53a3b8e95100473d734584b7f9de1175e7894f1d2d8fa16184c99565c2961500724a0b92e39a83238fdb3b1115

Loading…
Cancel
Save