Compare commits

...

6 Commits

Author SHA1 Message Date
Fabio Valentini 5d7391d3cd
Update to version 0.9.5; Fixes RHBZ#2299992
7 months ago
Fedora Release Engineering c2bf145a1f Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering aec886595b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 4dd3d1f7d0
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering bdeed5ee9e Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering cf99cdd5c3 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

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

@ -1,3 +0,0 @@
# rust-version_check
The rust-version_check package

@ -1,22 +1,20 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate version_check
Name: rust-%{crate}
Version: 0.9.4
Name: rust-version_check
Version: 0.9.5
Release: %autorelease
Summary: Tiny crate to check the version of the installed/running rustc
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/version_check
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Tiny crate to check the version of the installed/running rustc.}
@ -33,9 +31,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,10 +46,10 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

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

Loading…
Cancel
Save