Update to 0.1.2

epel9
Josh Stone 6 years ago
parent 4cb345305d
commit aedf5cc830

1
.gitignore vendored

@ -1 +1,2 @@
/blobby-0.1.1.crate /blobby-0.1.1.crate
/blobby-0.1.2.crate

@ -6,12 +6,11 @@
%global crate blobby %global crate blobby
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 0.1.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Iterator over simple binary blob storage Summary: Iterator over simple binary blob storage
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# https://github.com/RustCrypto/traits/issues/34
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/blobby URL: https://crates.io/crates/blobby
Source: %{crates_source} Source: %{crates_source}
@ -20,6 +19,11 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0) BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
%if %{with check}
BuildRequires: (crate(byteorder/default) >= 1.0.0 with crate(byteorder/default) < 2.0.0)
BuildRequires: (crate(byteorder/std) >= 1.0.0 with crate(byteorder/std) < 2.0.0)
BuildRequires: (crate(hex/default) >= 0.3.0 with crate(hex/default) < 0.4.0)
%endif
%global _description \ %global _description \
Iterator over simple binary blob storage. Iterator over simple binary blob storage.
@ -36,6 +40,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -66,5 +71,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 29 2019 Josh Stone <jistone@redhat.com> - 0.1.2-1
- Update to 0.1.2
* Sun Jan 27 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-1 * Sun Jan 27 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (blobby-0.1.1.crate) = 64ad8693c6e4c95d2a0b3621cbd0904b813dcdf6ad806eb84e4b3a09670889dd5ce8cee447e2f3b1520ab8733d11a42dfcbb3bcbab31c5c6b1c502b148938862 SHA512 (blobby-0.1.2.crate) = a77b86b4a1ef730cb8860d29001f695eefd0f003bb754b984974784e8ce117bd82d646d3e27b1e06c7b0f17ea4996e1c1242281923163bf5b80bbce953a59ff1

Loading…
Cancel
Save