Update to 0.0.22

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent ec9617a71d
commit a7465007ba
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/goblin-0.0.15.crate
/goblin-0.0.17.crate
/goblin-0.0.19.crate
/goblin-0.0.22.crate

@ -1,17 +1,17 @@
# Generated by rust2rpm
%bcond_without check
%bcond_with check
%global debug_package %{nil}
%global crate goblin
Name: rust-%{crate}
Version: 0.0.19
Release: 2%{?dist}
Version: 0.0.22
Release: 1%{?dist}
Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
License: MIT
URL: https://crates.io/crates/goblin
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -186,7 +186,7 @@ which use "std" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -201,6 +201,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Apr 20 17:38:28 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.0.22-1
- Update to 0.0.22
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (goblin-0.0.19.crate) = 50758bd04e31fee5023fde437833ff59a55d717a79a447190b114bdd81794664b3d4be948b62cf5c6243a3d02b28c54f82d6e3da4ee021fb76e6626ebc29d8fd
SHA512 (goblin-0.0.22.crate) = 586c676a1fd11b992649d4240db55badaf6b39e2e59c7bbd9ab82bbc9f6cc4ff2db52c682bfe6abf3f61494a504b3364739b0235ab848e90c77380f02589af6f

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-goblin
Loading…
Cancel
Save