|
|
|
@ -1,12 +1,22 @@
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
|
%bcond check 0
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tokio-stream
|
|
|
|
|
|
|
|
|
|
Name: rust-tokio-stream
|
|
|
|
|
Version: 0.1.17
|
|
|
|
|
Version: 0.1.14
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Utilities to work with Stream and tokio
|
|
|
|
|
|
|
|
|
@ -14,7 +24,7 @@ License: MIT
|
|
|
|
|
URL: https://crates.io/crates/tokio-stream
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Utilities to work with `Stream` and `tokio`.}
|
|
|
|
@ -33,7 +43,6 @@ use the "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
@ -145,7 +154,7 @@ use the "tokio-util" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -163,4 +172,42 @@ use the "tokio-util" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.14-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.14-1
|
|
|
|
|
- Update to version 0.1.14; Fixes RHBZ#2189635
|
|
|
|
|
|
|
|
|
|
* Mon Feb 20 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.12-1
|
|
|
|
|
- Update to version 0.1.12; Fixes RHBZ#2171398
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.11-1
|
|
|
|
|
- Update to version 0.1.11; Fixes RHBZ#2133864
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
|
|
|
|
|
- Update to version 0.1.10; Fixes RHBZ#2127739
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.9-1
|
|
|
|
|
- Update to version 0.1.9; Fixes RHBZ#2093639
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.8-1
|
|
|
|
|
- Update to version 0.1.8; Fixes RHBZ#2018554
|
|
|
|
|
|
|
|
|
|
* Mon Sep 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.7-1
|
|
|
|
|
- Update to version 0.1.7; Fixes RHBZ#2001712
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|