Update to version 1.0.20; Fixes RHBZ#2242959

epel9
Fabio Valentini 1 year ago
parent da97f205e6
commit 0b8e7bd755
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/semver-1.0.17.crate /semver-1.0.17.crate
/semver-1.0.18.crate /semver-1.0.18.crate
/semver-1.0.19.crate /semver-1.0.19.crate
/semver-1.0.20.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate semver %global crate semver
Name: rust-semver Name: rust-semver
Version: 1.0.19 Version: 1.0.20
Release: %autorelease Release: %autorelease
Summary: Parser and evaluator for Cargo's flavor of Semantic Versioning Summary: Parser and evaluator for Cargo's flavor of Semantic Versioning
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/semver URL: https://crates.io/crates/semver
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Parser and evaluator for Cargo's flavor of Semantic Versioning.} Parser and evaluator for Cargo's flavor of Semantic Versioning.}
@ -72,7 +72,7 @@ use the "std" 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 (semver-1.0.19.crate) = df67c8042a8045196ef2a929b3075056d27da68cbf8d895bc4527ed2a769c579382cbe720e34554078182c12657fe40d47206a676d142d82b73715551f3f6e1c SHA512 (semver-1.0.20.crate) = 35a55f1d1e4dc8674d48053da36b7152b5e3bfeb72eebf7d307c491b02d77e6bd4552212551be29e2a2c3951afde292c2614829e668d9382fec0f258dc6484fe

Loading…
Cancel
Save