From 3655c1a065fd5a00808658ff239d3672f7a5cf58 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 07 2019 13:35:49 +0000 Subject: Update to 0.38.0 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 8d6180d..b554b5c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /parity-wasm-0.35.4.crate /parity-wasm-0.35.6.crate /parity-wasm-0.35.7.crate +/parity-wasm-0.38.0.crate diff --git a/rust-parity-wasm.spec b/rust-parity-wasm.spec index c5251cc..a5f05dd 100644 --- a/rust-parity-wasm.spec +++ b/rust-parity-wasm.spec @@ -1,24 +1,22 @@ -# Generated by rust2rpm -%bcond_without check +# Generated by rust2rpm-9-1.fc31 +%bcond_with check %global debug_package %{nil} %global crate parity-wasm Name: rust-%{crate} -Version: 0.35.7 -Release: 2%{?dist} +Version: 0.38.0 +Release: 1%{?dist} Summary: WebAssembly binary format serialization/deserialization/interpreter # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/parity-wasm -Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0) -BuildRequires: (crate(byteorder/std) >= 1.0.0 with crate(byteorder/std) < 2.0.0) %if %{with check} BuildRequires: (crate(time/default) >= 0.1.0 with crate(time/default) < 0.2.0) %endif @@ -67,7 +65,7 @@ which use "std" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build @@ -83,6 +81,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Tue May 07 15:34:26 CEST 2019 Igor Gnatenko - 0.38.0-1 +- Update to 0.38.0 + * Sat Feb 02 2019 Fedora Release Engineering - 0.35.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index f8068df..57ba535 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (parity-wasm-0.35.7.crate) = 28368d484e28aea82900720fa391e574051d36a62bb3139eaa1291f9e2ad70642b4b3f684557a6ae39ec5d1fafcb8886b07ee821a91e0617ece513ffcc62a2cc +SHA512 (parity-wasm-0.38.0.crate) = 75e030f9ab410a317eda32917e7d4d3feddb79b69e09c0c16b0eac44f0bea03b45cb36defcbb0b35e5f1515559fce6fab40a7ed780a3fdb1eef9d8d9a8783e4e diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..503a97c --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,5 @@ +--- +standard-inventory-qcow2: + qemu: + # `cargo test` usually eats more than 1G. + m: 4G diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..538ab05 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/rust.git" + dest: rust + tests: + - rust/cargo-test + environment: + pkg: rust-parity-wasm