Update to 1.1.1

epel10
Josh Stone 5 years ago
parent 7f03516bac
commit 258b43fc26

1
.gitignore vendored

@ -3,3 +3,4 @@
/downcast-rs-1.0.2.crate /downcast-rs-1.0.2.crate
/downcast-rs-1.0.3.crate /downcast-rs-1.0.3.crate
/downcast-rs-1.0.4.crate /downcast-rs-1.0.4.crate
/downcast-rs-1.1.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate downcast-rs %global crate downcast-rs
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.4 Version: 1.1.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Trait object downcasting support using only safe Rust Summary: Trait object downcasting support using only safe Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,12 +15,15 @@ URL: https://crates.io/crates/downcast-rs
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
Trait object downcasting support using only safe Rust. It supports type\ Trait object downcasting support using only safe Rust. It supports type
parameters, associated types, and type constraints. parameters, associated types, and type constraints.}
%description %{_description} %description %{_description}
@ -54,6 +57,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -66,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.1.1-1
- Update to 1.1.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (downcast-rs-1.0.4.crate) = 51efdc242fd37717a01309e179245867d5d1b32639c9b426dd7c4c529e630b70bcf199d43f283c40ea73e1e88ea4ec0bb0664b123a24453a5e466b2d25af0ff8 SHA512 (downcast-rs-1.1.1.crate) = ab5e7233923c4580ed507be976c124ac684b99d567b5fac78661714f11b88f12bfadca5c34dcdf3f18ce12011fa1ad2a55884b4390559a4836e00ee4d1d85a7a

Loading…
Cancel
Save