From 8d76ae0a14bdac1c0cffad92780de0671abe89f0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 23 2018 05:56:59 +0000 Subject: Update to 0.6.4 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 0cdf5c5..7e645c6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /quote-0.5.1.crate /quote-0.5.2.crate /quote-0.6.3.crate +/quote-0.6.4.crate diff --git a/rust-quote.spec b/rust-quote.spec index c8b8081..81d50bd 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -1,12 +1,13 @@ # Generated by rust2rpm -%bcond_without check +# Tests are run in infrastructure +%bcond_with check %global debug_package %{nil} %global crate quote Name: rust-%{crate} -Version: 0.6.3 -Release: 2%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Summary: Quasi-quoting macro quote!(...) License: MIT or ASL 2.0 @@ -53,6 +54,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jul 23 2018 Igor Gnatenko - 0.6.4-1 +- Update to 0.6.4 + * Sat Jul 14 2018 Fedora Release Engineering - 0.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 43d6f3a..15b1cf2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (quote-0.6.3.crate) = f2ff3cd617c69007c4f60961728c73a7ac7a2eaeb1d6da51218d2fbc9e85c06baeaccc9b82771a304bace04024479a192b88336546f96e17c6446ba85df94a10 +SHA512 (quote-0.6.4.crate) = 418f95da963e00b262d9ed3f4e31f2644c8aa3bcb0c019d6d30c5df4b0715a940796e354d207e81d5212e97539e9d61a878e1a6bfd9ffc83fa6754212e9484f8 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..aaf603c --- /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-quote