The package rpms/rust-multipart.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-multipart.git/commit/?id=7a26b9....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 7a26b99307ba2134a027087427bbfc003296f1a1 Author: Fabio Valentini decathorpe@gmail.com Date: Thu Sep 29 13:09:43 2022 +0200
no longer needed
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6bf535e..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/multipart-0.16.1.crate -/multipart-0.17.0.crate -/multipart-0.17.1.crate -/multipart-0.18.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 21157b8..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-multipart - -The rust-multipart package \ No newline at end of file diff --git a/changelog b/changelog deleted file mode 100644 index ff6a43e..0000000 --- a/changelog +++ /dev/null @@ -1,28 +0,0 @@ -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.17.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.17.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Jan 10 2021 Fabio Valentini decathorpe@gmail.com - 0.17.1-1 -- Update to version 0.17.1. -- Fixes RHBZ#1914586 - -* Fri Dec 11 2020 Fabio Valentini decathorpe@gmail.com - 0.17.0-2 -- Remove features with missing dependencies (clippy, rocket). - -* 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 - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.16.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 0.16.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Oct 20 00:56:29 CEST 2019 Robert-André Mauchin zebob.m@gmail.com - 0.16.1-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c7912ba --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer needed diff --git a/multipart-fix-metadata.diff b/multipart-fix-metadata.diff deleted file mode 100644 index 332832f..0000000 --- a/multipart-fix-metadata.diff +++ /dev/null @@ -1,79 +0,0 @@ ---- multipart-0.18.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ multipart-0.18.0/Cargo.toml 2021-12-06T17:04:36.330693+00:00 -@@ -20,10 +20,7 @@ - keywords = ["form-data", "hyper", "iron", "http", "upload"] - license = "MIT OR Apache-2.0" - repository = "http://github.com/abonander/multipart" -- --[[bin]] --name = "form_test" --required-features = ["mock", "hyper", "server"] -+autobins = false - - [[example]] - name = "hyper_client" -@@ -46,24 +43,13 @@ - required-features = ["mock", "iron", "server"] - - [[example]] --name = "nickel" --required-features = ["mock", "nickel", "server"] -- --[[example]] - name = "tiny_http" - required-features = ["mock", "tiny_http", "server"] - --[[example]] --name = "rocket" --required-features = ["mock", "rocket", "server"] - [dependencies.buf_redux] - version = "0.8" - optional = true - default-features = false -- --[dependencies.clippy] --version = ">=0.0, <0.1" --optional = true - - [dependencies.httparse] - version = "1.2" -@@ -91,20 +77,12 @@ - [dependencies.mime_guess] - version = "2.0.1" - --[dependencies.nickel] --version = ">=0.10.1" --optional = true -- - [dependencies.quick-error] - version = "1.2" - optional = true - - [dependencies.rand] - version = "0.8" -- --[dependencies.rocket] --version = "0.4" --optional = true - - [dependencies.safemem] - version = "0.3" -@@ -118,15 +96,13 @@ - optional = true - - [dependencies.twoway] --version = "0.1" -+version = "0.2" - optional = true - [dev-dependencies.env_logger] --version = "0.5" -+version = "0.7" - - [features] --bench = [] - client = [] --default = ["client", "hyper", "iron", "mock", "nickel", "server", "tiny_http"] -+default = ["client", "hyper", "iron", "mock", "server", "tiny_http"] - mock = [] --nightly = [] - server = ["buf_redux", "httparse", "quick-error", "safemem", "twoway"] diff --git a/rust-multipart.spec b/rust-multipart.spec deleted file mode 100644 index 7ddcf82..0000000 --- a/rust-multipart.spec +++ /dev/null @@ -1,223 +0,0 @@ -# Generated by rust2rpm 20 -%bcond_without check -%global debug_package %{nil} - -%global crate multipart - -Name: rust-%{crate} -Version: 0.18.0 -Release: %autorelease -Summary: Backend-agnostic support for POST multipart/form-data requests - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/multipart -Source: %{crates_source} -# Initial patched metadata -# * drop unused / broken features: bench, clippy, nickel, nightly, rocket -# * bump twoway from 0.1 to 0.2 -# * bump env_logger from 0.5 to 0.7 -# * remove development-only form_test binary -Patch0: multipart-fix-metadata.diff - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -Backend-agnostic extension for HTTP libraries that provides support for POST -multipart/form-data requests on both client and server.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license LICENSE LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ -%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{fuzz_server.sh,lorem_ipsum.txt} - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -This package contains library source intended for building other packages which -use the "default" feature of the "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+buf_redux-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+buf_redux-devel %{_description} - -This package contains library source intended for building other packages which -use the "buf_redux" feature of the "%{crate}" crate. - -%files -n %{name}+buf_redux-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+client-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+client-devel %{_description} - -This package contains library source intended for building other packages which -use the "client" feature of the "%{crate}" crate. - -%files -n %{name}+client-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+httparse-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+httparse-devel %{_description} - -This package contains library source intended for building other packages which -use the "httparse" feature of the "%{crate}" crate. - -%files -n %{name}+httparse-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+hyper-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+hyper-devel %{_description} - -This package contains library source intended for building other packages which -use the "hyper" feature of the "%{crate}" crate. - -%files -n %{name}+hyper-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+iron-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+iron-devel %{_description} - -This package contains library source intended for building other packages which -use the "iron" feature of the "%{crate}" crate. - -%files -n %{name}+iron-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+lazy_static-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+lazy_static-devel %{_description} - -This package contains library source intended for building other packages which -use the "lazy_static" feature of the "%{crate}" crate. - -%files -n %{name}+lazy_static-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+mock-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+mock-devel %{_description} - -This package contains library source intended for building other packages which -use the "mock" feature of the "%{crate}" crate. - -%files -n %{name}+mock-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+quick-error-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+quick-error-devel %{_description} - -This package contains library source intended for building other packages which -use the "quick-error" feature of the "%{crate}" crate. - -%files -n %{name}+quick-error-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+safemem-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+safemem-devel %{_description} - -This package contains library source intended for building other packages which -use the "safemem" feature of the "%{crate}" crate. - -%files -n %{name}+safemem-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+server-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+server-devel %{_description} - -This package contains library source intended for building other packages which -use the "server" feature of the "%{crate}" crate. - -%files -n %{name}+server-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+tiny_http-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tiny_http-devel %{_description} - -This package contains library source intended for building other packages which -use the "tiny_http" feature of the "%{crate}" crate. - -%files -n %{name}+tiny_http-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+twoway-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+twoway-devel %{_description} - -This package contains library source intended for building other packages which -use the "twoway" feature of the "%{crate}" crate. - -%files -n %{name}+twoway-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 235828d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (multipart-0.18.0.crate) = a34036e1c05c241f130ed30eb7a2d96c2590ea8c0cb7e6cf98c160ca0fc6e0f1227192b45d8166abd7221633c36c57718fdb0ccfa8ff4254d4eeb3abb5210704
arch-excludes@lists.fedoraproject.org