Update to 1.0.1

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

1
.gitignore vendored

@ -1 +1,2 @@
/ref-cast-impl-1.0.0.crate
/ref-cast-impl-1.0.1.crate

@ -5,12 +5,11 @@
%global crate ref-cast-impl
Name: rust-%{crate}
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Derive implementation for ref_cast::RefCast
# Upstream license specification: MIT OR Apache-2.0
# https://github.com/dtolnay/ref-cast/pull/11
License: MIT or ASL 2.0
URL: https://crates.io/crates/ref-cast-impl
Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -70,5 +70,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 23 19:23:16 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1
* Mon Mar 23 18:51:20 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Initial package

@ -1 +1 @@
SHA512 (ref-cast-impl-1.0.0.crate) = 9aaa754331c3af4dc9c39a7fdddedeb7972338ab6546be565fe10047de5d8f29cf947f5574e67a59bbda74cbe9717135eeaf2af07a2342a9435f81a4f0651d67
SHA512 (ref-cast-impl-1.0.1.crate) = 26c6810432c0489934356c83011a0f296a073fcda4c9cabf65a1928836e70e758e6446dc4c403dcf8ee12c0f4fa95215084f90dc4ee6933e24b6f60fd68d89f7

Loading…
Cancel
Save