The package rpms/rust-futures.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-futures.git/commit/?id=ac491ec1....
Change: -%ifarch %{arm} %{ix86}
Thanks.
Full change: ============
commit ac491ec1bfd4dc481cb04ffd49eae2cafd5ad823 Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jul 28 16:01:44 2021 +0200
Update to version 0.3.16; Fixes RHBZ#1985526
diff --git a/.gitignore b/.gitignore index 7ec3107..49e4379 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /futures-0.3.13.crate /futures-0.3.14.crate /futures-0.3.15.crate +/futures-0.3.16.crate diff --git a/futures-fix-metadata.diff b/futures-fix-metadata.diff index 30ff8b8..c6b5a27 100644 --- a/futures-fix-metadata.diff +++ b/futures-fix-metadata.diff @@ -1,11 +1,11 @@ ---- futures-0.3.15/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ futures-0.3.15/Cargo.toml 2021-05-27T12:24:21.308379+00:00 -@@ -62,6 +62,9 @@ +--- futures-0.3.16/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ futures-0.3.16/Cargo.toml 2021-07-28T13:02:21.873044+00:00 +@@ -61,6 +61,9 @@ [dev-dependencies.assert_matches] version = "1.3.0"
+[dev-dependencies.futures-test] -+version = "0.3.15" ++version = "0.3.16" + [dev-dependencies.pin-project] version = "1.0.1" diff --git a/rust-futures.spec b/rust-futures.spec index ad24ce8..d7d4502 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -1,11 +1,12 @@ -# Generated by rust2rpm 17 -%bcond_without check +# Generated by rust2rpm 18 +# * tests depend on nightly-only features of futures-util +%bcond_with check %global debug_package %{nil}
%global crate futures
Name: rust-%{crate} -Version: 0.3.15 +Version: 0.3.16 Release: %autorelease Summary: Implementation of futures and streams
@@ -216,23 +217,17 @@ which use "write-all-vectored" feature of "%{crate}" crate. %cargo_prep
%generate_buildrequires -%cargo_generate_buildrequires -a +%cargo_generate_buildrequires
%build -%cargo_build -a +%cargo_build
%install -%cargo_install -a +%cargo_install
%if %{with check} %check -%ifarch %{arm} %{ix86} -# ignore two test failures caused by hardcoded result expecting 64-bit pointers -# https://github.com/rust-lang/futures-rs/issues/2446 -%cargo_test -a -- -- --skip select_size --skip select_on_non_unpin_size -%else -%cargo_test -a -%endif +%cargo_test %endif
%changelog diff --git a/sources b/sources index 9e16009..83c042d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (futures-0.3.15.crate) = 75a9f0f16c693a1a24d5aaff57aba72abf4f2cd74cb335d905a42e31b9ea20ea0e8fb24e4685d39239f3b7df8a78b13944c04f208798f43249db5e8a36a7affb +SHA512 (futures-0.3.16.crate) = 57a58ede8599cc61fcbe555c84df312aa890ea993ba956759ec8effb71982fad668f024c536dbd20856388d6ceb93841de6c063e5321affcd41e96fddf7a9a0a
commit 184b4d6abbdd0566aba844662e21d1d5061eefd2 Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jul 28 15:01:36 2021 +0200
convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..7707250 --- /dev/null +++ b/changelog @@ -0,0 +1,55 @@ +* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.15-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu May 27 2021 Fabio Valentini decathorpe@gmail.com - 0.3.15-2 +- Temporarily ignore two tests on 32-bit architectures. + +* Thu May 27 2021 Fabio Valentini decathorpe@gmail.com - 0.3.15-1 +- Update to version 0.3.15. + +* Thu Apr 22 2021 Fabio Valentini decathorpe@gmail.com - 0.3.14-1 +- Update to version 0.3.14. + +* Tue Feb 23 2021 Fabio Valentini decathorpe@gmail.com - 0.3.13-1 +- Update to version 0.3.13. + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 15 2021 Fabio Valentini decathorpe@gmail.com - 0.3.12-1 +- Update to version 0.3.12. + +* Wed Jan 13 2021 Fabio Valentini decathorpe@gmail.com - 0.3.10-1 +- Update to version 0.3.10. + +* Fri Jan 08 2021 Fabio Valentini decathorpe@gmail.com - 0.3.9-1 +- Update to version 0.3.9. + +* Mon Nov 09 2020 Fabio Valentini decathorpe@gmail.com - 0.3.8-1 +- Update to version 0.3.8. +- Fixes RHBZ#1896105 + +* Mon Oct 26 2020 Fabio Valentini decathorpe@gmail.com - 0.3.7-1 +- Update to version 0.3.7. + +* Wed Oct 07 2020 Fabio Valentini decathorpe@gmail.com - 0.3.6-1 +- Update to version 0.3.6. + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 09 2020 Josh Stone jistone@redhat.com - 0.3.5-1 +- Update to 0.3.5 + +* Mon Feb 10 2020 Josh Stone jistone@redhat.com - 0.3.4-1 +- Update to 0.3.4 + +* Thu Feb 06 2020 Josh Stone jistone@redhat.com - 0.3.3-1 +- Update to 0.3.3 + +* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Dec 14 09:51:49 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.1-1 +- Initial package diff --git a/rust-futures.spec b/rust-futures.spec index 164b14d..ad24ce8 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.3.15 -Release: 3%{?dist} +Release: %autorelease Summary: Implementation of futures and streams
# Upstream license specification: MIT OR Apache-2.0 @@ -236,58 +236,4 @@ which use "write-all-vectored" feature of "%{crate}" crate. %endif
%changelog -* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.15-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 27 2021 Fabio Valentini decathorpe@gmail.com - 0.3.15-2 -- Temporarily ignore two tests on 32-bit architectures. - -* Thu May 27 2021 Fabio Valentini decathorpe@gmail.com - 0.3.15-1 -- Update to version 0.3.15. - -* Thu Apr 22 2021 Fabio Valentini decathorpe@gmail.com - 0.3.14-1 -- Update to version 0.3.14. - -* Tue Feb 23 2021 Fabio Valentini decathorpe@gmail.com - 0.3.13-1 -- Update to version 0.3.13. - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 15 2021 Fabio Valentini decathorpe@gmail.com - 0.3.12-1 -- Update to version 0.3.12. - -* Wed Jan 13 2021 Fabio Valentini decathorpe@gmail.com - 0.3.10-1 -- Update to version 0.3.10. - -* Fri Jan 08 2021 Fabio Valentini decathorpe@gmail.com - 0.3.9-1 -- Update to version 0.3.9. - -* Mon Nov 09 2020 Fabio Valentini decathorpe@gmail.com - 0.3.8-1 -- Update to version 0.3.8. -- Fixes RHBZ#1896105 - -* Mon Oct 26 2020 Fabio Valentini decathorpe@gmail.com - 0.3.7-1 -- Update to version 0.3.7. - -* Wed Oct 07 2020 Fabio Valentini decathorpe@gmail.com - 0.3.6-1 -- Update to version 0.3.6. - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 09 2020 Josh Stone jistone@redhat.com - 0.3.5-1 -- Update to 0.3.5 - -* Mon Feb 10 2020 Josh Stone jistone@redhat.com - 0.3.4-1 -- Update to 0.3.4 - -* Thu Feb 06 2020 Josh Stone jistone@redhat.com - 0.3.3-1 -- Update to 0.3.3 - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Dec 14 09:51:49 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.1-1 -- Initial package +%autochangelog
commit fec9c84f6385ab820ca302e9a9c639cc17817802 Author: Fedora Release Engineering releng@fedoraproject.org Date: Tue Jul 27 09:02:35 2021 +0000
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-futures.spec b/rust-futures.spec index f42bd7a..164b14d 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.3.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of futures and streams
# Upstream license specification: MIT OR Apache-2.0 @@ -236,6 +236,10 @@ which use "write-all-vectored" feature of "%{crate}" crate. %endif
%changelog +* Tue Jul 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.15-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu May 27 2021 Fabio Valentini decathorpe@gmail.com - 0.3.15-2 - Temporarily ignore two tests on 32-bit architectures.