|
|
@ -5,9 +5,9 @@
|
|
|
|
%global crate hex
|
|
|
|
%global crate hex
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.0
|
|
|
|
Version: 0.3.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Basic crate to encode values to hexadecimal representation
|
|
|
|
Summary: Encoding and decoding data into/from hexadecimal representation
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/hex
|
|
|
|
URL: https://crates.io/crates/hex
|
|
|
@ -25,7 +25,7 @@ Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
A basic crate to encode values to hexadecimal representation..
|
|
|
|
Encoding and decoding data into/from hexadecimal representation.
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
which use %{crate} from crates.io.
|
|
|
|
which use %{crate} from crates.io.
|
|
|
@ -49,9 +49,11 @@ which use %{crate} from crates.io.
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/{rust-hex.sublime-*,toto.rs}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Nov 18 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
|
|
|
|
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 21 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-4
|
|
|
|
* Sat Oct 21 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-4
|
|
|
|
- Rebuild to get dependency on cargo
|
|
|
|
- Rebuild to get dependency on cargo
|
|
|
|
|
|
|
|
|
|
|
|