Update to version 0.9.5; Fixes RHBZ#2299992

epel10 imports/epel10/rust-version_check-0.9.5-1.el10
Fabio Valentini 7 months ago
parent c2bf145a1f
commit 5d7391d3cd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate version_check %global crate version_check
Name: rust-version_check Name: rust-version_check
Version: 0.9.4 Version: 0.9.5
Release: %autorelease Release: %autorelease
Summary: Tiny crate to check the version of the installed/running rustc Summary: Tiny crate to check the version of the installed/running rustc
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/version_check URL: https://crates.io/crates/version_check
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Tiny crate to check the version of the installed/running rustc.} Tiny crate to check the version of the installed/running rustc.}
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 SHA512 (version_check-0.9.5.crate) = d11d5a2240ab0c67ea69db56561ce202201edeef9a8e5eda3d9ae7ab7bb5752d8f343fe7f6536d8383de8d55f9024efa84f66a0c21e69563b7a38c4a628014db

Loading…
Cancel
Save