Update to version 0.4.2; Fixes RHBZ#2247923

epel10
Fabio Valentini 12 months ago
parent 39601f18c3
commit 6c483e447a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/rend-0.3.6.crate
/rend-0.4.0.crate
/rend-0.4.1.crate
/rend-0.4.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate rend
Name: rust-rend
Version: 0.4.1
Version: 0.4.2
Release: %autorelease
Summary: Endian-aware primitives for Rust
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/rend
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Endian-aware primitives for Rust.}
@ -96,7 +96,7 @@ use the "validation" 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 (rend-0.4.1.crate) = 1c918770be4bbcb585b74fb62d8bafbcdd52071e71a975c591e0c3dcfc40d55c76f318b3873c86bf23f56653f9367cbe9ba5d80800a149485996844cb25b09ce
SHA512 (rend-0.4.2.crate) = 2df17191ce710e09927f6d17fa5e3432a154d605cf3b58bdd6a3037d69cc0b017007e23c16526a8879a89cc49e3a47d38ae5f6aca8b42cd05624fd15c9dc3529

Loading…
Cancel
Save