4 Commits

Author SHA256 Message Date
9d5f5d1ca1 Accepting request 1307385 from hardware
OBS-URL: https://build.opensuse.org/request/show/1307385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/intel-metee?expand=0&rev=3
2025-09-26 20:25:46 +00:00
1eb7283437 - Update to version 6.0.2
* Windows: drop un-needed assert
  * EFI: do not send disconnect when not connected

OBS-URL: https://build.opensuse.org/package/show/hardware/intel-metee?expand=0&rev=4
2025-09-26 13:09:57 +00:00
4152a3d670 Accepting request 1287595 from hardware
OBS-URL: https://build.opensuse.org/request/show/1287595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/intel-metee?expand=0&rev=2
2025-06-23 13:03:26 +00:00
d69bc9f6ff Accepting request 1286534 from home:patrikjakobsson:branches:hardware
- Update to version 6.0.0
  * CMake: consume four-part version
  * TeeInitFull2 API
  * EFI: Decrease HW register polling timeout
  * EFI: Refactor HECI_DEVICE_KIND
  * Linux: pull libmei 1.7.0
  * EFI: Change propertyMap array type to CHAR8*
  * EFI: Fixing compilation errors with GCC
  * Add cpp wrapper
  * TeeGetKind API

OBS-URL: https://build.opensuse.org/request/show/1286534
OBS-URL: https://build.opensuse.org/package/show/hardware/intel-metee?expand=0&rev=3
2025-06-21 17:15:08 +00:00
4 changed files with 27 additions and 6 deletions

BIN
4.3.1.tar.gz LFS

Binary file not shown.

3
6.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:702bd3c17bc5876be85fada658a142c4ba514812779fe839e130c1dc0a64a7d9
size 119084

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Sep 26 12:19:23 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version 6.0.2
* Windows: drop un-needed assert
* EFI: do not send disconnect when not connected
-------------------------------------------------------------------
Wed Jun 18 06:29:45 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version 6.0.0
* CMake: consume four-part version
* TeeInitFull2 API
* EFI: Decrease HW register polling timeout
* EFI: Refactor HECI_DEVICE_KIND
* Linux: pull libmei 1.7.0
* EFI: Change propertyMap array type to CHAR8*
* EFI: Fixing compilation errors with GCC
* Add cpp wrapper
* TeeGetKind API
-------------------------------------------------------------------
Thu Mar 13 14:27:07 UTC 2025 - Patrik Jakobsson <patrik.jakobsson@suse.com>

View File

@@ -15,10 +15,10 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define SONAME libmetee4_3_1
%define SONAME libmetee6_0_2_0
Name: intel-metee
Version: 4.3.1
Version: 6.0.2
Release: 0
Summary: Library to access CSE/CSME/GSC firmware via a MEI interface
License: Apache-2.0
@@ -67,7 +67,7 @@ CFLAGS=-Wno-builtin-macro-redefined \
%files -n %{SONAME}
%license COPYING
%doc CHANGELOG.md README.md
%{_libdir}/libmetee.so.%{version}
%{_libdir}/libmetee.so.%{version}.0
%files devel
%{_libdir}/libmetee.so