#1 update to version 0.17.0
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -1,1 +1,2 @@

  /multipart-0.16.1.crate

+ /multipart-0.17.0.crate

file modified
+2 -2
@@ -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

   

file modified
+69 -18
@@ -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 @@

  %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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  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 @@

  %endif

  

  %changelog

+ * Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-1

+ - Update to version 0.17.0.

+ 

  * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-4

  - Second attempt - Rebuilt for

    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (multipart-0.16.1.crate) = aa253b38cb92230970fb1ffc37e7a9f0f8bc0f5ce2c9dbb44865a3d60e31e6b16ef47c4669ec467996e2518b9cc538d9bf6bd353a13b10e0fe1538019ee2581b

+ SHA512 (multipart-0.17.0.crate) = c43788eb57aa63765546bfe7bda21e6f96db03cdf495076c54fdc5e09b25079f35b60b483cefdd643b56cd4c2212813d0a0b2546b9b65aee514c634add82f174

  • update to latest version (0.16.1 → 0.17.0)
  • regenerate spec with rust2rpm 13
  • update list of feature subpackages
  • rebase cargo metadata patch

Pull-Request has been merged by decathorpe

3 years ago