Update to version 0.31.1; Fixes RHBZ#2316438

epel10 imports/epel10/rust-gimli-0.31.1-1.el10
Fabio Valentini 5 months ago
parent d3221a4c6a
commit df14fc9912
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/gimli-0.27.3.crate /gimli-0.27.3.crate
/gimli-0.28.1.crate /gimli-0.28.1.crate
/gimli-0.31.0.crate /gimli-0.31.0.crate
/gimli-0.31.1.crate

@ -1,8 +1,8 @@
--- gimli-0.31.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- gimli-0.31.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gimli-0.31.0/Cargo.toml 2024-07-23T18:31:46.549287+00:00 +++ gimli-0.31.1/Cargo.toml 2024-10-04T17:07:18.878839+00:00
@@ -48,20 +48,6 @@ @@ -57,20 +57,6 @@
[profile.test] name = "gimli"
split-debuginfo = "packed" path = "src/lib.rs"
-[dependencies.alloc] -[dependencies.alloc]
-version = "1.0.0" -version = "1.0.0"
@ -21,7 +21,7 @@
[dependencies.fallible-iterator] [dependencies.fallible-iterator]
version = "0.3.0" version = "0.3.0"
optional = true optional = true
@@ -97,11 +83,6 @@ @@ -106,11 +92,6 @@
"endian-reader", "endian-reader",
] ]
read-core = [] read-core = []

@ -5,7 +5,7 @@
%global crate gimli %global crate gimli
Name: rust-gimli Name: rust-gimli
Version: 0.31.0 Version: 0.31.1
Release: %autorelease Release: %autorelease
Summary: Library for reading and writing the DWARF debugging format Summary: Library for reading and writing the DWARF debugging format

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"remove dependencies on compiler internals",
]

@ -1 +1 @@
SHA512 (gimli-0.31.0.crate) = 65252d3061e5b0748c9481e7ace7850c9d640b16fdb64e9fd86dad300711f67ceb695ca5d3153ced91f88f3fc4712475721ed2300786155a2f5ed832fa992558 SHA512 (gimli-0.31.1.crate) = b9c8c11547dc7420fe936b9f32a4f5ccf3bb68d1d9f39dedffd40d631360f6e032e719d858668826f1099b8a262e8096aa7ae1f6d7d3d7aaf47934d832715949

Loading…
Cancel
Save