2 Commits

Author SHA256 Message Date
35179fd30c Accepting request 1307386 from hardware
OBS-URL: https://build.opensuse.org/request/show/1307386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/igsc?expand=0&rev=2
2025-09-26 20:25:47 +00:00
cffd062fa6 - Update to version 1.0.0
* CMake: move Conan requirement out of preset
  * cli: Prefix the debugging with a more suitable name
  * cli: retrieve firmware version before oprom and fw data update
  * cli: add oprom devid enforcement explanations
  * cli: add missed out of memory print
  * lib: drop duplicate perf checkpoint
  * lib: fix strings
  * lib: fix structures definition coding style
  * lib: add comment describing oprom update logic
- Remove 0001-Use-CMAKE_INSTALL_LIBDIR-when-installing-cmake-files.patch 
  * Fix is in upstream and no longer needed

OBS-URL: https://build.opensuse.org/package/show/hardware/igsc?expand=0&rev=2
2025-09-26 13:13:10 +00:00
5 changed files with 21 additions and 32 deletions

View File

@@ -1,26 +0,0 @@
From 4492de33209fb947c35b8e062fa537212290caed Mon Sep 17 00:00:00 2001
From: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Date: Fri, 14 Mar 2025 11:03:16 +0100
Subject: [PATCH] Use CMAKE_INSTALL_LIBDIR when installing cmake files
Signed-off-by: Patrik Jakobsson <pjakobsson@suse.de>
---
lib/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 3672c35de9e9..45e49060c77a 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -86,7 +86,7 @@ configure_file(cmake/${PROJECT_NAME}Config.cmake
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}Config.cmake"
COPYONLY
)
-set(ConfigPackageLocation lib/cmake/${PROJECT_NAME})
+set(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
install(EXPORT ${PROJECT_NAME}Targets
FILE ${PROJECT_NAME}Targets.cmake
NAMESPACE ${PROJECT_NAME}::
--
2.48.1

Binary file not shown.

3
igsc-1.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a82246aeeef50218acb11d318f467b00bad3be1938f727b15f5e871b25f01df
size 200361

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Sep 26 12:37:25 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version 1.0.0
* CMake: move Conan requirement out of preset
* cli: Prefix the debugging with a more suitable name
* cli: retrieve firmware version before oprom and fw data update
* cli: add oprom devid enforcement explanations
* cli: add missed out of memory print
* lib: drop duplicate perf checkpoint
* lib: fix strings
* lib: fix structures definition coding style
* lib: add comment describing oprom update logic
- Remove 0001-Use-CMAKE_INSTALL_LIBDIR-when-installing-cmake-files.patch
* Fix is in upstream and no longer needed
-------------------------------------------------------------------
Mon Mar 17 09:33:08 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>

View File

@@ -16,13 +16,12 @@
#
Name: igsc
Version: 0.9.5
Version: 1.0.0
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
Patch0: 0001-Use-CMAKE_INSTALL_LIBDIR-when-installing-cmake-files.patch
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
@@ -53,7 +52,7 @@ Headers and cmake files for the igsc library.
%files
%{_bindir}/igsc
%{_libdir}/libigsc.so.0*
%{_libdir}/libigsc.so.1*
%files devel
%{_includedir}/igsc_lib.h