Update to version 0.5.1; Fixes RHBZ#2170888

epel10
Fabio Valentini 12 months ago
parent 2d5ae8a4e7
commit a7a3a734b2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/serde-big-array-0.3.1.crate
/serde-big-array-0.3.2.crate
/serde-big-array-0.4.1.crate
/serde-big-array-0.5.1.crate

@ -1,3 +0,0 @@
# rust-serde-big-array
The rust-serde-big-array package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate serde-big-array
Name: rust-serde-big-array
Version: 0.4.1
Version: 0.5.1
Release: %autorelease
Summary: Big array helper for serde
@ -13,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde-big-array
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Big array helper for serde.}
@ -50,7 +48,7 @@ use the "default" 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 (serde-big-array-0.4.1.crate) = 0777c2e36c87ca88334559512d9399fb4badccbfb44d6353dda985ad762c7e9ccc375ce5b80ba6a8283458827077851436f717492772cdf0591d200d51733024
SHA512 (serde-big-array-0.5.1.crate) = bc333f6d92f8a7741774e345490f05a79c191760a714d2066694eedd1625d179e989fc7f209f5c0c91721ba4e608e1fefe13434941ceb2d09d937018cf8ad61c

Loading…
Cancel
Save