Compare commits

..

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

19
.gitignore vendored

@ -0,0 +1,19 @@
/tokio-util-0.2.0.crate
/tokio-util-0.3.1.crate
/tokio-util-0.6.3.crate
/tokio-util-0.6.5.crate
/tokio-util-0.6.6.crate
/tokio-util-0.6.7.crate
/tokio-util-0.6.8.crate
/tokio-util-0.6.9.crate
/tokio-util-0.7.1.crate
/tokio-util-0.7.2.crate
/tokio-util-0.7.3.crate
/tokio-util-0.7.4.crate
/tokio-util-0.7.7.crate
/tokio-util-0.7.8.crate
/tokio-util-0.7.9.crate
/tokio-util-0.7.10.crate
/tokio-util-0.7.11.crate
/tokio-util-0.7.12.crate
/tokio-util-0.7.13.crate

Binary file not shown.

@ -0,0 +1,33 @@
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.7-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun May 16 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.7-1
- Update to version 0.6.7.
- Fixes RHBZ#1960725
* Thu Apr 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.6-1
- Update to version 0.6.6.
- Fixes RHBZ#1948748
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.5-1
- Update to version 0.6.5.
- Fixes RHBZ#1937131
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu May 14 19:52:05 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Dec 14 00:07:31 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-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 25
# Generated by rust2rpm 27
# * tests can only be run in-tree
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate tokio-util
Name: rust-tokio-util
Version: 0.7.10
Version: 0.7.13
Release: %autorelease
Summary: Additional utilities for working with Tokio
@ -223,82 +213,4 @@ use the "tracing" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7.10-1
- Rebuilt for MSVSphere 9.3
* Wed Oct 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.10-1
- Update to version 0.7.10; Fixes RHBZ#2246089
* Thu Sep 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.9-1
- Update to version 0.7.9; Fixes RHBZ#2239910
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Apr 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.8-1
- Update to version 0.7.8; Fixes RHBZ#2189636
* Wed Feb 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.7-1
- Update to version 0.7.7; Fixes RHBZ#2168670
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.7.4-1
- Update to version 0.7.4; Fixes RHBZ#2125183
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 0.7.3-1
- Update to version 0.7.3; Fixes RHBZ#2093640
* Mon May 23 2022 Fabio Valentini <decathorpe@gmail.com> - 0.7.2-1
- Update to version 0.7.2; Fixes RHBZ#2086271
* Fri May 13 2022 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-1
- Update to version 0.7.1; Fixes RHBZ#2053300
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Nov 01 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.9-1
- Update to version 0.6.9; Fixes RHBZ#2018555
* Sat Sep 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.8-1
- Update to version 0.6.8; Fixes RHBZ#2001054
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.7-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun May 16 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.7-1
- Update to version 0.6.7.
- Fixes RHBZ#1960725
* Thu Apr 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.6-1
- Update to version 0.6.6.
- Fixes RHBZ#1948748
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.5-1
- Update to version 0.6.5.
- Fixes RHBZ#1937131
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu May 14 19:52:05 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Dec 14 00:07:31 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-1
- Initial package
%autochangelog

@ -0,0 +1,7 @@
[features]
hide = ["__docs_rs"]
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -0,0 +1 @@
SHA512 (tokio-util-0.7.13.crate) = 2a1e8fbdd094f81e00ee87eb5ebc4c62825945048105970e52d6d0a872769d268a41ddf91c60158c02a303ecbaa1b19795948b5416f9bbfcb079c5b27d39d51f

@ -1,6 +1,6 @@
--- tokio-util-0.7.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.10/Cargo.toml 2023-10-25T11:45:50.026141+00:00
@@ -122,13 +122,9 @@
--- tokio-util-0.7.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.13/Cargo.toml 2024-12-04T22:32:17.272177+00:00
@@ -234,14 +234,9 @@
"tokio/rt",
"tokio/sync",
"futures-util",
@ -14,3 +14,4 @@
-[target."cfg(tokio_unstable)".dependencies.hashbrown]
-version = "0.14.0"
-optional = true
-default-features = false
Loading…
Cancel
Save