Update to 0.30.0

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/crates-io-0.20.0.crate /crates-io-0.20.0.crate
/crates-io-0.24.0.crate /crates-io-0.24.0.crate
/crates-io-0.28.0.crate /crates-io-0.28.0.crate
/crates-io-0.30.0.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
# * Tests are run in infrastructure %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crates-io %global crate crates-io
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.28.0 Version: 0.30.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Helpers for interacting with crates.io Summary: Helpers for interacting with crates.io
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -38,7 +37,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +49,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Feb 29 07:19:30 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.30.0-1
- Update to 0.30.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (crates-io-0.28.0.crate) = 434d8af0869a9777599b53db94c0e00da915f36090daf949c7e85ada7431f845455624c7452ae9f3924bf593701fb60cd605beaacc4a9a2c6b0229f32e850805 SHA512 (crates-io-0.30.0.crate) = 8552dd3fdcb3705c5c911ad48229fb5136c0afe7286525ca324f017c334a3b977e5f90223cd119e72c81438ff5865dba4a4f8a3532dcf316c8957e6e96f48dd2

Loading…
Cancel
Save