From 8e31127393c049ab0671b99367d6889924f9304d Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Feb 11 2020 11:05:44 +0000 Subject: Update to 0.2.1 Signed-off-by: Igor Raits --- diff --git a/.gitignore b/.gitignore index c060ece..6e730ab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /warp-0.1.15.crate /warp-0.1.17.crate /warp-0.1.20.crate +/warp-0.2.1.crate diff --git a/rust-warp.spec b/rust-warp.spec index b838f9e..842715f 100644 --- a/rust-warp.spec +++ b/rust-warp.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 11 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate warp Name: rust-%{crate} -Version: 0.1.20 -Release: 2%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Serve the web at warp speeds # Upstream license specification: MIT @@ -41,7 +41,7 @@ which use "%{crate}" crate. %files devel %license LICENSE %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -53,7 +53,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+multipart-devel Summary: %{summary} @@ -65,7 +65,7 @@ This package contains library source intended for building other packages which use "multipart" feature of "%{crate}" crate. %files -n %{name}+multipart-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+rustls-devel Summary: %{summary} @@ -77,7 +77,7 @@ This package contains library source intended for building other packages which use "rustls" feature of "%{crate}" crate. %files -n %{name}+rustls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tls-devel Summary: %{summary} @@ -89,7 +89,7 @@ This package contains library source intended for building other packages which use "tls" feature of "%{crate}" crate. %files -n %{name}+tls-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tungstenite-devel Summary: %{summary} @@ -101,7 +101,7 @@ This package contains library source intended for building other packages which use "tungstenite" feature of "%{crate}" crate. %files -n %{name}+tungstenite-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+websocket-devel Summary: %{summary} @@ -113,7 +113,7 @@ This package contains library source intended for building other packages which use "websocket" feature of "%{crate}" crate. %files -n %{name}+websocket-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -140,6 +140,9 @@ which use "websocket" feature of "%{crate}" crate. %changelog +* Tue Feb 11 11:54:31 CET 2020 Igor Raits - 0.2.1-1 +- Update to 0.2.1 + * Thu Jan 30 2020 Fedora Release Engineering - 0.1.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 0cf59df..77d03bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (warp-0.1.20.crate) = f20f58f33820facfe16a1b24c7bc4f74b5576482fb8413e1c18c4e9c066e1edeb1fb5e210dcd2c4439959492f59d671cec06756f7b5caf7f8417fa27d52f4d83 +SHA512 (warp-0.2.1.crate) = 72f1c212533cb1f75216fd43cdb13349673b1aff802d2c4d9ff236cfcc8ce2835d4822006a0ed47f9d25e7fe5188b10ce1455f679768430e4ea2040db702bd18 diff --git a/warp-fix-metadata.diff b/warp-fix-metadata.diff index b9642a9..2560379 100644 --- a/warp-fix-metadata.diff +++ b/warp-fix-metadata.diff @@ -1,6 +1,6 @@ ---- warp-0.1.20/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ warp-0.1.20/Cargo.toml 2019-10-19T18:01:49.001982+00:00 -@@ -111,7 +111,7 @@ +--- warp-0.2.1/Cargo.toml 2020-01-23T22:47:01+00:00 ++++ warp-0.2.1/Cargo.toml 2020-02-11T10:54:31.314818+00:00 +@@ -119,7 +119,7 @@ [dependencies.urlencoding] version = "1.0.0" [dev-dependencies.handlebars]