|
|
|
@ -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 <zebob.m@gmail.com> - 0.3.1-3
|
|
|
|
|
- Bump rustc_version to 0.3
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|