diff --git a/.gitignore b/.gitignore index 97cd10d..3d2c4a8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tinyvec-1.5.1.crate /tinyvec-1.6.0.crate /tinyvec-1.6.1.crate +/tinyvec-1.7.0.crate diff --git a/rust-tinyvec.spec b/rust-tinyvec.spec index e5baecc..2a3a2ff 100644 --- a/rust-tinyvec.spec +++ b/rust-tinyvec.spec @@ -5,7 +5,7 @@ %global crate tinyvec Name: rust-tinyvec -Version: 1.6.1 +Version: 1.7.0 Release: %autorelease 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 %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 Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 87e2abd..8e7950d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tinyvec-1.6.1.crate) = fc00617fe56c438ed417b9c18fb2525e624b6b6effd1b729da9b8f144b36cd02dbcefbbb6fd423c30b1f19309d42117a1eaab99deb0a46b2a474c2cdc02c1695 +SHA512 (tinyvec-1.7.0.crate) = 9628e5a8861d01e22f00161b3cee58861a2801cd0c64016872bc0c6fb49899a553abd0bbed61064ed91e3a8fbd93e311b2a622fd21d74345e80ec27c1e2f36db diff --git a/tinyvec-fix-metadata.diff b/tinyvec-fix-metadata.diff index 5f3d38d..71a92ed 100644 --- a/tinyvec-fix-metadata.diff +++ b/tinyvec-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tinyvec-1.6.1/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 1970-01-01T00:00:01+00:00 ++++ tinyvec-1.7.0/Cargo.toml 2024-07-06T13:57:06.965548+00:00 @@ -77,29 +77,8 @@ ]