update to version 1.0.3

epel9
Fabio Valentini 4 years ago
parent b101338fa6
commit cfb70df33a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/ref-cast-1.0.0.crate
/ref-cast-1.0.1.crate
/ref-cast-1.0.2.crate
/ref-cast-1.0.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate ref-cast
Name: rust-%{crate}
Version: 1.0.2
Release: 2%{?dist}
Version: 1.0.3
Release: 1%{?dist}
Summary: Safely cast &T to &U where the struct U contains a single field of type T
# Upstream license specification: MIT OR Apache-2.0
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
- Update to version 1.0.3.
- Fixes RHBZ#1892516
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (ref-cast-1.0.2.crate) = fe39b240a0eccc6bab21ed331af5d0ed755667a47b871f66c0f97ea4f2adda50f29d298e91085803c689eb402cc8999485e0ebb4f8750aa8b3383f21e4feec09
SHA512 (ref-cast-1.0.3.crate) = a5e9c89aff8aa2b978475d49a8ec57641a2e14ebfce02fe6304b7c20f67bd4a488aa6c1c0e45c37e792d27ca667b971c301b91c863bedfbe2318c7bb192c9cdc

Loading…
Cancel
Save