Update to version 0.25.0; Fixes RHBZ#1985939

epel9
Fabio Valentini 3 years ago
parent c6f1c13337
commit bb3307cb73
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/gimli-0.22.0.crate /gimli-0.22.0.crate
/gimli-0.23.0.crate /gimli-0.23.0.crate
/gimli-0.24.0.crate /gimli-0.24.0.crate
/gimli-0.25.0.crate

@ -1,6 +1,6 @@
--- gimli-0.24.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- gimli-0.25.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ gimli-0.24.0/Cargo.toml 2021-05-08T18:17:38.749091+00:00 +++ gimli-0.25.0/Cargo.toml 2021-07-28T20:09:30.269078+00:00
@@ -42,19 +42,6 @@ @@ -45,19 +45,6 @@
[[example]] [[example]]
name = "dwarf-validate" name = "dwarf-validate"
required-features = ["read", "std"] required-features = ["read", "std"]
@ -20,7 +20,7 @@
[dependencies.fallible-iterator] [dependencies.fallible-iterator]
version = "0.2.0" version = "0.2.0"
@@ -101,7 +88,6 @@ @@ -104,7 +91,6 @@
default = ["read", "write", "std", "fallible-iterator", "endian-reader"] default = ["read", "write", "std", "fallible-iterator", "endian-reader"]
endian-reader = ["stable_deref_trait"] endian-reader = ["stable_deref_trait"]
read = [] read = []

@ -1,4 +1,4 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
# * resolve circular dependency with object and addr2line # * resolve circular dependency with object and addr2line
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate gimli %global crate gimli
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.24.0 Version: 0.25.0
Release: %autorelease Release: %autorelease
Summary: Library for reading and writing the DWARF debugging format Summary: Library for reading and writing the DWARF debugging format
@ -43,7 +43,7 @@ which use "%{crate}" crate.
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md CONTRIBUTING.md README.md %doc CHANGELOG.md CONTRIBUTING.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{fixtures/,.github/,rustfmt.toml} %exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{fixtures/,rustfmt.toml}
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}

@ -1 +1 @@
SHA512 (gimli-0.24.0.crate) = b4d088b25f177975a1a301b742e38acab5151f510771c4c276d9cfbb27b3c1421c4bc09ad789ecc64a9764ef95ea50c2d4b7a3cf1ed8042270d5652991ea494e SHA512 (gimli-0.25.0.crate) = f4e90703b8b7d83c36a63ca7a3d4ee48eec2b0762419780670558c4496ee840489b6a275eb2b635676ba25a010c0e378bae429b54aa4591b9d9868b48e0f0beb

Loading…
Cancel
Save