Update to version 1.0.15; Fixes RHBZ#2273797

epel10
Fabio Valentini 9 months ago
parent ca97fa83fb
commit 8cff5a7d59
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/rustversion-1.0.12.crate
/rustversion-1.0.13.crate
/rustversion-1.0.14.crate
/rustversion-1.0.15.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rustversion
Name: rust-rustversion
Version: 1.0.14
Version: 1.0.15
Release: %autorelease
Summary: Conditional compilation according to rustc compiler version
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/rustversion
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Conditional compilation according to rustc compiler version.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%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 (rustversion-1.0.14.crate) = 466d753c28c4899ab3da3e9f3366f7ecc435d484f51e0c07acfa5f3367af0de27ea3bc75efda22159b4990c976b1466a27e7c31c834c72a87d8234318357454b
SHA512 (rustversion-1.0.15.crate) = e0e37511c25b71a64bd6f91cd8b29e43c4073ef56196de808634f3408cc297fc7fda1316a5adc5fffde9192b7d64f1940deb7cf396277a3805e89e15b2a855da

Loading…
Cancel
Save