diff --git a/rust-rustc-test.spec b/rust-rustc-test.spec index fa999ed..55ee050 100644 --- a/rust-rustc-test.spec +++ b/rust-rustc-test.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 # * Some mismatch on stable Rust, https://github.com/servo/rustc-test/issues/7 %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fork of Rust’s `test` crate that doesn’t require unstable language features # Upstream license specification: MIT OR Apache-2.0 @@ -17,6 +17,7 @@ URL: https://crates.io/crates/rustc-test Source: %{crates_source} # Initial patched metadata # * Bump term to 0.6, https://github.com/servo/rustc-test/pull/9 +# * Bump rustc_version to 0.3, https://github.com/servo/rustc-test/pull/13 Patch0: rustc-test-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -98,6 +99,9 @@ which use "capture" feature of "%{crate}" crate. %endif %changelog +* Mon Mar 29 20:29:27 CEST 2021 Robert-André Mauchin - 0.3.1-3 +- Bump rustc_version to 0.3 + * Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/rustc-test-fix-metadata.diff b/rustc-test-fix-metadata.diff index 6cb641e..9a213d6 100644 --- a/rustc-test-fix-metadata.diff +++ b/rustc-test-fix-metadata.diff @@ -1,6 +1,6 @@ --- rustc-test-0.3.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ rustc-test-0.3.1/Cargo.toml 2020-12-03T14:28:12.932242+00:00 -@@ -27,7 +27,7 @@ ++++ rustc-test-0.3.1/Cargo.toml 2021-03-29T18:27:41.990366+00:00 +@@ -27,12 +27,12 @@ version = "0.3" [dependencies.term] @@ -9,3 +9,9 @@ [dependencies.time] version = "0.1" + [build-dependencies.rustc_version] +-version = "0.2.1" ++version = "0.3" + + [features] + asm_black_box = []