The package rpms/rust-ubyte.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-ubyte.git/commit/?id=5bcf245e38... https://src.fedoraproject.org/cgit/rpms/rust-ubyte.git/commit/?id=3eb2769d00....
Change: -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 703a2caf0c49fde7265f007ad2ad1b3d7bee691b Author: Fedora Release Engineering releng@fedoraproject.org Date: Mon Sep 30 07:29:21 2024 +0000
Unretirement Releng Request: https://pagure.io/releng/issue/12363
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a744205 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/ubyte-0.10.1.crate +/ubyte-0.10.2.crate +/ubyte-0.10.3.crate +/ubyte-0.10.4.crate diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/rust-ubyte.spec b/rust-ubyte.spec new file mode 100644 index 0000000..128dc8b --- /dev/null +++ b/rust-ubyte.spec @@ -0,0 +1,82 @@ +# Generated by rust2rpm 25 +%bcond_without check +%global debug_package %{nil} + +%global crate ubyte + +Name: rust-ubyte +Version: 0.10.4 +Release: %autorelease +Summary: Simple, no_std-compatible library for byte units + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/ubyte +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +A simple, complete, const-everything, saturating, human-friendly, no_std +library for byte units.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +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 %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..2d86f59 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,2 @@ +[package] +summary = "Simple, no_std-compatible library for byte units" diff --git a/sources b/sources new file mode 100644 index 0000000..7c0a77a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (ubyte-0.10.4.crate) = e1332b2c9d3fbab3cb9890b5cbd606d6cd07a311bca79495363491f0a18406f5c93c62597d7f915406ed6e42e95341246788495144e39201b667c06df85781cb
commit 582b55c1d74880f71d8573f7e0e8272fa2690cc7 Author: Maxwell G maxwell@gtmx.me Date: Sat Aug 3 09:59:55 2024 -0500
Orphaned for 6+ weeks
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a744205..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/ubyte-0.10.1.crate -/ubyte-0.10.2.crate -/ubyte-0.10.3.crate -/ubyte-0.10.4.crate diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/rust-ubyte.spec b/rust-ubyte.spec deleted file mode 100644 index 128dc8b..0000000 --- a/rust-ubyte.spec +++ /dev/null @@ -1,82 +0,0 @@ -# Generated by rust2rpm 25 -%bcond_without check -%global debug_package %{nil} - -%global crate ubyte - -Name: rust-ubyte -Version: 0.10.4 -Release: %autorelease -Summary: Simple, no_std-compatible library for byte units - -License: MIT OR Apache-2.0 -URL: https://crates.io/crates/ubyte -Source: %{crates_source} - -BuildRequires: rust-packaging >= 21 - -%global _description %{expand: -A simple, complete, const-everything, saturating, human-friendly, no_std -library for byte units.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license %{crate_instdir}/LICENSE-APACHE -%license %{crate_instdir}/LICENSE-MIT -%doc %{crate_instdir}/README.md -%{crate_instdir}/ - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -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 %{crate_instdir}/Cargo.toml - -%package -n %{name}+serde-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-devel %{_description} - -This package contains library source intended for building other packages which -use the "serde" feature of the "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{crate_instdir}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -%autochangelog diff --git a/rust2rpm.toml b/rust2rpm.toml deleted file mode 100644 index 2d86f59..0000000 --- a/rust2rpm.toml +++ /dev/null @@ -1,2 +0,0 @@ -[package] -summary = "Simple, no_std-compatible library for byte units" diff --git a/sources b/sources deleted file mode 100644 index 7c0a77a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (ubyte-0.10.4.crate) = e1332b2c9d3fbab3cb9890b5cbd606d6cd07a311bca79495363491f0a18406f5c93c62597d7f915406ed6e42e95341246788495144e39201b667c06df85781cb
commit 73d05e0f243a6371959437d5ebfaeaed55a3c8c6 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 20 03:42:58 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
commit 1f93bf2be8d67127d9996b74a14577adbb67e0ce Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 27 01:06:18 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 5bcf245e38d08d487bbd8af39e65820f0d351848 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Oct 7 15:17:43 2023 +0200
Update to version 0.10.4; Fixes RHBZ#2241829
diff --git a/.gitignore b/.gitignore index 8c232ad..a744205 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ubyte-0.10.1.crate /ubyte-0.10.2.crate /ubyte-0.10.3.crate +/ubyte-0.10.4.crate diff --git a/README.md b/README.md deleted file mode 100644 index 28708e3..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-ubyte - -The rust-ubyte package diff --git a/rust-ubyte.spec b/rust-ubyte.spec index 71712d6..128dc8b 100644 --- a/rust-ubyte.spec +++ b/rust-ubyte.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil}
%global crate ubyte
Name: rust-ubyte -Version: 0.10.3 +Version: 0.10.4 Release: %autorelease Summary: Simple, no_std-compatible library for byte units
@@ -13,13 +13,11 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/ubyte Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: -Simple, complete, const-everything, saturating, human-friendly, no_std library -for byte units.} +A simple, complete, const-everything, saturating, human-friendly, no_std +library for byte units.}
%description %{_description}
@@ -63,7 +61,7 @@ use the "serde" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..2d86f59 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,2 @@ +[package] +summary = "Simple, no_std-compatible library for byte units" diff --git a/sources b/sources index 89af8d3..7c0a77a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubyte-0.10.3.crate) = 7107f76107dcfeca173a24bcace3b8f1eda9cad6ee9547866187daa6c8087d2f9786ffc552e7dff93543bcdefa28c45fda823c6ef2d8a304176ea197d7a3ea5f +SHA512 (ubyte-0.10.4.crate) = e1332b2c9d3fbab3cb9890b5cbd606d6cd07a311bca79495363491f0a18406f5c93c62597d7f915406ed6e42e95341246788495144e39201b667c06df85781cb
commit 8ca8064c272c2122e5b33da081ff5a1d8b1ec36d Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 22 00:22:21 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit d4fe14faa709396928293abd025aba34d9af3ad4 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 02:04:09 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit 940fc95175ceb5c29b8ee0d3746d6f7d4e7cdd2e Author: Fabio Valentini decathorpe@gmail.com Date: Mon Sep 5 16:08:46 2022 +0200
Update to version 0.10.3; Fixes RHBZ#2124057
diff --git a/.gitignore b/.gitignore index cea1637..8c232ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ubyte-0.10.1.crate /ubyte-0.10.2.crate +/ubyte-0.10.3.crate diff --git a/rust-ubyte.spec b/rust-ubyte.spec index 5b61d03..71712d6 100644 --- a/rust-ubyte.spec +++ b/rust-ubyte.spec @@ -1,16 +1,15 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 22 %bcond_without check %global debug_package %{nil}
%global crate ubyte
-Name: rust-%{crate} -Version: 0.10.2 +Name: rust-ubyte +Version: 0.10.3 Release: %autorelease -Summary: Rust no_std library for byte units +Summary: Simple, no_std-compatible library for byte units
-# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/ubyte Source: %{crates_source}
diff --git a/sources b/sources index 74127dc..89af8d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubyte-0.10.2.crate) = 0f7a7114c511da881445b9a4f2650a2a82bfd9586f7976ecd498078db63023f989f4d95b15ed8397f43b0e49a6b3a9081b33b1f7c2f326f37407b707a730e5e3 +SHA512 (ubyte-0.10.3.crate) = 7107f76107dcfeca173a24bcace3b8f1eda9cad6ee9547866187daa6c8087d2f9786ffc552e7dff93543bcdefa28c45fda823c6ef2d8a304176ea197d7a3ea5f
commit 0fe28ae7397e692327385de7f30c57939921c0da Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 23 07:22:45 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit 890cf8d8365be5957109eee60ba00d39a8449f00 Author: Jan Baudisch jan@baudisch.xyz Date: Sat May 21 09:05:51 2022 +0200
update to 0.10.2
diff --git a/.gitignore b/.gitignore index 840cc5a..cea1637 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ubyte-0.10.1.crate +/ubyte-0.10.2.crate diff --git a/rust-ubyte.spec b/rust-ubyte.spec index 61a0ec6..5b61d03 100644 --- a/rust-ubyte.spec +++ b/rust-ubyte.spec @@ -5,7 +5,7 @@ %global crate ubyte
Name: rust-%{crate} -Version: 0.10.1 +Version: 0.10.2 Release: %autorelease Summary: Rust no_std library for byte units
diff --git a/sources b/sources index 49a7b24..74127dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ubyte-0.10.1.crate) = 6282d47dfa473bf0ab1332df5c414cb8ea1aa9d70321f23f917ee1fb245e5a892476c3bd3fb9ab707114c799c2594618df2850e882aad97328fa48a45e9a1daf +SHA512 (ubyte-0.10.2.crate) = 0f7a7114c511da881445b9a4f2650a2a82bfd9586f7976ecd498078db63023f989f4d95b15ed8397f43b0e49a6b3a9081b33b1f7c2f326f37407b707a730e5e3
commit 3eb2769d00d3885b5db50380b2d0e4e92e68fe39 Author: Jan Baudisch jan@baudisch.xyz Date: Thu May 5 10:20:13 2022 +0200
Initial import (fedora#2065440).
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..840cc5a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/ubyte-0.10.1.crate diff --git a/rust-ubyte.spec b/rust-ubyte.spec new file mode 100644 index 0000000..61a0ec6 --- /dev/null +++ b/rust-ubyte.spec @@ -0,0 +1,85 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate ubyte + +Name: rust-%{crate} +Version: 0.10.1 +Release: %autorelease +Summary: Rust no_std library for byte units + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/ubyte +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Simple, complete, const-everything, saturating, human-friendly, no_std library +for byte units.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +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 %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..49a7b24 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (ubyte-0.10.1.crate) = 6282d47dfa473bf0ab1332df5c414cb8ea1aa9d70321f23f917ee1fb245e5a892476c3bd3fb9ab707114c799c2594618df2850e882aad97328fa48a45e9a1daf
arch-excludes@lists.fedoraproject.org