diff --git a/.gitignore b/.gitignore index 45f31dd..ecbbd0d 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /tokio-1.24.2.crate /tokio-1.25.0.crate /tokio-1.26.0.crate +/tokio-1.27.0.crate diff --git a/rust-tokio.spec b/rust-tokio.spec index 598d68d..83b1dbe 100644 --- a/rust-tokio.spec +++ b/rust-tokio.spec @@ -5,7 +5,7 @@ %global crate tokio Name: rust-tokio -Version: 1.26.0 +Version: 1.27.0 Release: %autorelease Summary: Event-driven, non-blocking I/O platform @@ -134,18 +134,6 @@ use the "macros" feature of the "%{crate}" crate. %files -n %{name}+macros-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+memchr-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+memchr-devel %{_description} - -This package contains library source intended for building other packages which -use the "memchr" feature of the "%{crate}" crate. - -%files -n %{name}+memchr-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+mio-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index b8dfae7..25e1624 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokio-1.26.0.crate) = cad40d89b80db193919271f46f32e64c1f5f49ef2defa658273dc27f6d0f76747bdc1ea7ebb2ef3c040ce04441cd41bfbf0176474b336c9c3c71901836b31570 +SHA512 (tokio-1.27.0.crate) = d7c36e07348a5067678bbd7729c59e81ca71ef6d9581e5cefb122041b1a3f693f77ebad79382cf4dc8e38fde5cf731cdabb02adf55f297fb7b4907cd42775b09 diff --git a/tokio-fix-metadata-auto.diff b/tokio-fix-metadata-auto.diff index d67dd7b..d280e53 100644 --- a/tokio-fix-metadata-auto.diff +++ b/tokio-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- tokio-1.26.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tokio-1.26.0/Cargo.toml 2023-03-01T22:39:30.762322+00:00 -@@ -128,11 +128,6 @@ +--- tokio-1.27.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tokio-1.27.0/Cargo.toml 2023-04-18T15:50:24.266471+00:00 +@@ -122,11 +122,6 @@ "mio/os-ext", "mio/net", "socket2", @@ -12,7 +12,7 @@ ] process = [ "bytes", -@@ -141,9 +136,6 @@ +@@ -135,9 +130,6 @@ "mio/os-ext", "mio/net", "signal-hook-registry", @@ -22,7 +22,7 @@ ] rt = [] rt-multi-thread = [ -@@ -156,8 +148,6 @@ +@@ -150,8 +142,6 @@ "mio/net", "mio/os-ext", "signal-hook-registry", @@ -31,7 +31,7 @@ ] stats = [] sync = [] -@@ -167,23 +157,6 @@ +@@ -161,23 +151,6 @@ "time", ] time = [] @@ -55,7 +55,7 @@ [target."cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))".dev-dependencies.rand] version = "0.8.0" -@@ -198,16 +171,6 @@ +@@ -192,16 +165,6 @@ [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dev-dependencies.tempfile] version = "3.1.0" @@ -72,7 +72,7 @@ [target."cfg(unix)".dependencies.libc] version = "0.2.42" -@@ -228,9 +191,3 @@ +@@ -222,9 +185,3 @@ ] default-features = false