Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ipxe for openSUSE:Factory checked in at 2022-05-24 20:31:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipxe (Old) and /work/SRC/openSUSE:Factory/.ipxe.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipxe" Tue May 24 20:31:21 2022 rev:13 rq:978769 version:1.21.1+git20210908.02ec659b Changes: -------- --- /work/SRC/openSUSE:Factory/ipxe/ipxe.changes 2021-06-19 23:03:40.075729380 +0200 +++ /work/SRC/openSUSE:Factory/.ipxe.new.2254/ipxe.changes 2022-05-24 20:31:47.826942442 +0200 @@ -1,0 +2,25 @@ +Sun May 22 15:32:17 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 1.21.1+git20210908.02ec659b: + * [acpi] Generalise DSDT/SSDT data extraction logic + * [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if present + * [efi] Use zero for PCI vendor/device IDs when no applicable ID exists + * [cloud] Retry DHCP aggressively in AWS EC2 + * [efi] Match signtool expectations for file alignment + * [libc] Allow for externally-defined LITTLE_ENDIAN and BIG_ENDIAN constants + * [uri] Make URI schemes case-insensitive + * [rdc] Add driver for RDC R6040 embedded NIC + * [realtek] Work around hardware bug on RTL8211B + * [cloud] Show ifstat output after a failed boot attempt + * [peerdist] Assume that most recently discovered peer can be reused +- Fixes build on Leap +- Add workaround for building with GCC12 (Factory) + +------------------------------------------------------------------- +Sun May 22 15:08:10 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Fix version, base version, starting with 1.20.1+git20210604.065dce8d, + was 1.21.1 not 1.20.1 as 1.21.1 was released December 2020. + So current version is: 1.21.1+git20210614.bf4ccd42 + +------------------------------------------------------------------- Old: ---- ipxe-1.20.1+git20210614.bf4ccd42.tar.gz New: ---- ipxe-1.21.1+git20210908.02ec659b.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipxe.spec ++++++ --- /var/tmp/diff_new_pack.J3SCeH/_old 2022-05-24 20:31:48.658943185 +0200 +++ /var/tmp/diff_new_pack.J3SCeH/_new 2022-05-24 20:31:48.662943188 +0200 @@ -1,7 +1,7 @@ # # spec file for package ipxe # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %ifnarch %{ix86} x86_64 %define buildtargets dsk,usb,lkrn %else @@ -22,13 +23,13 @@ %endif Name: ipxe -Version: 1.20.1+git20210614.bf4ccd42 +Version: 1.21.1+git20210908.02ec659b Release: 0 Summary: A Network Boot Firmware License: GPL-2.0-only Group: System/Boot URL: https://ipxe.org/ -Source: %{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: binutils-devel %ifarch aarch64 %if 0%{?sle_version} >= 150000 && 0%{?sle_version} < 159999 @@ -80,8 +81,10 @@ cd src make_ipxe() { + # https://github.com/ipxe/ipxe/issues/620 + [ `gcc -dumpversion` -ge 12 ] && TAG="NO_WERROR=1" || TAG="" make %{?_smp_mflags} V=1 \ - VERSION=%{version} "$@" + VERSION=%{version} $TAG "$@" } %ifarch %{ix86} x86_64 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.J3SCeH/_old 2022-05-24 20:31:48.698943220 +0200 +++ /var/tmp/diff_new_pack.J3SCeH/_new 2022-05-24 20:31:48.702943224 +0200 @@ -1,16 +1,17 @@ <services> <service mode="disabled" name="tar_scm"> <param name="scm">git</param> - <param name="url">https://git.ipxe.org/ipxe.git</param> + <param name="url">https://github.com/ipxe/ipxe.git</param> <param name="exclude">.git</param> - <param name="versionformat">1.20.1+git%cd.%h</param> + <param name="versionformat">@PARENT_TAG@+git%cd.%h</param> + <param name="versionrewrite-pattern">v(.*)</param> <param name="filename">ipxe</param> <param name="extension">tar</param> <param name="changesgenerate">enable</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> - <param name="compression">gz</param> + <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"/> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.J3SCeH/_old 2022-05-24 20:31:48.722943242 +0200 +++ /var/tmp/diff_new_pack.J3SCeH/_new 2022-05-24 20:31:48.726943245 +0200 @@ -1,6 +1,8 @@ <servicedata> -<service name="tar_scm"> - <param name="url">https://git.ipxe.org/ipxe.git</param> - <param name="changesrevision">bf4ccd4265ac614fbfa38bf168b6eeaf4c17d51e</param></service></servicedata> + <service name="tar_scm"> + <param name="url">https://github.com/ipxe/ipxe.git</param> + <param name="changesrevision">02ec659b73b0998a275e79ec06a5b7d674dfad07</param> + </service> +</servicedata> (No newline at EOF)