Update to 0.19.0

epel9
Josh Stone 5 years ago
parent c2f0cd9b74
commit be319a48ab

1
.gitignore vendored

@ -3,3 +3,4 @@
/gimli-0.16.1.crate
/gimli-0.17.0.crate
/gimli-0.18.0.crate
/gimli-0.19.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31
# Generated by rust2rpm 11
%bcond_with check
%global debug_package %{nil}
%global crate gimli
Name: rust-%{crate}
Version: 0.18.0
Release: 2%{?dist}
Version: 0.19.0
Release: 1%{?dist}
Summary: Library for reading and writing the DWARF debugging format
# Upstream license specification: Apache-2.0/MIT
@ -15,29 +15,14 @@ URL: https://crates.io/crates/gimli
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(arrayvec) >= 0.4.6 with crate(arrayvec) < 0.5.0)
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
BuildRequires: (crate(fallible-iterator) >= 0.2.0 with crate(fallible-iterator) < 0.3.0)
BuildRequires: (crate(fallible-iterator/std) >= 0.2.0 with crate(fallible-iterator/std) < 0.3.0)
BuildRequires: (crate(indexmap/default) >= 1.0.2 with crate(indexmap/default) < 2.0.0)
BuildRequires: (crate(stable_deref_trait) >= 1.1.0 with crate(stable_deref_trait) < 2.0.0)
BuildRequires: (crate(stable_deref_trait/std) >= 1.1.0 with crate(stable_deref_trait/std) < 2.0.0)
%if %{with check}
BuildRequires: (crate(crossbeam/default) >= 0.7.1 with crate(crossbeam/default) < 0.8.0)
BuildRequires: (crate(getopts/default) >= 0.2.0 with crate(getopts/default) < 0.3.0)
BuildRequires: (crate(memmap/default) >= 0.7.0 with crate(memmap/default) < 0.8.0)
BuildRequires: (crate(num_cpus/default) >= 1.0.0 with crate(num_cpus/default) < 2.0.0)
BuildRequires: (crate(object/default) >= 0.11.0 with crate(object/default) < 0.12.0)
BuildRequires: (crate(rayon/default) >= 1.0.0 with crate(rayon/default) < 2.0.0)
BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0)
BuildRequires: (crate(test-assembler/default) >= 0.1.3 with crate(test-assembler/default) < 0.2.0)
BuildRequires: (crate(typed-arena/default) >= 1.0.0 with crate(typed-arena/default) < 2.0.0)
%endif
%global _description \
A library for reading and writing the DWARF debugging format.
%global _description %{expand:
A library for reading and writing the DWARF debugging format.}
%description %{_description}
@ -131,6 +116,9 @@ which use "write" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -143,6 +131,9 @@ which use "write" feature of "%{crate}" crate.
%endif
%changelog
* Mon Dec 16 2019 Josh Stone <jistone@redhat.com> - 0.19.0-1
- Update to 0.19.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (gimli-0.18.0.crate) = 09d63e03bb87ad08b675ee5b51775b19010eaf2c987942eb6d7187a9cd440613262bc2f3d12510a25465bc11eb42f0d50a4efcb9218f129bdd9e07eb491a75d4
SHA512 (gimli-0.19.0.crate) = ac7cab259fb42cedb614d4dabe502290993b773115a4db3e48121b46abb2073cfe9ee1b1b563907a0163ca3534ed03a1eb5eba99dbc3714d9897235f2e8ab8a7

Loading…
Cancel
Save