Update to 0.12.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 06024dd277
commit 0c8dde5eee
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/git2-curl-0.9.0.crate
/git2-curl-0.10.0.crate
/git2-curl-0.11.0.crate
/git2-curl-0.12.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# 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.11.0
Version: 0.12.0
Release: 1%{?dist}
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Dec 25 18:11:49 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.0-1
- Update to 0.12.0
* Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.11.0-1
- Update to 0.11.0

@ -1 +1 @@
SHA512 (git2-curl-0.11.0.crate) = 2973f405ead620ee74c545e8a25d1212c972cd48a795513e5a177827cd092d9d95639410a10f3db147cc4c1fde6515ef035b5562172169b5b017b348c1945965
SHA512 (git2-curl-0.12.0.crate) = ec047a4a11e49c4c4ba2f132b8e6f86e52cce85cb1eb5337ee069d39033bc85234f71a7990d3357de5cc190121c4ad4ab3562ad5aae13298d830e508e182e20d

Loading…
Cancel
Save