Update to 0.8.2

epel9
Josh Stone 6 years ago
parent 983a34ec2c
commit 65daa748df

1
.gitignore vendored

@ -1 +1,2 @@
/git2-curl-0.8.1.crate
/git2-curl-0.8.2.crate

@ -6,10 +6,11 @@
%global crate git2-curl
Name: rust-%{crate}
Version: 0.8.1
Version: 0.8.2
Release: 1%{?dist}
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/git2-curl
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -24,10 +25,10 @@ BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
BuildRequires: (crate(url) >= 1.0.0 with crate(url) < 2.0.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(civet) >= 0.8.0 with crate(civet) < 0.9.0)
BuildRequires: (crate(conduit) >= 0.7.0 with crate(conduit) < 0.8.0)
BuildRequires: (crate(conduit-git-http-backend) >= 0.7.0 with crate(conduit-git-http-backend) < 0.8.0)
BuildRequires: (crate(tempdir) >= 0.3.0 with crate(tempdir) < 0.4.0)
BuildRequires: (crate(civet) >= 0.11.0 with crate(civet) < 0.12.0)
BuildRequires: (crate(conduit) >= 0.8.0 with crate(conduit) < 0.9.0)
BuildRequires: (crate(conduit-git-http-backend) >= 0.8.0 with crate(conduit-git-http-backend) < 0.9.0)
BuildRequires: (crate(tempfile) >= 3.0.0 with crate(tempfile) < 4.0.0)
%endif
%description
@ -65,5 +66,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.8.2-1
- Update to 0.8.2
* Sun Jul 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-1
- Initial package

@ -1 +1 @@
SHA512 (git2-curl-0.8.1.crate) = 014a3f124ca633a572d4bdfe38742fe4b0fdcdf52ad170b82078c8cfeff1bace87540d3ae41d0457fca922bdcb1a25499fdd30e704eaee69da14e4282a9be1a7
SHA512 (git2-curl-0.8.2.crate) = 6713895f491341f1dc4dc3ca286358c8a20f8129c1a97776f60a8ab8c4e8b1fbb77e0d34b57cb1c09c8b917e7f4b8885f834f84e49813c7c6c57f1450b062888

Loading…
Cancel
Save