From 61f80346047d920b12e37e76293ff771959c671c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sep 21 2020 13:16:09 +0000 Subject: update to version 0.17.0 --- diff --git a/.gitignore b/.gitignore index 2599cbd..1e78f2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /multipart-0.16.1.crate +/multipart-0.17.0.crate diff --git a/multipart-fix-metadata.diff b/multipart-fix-metadata.diff index 58cf47f..227f33c 100644 --- a/multipart-fix-metadata.diff +++ b/multipart-fix-metadata.diff @@ -1,5 +1,5 @@ ---- multipart-0.16.1/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ multipart-0.16.1/Cargo.toml 2019-10-19T22:56:28.962240+00:00 +--- multipart-0.17.0/Cargo.toml 2020-06-09T20:46:30+00:00 ++++ multipart-0.17.0/Cargo.toml 2020-09-21T13:11:19.738527+00:00 @@ -118,10 +118,10 @@ optional = true diff --git a/rust-multipart.spec b/rust-multipart.spec index 8665081..1b634a9 100644 --- a/rust-multipart.spec +++ b/rust-multipart.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global crate multipart Name: rust-%{crate} -Version: 0.16.1 -Release: 4%{?dist} +Version: 0.17.0 +Release: 1%{?dist} Summary: Backend-agnostic extension for HTTP libraries # Upstream license specification: MIT OR Apache-2.0 @@ -54,7 +54,7 @@ which use "%{crate}" crate. %files devel %doc README.md examples %license LICENSE LICENSE-APACHE LICENSE-MIT -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -66,7 +66,19 @@ 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}+bench-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bench-devel %{_description} + +This package contains library source intended for building other packages +which use "bench" feature of "%{crate}" crate. + +%files -n %{name}+bench-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+buf_redux-devel Summary: %{summary} @@ -78,7 +90,7 @@ This package contains library source intended for building other packages which use "buf_redux" feature of "%{crate}" crate. %files -n %{name}+buf_redux-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+client-devel Summary: %{summary} @@ -90,7 +102,19 @@ This package contains library source intended for building other packages which use "client" feature of "%{crate}" crate. %files -n %{name}+client-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+clippy-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+clippy-devel %{_description} + +This package contains library source intended for building other packages +which use "clippy" feature of "%{crate}" crate. + +%files -n %{name}+clippy-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+httparse-devel Summary: %{summary} @@ -102,7 +126,7 @@ This package contains library source intended for building other packages which use "httparse" feature of "%{crate}" crate. %files -n %{name}+httparse-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+hyper-devel Summary: %{summary} @@ -114,7 +138,7 @@ This package contains library source intended for building other packages which use "hyper" feature of "%{crate}" crate. %files -n %{name}+hyper-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+iron-devel Summary: %{summary} @@ -126,7 +150,7 @@ This package contains library source intended for building other packages which use "iron" feature of "%{crate}" crate. %files -n %{name}+iron-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+lazy_static-devel Summary: %{summary} @@ -138,7 +162,7 @@ This package contains library source intended for building other packages which use "lazy_static" feature of "%{crate}" crate. %files -n %{name}+lazy_static-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+mock-devel Summary: %{summary} @@ -150,7 +174,7 @@ This package contains library source intended for building other packages which use "mock" feature of "%{crate}" crate. %files -n %{name}+mock-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+nickel-devel Summary: %{summary} @@ -162,7 +186,19 @@ This package contains library source intended for building other packages which use "nickel" feature of "%{crate}" crate. %files -n %{name}+nickel-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+nightly-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nightly-devel %{_description} + +This package contains library source intended for building other packages +which use "nightly" feature of "%{crate}" crate. + +%files -n %{name}+nightly-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+quick-error-devel Summary: %{summary} @@ -174,7 +210,19 @@ This package contains library source intended for building other packages which use "quick-error" feature of "%{crate}" crate. %files -n %{name}+quick-error-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+rocket-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rocket-devel %{_description} + +This package contains library source intended for building other packages +which use "rocket" feature of "%{crate}" crate. + +%files -n %{name}+rocket-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+safemem-devel Summary: %{summary} @@ -186,7 +234,7 @@ This package contains library source intended for building other packages which use "safemem" feature of "%{crate}" crate. %files -n %{name}+safemem-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+server-devel Summary: %{summary} @@ -198,7 +246,7 @@ This package contains library source intended for building other packages which use "server" feature of "%{crate}" crate. %files -n %{name}+server-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+tiny_http-devel Summary: %{summary} @@ -210,7 +258,7 @@ This package contains library source intended for building other packages which use "tiny_http" feature of "%{crate}" crate. %files -n %{name}+tiny_http-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+twoway-devel Summary: %{summary} @@ -222,7 +270,7 @@ This package contains library source intended for building other packages which use "twoway" feature of "%{crate}" crate. %files -n %{name}+twoway-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 @@ -247,6 +295,9 @@ sed -i 's/\r$//' fuzz_server.sh %endif %changelog +* Mon Sep 21 2020 Fabio Valentini - 0.17.0-1 +- Update to version 0.17.0. + * Sat Aug 01 2020 Fedora Release Engineering - 0.16.1-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 577deb4..3eb4519 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (multipart-0.16.1.crate) = aa253b38cb92230970fb1ffc37e7a9f0f8bc0f5ce2c9dbb44865a3d60e31e6b16ef47c4669ec467996e2518b9cc538d9bf6bd353a13b10e0fe1538019ee2581b +SHA512 (multipart-0.17.0.crate) = c43788eb57aa63765546bfe7bda21e6f96db03cdf495076c54fdc5e09b25079f35b60b483cefdd643b56cd4c2212813d0a0b2546b9b65aee514c634add82f174