Update to version 1.10.0; Fixes RHBZ#2131625

epel9
Fabio Valentini 2 years ago
parent 798c1fc999
commit 34481e2e2f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/smallvec-1.7.0.crate
/smallvec-1.8.0.crate
/smallvec-1.9.0.crate
/smallvec-1.10.0.crate

@ -1,16 +1,16 @@
# Generated by rust2rpm 21
%bcond_without check
# Generated by rust2rpm 22
# * missing dev-dependencies: debugger_test, debugger_test_parser
%bcond_with check
%global debug_package %{nil}
%global crate smallvec
Name: rust-%{crate}
Version: 1.9.0
Name: rust-smallvec
Version: 1.10.0
Release: %autorelease
Summary: Store up to a small number of items on the stack
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/smallvec
Source: %{crates_source}
@ -86,6 +86,18 @@ use the "const_new" feature of the "%{crate}" crate.
%files -n %{name}+const_new-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+debugger_visualizer-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+debugger_visualizer-devel %{_description}
This package contains library source intended for building other packages which
use the "debugger_visualizer" feature of the "%{crate}" crate.
%files -n %{name}+debugger_visualizer-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+may_dangle-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (smallvec-1.9.0.crate) = e7158393d4257564eeb8fa53a630fdfc13edb33f3c555e41606edcfdbe9189e5c59c25d255dd21d02d4abad1ab2931e21744ec6c2f91ad4db66f87e748a45e56
SHA512 (smallvec-1.10.0.crate) = a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae

Loading…
Cancel
Save