From 0796b74308beb9228d363a5ce42e8711f271c94c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 20 Mar 2019 09:41:47 +0100 Subject: [PATCH] Update to 0.1.5 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-paste.spec | 7 +++++-- sources | 2 +- tests/.fmf/version | 1 + tests/provision.fmf | 5 +++++ tests/tests.yml | 13 +++++++++++++ 6 files changed, 26 insertions(+), 3 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 6a89aaa..ddbe1ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /paste-0.1.4.crate +/paste-0.1.5.crate diff --git a/rust-paste.spec b/rust-paste.spec index d7d566e..05f7f05 100644 --- a/rust-paste.spec +++ b/rust-paste.spec @@ -1,11 +1,11 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate paste Name: rust-%{crate} -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Macros for all your token pasting needs @@ -67,5 +67,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Mar 20 09:41:09 CET 2019 Igor Gnatenko - 0.1.5-1 +- Update to 0.1.5 + * Sat Mar 09 2019 Robert-André Mauchin - 0.1.4-1 - Initial package diff --git a/sources b/sources index 3ef2b75..c1637f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (paste-0.1.4.crate) = a9d203bfb09904ce1258d3b25f3e82aefc7e26cd3dc34ca27e5cafc652720ddd97967161ed88fb96073ccb9a8d33aee38e17e7f2b0c9e02613f06ee81a8041e0 +SHA512 (paste-0.1.5.crate) = 28c1190b07ec8eac2b8f269aae49da7bb5dc7edd2911754a5c0b10a19b55e41af62fe26e5c66171fe53b669b552efc19874270fede820a1c108a9ef977357332 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..3edb99f --- /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-paste