Update to version 1.11.2; Fixes RHBZ#2248580

epel9 imports/e9/rust-smallvec-1.11.2-1.el9
Fabio Valentini 1 year ago
parent 8e4b888c04
commit 6d54a6eee4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -27,3 +27,4 @@
/smallvec-1.10.0.crate /smallvec-1.10.0.crate
/smallvec-1.11.0.crate /smallvec-1.11.0.crate
/smallvec-1.11.1.crate /smallvec-1.11.1.crate
/smallvec-1.11.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * 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.11.1 Version: 1.11.2
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,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/smallvec URL: https://crates.io/crates/smallvec
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
'Small vector' optimization: store up to a small number of items on the 'Small vector' optimization: store up to a small number of items on the
@ -182,7 +182,7 @@ use the "write" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

@ -0,0 +1,7 @@
[package]
summary = "Store up to a small number of items on the stack"
[tests]
run = ["none"]
comments = ["missing dev-dependencies: debugger_test, debugger_test_parser"]

@ -1 +1 @@
SHA512 (smallvec-1.11.1.crate) = d4ed45e8867366072e77f23ebe8b31be96be37e5beed30fc2b5ffea81ab04a2ad2aa34fb4f29724b02a5eb90f8b1d8c40b800ee915453947f90758ce999704b5 SHA512 (smallvec-1.11.2.crate) = 5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d

Loading…
Cancel
Save