Update to 0.3.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent fab8d6671f
commit 462bf27577
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/want-0.0.6.crate
/want-0.2.0.crate
/want-0.3.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 10
%bcond_without check
# Generated by rust2rpm 13
# * Tests require various tokio-* crates in unreleased version
%bcond_with check
%global debug_package %{nil}
%global crate want
Name: rust-%{crate}
Version: 0.2.0
Release: 3%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Detect when another Future wants a result
# Upstream license specification: MIT
@ -38,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,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 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 11 11:01:12 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (want-0.2.0.crate) = 1264e8095ba41b6cde85517538449d99f05a40207437bad9b618af3668ad675a3517b3d190e8b962820e2c302146d8d0571b665a1176c090ed75a4e83e8c5b59
SHA512 (want-0.3.0.crate) = 7e7af8ddcc6faed3e3d18384a000339617187b74b0adf111a02bc15fdb152c88007844d6fe6f35a47a13f3384a19ee4723b884623de7d45c6619d76aa6699404

Loading…
Cancel
Save