Update to version 0.9.0; Fixes RHBZ#1904803

epel9
Fabio Valentini 4 years ago
parent a99128c074
commit 5521f260f5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/tester-0.7.0.crate
/tester-0.9.0.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate tester
Name: rust-%{crate}
Version: 0.7.0
Version: 0.9.0
Release: %autorelease
Summary: Fork of Rust's `test` crate that doesn't require unstable language features
Summary: Fork of the test crate that doesn't require unstable language features
# Upstream license specification: MIT OR Apache-2.0
# https://github.com/messense/rustc-test/issues/5
License: MIT or ASL 2.0
URL: https://crates.io/crates/tester
Source: %{crates_source}
@ -23,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
Fork of Rust's `test` crate that doesn't require unstable language features.}
Fork of Rusts `test` crate that doesn't require unstable language features.}
%description %{_description}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (tester-0.7.0.crate) = 2f49e35eb40519c1a89ef766270007429dec33f9f1bafa29b55c7ba20d69206bbe0a454ed971cb96ab4bcf191a8be79da6e01e5b2b346bbe2e805ae4b2f7e134
SHA512 (tester-0.9.0.crate) = 0901bd7d5c59603b79c77fb3a3cfc62d10bb529ce5d7c4e58c637bda5f4656ac88a921e1f4ef31da58e71133082fdcadae0a8a5b072b1ee3e6d7cd5ec4615b43

Loading…
Cancel
Save