Update to version 1.0.1; Fixes RHBZ#2224605

epel9 imports/e9/rust-rmpv-1.0.1-1.el9
Fabio Valentini 2 years ago
parent 28eea553f5
commit 017eec455d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/rmpv-1.0.0.crate /rmpv-1.0.0.crate
/rmpv-1.0.1.crate

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

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rmpv %global crate rmpv
Name: rust-%{crate} Name: rust-rmpv
Version: 1.0.0 Version: 1.0.1
Release: %autorelease Release: %autorelease
Summary: Value variant for RMP Summary: Value variant for RMP
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/rmpv URL: https://crates.io/crates/rmpv
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -35,6 +32,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (rmpv-1.0.0.crate) = 7d10560603064d50e03b439e8f0956d9ff01ae15bc3cdb8980cf9de7d5b52927903e7dbaa84357d658241ada6282be209ef4f0cefe92dd34079db4b891761665 SHA512 (rmpv-1.0.1.crate) = b82157ae4d3c870f6b89e4878e530a5cb5a6819e6e430aa9d210abb8b32eb2b240ebc04510db4a811f2e67aa8e7f9d9786ae5f19ebe27a63e864b3a8856ac799

Loading…
Cancel
Save