The package rpms/rust-wyz.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-wyz.git/commit/?id=bbb911d4f52e....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit bbb911d4f52e02fcaf1e158272a0bf29d08ac9a5 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Feb 28 15:32:30 2023 +0100
Update to version 0.5.1; Fixes RHBZ#1943994
diff --git a/.gitignore b/.gitignore index 8b7188f..e61b413 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /*.src.rpm
/wyz-0.2.0.crate +/wyz-0.5.1.crate diff --git a/rust-wyz.spec b/rust-wyz.spec index 5b153a3..e6d8cad 100644 --- a/rust-wyz.spec +++ b/rust-wyz.spec @@ -1,26 +1,19 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate wyz
-Name: rust-%{crate} -Version: 0.2.0 +Name: rust-wyz +Version: 0.5.1 Release: %autorelease Summary: Myrrlyn’s utility collection
-# Upstream license specification: MIT -# https://github.com/myrrlyn/wyz/issues/2 License: MIT URL: https://crates.io/crates/wyz Source: %{crates_source}
-ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Myrrlyn’s utility collection.} @@ -33,11 +26,13 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate.
%files devel -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE.txt +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -45,11 +40,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +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 +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel Summary: %{summary} @@ -57,11 +52,35 @@ BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
-This package contains library source intended for building other packages -which use "alloc" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+garbage-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+garbage-devel %{_description} + +This package contains library source intended for building other packages which +use the "garbage" feature of the "%{crate}" crate. + +%files -n %{name}+garbage-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+once_cell-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+once_cell-devel %{_description} + +This package contains library source intended for building other packages which +use the "once_cell" feature of the "%{crate}" crate. + +%files -n %{name}+once_cell-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel Summary: %{summary} @@ -69,11 +88,23 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
-This package contains library source intended for building other packages -which use "std" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+typemap-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+typemap-devel %{_description} + +This package contains library source intended for building other packages which +use the "typemap" feature of the "%{crate}" crate. + +%files -n %{name}+typemap-devel +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -90,8 +121,7 @@ which use "std" feature of "%{crate}" crate.
%if %{with check} %check -# * doctests seem to be broken with Rust 1.58+ for unknown reasons -%cargo_test -- --lib +%cargo_test %endif
%changelog diff --git a/sources b/sources index 5ed0ff6..5a4ad87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wyz-0.2.0.crate) = 3a16c3e81d3595ddf1e7816e698eb4d07c7455dec579fd5e97b5d8b77e626cda52f3cdaee71e234e5e500a7ac58b9d1d5f12b17264686f3f225d5e5b0d315de7 +SHA512 (wyz-0.5.1.crate) = 15d86c167145c90e3fbabcefd11754fb1cb835896e32d1bb7f4b027e5b2092f5fdbdca4062c129bc38e655cb87c6a3f4e181747ee25d89db5e01fb1fcac18fe9
commit 1afbf8ef17af1508727fd4c3d2c856aaf66a712e Author: Fabio Valentini decathorpe@gmail.com Date: Tue Feb 28 14:44:12 2023 +0100
Convert to %autorelease and %autochangelog
[skip changelog]
diff --git a/changelog b/changelog new file mode 100644 index 0000000..67dadfc --- /dev/null +++ b/changelog @@ -0,0 +1,20 @@ +* Sat Jan 21 2023 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 27 2022 Fabio Valentini decathorpe@gmail.com - 0.2.0-5 +- Disable doctests as they seem to be broken with Rust 1.58+. + +* Sat Jan 22 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Nov 24 2020 Fabio Valentini decathorpe@gmail.com - 0.2.0-1 +- Initial package diff --git a/rust-wyz.spec b/rust-wyz.spec index adffb53..5b153a3 100644 --- a/rust-wyz.spec +++ b/rust-wyz.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.2.0 -Release: 7%{?dist} +Release: %autorelease Summary: Myrrlyn’s utility collection
# Upstream license specification: MIT @@ -95,23 +95,4 @@ which use "std" feature of "%{crate}" crate. %endif
%changelog -* Sat Jan 21 2023 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jan 27 2022 Fabio Valentini decathorpe@gmail.com - 0.2.0-5 -- Disable doctests as they seem to be broken with Rust 1.58+. - -* Sat Jan 22 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Nov 24 2020 Fabio Valentini decathorpe@gmail.com - 0.2.0-1 -- Initial package +%autochangelog
commit 017d11c0756165a01f6ad3a557765bc4aa0cd553 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 02:23:17 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-wyz.spec b/rust-wyz.spec index d387a12..adffb53 100644 --- a/rust-wyz.spec +++ b/rust-wyz.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Myrrlyn’s utility collection
# Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif
%changelog +* Sat Jan 21 2023 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
commit 554066c63a1fd11f963d5aefa4f72827d26deb7e Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 23 07:46:01 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-wyz.spec b/rust-wyz.spec index 32892c6..d387a12 100644 --- a/rust-wyz.spec +++ b/rust-wyz.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Myrrlyn’s utility collection
# Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif
%changelog +* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 27 2022 Fabio Valentini decathorpe@gmail.com - 0.2.0-5 - Disable doctests as they seem to be broken with Rust 1.58+.
arch-excludes@lists.fedoraproject.org