Update to 0.9.2

epel9
Josh Stone 6 years ago
parent b86b98dde3
commit d16f143800

1
.gitignore vendored

@ -2,3 +2,4 @@
/scroll-0.8.0.crate
/scroll-0.8.1.crate
/scroll-0.9.0.crate
/scroll-0.9.2.crate

@ -5,22 +5,21 @@
%global crate scroll
Name: rust-%{crate}
Version: 0.9.0
Release: 4%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: Powerful, extensible, generic, endian-aware Read/Write traits for byte buffers
License: MIT
URL: https://crates.io/crates/scroll
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump scroll to 1, https://github.com/m4b/scroll/pull/27
Patch0: scroll-0.9.0-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(scroll_derive) >= 0.9.0 with crate(scroll_derive) < 0.10.0)
# [build-dependencies]
BuildRequires: (crate(rustc_version) >= 0.2.0 with crate(rustc_version) < 0.3.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
@ -46,14 +45,14 @@ which use %{crate} from crates.io.
%cargo_prep
%build
%cargo_build
%cargo_build -a
%install
%cargo_install
%cargo_install -a
%if %{with check}
%check
%cargo_test
%cargo_test -a
%endif
%files devel
@ -62,6 +61,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.9.2-1
- Update to 0.9.2
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1,11 +0,0 @@
--- scroll-0.9.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ scroll-0.9.0/Cargo.toml 2018-02-20T08:07:34.610125+01:00
@@ -27,7 +27,7 @@
version = "1.0.0"
[dev-dependencies.rayon]
-version = "0.9.0"
+version = "1.0.0"
[features]
default = ["std"]

@ -1 +1 @@
SHA512 (scroll-0.9.0.crate) = 4241e7155a7fc17e93eb98e0b515cc73ee69db92a3799b24ee21fc6b42d0b83770b948db03823b4b56ffdb7ec79cafba891247f5d0ba066728ac0b1453bb6042
SHA512 (scroll-0.9.2.crate) = 6fd5d72267b1b2840a524f2177f92d240b05b35bc345f2018569c692af8c1deda35fae25230d4652132b3003d740abb4d395aa26cabf958c9544cc5118e335fe

Loading…
Cancel
Save