Update to 0.2.0

epel9
Josh Stone 5 years ago
parent a84c97b430
commit 700b72f6fa

1
.gitignore vendored

@ -6,3 +6,4 @@
/goblin-0.0.19.crate
/goblin-0.0.22.crate
/goblin-0.1.3.crate
/goblin-0.2.0.crate

@ -5,7 +5,7 @@
%global crate goblin
Name: rust-%{crate}
Version: 0.1.3
Version: 0.2.0
Release: 1%{?dist}
Summary: Impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
@ -39,6 +39,7 @@ which use "%{crate}" crate.
%license LICENSE
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/tests/bins/
%package -n %{name}+default-devel
Summary: %{summary}
@ -203,6 +204,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 0.2.0-1
- Update to 0.2.0
* Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.1.3-1
- Update to 0.1.3

@ -1 +1 @@
SHA512 (goblin-0.1.3.crate) = 220e1e664dba0e41d7010079e37784bf9b67621186eb535e0080174a6ba1f97d8f778781f5721809c811a894084912706beafd8fe22a2b8b1a5c4c8b11774729
SHA512 (goblin-0.2.0.crate) = 66a87b775e7523c82151b43699ed9305bb7d55dfddec0f0bd99e63c9953e97e9ddccfce1885091bff1c26fdb71b7098bbb54da8e8bc286e1cce6a186f04514f3

Loading…
Cancel
Save