diff --git a/deno.changes b/deno.changes index 422704c..9d31a58 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 22 02:00:51 UTC 2024 - Soc Virnyl Estela + +- Remove zeromq-update.patch + ------------------------------------------------------------------- Fri Nov 22 00:48:35 UTC 2024 - Soc Virnyl Estela diff --git a/deno.spec b/deno.spec index a3a2266..2963ea6 100644 --- a/deno.spec +++ b/deno.spec @@ -29,7 +29,6 @@ Group: Productivity/Other URL: https://github.com/denoland/deno Source0: %{name}-%{version}.tar.zst Source1: registry.tar.zst -Patch1: zeromq-update.patch BuildRequires: cargo-packaging %if 0%{?suse_version} > 1600 diff --git a/zeromq-update.patch b/zeromq-update.patch deleted file mode 100644 index ac697c4..0000000 --- a/zeromq-update.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Cargo.toml.orig 2024-11-11 10:00:21.627172910 +0800 -+++ b/Cargo.toml 2024-11-11 10:00:28.567190380 +0800 -@@ -204,7 +204,7 @@ - webpki-roots = "0.26" - which = "4.2.5" - yoke = { version = "0.7.4", features = ["derive"] } --zeromq = { version = "=0.4.0", default-features = false, features = ["tcp-transport", "tokio-runtime"] } -+zeromq = { version = "=0.4.1", default-features = false, features = ["tcp-transport", "tokio-runtime"] } - zstd = "=0.12.4" - - # crypto -