Update to version 1.7.0; Fixes RHBZ#2296048

epel10
Fabio Valentini 7 months ago
parent 83e3a2aa7f
commit 36503cb4f0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/tinyvec-1.5.1.crate /tinyvec-1.5.1.crate
/tinyvec-1.6.0.crate /tinyvec-1.6.0.crate
/tinyvec-1.6.1.crate /tinyvec-1.6.1.crate
/tinyvec-1.7.0.crate

@ -5,7 +5,7 @@
%global crate tinyvec %global crate tinyvec
Name: rust-tinyvec Name: rust-tinyvec
Version: 1.6.1 Version: 1.7.0
Release: %autorelease Release: %autorelease
Summary: 100% safe vec-like data structures Summary: 100% safe vec-like data structures
@ -149,6 +149,18 @@ use the "rustc_1_57" feature of the "%{crate}" crate.
%files -n %{name}+rustc_1_57-devel %files -n %{name}+rustc_1_57-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rustc_1_61-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustc_1_61-devel %{_description}
This package contains library source intended for building other packages which
use the "rustc_1_61" feature of the "%{crate}" crate.
%files -n %{name}+rustc_1_61-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (tinyvec-1.6.1.crate) = fc00617fe56c438ed417b9c18fb2525e624b6b6effd1b729da9b8f144b36cd02dbcefbbb6fd423c30b1f19309d42117a1eaab99deb0a46b2a474c2cdc02c1695 SHA512 (tinyvec-1.7.0.crate) = 9628e5a8861d01e22f00161b3cee58861a2801cd0c64016872bc0c6fb49899a553abd0bbed61064ed91e3a8fbd93e311b2a622fd21d74345e80ec27c1e2f36db

@ -1,5 +1,5 @@
--- tinyvec-1.6.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- tinyvec-1.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tinyvec-1.6.1/Cargo.toml 2024-06-27T12:30:23.023691+00:00 +++ tinyvec-1.7.0/Cargo.toml 2024-07-06T13:57:06.965548+00:00
@@ -77,29 +77,8 @@ @@ -77,29 +77,8 @@
] ]

Loading…
Cancel
Save