Update to version 0.17.0; Fixes RHBZ#2016810

epel9
Fabio Valentini 3 years ago
parent 973a82db03
commit 03885fbdbf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/addr2line-0.14.1.crate /addr2line-0.14.1.crate
/addr2line-0.15.1.crate /addr2line-0.15.1.crate
/addr2line-0.16.0.crate /addr2line-0.16.0.crate
/addr2line-0.17.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
# * resolve circular dependency with backtrace # * resolve circular dependency with backtrace
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,19 +6,16 @@
%global crate addr2line %global crate addr2line
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.16.0 Version: 0.17.0
Release: %autorelease Release: %autorelease
Summary: Cross-platform symbolication library written in Rust, using `gimli` Summary: Cross-platform symbolication library based on gimli
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/addr2line URL: https://crates.io/crates/addr2line
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -33,12 +30,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{bench.plot.r,benchmark.sh,coverage,rustfmt.toml} %exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{bench.plot.r,benchmark.sh,coverage,rustfmt.toml}
@ -48,8 +45,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -60,8 +57,8 @@ BuildArch: noarch
%description -n %{name}+cpp_demangle-devel %{_description} %description -n %{name}+cpp_demangle-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "cpp_demangle" feature of "%{crate}" crate. use the "cpp_demangle" feature of the "%{crate}" crate.
%files -n %{name}+cpp_demangle-devel %files -n %{name}+cpp_demangle-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -72,8 +69,8 @@ BuildArch: noarch
%description -n %{name}+fallible-iterator-devel %{_description} %description -n %{name}+fallible-iterator-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "fallible-iterator" feature of "%{crate}" crate. use the "fallible-iterator" feature of the "%{crate}" crate.
%files -n %{name}+fallible-iterator-devel %files -n %{name}+fallible-iterator-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -84,8 +81,8 @@ BuildArch: noarch
%description -n %{name}+object-devel %{_description} %description -n %{name}+object-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "object" feature of "%{crate}" crate. use the "object" feature of the "%{crate}" crate.
%files -n %{name}+object-devel %files -n %{name}+object-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -96,8 +93,8 @@ BuildArch: noarch
%description -n %{name}+rustc-demangle-devel %{_description} %description -n %{name}+rustc-demangle-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "rustc-demangle" feature of "%{crate}" crate. use the "rustc-demangle" feature of the "%{crate}" crate.
%files -n %{name}+rustc-demangle-devel %files -n %{name}+rustc-demangle-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -108,8 +105,8 @@ BuildArch: noarch
%description -n %{name}+smallvec-devel %{_description} %description -n %{name}+smallvec-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "smallvec" feature of "%{crate}" crate. use the "smallvec" feature of the "%{crate}" crate.
%files -n %{name}+smallvec-devel %files -n %{name}+smallvec-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -120,8 +117,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "std" feature of "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -132,8 +129,8 @@ BuildArch: noarch
%description -n %{name}+std-object-devel %{_description} %description -n %{name}+std-object-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "std-object" feature of "%{crate}" crate. use the "std-object" feature of the "%{crate}" crate.
%files -n %{name}+std-object-devel %files -n %{name}+std-object-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c SHA512 (addr2line-0.17.0.crate) = ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95

Loading…
Cancel
Save