The package rpms/rust-socket2.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-socket2.git/commit/?id=24b25ebf....
Change: -%ifarch s390x
Thanks.
Full change: ============
commit 24b25ebfcd451581bd1665887e32961b434aa00a Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jul 28 22:11:40 2021 +0200
Update to version 0.4.1; Fixes RHBZ#1987035
diff --git a/.gitignore b/.gitignore index 1e79928..8dcc9fa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /socket2-0.3.17.crate /socket2-0.3.19.crate /socket2-0.4.0.crate +/socket2-0.4.1.crate diff --git a/rust-socket2.spec b/rust-socket2.spec index ff5a3e6..0c70b7d 100644 --- a/rust-socket2.spec +++ b/rust-socket2.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 18 %bcond_without check %global debug_package %{nil}
%global crate socket2
Name: rust-%{crate} -Version: 0.4.0 +Version: 0.4.1 Release: %autorelease Summary: Utilities for handling networking sockets
@@ -14,7 +14,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/socket2 Source: %{crates_source} # Initial patched metadata -# * No windows dependencies +# * drop windows-specific dependencies Patch0: socket2-fix-metadata.diff
ExclusiveArch: %{rust_arches} @@ -83,14 +83,8 @@ which use "all" feature of "%{crate}" crate.
%if %{with check} %check -%ifarch s390x -# ignore one harmless test failure on s390x -# https://github.com/rust-lang/socket2/issues/216 -%cargo_test -- -- --skip sys::in_addr_convertion -%else %cargo_test %endif -%endif
%changelog %autochangelog diff --git a/socket2-fix-metadata.diff b/socket2-fix-metadata.diff index f9862a2..abbb4ca 100644 --- a/socket2-fix-metadata.diff +++ b/socket2-fix-metadata.diff @@ -1,9 +1,9 @@ ---- socket2-0.4.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ socket2-0.4.0/Cargo.toml 2021-03-25T14:58:09.376011+00:00 -@@ -35,6 +35,3 @@ +--- socket2-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ socket2-0.4.1/Cargo.toml 2021-07-28T20:02:19.787879+00:00 +@@ -34,6 +34,3 @@ all = [] [target."cfg(unix)".dependencies.libc] - version = "0.2.86" + version = "0.2.96" -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = ["handleapi", "ws2ipdef", "ws2tcpip"] diff --git a/sources b/sources index 3779626..651cbe5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (socket2-0.4.0.crate) = 7731bf377bc2f6f06b95d563452bdf1405aafebabc9211f4bd3a13847cc154ae9cff0951130e630fad9f7a53eadd30dfb92b918ae239d7cdec57c327f2cc464d +SHA512 (socket2-0.4.1.crate) = 71eb3e8d15cf4e88f801d740230710b5b52ff1434526c0e61e950168979ee715dd8acec217d1a5d6f50fa49536558ef94115902f936302d81737eb163db4b8c4
commit 0744ece2155a6bca4d112f955f2246bffeceaa10 Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jul 28 22:01:54 2021 +0200
convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..d7f16be --- /dev/null +++ b/changelog @@ -0,0 +1,94 @@ +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Mar 25 2021 Fabio Valentini decathorpe@gmail.com - 0.4.0-1 +- Update to version 0.4.0. +- Ignore one harmless test failure on s390x. + +* Sun Feb 14 2021 Fabio Valentini decathorpe@gmail.com - 0.3.19-1 +- Update to version 0.3.19. +- Fixes RHBZ#1908427 + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Nov 21 2020 Fabio Valentini decathorpe@gmail.com - 0.3.17-1 +- Update to version 0.3.17. +- Fixes RHBZ#1900204 + +* Wed Nov 11 2020 Fabio Valentini decathorpe@gmail.com - 0.3.16-1 +- Update to version 0.3.16. +- Fixes RHBZ#1896749 + +* Wed Sep 23 2020 Fabio Valentini decathorpe@gmail.com - 0.3.15-1 +- Update to version 0.3.15. + +* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.12-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Apr 01 2020 Josh Stone jistone@redhat.com - 0.3.12-1 +- Update to 0.3.12 + +* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Nov 23 2019 Josh Stone jistone@redhat.com - 0.3.11-1 +- Update to 0.3.11 + +* Sun Jul 28 18:33:11 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.10-1 +- Update to 0.3.10 + +* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 0.3.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 23 10:29:52 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.9-2 +- Regenerate + +* Tue May 07 07:55:39 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.9-1 +- Update to 0.3.9 + +* Tue Feb 12 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.8-4 +- Run tests in infrastructure + +* Sat Feb 02 2019 Fedora Release Engineering releng@fedoraproject.org - 0.3.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 10 2018 Josh Stone jistone@redhat.com - 0.3.8-2 +- Adapt to new packaging + +* Sat Sep 08 2018 Josh Stone jistone@redhat.com - 0.3.8-1 +- Update to 0.3.8 + +* Sat Jul 14 2018 Fedora Release Engineering releng@fedoraproject.org - 0.3.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.7-1 +- Update to 0.3.7 + +* Tue Jun 05 2018 Josh Stone jistone@redhat.com - 0.3.6-1 +- Update to 0.3.6 + +* Tue Apr 17 2018 Josh Stone jistone@redhat.com - 0.3.5-1 +- Update to 0.3.5 + +* Wed Mar 14 2018 Josh Stone jistone@redhat.com - 0.3.4-1 +- Update to 0.3.4 + +* Mon Mar 05 2018 Josh Stone jistone@redhat.com - 0.3.3-1 +- Update to 0.3.3 + +* Thu Mar 01 2018 Josh Stone jistone@redhat.com - 0.3.2-1 +- Update to 0.3.2 + +* Fri Feb 09 2018 Fedora Release Engineering releng@fedoraproject.org - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.1-1 +- Update to 0.3.1 + +* Sat Jan 13 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.0-1 +- Initial package diff --git a/rust-socket2.spec b/rust-socket2.spec index 22efd09..ff5a3e6 100644 --- a/rust-socket2.spec +++ b/rust-socket2.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.4.0 -Release: 2%{?dist} +Release: %autorelease Summary: Utilities for handling networking sockets
# Upstream license specification: MIT/Apache-2.0 @@ -93,97 +93,4 @@ which use "all" feature of "%{crate}" crate. %endif
%changelog -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Mar 25 2021 Fabio Valentini decathorpe@gmail.com - 0.4.0-1 -- Update to version 0.4.0. -- Ignore one harmless test failure on s390x. - -* Sun Feb 14 2021 Fabio Valentini decathorpe@gmail.com - 0.3.19-1 -- Update to version 0.3.19. -- Fixes RHBZ#1908427 - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 0.3.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Nov 21 2020 Fabio Valentini decathorpe@gmail.com - 0.3.17-1 -- Update to version 0.3.17. -- Fixes RHBZ#1900204 - -* Wed Nov 11 2020 Fabio Valentini decathorpe@gmail.com - 0.3.16-1 -- Update to version 0.3.16. -- Fixes RHBZ#1896749 - -* Wed Sep 23 2020 Fabio Valentini decathorpe@gmail.com - 0.3.15-1 -- Update to version 0.3.15. - -* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.12-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Apr 01 2020 Josh Stone jistone@redhat.com - 0.3.12-1 -- Update to 0.3.12 - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 0.3.11-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Nov 23 2019 Josh Stone jistone@redhat.com - 0.3.11-1 -- Update to 0.3.11 - -* Sun Jul 28 18:33:11 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.10-1 -- Update to 0.3.10 - -* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 0.3.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jun 23 10:29:52 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.9-2 -- Regenerate - -* Tue May 07 07:55:39 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.9-1 -- Update to 0.3.9 - -* Tue Feb 12 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.8-4 -- Run tests in infrastructure - -* Sat Feb 02 2019 Fedora Release Engineering releng@fedoraproject.org - 0.3.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Nov 10 2018 Josh Stone jistone@redhat.com - 0.3.8-2 -- Adapt to new packaging - -* Sat Sep 08 2018 Josh Stone jistone@redhat.com - 0.3.8-1 -- Update to 0.3.8 - -* Sat Jul 14 2018 Fedora Release Engineering releng@fedoraproject.org - 0.3.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jun 28 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.7-1 -- Update to 0.3.7 - -* Tue Jun 05 2018 Josh Stone jistone@redhat.com - 0.3.6-1 -- Update to 0.3.6 - -* Tue Apr 17 2018 Josh Stone jistone@redhat.com - 0.3.5-1 -- Update to 0.3.5 - -* Wed Mar 14 2018 Josh Stone jistone@redhat.com - 0.3.4-1 -- Update to 0.3.4 - -* Mon Mar 05 2018 Josh Stone jistone@redhat.com - 0.3.3-1 -- Update to 0.3.3 - -* Thu Mar 01 2018 Josh Stone jistone@redhat.com - 0.3.2-1 -- Update to 0.3.2 - -* Fri Feb 09 2018 Fedora Release Engineering releng@fedoraproject.org - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jan 24 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.1-1 -- Update to 0.3.1 - -* Sat Jan 13 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.3.0-1 -- Initial package +%autochangelog
commit 5cf2bfe9c855ee8e58ff21ab65d88fe021c2effe Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 23 16:04:37 2021 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-socket2.spec b/rust-socket2.spec index 1713ca3..22efd09 100644 --- a/rust-socket2.spec +++ b/rust-socket2.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for handling networking sockets
# Upstream license specification: MIT/Apache-2.0 @@ -93,6 +93,9 @@ which use "all" feature of "%{crate}" crate. %endif
%changelog +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Mar 25 2021 Fabio Valentini decathorpe@gmail.com - 0.4.0-1 - Update to version 0.4.0. - Ignore one harmless test failure on s390x.
arch-excludes@lists.fedoraproject.org