|
|
@ -1,5 +1,5 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 1;
|
|
|
|
release_number = 1;
|
|
|
@ -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 27
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond check 1
|
|
|
|
%bcond_without check
|
|
|
|
%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.6.0
|
|
|
|
Version: 2.0.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Futures, streams, and async I/O combinators
|
|
|
|
Summary: Futures, streams, and async I/O combinators
|
|
|
|
|
|
|
|
|
|
|
@ -44,7 +44,6 @@ 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}/
|
|
|
|
|
|
|
|
|
|
|
@ -163,30 +162,8 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.0.1-1
|
|
|
|
* Tue Jan 14 2025 Fabio Valentini <decathorpe@gmail.com> - 2.6.0-1
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- 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
|
|
|
|
* Tue Nov 14 2023 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
|
|
|
|
- Update to version 2.0.1; Fixes RHBZ#2246178
|
|
|
|
- Update to version 2.0.1; Fixes RHBZ#2246178
|
|
|
@ -220,4 +197,3 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
* Wed Jan 06 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.3-1
|
|
|
|
* Wed Jan 06 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.3-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
|
|
|