The package rpms/rust-semver-parser.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-semver-parser.git/commit/?id=ee....
Change: +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit bfac82e18ed1806e9f33f75cb67cffa15c0cf597 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Mon Jan 8 21:18:23 2018 +0100
Rebuild for rust-packaging v5
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/rust-semver-parser.spec b/rust-semver-parser.spec index 5ca5736..7e0f349 100644 --- a/rust-semver-parser.spec +++ b/rust-semver-parser.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parsing of the semver spec
License: MIT or ASL 2.0 @@ -47,6 +47,9 @@ BuildArch: noarch %{cargo_registry}/%{crate}-%{version}/
%changelog +* Mon Jan 08 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.7.0-4 +- Rebuild for rust-packaging v5 + * Sat Oct 21 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.7.0-3 - Rebuild to get dependency on cargo
commit f6a369ed588d6d4db83301389019eeb3b57aae96 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Sat Oct 21 10:46:46 2017 +0200
Rebuild to get dependency on cargo
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/rust-semver-parser.spec b/rust-semver-parser.spec index 8523f4e..5ca5736 100644 --- a/rust-semver-parser.spec +++ b/rust-semver-parser.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parsing of the semver spec
License: MIT or ASL 2.0 @@ -47,6 +47,9 @@ BuildArch: noarch %{cargo_registry}/%{crate}-%{version}/
%changelog +* Sat Oct 21 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.7.0-3 +- Rebuild to get dependency on cargo + * Wed Jun 14 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.7.0-2 - Port to use rust-packaging
commit ee30b986010ac6a954c73da88a0c5d6391499d07 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Fri Sep 22 18:25:08 2017 +0200
initial import
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63e4979 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/semver-parser-0.7.0.crate diff --git a/rust-semver-parser.spec b/rust-semver-parser.spec new file mode 100644 index 0000000..8523f4e --- /dev/null +++ b/rust-semver-parser.spec @@ -0,0 +1,55 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate semver-parser + +Name: rust-%{crate} +Version: 0.7.0 +Release: 2%{?dist} +Summary: Parsing of the semver spec + +License: MIT or ASL 2.0 +URL: https://crates.io/crates/semver-parser +Source0: https://crates.io/api/v1/crates/%%7Bcrate%7D/%%7Bversion%7D/download#/%%7Bcr... + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%description +%{summary}. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +%{summary}. + +%prep +%autosetup -n %{crate}-%{version} +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%{cargo_registry}/%{crate}-%{version}/ + +%changelog +* Wed Jun 14 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.7.0-2 +- Port to use rust-packaging + +* Sun Feb 12 2017 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.7.0-1 +- Initial package + diff --git a/sources b/sources new file mode 100644 index 0000000..8d9567e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (semver-parser-0.7.0.crate) = 17320468ec6b9862d595f358d70c09ac6e09db7885fe0ead7a1e596f79350a6306e8bfde5bbd6512008a7c5454da1c7ae55fe1e3bc1c1ff02ac9df54c0a6121f
arch-excludes@lists.fedoraproject.org