Update to version 0.6.1; Fixes RHBZ#2137204

epel9
Fabio Valentini 2 years ago
parent 0262b05607
commit d678ad974e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/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 /goblin-0.5.4.crate
/goblin-0.6.1.crate

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
# * 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}
@ -6,7 +6,7 @@
%global crate goblin %global crate goblin
Name: rust-goblin Name: rust-goblin
Version: 0.5.4 Version: 0.6.1
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
@ -14,12 +14,11 @@ License: MIT
URL: https://crates.io/crates/goblin URL: https://crates.io/crates/goblin
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate.} An impish, cross-platform, ELF, Mach-o, and PE binary parsing and
loading crate.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (goblin-0.5.4.crate) = 627df59babd5291aa6e37bdd529c3b837001c45d1f22f435bf50ba386e49a6bee93a428bc22d69efbd7182ba1b343985b6d2d8bf405e3c57e524206847d429fa SHA512 (goblin-0.6.1.crate) = e09f9c33089e8b0df127fb1b98992af1575400c9735c9a0bc361988c443ac9ee826999f09cfebb685a5339bccffd947fd1ddc553b3f71288827c75cfbb9709be

Loading…
Cancel
Save