From 4ddfedc4a50404a75e5d52187fe81962404cf9da Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 8 Mar 2019 14:58:04 +0100 Subject: [PATCH] Update to 0.15.28 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-syn.spec | 5 ++++- sources | 2 +- tests/.fmf/version | 1 + tests/provision.fmf | 5 +++++ tests/tests.yml | 13 +++++++++++++ 6 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 tests/.fmf/version create mode 100644 tests/provision.fmf create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index eb8a14c..064f924 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /syn-0.15.25.crate /syn-0.15.26.crate /syn-0.15.27.crate +/syn-0.15.28.crate diff --git a/rust-syn.spec b/rust-syn.spec index fb041f0..80c7ec0 100644 --- a/rust-syn.spec +++ b/rust-syn.spec @@ -6,7 +6,7 @@ %global crate syn Name: rust-%{crate} -Version: 0.15.27 +Version: 0.15.28 Release: 1%{?dist} Summary: Parser for Rust source code @@ -208,6 +208,9 @@ which use "visit-mut" feature of "%{crate}" crate. %endif %changelog +* Fri Mar 08 2019 Igor Gnatenko - 0.15.28-1 +- Update to 0.15.28 + * Fri Mar 01 2019 Josh Stone - 0.15.27-1 - Update to 0.15.27 diff --git a/sources b/sources index 1c8a3b7..db0b127 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syn-0.15.27.crate) = eafd57f24e8250ca376fb39866ae19e9f871bf3ff33a866a7b6f66f60ddac24820ecb36c8459d0135f08a4f214a6f7bc379fbd494fd35cc803d6d92d73cb15c7 +SHA512 (syn-0.15.28.crate) = a597cabbdd972cdd718c1b1006342a8babdb3fbd81a75879fdc1312f57b630d432f852e9571e40805553d989bf9814417f995d2a0eeabcc706338e80f3a98219 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..18b2af6 --- /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-syn