The package rpms/rust-i18n-config.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-i18n-config.git/commit/?id=7221....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 7221fc2db14f101e4e1c65a94f5a2c2dc28e0ed4 Author: Fabio Valentini decathorpe@gmail.com Date: Tue May 23 23:47:22 2023 +0200
Update to version 0.4.4; Fixes RHBZ#2159518
diff --git a/.gitignore b/.gitignore index 5f2c5ae..7c97d21 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /i18n-config-0.4.2.crate +/i18n-config-0.4.4.crate diff --git a/README.md b/README.md deleted file mode 100644 index 70e7cde..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-i18n-config - -The rust-i18n-config package diff --git a/rust-i18n-config.spec b/rust-i18n-config.spec index eafb600..8a71937 100644 --- a/rust-i18n-config.spec +++ b/rust-i18n-config.spec @@ -1,25 +1,19 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate i18n-config
-Name: rust-%{crate} -Version: 0.4.2 +Name: rust-i18n-config +Version: 0.4.4 Release: %autorelease -Summary: This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system +Summary: Configuration stucts for cargo-i18n
-# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/i18n-config Source: %{crates_source}
-ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: This library contains the configuration stucts (along with their parsing @@ -33,13 +27,14 @@ 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 -%license LICENSE.txt -%doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE.txt +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -47,11 +42,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
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..957e58f --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,2 @@ +[DEFAULT] +summary = Configuration stucts for cargo-i18n diff --git a/sources b/sources index a21da0f..dbfbdda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (i18n-config-0.4.2.crate) = 98b3fabfdc26f486a873f4187c05f0b17c839d5279b049978eb12ba216221f8fcdee9732dd309c5810259b73289c2ba6d35304be6afd54bdc8d52923e6e69045 +SHA512 (i18n-config-0.4.4.crate) = 9e596efcb920c569af7ca4ef89e1a46f56e27c82bf8cad5bd3b38b0e77774dfd3e6408af18e96b06d9c1da4f8a2e5387d31eab502113bb5fa51dc4e3d0e97f73
commit 87dbd9c5b0616884b051ae8b0c8305b4d9a2ae94 Author: Fabio Valentini decathorpe@gmail.com Date: Tue May 23 23:44:44 2023 +0200
Convert to %autorelease and %autochangelog
[skip changelog]
diff --git a/changelog b/changelog new file mode 100644 index 0000000..6b32f83 --- /dev/null +++ b/changelog @@ -0,0 +1,11 @@ +* Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.4.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sun Oct 03 2021 Link Dupont linkdupont@fedoraproject.org - 0.4.2-1 +- Initial package diff --git a/rust-i18n-config.spec b/rust-i18n-config.spec index a2def2b..eafb600 100644 --- a/rust-i18n-config.spec +++ b/rust-i18n-config.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.4.2 -Release: 4%{?dist} +Release: %autorelease Summary: This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system
# Upstream license specification: MIT @@ -72,14 +72,4 @@ which use "default" feature of "%{crate}" crate. %endif
%changelog -* Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.4.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.4.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sun Oct 03 2021 Link Dupont linkdupont@fedoraproject.org - 0.4.2-1 -- Initial package +%autochangelog
arch-excludes@lists.fedoraproject.org