Update to version 0.3.8; Fixes RHBZ#2299049

epel10
Fabio Valentini 7 months ago
parent e888b988d4
commit 16cec54c20
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/arrayref-0.3.5.crate
/arrayref-0.3.6.crate
/arrayref-0.3.7.crate
/arrayref-0.3.8.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate arrayref
Name: rust-arrayref
Version: 0.3.7
Version: 0.3.8
Release: %autorelease
Summary: Macros to take array references of slices
@ -13,7 +13,7 @@ License: BSD-2-Clause
URL: https://crates.io/crates/arrayref
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Macros to take array references of slices.}
@ -47,7 +47,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 (arrayref-0.3.7.crate) = dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
SHA512 (arrayref-0.3.8.crate) = 27a1b5688327a45358cc62df868835e7da7276c73e853130c41c9f6d9f95822780f159c6e7d1fa10848ba30fed8e173a1d8949630f18a828c3009de342be21dc

Loading…
Cancel
Save