|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate num-bigint
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.43
|
|
|
|
|
Version: 0.1.44
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Big integer implementation for Rust
|
|
|
|
|
|
|
|
|
@ -61,6 +61,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 14 2018 Josh Stone <jistone@redhat.com> - 0.1.44-1
|
|
|
|
|
- Update to 0.1.44
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Josh Stone <jistone@redhat.com> - 0.1.43-1
|
|
|
|
|
- Update to 0.1.43
|
|
|
|
|
|
|
|
|
|