Update to 0.20.0

epel9
Josh Stone 5 years ago
parent 655dc1c2fd
commit ed7d1b08ac

1
.gitignore vendored

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

@ -1,11 +0,0 @@
--- gimli-0.19.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ gimli-0.19.0/Cargo.toml 2019-12-06T16:50:37.854380+00:00
@@ -24,7 +24,7 @@
license = "Apache-2.0/MIT"
repository = "https://github.com/gimli-rs/gimli"
[dependencies.arrayvec]
-version = "0.4.6"
+version = "0.5.0"
default-features = false
[dependencies.byteorder]

@ -1,21 +1,18 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 13
%bcond_with check
%global debug_package %{nil}
%global crate gimli
Name: rust-%{crate}
Version: 0.19.0
Release: 3%{?dist}
Version: 0.20.0
Release: 1%{?dist}
Summary: Library for reading and writing the DWARF debugging format
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/gimli
Source: %{crates_source}
# Initial patched metadata
# - Bump arrayvec to 0.5 https://github.com/gimli-rs/gimli/pull/458
Patch0: gimli-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -41,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md CONTRIBUTING.md README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,19 +50,31 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
%package -n %{name}+arrayvec-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
%description -n %{name}+arrayvec-devel %{_description}
This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
which use "arrayvec" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+arrayvec-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fallible-iterator-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fallible-iterator-devel %{_description}
This package contains library source intended for building other packages
which use "fallible-iterator" feature of "%{crate}" crate.
%files -n %{name}+fallible-iterator-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+indexmap-devel
Summary: %{summary}
@ -77,7 +86,7 @@ This package contains library source intended for building other packages
which use "indexmap" feature of "%{crate}" crate.
%files -n %{name}+indexmap-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+read-devel
Summary: %{summary}
@ -89,7 +98,31 @@ This package contains library source intended for building other packages
which use "read" feature of "%{crate}" crate.
%files -n %{name}+read-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+smallvec-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smallvec-devel %{_description}
This package contains library source intended for building other packages
which use "smallvec" feature of "%{crate}" crate.
%files -n %{name}+smallvec-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+stable_deref_trait-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+stable_deref_trait-devel %{_description}
This package contains library source intended for building other packages
which use "stable_deref_trait" feature of "%{crate}" crate.
%files -n %{name}+stable_deref_trait-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -101,7 +134,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+write-devel
Summary: %{summary}
@ -113,7 +146,7 @@ This package contains library source intended for building other packages
which use "write" feature of "%{crate}" crate.
%files -n %{name}+write-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -134,6 +167,9 @@ which use "write" feature of "%{crate}" crate.
%endif
%changelog
* Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.20.0-1
- Update to 0.20.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (gimli-0.19.0.crate) = ac7cab259fb42cedb614d4dabe502290993b773115a4db3e48121b46abb2073cfe9ee1b1b563907a0163ca3534ed03a1eb5eba99dbc3714d9897235f2e8ab8a7
SHA512 (gimli-0.20.0.crate) = 1a19bf8a754f9d25b9cdf26d8db1f55a854f2b59219a5f73083fa01bda0ba56f8a716b209accf1528f32a8cddb55b00e627a68a4bfde021024c7dfd1c73a1c15

Loading…
Cancel
Save