diff --git a/.gitignore b/.gitignore index 66c5ad5..4860288 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/futures-lite-2.5.0.crate +SOURCES/futures-lite-2.6.0.crate diff --git a/.rust-futures-lite.metadata b/.rust-futures-lite.metadata index 58b0eab..5d45bc7 100644 --- a/.rust-futures-lite.metadata +++ b/.rust-futures-lite.metadata @@ -1 +1 @@ -4154fa094abd59a4c3d1290ba7be47f5f329795c SOURCES/futures-lite-2.5.0.crate +af479e8b318bafe1acb69852f82f60ad699d00bb SOURCES/futures-lite-2.6.0.crate diff --git a/SPECS/rust-futures-lite.spec b/SPECS/rust-futures-lite.spec index 96bc570..33eeb3d 100644 --- a/SPECS/rust-futures-lite.spec +++ b/SPECS/rust-futures-lite.spec @@ -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 futures-lite Name: rust-futures-lite -Version: 2.5.0 +Version: 2.6.0 Release: %autorelease Summary: Futures, streams, and async I/O combinators @@ -44,6 +44,7 @@ use the "%{crate}" crate. %license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-THIRD-PARTY %doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/FEATURES.md %doc %{crate_instdir}/README.md %{crate_instdir}/ @@ -162,10 +163,13 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Tue Jan 14 2025 Fabio Valentini - 2.6.0-1 +- Update to version 2.6.0; Fixes RHBZ#2337199 + * Fri Dec 20 2024 MSVSphere Packaging Team - 2.5.0-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Nov 09 2024 Fabio Valentini - 2.5.0-1 - Update to version 2.5.0; Fixes RHBZ#2324510