Compare commits

..

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

1
.gitignore vendored

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

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

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

Binary file not shown.

@ -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,15 +8,15 @@
}%{?-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 24
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond check 0 %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tokio-stream %global crate tokio-stream
Name: rust-tokio-stream Name: rust-tokio-stream
Version: 0.1.17 Version: 0.1.14
Release: %autorelease Release: %autorelease
Summary: Utilities to work with Stream and tokio Summary: Utilities to work with Stream and tokio
@ -24,7 +24,7 @@ License: MIT
URL: https://crates.io/crates/tokio-stream URL: https://crates.io/crates/tokio-stream
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Utilities to work with `Stream` and `tokio`.} Utilities to work with `Stream` and `tokio`.}
@ -43,7 +43,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -155,7 +154,7 @@ use the "tokio-util" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -173,27 +172,8 @@ use the "tokio-util" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.17-1 * Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.14-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 9.3
## 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 * Wed Apr 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.14-1
- Update to version 0.1.14; Fixes RHBZ#2189635 - Update to version 0.1.14; Fixes RHBZ#2189635
@ -231,4 +211,3 @@ use the "tokio-util" feature of the "%{crate}" crate.
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1 * Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.5-1
- Initial package - Initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save