Update to version 0.27.2; Fixes RHBZ#2147544

epel9
Fabio Valentini 2 years ago
parent b66407b7b2
commit 7fe556afdc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/gimli-0.25.0.crate
/gimli-0.26.1.crate
/gimli-0.26.2.crate
/gimli-0.27.2.crate

@ -1,3 +0,0 @@
# rust-gimli
The rust-gimli package

@ -1,5 +1,5 @@
--- gimli-0.26.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gimli-0.26.2/Cargo.toml 2022-08-08T13:45:33.256747+00:00
--- gimli-0.27.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gimli-0.27.2/Cargo.toml 2023-03-30T18:34:20.468447+00:00
@@ -16,6 +16,7 @@
exclude = [
"/releases/*",

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
# * resolve circular dependency with object and addr2line
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate gimli
Name: rust-gimli
Version: 0.26.2
Version: 0.27.2
Release: %autorelease
Summary: Library for reading and writing the DWARF debugging format
@ -17,12 +17,10 @@ Source: %{crates_source}
# * exclude test fixtures from installed files
Patch: gimli-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library for reading and writing the DWARF debugging format.}
A library for reading and writing the DWARF debugging format.}
%description %{_description}
@ -153,8 +151,9 @@ use the "write" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
find -type f -name '*.rs' -exec chmod -c -x '{}' '+'
%cargo_prep
# remove stray executable bit
chmod -x tests/parse_self.rs
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (gimli-0.26.2.crate) = 10baa5fb5fe13eeab2ed9ac8e02ae7607b42df80b9f39b14027d052ac7f6f11e4dec451bd73c3640ff8ef174e280c1640110720b2bc4220229d27bbb31079029
SHA512 (gimli-0.27.2.crate) = 1c0bf53754db2503033c17988e1cfa824af4e01f43c874b02fa61a475467185b13657c7ddf891e06f5984db3ef6b1e37586b184443716dbe45db1aa8bd082ba2

Loading…
Cancel
Save