Update to version 1.0.2; Fixes RHBZ#2275310

epel10
Fabio Valentini 9 months ago
parent 1a1814fa60
commit 34e5f60553
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rmpv
Name: rust-rmpv
Version: 1.0.1
Version: 1.0.2
Release: %autorelease
Summary: Value variant for RMP
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/rmpv
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Value variant for RMP.}
@ -84,7 +84,7 @@ use the "with-serde" 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 (rmpv-1.0.1.crate) = b82157ae4d3c870f6b89e4878e530a5cb5a6819e6e430aa9d210abb8b32eb2b240ebc04510db4a811f2e67aa8e7f9d9786ae5f19ebe27a63e864b3a8856ac799
SHA512 (rmpv-1.0.2.crate) = b21d5463db79dfbb5bdf93fdc61db482b18c983915c5d1d5eeac41d2341a8beacbda4be2d4c12912cea98d807dc2cdea9626e3dcc5deed800442aab72a67deff

Loading…
Cancel
Save