Update to version 1.11.0; Fixes RHBZ#2220635

epel9
Fabio Valentini 2 years ago
parent b43ce59898
commit 42152fea45
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -25,3 +25,4 @@
/smallvec-1.8.0.crate /smallvec-1.8.0.crate
/smallvec-1.9.0.crate /smallvec-1.9.0.crate
/smallvec-1.10.0.crate /smallvec-1.10.0.crate
/smallvec-1.11.0.crate

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
# * missing dev-dependencies: debugger_test, debugger_test_parser # * missing dev-dependencies: debugger_test, debugger_test_parser
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate smallvec %global crate smallvec
Name: rust-smallvec Name: rust-smallvec
Version: 1.10.0 Version: 1.11.0
Release: %autorelease Release: %autorelease
Summary: Store up to a small number of items on the stack Summary: Store up to a small number of items on the stack
@ -14,12 +14,11 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/smallvec URL: https://crates.io/crates/smallvec
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
'Small vector' optimization: store up to a small number of items on the stack.} 'Small vector' optimization: store up to a small number of items on the
stack.}
%description %{_description} %description %{_description}
@ -98,6 +97,30 @@ use the "debugger_visualizer" feature of the "%{crate}" crate.
%files -n %{name}+debugger_visualizer-devel %files -n %{name}+debugger_visualizer-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+drain_filter-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+drain_filter-devel %{_description}
This package contains library source intended for building other packages which
use the "drain_filter" feature of the "%{crate}" crate.
%files -n %{name}+drain_filter-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+drain_keep_rest-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+drain_keep_rest-devel %{_description}
This package contains library source intended for building other packages which
use the "drain_keep_rest" feature of the "%{crate}" crate.
%files -n %{name}+drain_keep_rest-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+may_dangle-devel %package -n %{name}+may_dangle-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -0,0 +1,2 @@
[DEFAULT]
summary = Store up to a small number of items on the stack

@ -1 +1 @@
SHA512 (smallvec-1.10.0.crate) = a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae SHA512 (smallvec-1.11.0.crate) = 41bfbecbc2c244497568a41724d65791ec3fd6d8057813d521367cca316c09c2b28fb3973826236b01c1f5d2f905d8d22b0c3c47f957a9ff5d7685591f15ccd7

Loading…
Cancel
Save