Update to version 0.8.12; Fixes RHBZ#2224603

epel9 imports/e9/rust-rmp-0.8.12-1.el9
Fabio Valentini 1 year ago
parent 5003ff8eec
commit 1f410bd5e2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/rmp-0.8.8.crate /rmp-0.8.8.crate
/rmp-0.8.9.crate /rmp-0.8.9.crate
/rmp-0.8.11.crate /rmp-0.8.11.crate
/rmp-0.8.12.crate

@ -1,3 +0,0 @@
# rust-rmp
The rust-rmp 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 rmp %global crate rmp
Name: rust-%{crate} Name: rust-rmp
Version: 0.8.11 Version: 0.8.12
Release: %autorelease Release: %autorelease
Summary: Pure Rust MessagePack serialization implementation Summary: Pure Rust MessagePack serialization implementation
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/rmp URL: https://crates.io/crates/rmp
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (rmp-0.8.11.crate) = 27a499316542722a4d9fe4fa9cc005b6b5fa75dcf66686a5c08aa6130497b67511c0283419adb64fec09a51a563f4991f2039280d2e74f8ea4102afbe4977f38 SHA512 (rmp-0.8.12.crate) = 362f875eb4f4c0282b545d52f633e2ad82d904332957fcce101a7d08d8eadd006b6ab85861aa820dc6c6ca387cabcf6fb6d8e8101c575e97563d9387a4311463

Loading…
Cancel
Save