Update to version 1.0.16; Fixes RHBZ#2154595

epel9
Fabio Valentini 2 years ago
parent a9128c3101
commit 942fbb6262
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/semver-1.0.12.crate
/semver-1.0.13.crate
/semver-1.0.14.crate
/semver-1.0.16.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate semver
Name: rust-semver
Version: 1.0.14
Version: 1.0.16
Release: %autorelease
Summary: Parser and evaluator for Cargo's flavor of Semantic Versioning
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/semver
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (semver-1.0.14.crate) = 04db4c0a30141c2767d24d6d715b66ecd6355c1c88e572d4c473e0fa8c1fdd7197092b8286c973f25d201c5fcdc9105ba3e28c11ba1546a666167afc1fdf6728
SHA512 (semver-1.0.16.crate) = 4fac06eb9ea475f8a31dd85e4d28c70a351656914e8e61518ad69274e93f1b6f14cc32a5b0c0e5a7d9ba0c74d4a16d502518dfdf2756e8df5e45869886db8c2d

Loading…
Cancel
Save