The package rpms/rust-i18n-embed-impl.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-embed-impl.git/commit/?id=....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 90316c3f865890672de902ba13b8c9b8330e28bc Author: Fabio Valentini decathorpe@gmail.com Date: Tue May 23 23:49:41 2023 +0200
Update to version 0.8.1; Fixes RHBZ#2207815
diff --git a/.gitignore b/.gitignore index 4c18b2b..2955e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /i18n-embed-impl-0.7.0.crate /i18n-embed-impl-0.8.0.crate +/i18n-embed-impl-0.8.1.crate diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..2c0f002 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,8 @@ +Copyright 2020 Luke Frisken + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +© 2020 Luke Frisken \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 9166da6..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-i18n-embed-impl - -The rust-i18n-embed-impl package diff --git a/rust-i18n-embed-impl.spec b/rust-i18n-embed-impl.spec index 5ad11df..264191f 100644 --- a/rust-i18n-embed-impl.spec +++ b/rust-i18n-embed-impl.spec @@ -1,25 +1,20 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate i18n-embed-impl
-Name: rust-%{crate} -Version: 0.8.0 +Name: rust-i18n-embed-impl +Version: 0.8.1 Release: %autorelease Summary: Macro implementations for i18n-embed
-# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/i18n-embed-impl -Source: %{crates_source} +Source0: %{crates_source} +Source1: https://github.com/kellpossible/cargo-i18n/raw/i18n-embed-impl_v0.8.1/i18n-e...
-ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Macro implementations for i18n-embed.} @@ -32,11 +27,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} @@ -44,11 +41,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}+find-crate-devel Summary: %{summary} @@ -56,11 +53,11 @@ BuildArch: noarch
%description -n %{name}+find-crate-devel %{_description}
-This package contains library source intended for building other packages -which use "find-crate" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "find-crate" feature of the "%{crate}" crate.
%files -n %{name}+find-crate-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fluent-system-devel Summary: %{summary} @@ -68,11 +65,11 @@ BuildArch: noarch
%description -n %{name}+fluent-system-devel %{_description}
-This package contains library source intended for building other packages -which use "fluent-system" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "fluent-system" feature of the "%{crate}" crate.
%files -n %{name}+fluent-system-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+gettext-system-devel Summary: %{summary} @@ -80,11 +77,11 @@ BuildArch: noarch
%description -n %{name}+gettext-system-devel %{_description}
-This package contains library source intended for building other packages -which use "gettext-system" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "gettext-system" feature of the "%{crate}" crate.
%files -n %{name}+gettext-system-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+i18n-config-devel Summary: %{summary} @@ -92,11 +89,11 @@ BuildArch: noarch
%description -n %{name}+i18n-config-devel %{_description}
-This package contains library source intended for building other packages -which use "i18n-config" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "i18n-config" feature of the "%{crate}" crate.
%files -n %{name}+i18n-config-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+quote-devel Summary: %{summary} @@ -104,28 +101,29 @@ BuildArch: noarch
%description -n %{name}+quote-devel %{_description}
-This package contains library source intended for building other packages -which use "quote" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "quote" feature of the "%{crate}" crate.
%files -n %{name}+quote-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +cp -pav %{SOURCE1} .
%generate_buildrequires -%cargo_generate_buildrequires -f fluent-system +%cargo_generate_buildrequires
%build -%cargo_build -f fluent-system +%cargo_build
%install -%cargo_install -f fluent-system +%cargo_install
%if %{with check} %check -%cargo_test -f fluent-system +%cargo_test %endif
%changelog diff --git a/sources b/sources index 7b10daf..1678ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (i18n-embed-impl-0.8.0.crate) = 61c0f755280776fb832495ec5444774f9f5a346dfddeecba5090f21a604cb94a7005ed55ce2c431c74a33037045c6b763d281b0dea02a3e56b2ba669679d8f81 +SHA512 (i18n-embed-impl-0.8.1.crate) = 0b16b181d85d52fa628660663dc8a44feff5236604890b803d0f881af6be60f6c00710a241289adda3b1eeda73da4fab58a126580aa697b28fca5a2268e4c2be
commit b980fcf439d59d35cfa34b133dcefbda75d0df39 Author: Fabio Valentini decathorpe@gmail.com Date: Tue May 23 23:41:25 2023 +0200
Convert to %autorelease and %autochangelog
[skip changelog]
diff --git a/changelog b/changelog new file mode 100644 index 0000000..f481e95 --- /dev/null +++ b/changelog @@ -0,0 +1,14 @@ +* Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Nov 22 2021 Link Dupont linkdupont@fedoraproject.org - 0.8.0-1 +- New upstream version + +* Mon Oct 04 2021 Link Dupont linkdupont@fedoraproject.org - 0.7.0-1 +- Initial package diff --git a/rust-i18n-embed-impl.spec b/rust-i18n-embed-impl.spec index 16c9c52..5ad11df 100644 --- a/rust-i18n-embed-impl.spec +++ b/rust-i18n-embed-impl.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.8.0 -Release: 4%{?dist} +Release: %autorelease Summary: Macro implementations for i18n-embed
# Upstream license specification: MIT @@ -129,17 +129,4 @@ which use "quote" feature of "%{crate}" crate. %endif
%changelog -* Fri Jan 20 2023 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Nov 22 2021 Link Dupont linkdupont@fedoraproject.org - 0.8.0-1 -- New upstream version - -* Mon Oct 04 2021 Link Dupont linkdupont@fedoraproject.org - 0.7.0-1 -- Initial package +%autochangelog
arch-excludes@lists.fedoraproject.org