Skip to content

Commit fd6a69d

Browse files
committed
Update to v1.28.6 - DEB package change
+ Remove level-zero*.deb pcakges from DEB CPack output This means that package output now conforms with Canoncial naming Proper Conflics/Replaces directives are used, so upgrade should be 1 time and seemless. + Fix pkgconfig for Windows MSI paths + Updated Changelog.md + Updated version to 1.28.6 Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
1 parent b94ffc4 commit fd6a69d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Level zero loader changelog
2+
## v1.28.6
3+
* Remove level-zero* (non-Canonical) package names when building DEBs with CPack
4+
* Allow pkgconfig file isntallation with Window MSI Installer
25
## v1.28.5
36
* Add Canonical Specific packages in CPack (libze1*)
47
* Add CONFLICTS, PROVIDES, REPLACES directives in packages

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.28.5)
16+
project(level-zero VERSION 1.28.6)
1717
include(GNUInstallDirs)
1818

1919
find_package(Git)

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.28.5
2-
d7db5e4f-bf72-4dee-aba3-68de0b4c79c9
1+
1.28.6
2+
a106cfaa-e584-4194-9651-9da17307f50b

0 commit comments

Comments
 (0)