Update to 0.22.0

epel9
Josh Stone 5 years ago
parent 1624cabbbc
commit 6039dda5ac

1
.gitignore vendored

@ -6,3 +6,4 @@
/gimli-0.19.0.crate /gimli-0.19.0.crate
/gimli-0.20.0.crate /gimli-0.20.0.crate
/gimli-0.21.0.crate /gimli-0.21.0.crate
/gimli-0.22.0.crate

@ -5,7 +5,7 @@
%global crate gimli %global crate gimli
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.21.0 Version: 0.22.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for reading and writing the DWARF debugging format Summary: Library for reading and writing the DWARF debugging format
@ -138,6 +138,7 @@ which use "write" feature of "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
find -type f -name '*.rs' -exec chmod -c -x '{}' '+'
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -155,6 +156,9 @@ which use "write" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jul 22 2020 Josh Stone <jistone@redhat.com> - 0.22.0-1
- Update to 0.22.0
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.21.0-1 * Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.21.0-1
- Update to 0.21.0 - Update to 0.21.0

@ -1 +1 @@
SHA512 (gimli-0.21.0.crate) = 6c346c622a795a855e01db47b85684f6a8b4ca8b41cac472e3b6bc9ec6afbab344df9c3b2451332f6264b7c93d4d05986847ad47cbc7e2ee3049da5a9d6265b6 SHA512 (gimli-0.22.0.crate) = 71d806bb2e675ceed595a6367ae2d991f5a39cca89f371c393cc97d3c4c941e227faded1f83834e7599525aed821b91915268b500a4753fa002a898df79c399e

Loading…
Cancel
Save