The package rpms/rust-serde0.8.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-serde0.8.git/commit/?id=80ac4b7....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 091985e609d83fd2d80ddb309206b6372bfe34c9 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Mon Jan 8 21:18:25 2018 +0100
Rebuild for rust-packaging v5
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/rust-serde0.8.spec b/rust-serde0.8.spec index 33dc896..19a3225 100644 --- a/rust-serde0.8.spec +++ b/rust-serde0.8.spec @@ -6,7 +6,7 @@
Name: rust-%{crate}0.8 Version: 0.8.23 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generic serialization/deserialization framework
# https://github.com/serde-rs/serde/issues/772 @@ -53,6 +53,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/
%changelog +* Mon Jan 08 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.8.23-4 +- Rebuild for rust-packaging v5 + * Sat Oct 21 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.8.23-3 - Rebuild to get dependency on cargo
commit e7279dbf30b09d7203eba3fe41c8944ef4d49cc5 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Sat Oct 21 10:46:58 2017 +0200
Rebuild to get dependency on cargo
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/rust-serde0.8.spec b/rust-serde0.8.spec index 4535791..33dc896 100644 --- a/rust-serde0.8.spec +++ b/rust-serde0.8.spec @@ -6,7 +6,7 @@
Name: rust-%{crate}0.8 Version: 0.8.23 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generic serialization/deserialization framework
# https://github.com/serde-rs/serde/issues/772 @@ -53,6 +53,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/
%changelog +* Sat Oct 21 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.8.23-3 +- Rebuild to get dependency on cargo + * Wed Jun 14 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.8.23-2 - Port to use rust-packaging
commit 80ac4b70afa5ccb6da6862fdb824052822d153c6 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Mon Oct 9 08:58:18 2017 +0200
initial import
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..238d281 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/serde-0.8.23.crate diff --git a/rust-serde0.8.spec b/rust-serde0.8.spec new file mode 100644 index 0000000..4535791 --- /dev/null +++ b/rust-serde0.8.spec @@ -0,0 +1,60 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate serde + +Name: rust-%{crate}0.8 +Version: 0.8.23 +Release: 2%{?dist} +Summary: Generic serialization/deserialization framework + +# https://github.com/serde-rs/serde/issues/772 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/serde +Source0: https://crates.io/api/v1/crates/%%7Bcrate%7D/%%7Bversion%7D/download#/%%7Bcr... +# Initial patched metadata +# * clippy is nightly +Patch0: serde-0.8.23-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%description +%{summary}. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +A generic serialization/deserialization framework. + +This package contains library source intended for building other packages +which use %{crate} from crates.io. + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%files devel +%{cargo_registry}/%{crate}-%{version}/ + +%changelog +* Wed Jun 14 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.8.23-2 +- Port to use rust-packaging + +* Sat Feb 25 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.8.23-1 +- Initial package diff --git a/serde-0.8.23-fix-metadata.diff b/serde-0.8.23-fix-metadata.diff new file mode 100644 index 0000000..00a5813 --- /dev/null +++ b/serde-0.8.23-fix-metadata.diff @@ -0,0 +1,10 @@ +--- serde-0.8.23/Cargo.toml 2017-01-21T00:25:34+01:00 ++++ serde-0.8.23/Cargo.toml 2017-02-25T23:08:43.283852+01:00 +@@ -19,7 +19,3 @@ + unstable = [] + alloc = ["unstable"] + collections = ["alloc"] +-unstable-testing = ["clippy", "unstable", "std"] +- +-[dependencies] +-clippy = { version = "^0.*", optional = true } diff --git a/sources b/sources new file mode 100644 index 0000000..845b9a4 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (serde-0.8.23.crate) = 537761d0fad243799c63b742b9ac020195ad5575e346080c2cf19b1792d2026bdab6f61550679b8883f7af5e16e98289aa749f0646a6d4b0cb24eec0f7d92edc
arch-excludes@lists.fedoraproject.org