Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package igsc for openSUSE:Factory checked in at 2026-08-17 17:00:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/igsc (Old) and /work/SRC/openSUSE:Factory/.igsc.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "igsc" Mon Aug 17 17:00:12 2026 rev:3 rq:1371581 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/igsc/igsc.changes 2025-09-26 22:27:40.137971186 +0200 +++ /work/SRC/openSUSE:Factory/.igsc.new.1258/igsc.changes 2026-08-17 17:06:52.027709875 +0200 @@ -1,0 +2,36 @@ +Thu Aug 13 20:32:35 UTC 2026 - Markus Ebner <[email protected]> + +- Update to version 1.0.1 + * lib: fix metee logs +- Update to version 1.0.2 + * CMake: Linux: overwrite FORTIFY_SOURCE from distribution +- Update to version 1.1.0 + * cli: use signed variable + * cli: reject non-hex flags in late-binding + * cli: drop unneeded status print + * enum: find device with separate bdf + * enum: udev: detect more gfx classes + * lib: add new late bind APIs + * test: add new late bind tests + * cli: add new late bind commands + * test: add tests for new late bind cli commands +- Update to version 1.2.0 + * add OEM serial number API + * test: add CLI bad input tests for oem +- Update to version 1.3.0 + * lib: add igsc_library_version API for runtime version query + * test: add unit tests for library version +- Update to version 1.3.1 + * lib: check buffer and number of entries + * lib: limit sizes in manifest header + * lib: use internal buffer in igsc_image_fwdata_init + * ifr: fix input buffer size check + * test: fix uninitialized buffer_len in fwdata parser tests + * lib: validate fwdata INFO partition minimum size + * lib: validate fwdata extension header bounds + * test: cover undersized fwdata INFO partition + * test: cover fwdata extension partial header tail + * move to Visual Studio 2022 + * cli: drop unused MAX_UPDATE_IMAGE_SIZE macro + +------------------------------------------------------------------- Old: ---- igsc-1.0.0.tar.gz New: ---- _service igsc-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ igsc.spec ++++++ --- /var/tmp/diff_new_pack.cNwFC0/_old 2026-08-17 17:06:52.744735164 +0200 +++ /var/tmp/diff_new_pack.cNwFC0/_new 2026-08-17 17:06:52.745735199 +0200 @@ -1,7 +1,7 @@ # -# spec file for package intel-metee +# spec file for package igsc # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: igsc -Version: 1.0.0 +Version: 1.3.1 Release: 0 Summary: Intel Graphics System Controller Firmware Update Utility License: Apache-2.0 URL: https://github.com/intel/igsc -Source: https://github.com/intel/igsc/archive/refs/tags/V%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: gcc -BuildRequires: gcc-c++ +Source: https://github.com/intel/igsc/archive/V%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake +BuildRequires: gcc-c++ BuildRequires: intel-metee-devel BuildRequires: systemd-devel +BuildRequires: cmake(cmocka) %description Intel Graphics System Controller (igsc) Firmware Update Utility and @@ -50,6 +51,9 @@ %ldconfig_scriptlets +%check +%ctest + %files %{_bindir}/igsc %{_libdir}/libigsc.so.1* ++++++ _service ++++++ <services> <service name="format_spec_file" mode="manual" /> <service name="download_files" mode="manual" /> </services> ++++++ igsc-1.0.0.tar.gz -> igsc-1.3.1.tar.gz ++++++ ++++ 7286 lines of diff (skipped)
