|
|
@ -5,9 +5,9 @@
|
|
|
|
%global crate downcast-rs
|
|
|
|
%global crate downcast-rs
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.3
|
|
|
|
Version: 1.0.4
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Trait object downcasting support using safe code
|
|
|
|
Summary: Trait object downcasting support using only safe Rust
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
@ -19,7 +19,7 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
|
Trait object downcasting support using safe code and supporting 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}
|
|
|
@ -66,6 +66,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Apr 10 07:53:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
|
|
|
|
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 16 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-4
|
|
|
|
* Sat Feb 16 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-4
|
|
|
|
- Adapt to new packaging
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
|
|