Compare commits

..

4 Commits

Author SHA1 Message Date
Fabio Valentini df14fc9912
Update to version 0.31.1; Fixes RHBZ#2316438
5 months ago
Michel Lind d3221a4c6a
Update to version 0.31.0; Fixes RHBZ#2274484
7 months ago
Fedora Release Engineering 14c3506938 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering 5ec4594833 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago

2
.gitignore vendored

@ -15,3 +15,5 @@
/gimli-0.27.2.crate
/gimli-0.27.3.crate
/gimli-0.28.1.crate
/gimli-0.31.0.crate
/gimli-0.31.1.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate gimli
Name: rust-gimli
Version: 0.28.1
Version: 0.31.1
Release: %autorelease
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.28.1.crate) = 695e46471fc07813dc4a47744458729b097f6efbfceeb57eb3db4165654e99bebb98dde2d73230b90bb5dd7c0ca0c6e77c7c3dc6f2abf70058b830a2fb386d25
SHA512 (gimli-0.31.1.crate) = b9c8c11547dc7420fe936b9f32a4f5ccf3bb68d1d9f39dedffd40d631360f6e032e719d858668826f1099b8a262e8096aa7ae1f6d7d3d7aaf47934d832715949

Loading…
Cancel
Save