update to version 0.3.1

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/num-0.2.0.crate /num-0.2.0.crate
/num-0.2.1.crate /num-0.2.1.crate
/num-0.3.0.crate /num-0.3.0.crate
/num-0.3.1.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num %global crate num
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Collection of numeric types and traits for Rust Summary: Collection of numeric types and traits for Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/num URL: https://crates.io/crates/num
Source: %{crates_source} Source: %{crates_source}
@ -145,6 +145,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Nov 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
- Fixes RHBZ#1894313
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (num-0.3.0.crate) = fa59f52da79ceb0281f029c423facef9dfa63d2dd919345dd08f93cbdd2a5bc6572ff65e3a887616cc4e2219099e223a7a36a780c5be9a6c3d36fc3ef7a47c70 SHA512 (num-0.3.1.crate) = 38eaf591bdd1a8f758f80f6fcd815f32c064738ba21fd97078200945cc5a2025f88b79efb36538e425df43441adb33144e20e68dc351101845074260d10ab85c

Loading…
Cancel
Save