Update to version 0.6.3; Fixes RHBZ#1988867

epel9
Fabio Valentini 3 years ago
parent 73ceb116dc
commit 263186688b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/shadow-rs-0.5.25.crate
/shadow-rs-0.6.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate shadow-rs
Name: rust-%{crate}
Version: 0.5.25
Version: 0.6.3
Release: %autorelease
Summary: Build-time information stored in your rust project
@ -71,7 +71,6 @@ which use "git2" feature of "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -81,8 +80,7 @@ which use "git2" feature of "%{crate}" crate.
%if %{with check}
%check
# No git repo here since we downloading tarball with sources
%cargo_test -- -- --skip git::tests::test_git \
git::tests::test_current_branch
%cargo_test -- -- --skip git::tests::test_git --skip git::tests::test_current_branch
%endif
%changelog

@ -1 +1 @@
SHA512 (shadow-rs-0.5.25.crate) = 9ca45d3780f94fadf6e30a276c9f7832d651317382e75ab7ac7eb6d5484c6cb44e6c8dfafa6b299eb2a6072e5d9421928a84d17d6e5e6b186308d8e7c0591d91
SHA512 (shadow-rs-0.6.3.crate) = cebd9efbdb86a61bc6fc97fe0d2bd542e72eddc3ae799a7df94ad11ef3ada17ca1b3149e3e30d1c8fd0d4aa3a640eb3dd9d56f8f3ec2cebda4d056eb7b179141

Loading…
Cancel
Save