Compare commits

..

No commits in common. 'i9ce' and 'i10ce' have entirely different histories.
i9ce ... i10ce

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/futures-lite-2.6.0.crate

@ -0,0 +1 @@
af479e8b318bafe1acb69852f82f60ad699d00bb SOURCES/futures-lite-2.6.0.crate

Binary file not shown.

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (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 25
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate futures-lite
Name: rust-futures-lite
Version: 2.0.1
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,8 +163,30 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.0.1-1
- Rebuilt for MSVSphere 9.2
## 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
- Rebuilt for MSVSphere 10
* Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 2.5.0-1
- Update to version 2.5.0; Fixes RHBZ#2324510
* Wed Oct 30 2024 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0; Fixes RHBZ#2322662
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Mar 18 2024 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
- Update to version 2.3.0; Fixes RHBZ#2269980
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 07 2024 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
- Update to version 2.2.0; Fixes RHBZ#2252589
* Tue Nov 14 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
- Update to version 2.0.1; Fixes RHBZ#2246178
@ -197,3 +220,4 @@ use the "std" feature of the "%{crate}" crate.
* Wed Jan 06 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.3-1
- Initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save