Upgrade to version 0.11.1

Disable test suite by default (missing crate(insta/default))
epel10
Jan Staněk 4 years ago
parent 9cd1ff43f8
commit fc1c1ec3b8
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -1 +1,2 @@
/codespan-reporting-0.9.5.crate
/codespan-reporting-0.11.1.crate

@ -1,13 +1,15 @@
# Generated by rust2rpm 16
%bcond_without check
# missing dev-dependencies: crate(insta/default)
%bcond_with check
%global debug_package %{nil}
%global crate codespan-reporting
%global github_project brendanzab/codespan
Name: rust-%{crate}
Version: 0.9.5
Release: 2%{?dist}
Version: 0.11.1
Release: 1%{?dist}
Summary: Beautiful diagnostic reporting for text-based programming languages
# Upstream license specification: Apache-2.0
@ -99,6 +101,10 @@ cp -prt "${PWD}" '%{SOURCE1}' '%{SOURCE2}'
%endif
%changelog
* Mon Jun 07 2021 Jan Staněk <jstanek@redhat.com> - 0.11.1-1
- Upgrade to version 0.11.1
- Disable test suite by default (missing crate(insta/default))
* Fri Feb 05 2021 Jan Staněk <jstanek@redhat.com> - 0.9.5-2
- Import README.md and LICENSE from upstream git repository

@ -1 +1 @@
SHA512 (codespan-reporting-0.9.5.crate) = f48954f8ba01a0c25035e7afe21de30d3202c4c53077a1f2d86e2aa615206ff34c9e8671e3c0090c8b609c7e2869ef63e984dfe5a5ec534f1b73b83799c893a1
SHA512 (codespan-reporting-0.11.1.crate) = 0869789f5c50d3523d3ee16a8fe64756498a13704efbe82bb0845eaa87c7b6b1d075b3b6b80567cd9fce6cb09c5179e9c07e485fd17ce56c8139ade0f8bc6844

Loading…
Cancel
Save