Compare commits

...

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

14
.gitignore vendored

@ -0,0 +1,14 @@
/results_*/
/*.src.rpm
/tokio-stream-0.1.5.crate
/tokio-stream-0.1.7.crate
/tokio-stream-0.1.8.crate
/tokio-stream-0.1.9.crate
/tokio-stream-0.1.10.crate
/tokio-stream-0.1.11.crate
/tokio-stream-0.1.12.crate
/tokio-stream-0.1.14.crate
/tokio-stream-0.1.15.crate
/tokio-stream-0.1.16.crate
/tokio-stream-0.1.17.crate

Binary file not shown.

@ -0,0 +1,5 @@
* 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

@ -1,22 +1,12 @@
## 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
# 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 +14,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 +33,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 +145,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,42 +163,4 @@ 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
* 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
%autochangelog

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

@ -0,0 +1 @@
SHA512 (tokio-stream-0.1.17.crate) = c44c5da6f916ce128e8a13025d9c3e92ddb4c82d2cad52bde4bfb982e6f83eb89125b616f89f2fbbf9ba8b7f800ce46e33f43104a59153db2e950bc2f0d570c4
Loading…
Cancel
Save