|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Basic crate to encode values to hexadecimal representation
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -52,6 +52,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{rust-hex.sublime-*,toto.rs}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Oct 21 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-4
|
|
|
|
|
- Rebuild to get dependency on cargo
|
|
|
|
|
|
|
|
|
|
* Sat Sep 23 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-3
|
|
|
|
|
- Exclude unneeded files
|
|
|
|
|
|
|
|
|
|