update to version 0.3.1

epel9
Fabio Valentini 4 years ago
parent 3f62b27a30
commit 5c98b77f0a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/rustc-test-0.2.0.crate
/rustc-test-0.3.0.crate
/rustc-test-0.3.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 16
# * Some mismatch on stable Rust, https://github.com/servo/rustc-test/issues/7
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate rustc-test
Name: rust-%{crate}
Version: 0.3.0
Release: 9%{?dist}
Version: 0.3.1
Release: 1%{?dist}
Summary: Fork of Rusts `test` crate that doesnt require unstable language features
# Upstream license specification: MIT OR Apache-2.0
@ -98,6 +98,10 @@ which use "capture" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
- Fixes RHBZ#1902757
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1,5 +1,5 @@
--- rustc-test-0.3.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ rustc-test-0.3.0/Cargo.toml 2019-02-17T17:56:47.830648+01:00
--- 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 @@
version = "0.3"

@ -1 +1 @@
SHA512 (rustc-test-0.3.0.crate) = 700b59ee308ba17d89f5fce869b3e278ed57efcb2d162d8b11b7d16e8cfee22d4033b227f8c4b1c724f5304749f7c7fe6263cbc1766a9a1b6a0fb8384c52a9b3
SHA512 (rustc-test-0.3.1.crate) = 8628d79a80a23d58dc895931ee3b0e2c188337bd7471cba38821fbfc5b166a6de59e5d4f3b3b21851aefd68de2d3fe3b618ea5ccddac41a6b66c9f7b29d7f069

Loading…
Cancel
Save