import rust-futures-lite-2.6.0-1.el10

i10ce changed/i10ce/rust-futures-lite-2.6.0-1.el10
MSVSphere Packaging Team 3 weeks ago
parent 7b4df027a4
commit 18c07ba6bf
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/futures-lite-2.5.0.crate SOURCES/futures-lite-2.6.0.crate

@ -1 +1 @@
4154fa094abd59a4c3d1290ba7be47f5f329795c SOURCES/futures-lite-2.5.0.crate af479e8b318bafe1acb69852f82f60ad699d00bb SOURCES/futures-lite-2.6.0.crate

@ -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 futures-lite %global crate futures-lite
Name: rust-futures-lite Name: rust-futures-lite
Version: 2.5.0 Version: 2.6.0
Release: %autorelease Release: %autorelease
Summary: Futures, streams, and async I/O combinators 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-MIT
%license %{crate_instdir}/LICENSE-THIRD-PARTY %license %{crate_instdir}/LICENSE-THIRD-PARTY
%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/FEATURES.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -162,10 +163,13 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec
* Tue Jan 14 2025 Fabio Valentini <decathorpe@gmail.com> - 2.6.0-1
- Update to version 2.6.0; Fixes RHBZ#2337199
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.5.0-1 * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.5.0-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 2.5.0-1 * Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 2.5.0-1
- Update to version 2.5.0; Fixes RHBZ#2324510 - Update to version 2.5.0; Fixes RHBZ#2324510

Loading…
Cancel
Save