import rust-tinyvec-1.8.1-1.el10

i10ce changed/i10ce/rust-tinyvec-1.8.1-1.el10
MSVSphere Packaging Team 1 month ago
parent 30132a8743
commit e19b98d1da
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/tinyvec-1.8.0.crate SOURCES/tinyvec-1.8.1.crate

@ -1 +1 @@
a6bb46e43da953b295ac07f3bd482ea381553997 SOURCES/tinyvec-1.8.0.crate 3f8b7e6d0323d67aa69773705b2f85045aaeddd6 SOURCES/tinyvec-1.8.1.crate

@ -1,7 +1,7 @@
--- tinyvec-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- tinyvec-1.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.8.0/Cargo.toml 2024-08-09T13:09:16.202528+00:00 +++ tinyvec-1.8.1/Cargo.toml 2025-01-03T16:50:32.945307+00:00
@@ -77,29 +77,8 @@ @@ -73,32 +73,11 @@
] path = "tests/arrayvec.rs"
[[test]] [[test]]
-name = "debugger_visualizer" -name = "debugger_visualizer"
@ -10,8 +10,12 @@
-required-features = ["debugger_visualizer"] -required-features = ["debugger_visualizer"]
- -
-[[test]] -[[test]]
name = "arrayvec" name = "tinyvec"
path = "tests/arrayvec.rs" path = "tests/tinyvec.rs"
required-features = [
"alloc",
"std",
-]
- -
-[[bench]] -[[bench]]
-name = "macros" -name = "macros"
@ -26,10 +30,9 @@
-required-features = [ -required-features = [
- "alloc", - "alloc",
- "real_blackbox", - "real_blackbox",
-] ]
[dependencies.arbitrary] [dependencies.arbitrary]
version = "1"
@@ -114,15 +93,6 @@ @@ -114,15 +93,6 @@
version = "0.1" version = "0.1"
optional = true optional = true
@ -57,5 +60,5 @@
nightly_slice_partition_dedup = [] nightly_slice_partition_dedup = []
-real_blackbox = ["criterion/real_blackbox"] -real_blackbox = ["criterion/real_blackbox"]
rustc_1_40 = [] rustc_1_40 = []
rustc_1_55 = [] rustc_1_55 = ["rustc_1_40"]
rustc_1_57 = ["rustc_1_55"] rustc_1_57 = ["rustc_1_55"]

@ -1,5 +1,5 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.7.1) ## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate tinyvec %global crate tinyvec
Name: rust-tinyvec Name: rust-tinyvec
Version: 1.8.0 Version: 1.8.1
Release: %autorelease Release: %autorelease
Summary: 100% safe vec-like data structures Summary: 100% safe vec-like data structures
@ -226,10 +226,13 @@ use the "tinyvec_macros" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 1.8.1-1
- Update to version 1.8.1; Fixes RHBZ#2333570
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.0-1 * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.0-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 1.8.0-1 * Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 1.8.0-1
- Update to version 1.8.0; Fixes RHBZ#2296350 - Update to version 1.8.0; Fixes RHBZ#2296350

Loading…
Cancel
Save