Update to version 0.9.4; Fixes RHBZ#2036013

epel9^2
Fabio Valentini 3 years ago
parent f1a944122d
commit 8bf0a63807
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/version_check-0.9.1.crate
/version_check-0.9.2.crate
/version_check-0.9.3.crate
/version_check-0.9.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 19
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate version_check
Name: rust-%{crate}
Version: 0.9.3
Version: 0.9.4
Release: %autorelease
Summary: Tiny crate to check the version of the installed/running rustc
@ -15,9 +15,6 @@ URL: https://crates.io/crates/version_check
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,7 +30,7 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
@ -47,7 +44,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate.
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (version_check-0.9.3.crate) = 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd
SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8

Loading…
Cancel
Save