Compare commits

..

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

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/tokio-stream-0.1.17.crate

@ -0,0 +1 @@
10da95598bec52542287d2e49f42f5478b602513 SOURCES/tokio-stream-0.1.17.crate

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

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,15 +8,15 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 27
# * tests can only be run in-tree
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate tokio-stream
Name: rust-tokio-stream
Version: 0.1.14
Version: 0.1.17
Release: %autorelease
Summary: Utilities to work with Stream and tokio
@ -24,7 +24,7 @@ License: MIT
URL: https://crates.io/crates/tokio-stream
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Utilities to work with `Stream` and `tokio`.}
@ -43,6 +43,7 @@ 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
@ -154,7 +155,7 @@ use the "tokio-util" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -172,8 +173,27 @@ use the "tokio-util" feature of the "%{crate}" crate.
%endif
%changelog
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.14-1
- Rebuilt for MSVSphere 9.3
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.17-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Mon Dec 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
- Update to version 0.1.17; Fixes RHBZ#2330766
* Tue Sep 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.16-1
- Update to version 0.1.16; Fixes RHBZ#2310203
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 0.1.15-1
- Update to version 0.1.15; Fixes RHBZ#2269613
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Apr 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.14-1
- Update to version 0.1.14; Fixes RHBZ#2189635
@ -211,3 +231,4 @@ use the "tokio-util" feature of the "%{crate}" crate.
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
- Initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save