update to version 0.1.44

epel9
Fabio Valentini 4 years ago
parent 0de6aac9f3
commit 7c70056526
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/num-integer-0.1.41.crate
/num-integer-0.1.42.crate
/num-integer-0.1.43.crate
/num-integer-0.1.44.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate num-integer
Name: rust-%{crate}
Version: 0.1.43
Release: 2%{?dist}
Version: 0.1.44
Release: 1%{?dist}
Summary: Integer traits and functions
# Upstream license specification: MIT/Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/num-integer
Source: %{crates_source}
@ -95,6 +95,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Nov 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.44-1
- Update to version 0.1.44.
- Fixes RHBZ#1893028
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.43-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (num-integer-0.1.43.crate) = e0b1efbde64ce150a20fb937efdb89cc702b90d71448227f0212bda06ff88dd6beaa02d3c973ae5430d20fcb5a2e4b611d4b2b225f5d9936a803e5e67ad96fd2
SHA512 (num-integer-0.1.44.crate) = d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771

Loading…
Cancel
Save