diff --git a/.gitignore b/.gitignore index 474c03e..8c35f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /tokio-1.34.0.crate /tokio-1.35.1.crate /tokio-1.36.0.crate +/tokio-1.37.0.crate diff --git a/rust-tokio.spec b/rust-tokio.spec index 60dd7ff..d544404 100644 --- a/rust-tokio.spec +++ b/rust-tokio.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 25 +# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate tokio Name: rust-tokio -Version: 1.36.0 +Version: 1.37.0 Release: %autorelease Summary: Event-driven, non-blocking I/O platform diff --git a/rust2rpm.toml b/rust2rpm.toml index a6868a0..c97e47f 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -4,3 +4,13 @@ summary = "Event-driven, non-blocking I/O platform" [features] enable-all = true +[scripts] +prep.post = [ + "# skip some integration tests that don't compile with --all-features", + "rm -v tests/io_copy_bidirectional.rs", + "rm -v tests/io_read_line.rs", + "rm -v tests/io_read_to_end.rs", + "rm -v tests/io_read_to_string.rs", + "rm -v tests/io_read_until.rs", +] + diff --git a/sources b/sources index 55f4cb5..b472e49 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokio-1.36.0.crate) = 0687980dd375965647c89cd6f569f74ded6400dbbf73318f02d8221e8f49a03151a4f023fced542cf63197d7bb150ca45417c10dfd91517d10bafe0d329d6848 +SHA512 (tokio-1.37.0.crate) = fc3c070ed0c09e57205b76618a93b8b00f4d74c2ad89df3295254ec2a984f4fdfa9ed5472ff935e1644e89cf2abc44354742603c0e006f14861deab2b873cd85 diff --git a/tokio-fix-metadata-auto.diff b/tokio-fix-metadata-auto.diff index a9279ab..cec4a1c 100644 --- a/tokio-fix-metadata-auto.diff +++ b/tokio-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- tokio-1.36.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tokio-1.36.0/Cargo.toml 2024-02-04T15:45:57.987227+00:00 +--- tokio-1.37.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tokio-1.37.0/Cargo.toml 2024-04-16T22:06:00.522687+00:00 @@ -130,11 +130,6 @@ "mio/os-ext", "mio/net",