update to version 0.6.2

epel9
Fabio Valentini 4 years ago
parent 194eb009aa
commit 456555ecd5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/radium-0.6.1.crate
/radium-0.6.2.crate

@ -5,12 +5,11 @@
%global crate radium
Name: rust-%{crate}
Version: 0.6.1
Release: 2%{?dist}
Version: 0.6.2
Release: 1%{?dist}
Summary: Portable interfaces for maybe-atomic types
# Upstream license specification: MIT
# https://github.com/mystor/radium/issues/6
License: MIT
URL: https://crates.io/crates/radium
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.txt
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1
- Update to version 0.6.2.
- Fixes RHBZ#1920154
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (radium-0.6.1.crate) = 368295d429ebf7eafce6fe9ac6eca5bb6c76e15e2d9d1c65b43b6506caf4cb58f34aba7fcbededa1fc4a1082e7a8061f8d61a4034a92b73fa6047c92eb3103d9
SHA512 (radium-0.6.2.crate) = a1850f2c044f9ae0e56a8992226396bf61e9f3f7f288b18bea3ba60584a6533eb94ce8532507c6d084e4b263139bf61a1193f23589dc3ed8ac7127d0f34a81fd

Loading…
Cancel
Save