diff --git a/.gitignore b/.gitignore index d7cb20c..1aec34f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tinyvec-1.8.0.crate +SOURCES/tinyvec-1.8.1.crate diff --git a/.rust-tinyvec.metadata b/.rust-tinyvec.metadata index 8c6e885..da22543 100644 --- a/.rust-tinyvec.metadata +++ b/.rust-tinyvec.metadata @@ -1 +1 @@ -a6bb46e43da953b295ac07f3bd482ea381553997 SOURCES/tinyvec-1.8.0.crate +3f8b7e6d0323d67aa69773705b2f85045aaeddd6 SOURCES/tinyvec-1.8.1.crate diff --git a/SOURCES/tinyvec-fix-metadata.diff b/SOURCES/tinyvec-fix-metadata.diff index 0746de8..1568926 100644 --- a/SOURCES/tinyvec-fix-metadata.diff +++ b/SOURCES/tinyvec-fix-metadata.diff @@ -1,7 +1,7 @@ ---- tinyvec-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tinyvec-1.8.0/Cargo.toml 2024-08-09T13:09:16.202528+00:00 -@@ -77,29 +77,8 @@ - ] +--- tinyvec-1.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tinyvec-1.8.1/Cargo.toml 2025-01-03T16:50:32.945307+00:00 +@@ -73,32 +73,11 @@ + path = "tests/arrayvec.rs" [[test]] -name = "debugger_visualizer" @@ -10,8 +10,12 @@ -required-features = ["debugger_visualizer"] - -[[test]] - name = "arrayvec" - path = "tests/arrayvec.rs" + name = "tinyvec" + path = "tests/tinyvec.rs" + required-features = [ + "alloc", + "std", +-] - -[[bench]] -name = "macros" @@ -26,10 +30,9 @@ -required-features = [ - "alloc", - "real_blackbox", --] + ] [dependencies.arbitrary] - version = "1" @@ -114,15 +93,6 @@ version = "0.1" optional = true @@ -57,5 +60,5 @@ nightly_slice_partition_dedup = [] -real_blackbox = ["criterion/real_blackbox"] rustc_1_40 = [] - rustc_1_55 = [] + rustc_1_55 = ["rustc_1_40"] rustc_1_57 = ["rustc_1_55"] diff --git a/SPECS/rust-tinyvec.spec b/SPECS/rust-tinyvec.spec index f8e7fa2..7f5294d 100644 --- a/SPECS/rust-tinyvec.spec +++ b/SPECS/rust-tinyvec.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.1) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate tinyvec Name: rust-tinyvec -Version: 1.8.0 +Version: 1.8.1 Release: %autorelease Summary: 100% safe vec-like data structures @@ -226,10 +226,13 @@ use the "tinyvec_macros" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 1.8.1-1 +- Update to version 1.8.1; Fixes RHBZ#2333570 + * Fri Dec 20 2024 MSVSphere Packaging Team - 1.8.0-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Aug 09 2024 Fabio Valentini - 1.8.0-1 - Update to version 1.8.0; Fixes RHBZ#2296350