diff --git a/.gitignore b/.gitignore index b36d503..5082a88 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /warp-0.2.2.crate /warp-0.2.3.crate /warp-0.2.4.crate +/warp-0.2.5.crate diff --git a/rust-warp.spec b/rust-warp.spec index 28767f3..d816776 100644 --- a/rust-warp.spec +++ b/rust-warp.spec @@ -6,7 +6,7 @@ %global crate warp Name: rust-%{crate} -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Summary: Serve the web at warp speeds @@ -14,9 +14,6 @@ Summary: Serve the web at warp speeds License: MIT URL: https://crates.io/crates/warp Source: %{crates_source} -# Initial patched metadata -# * Bump to tokio-tungstenite 0.11, https://github.com/seanmonstar/warp/pull/695 -Patch0: warp-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -164,6 +161,9 @@ which use "websocket" feature of "%{crate}" crate. %endif %changelog +* Mon Sep 21 2020 Fabio Valentini - 0.2.5-1 +- Update to version 0.2.5. + * Tue Aug 25 2020 Josh Stone - 0.2.4-1 - Update to 0.2.4 diff --git a/sources b/sources index 8f8f967..2733542 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (warp-0.2.4.crate) = 3664fa7f4200fe451cf9eef3ecb6db749366c0cd2d2659536c44507ec2867deba912ad0e60fc23bc3a137d03e83d975d36d7200fba2d9cb9e1ea1768cfc340d6 +SHA512 (warp-0.2.5.crate) = 7f3d7a2c014b34405abf89dd04b4d38434b2f95db809cb30acbacf3cec4341051857ca870d92a42489b9489e56b8030e59192954ebd98ab36adea58b8af3b406 diff --git a/warp-fix-metadata.diff b/warp-fix-metadata.diff deleted file mode 100644 index dde1718..0000000 --- a/warp-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- warp-0.2.4/Cargo.toml 2020-07-20T18:23:11+00:00 -+++ warp-0.2.4/Cargo.toml 2020-08-25T19:04:01.928916+00:00 -@@ -122,7 +122,7 @@ - optional = true - - [dependencies.tokio-tungstenite] --version = "0.10" -+version = "0.11" - optional = true - default-features = false -