diff --git a/.gitignore b/.gitignore index 72ab6c0..08e1c59 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /proc-macro2-0.3.8.crate /proc-macro2-0.4.6.crate /proc-macro2-0.4.8.crate +/proc-macro2-0.4.9.crate diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index c611db0..6e45998 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -1,11 +1,12 @@ # Generated by rust2rpm -%bcond_without check +# Tests are run in infrastructure +%bcond_with check %global debug_package %{nil} %global crate proc-macro2 Name: rust-%{crate} -Version: 0.4.8 +Version: 0.4.9 Release: 1%{?dist} Summary: Stable implementation of the upcoming new `proc_macro` API @@ -55,6 +56,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jul 23 2018 Igor Gnatenko - 0.4.9-1 +- Update to 0.4.9 + * Wed Jul 18 2018 Igor Gnatenko - 0.4.8-1 - Update to 0.4.8 diff --git a/sources b/sources index 039f834..32736d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (proc-macro2-0.4.8.crate) = 2b376f4074a03f62b91e65cb08ba4f0a8af7b33f4c6c030f4a725068eabe7aa34bb0a39db8f6c62d5609e414dc7f14d1dfabe621edbec26217ba2d55829ab646 +SHA512 (proc-macro2-0.4.9.crate) = af5f32c2f2147a7b3d5bbecc27427c2f5b7dd572cee0cc550d2fa5b730a7559777660d46a8bf9f3eba8fc1456dc0379650161b21f289295fe3909904d5f5be65 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..66ad79d --- /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-proc-macro2