diff --git a/.gitignore b/.gitignore index 24a9ad7..015edcb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /env_logger-0.5.8.crate /env_logger-0.5.9.crate /env_logger-0.5.10.crate +/env_logger-0.5.11.crate diff --git a/env_logger-0.5.10-fix-metadata.diff b/env_logger-0.5.10-fix-metadata.diff deleted file mode 100644 index 83851fb..0000000 --- a/env_logger-0.5.10-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- env_logger-0.5.10/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ env_logger-0.5.10/Cargo.toml 2018-07-19T10:30:26.694568+02:00 -@@ -44,7 +44,7 @@ - optional = true - - [dependencies.termcolor] --version = "0.3" -+version = "1" - - [features] - default = ["regex"] diff --git a/rust-env_logger.spec b/rust-env_logger.spec index c9a0265..2cb74f7 100644 --- a/rust-env_logger.spec +++ b/rust-env_logger.spec @@ -1,20 +1,18 @@ # Generated by rust2rpm -%bcond_without check +# Tests are run in infrastructure +%bcond_with check %global debug_package %{nil} %global crate env_logger Name: rust-%{crate} -Version: 0.5.10 -Release: 3%{?dist} +Version: 0.5.11 +Release: 1%{?dist} Summary: Logging implementation for `log` which is configured via environment variable License: MIT or ASL 2.0 URL: https://crates.io/crates/env_logger Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate -# Initial patched metadata -# * Bump env_logger to 1, https://github.com/sebasmagri/env_logger/pull/90 -Patch0: env_logger-0.5.10-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -61,6 +59,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Tue Jul 24 2018 Igor Gnatenko - 0.5.11-1 +- Update to 0.5.11 + * Thu Jul 19 2018 Igor Gnatenko - 0.5.10-3 - Bump termcolor to 1 diff --git a/sources b/sources index d69c28f..bffdf9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (env_logger-0.5.10.crate) = 0943ec9707f187db4a6669b157c2bc5b606c865a9893eae18086cb9a6319b79b71fe3d97b4248339d30bd6daab2de5991f373a75a95c8fcea3afc293f333360b +SHA512 (env_logger-0.5.11.crate) = 4a65e4ff9af4576d659a0362e9bb9005259f3733cdb7241cb9a6926b1584b4a2e47892acef189412b2c9940861ccd62e8deea6bcd19b093f7a06369702d0a1fa diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..7cd7710 --- /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-env_logger