Update to version 0.5.4; Fixes RHBZ#2118220

epel9
Fabio Valentini 2 years ago
parent 1712e5284e
commit e90c4a681a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/goblin-0.2.1.crate /goblin-0.2.1.crate
/goblin-0.2.3.crate /goblin-0.2.3.crate
/goblin-0.5.3.crate /goblin-0.5.3.crate
/goblin-0.5.4.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
# * files that are required for unit tests are not included in published crates # * files that are required for unit tests are not included in published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate goblin %global crate goblin
Name: rust-%{crate} Name: rust-goblin
Version: 0.5.3 Version: 0.5.4
Release: %autorelease Release: %autorelease
Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/goblin URL: https://crates.io/crates/goblin
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (goblin-0.5.3.crate) = 07ddd9344c2d521a05068b2d1af85b79c6d47f86f71306c3e31dcbf2f72592f8a70ff29b423910ed5211bdc54fabfd9a751582ef594a6dc794d7a3b4e3720c50 SHA512 (goblin-0.5.4.crate) = 627df59babd5291aa6e37bdd529c3b837001c45d1f22f435bf50ba386e49a6bee93a428bc22d69efbd7182ba1b343985b6d2d8bf405e3c57e524206847d429fa

Loading…
Cancel
Save