update to version 0.24.0

epel9
Fabio Valentini 4 years ago
parent ce130a928f
commit e25fb7afef
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/gimli-0.21.0.crate
/gimli-0.22.0.crate
/gimli-0.23.0.crate
/gimli-0.24.0.crate

@ -1,5 +1,5 @@
--- gimli-0.23.0/Cargo.toml 2020-10-27T04:37:49+00:00
+++ gimli-0.23.0/Cargo.toml 2020-11-07T14:27:25.997187+00:00
--- gimli-0.24.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ gimli-0.24.0/Cargo.toml 2021-05-08T18:17:38.749091+00:00
@@ -42,19 +42,6 @@
[[example]]
name = "dwarf-validate"
@ -20,7 +20,7 @@
[dependencies.fallible-iterator]
version = "0.2.0"
@@ -100,7 +87,6 @@
@@ -101,7 +88,6 @@
default = ["read", "write", "std", "fallible-iterator", "endian-reader"]
endian-reader = ["stable_deref_trait"]
read = []

@ -1,4 +1,4 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 17
# * resolve circular dependency with object and addr2line
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate gimli
Name: rust-%{crate}
Version: 0.23.0
Release: 2%{?dist}
Version: 0.24.0
Release: 1%{?dist}
Summary: Library for reading and writing the DWARF debugging format
# Upstream license specification: Apache-2.0/MIT
@ -161,6 +161,9 @@ find -type f -name '*.rs' -exec chmod -c -x '{}' '+'
%endif
%changelog
* Sat May 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.24.0-1
- Update to version 0.24.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (gimli-0.23.0.crate) = b5dce7b563ce7b8dd6cfec5258793323d370f217779d0d57265bbbe2b1eb2704dbf0f25c189ae6e9079989b6ac7d5341e10fe49457577e482a3904c745c89b5a
SHA512 (gimli-0.24.0.crate) = b4d088b25f177975a1a301b742e38acab5151f510771c4c276d9cfbb27b3c1421c4bc09ad789ecc64a9764ef95ea50c2d4b7a3cf1ed8042270d5652991ea494e

Loading…
Cancel
Save