Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package level-zero for openSUSE:Factory checked in at 2025-01-05 15:32:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/level-zero (Old) and /work/SRC/openSUSE:Factory/.level-zero.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "level-zero" Sun Jan 5 15:32:07 2025 rev:16 rq:1234965 version:1.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/level-zero/level-zero.changes 2024-10-30 17:40:13.810819941 +0100 +++ /work/SRC/openSUSE:Factory/.level-zero.new.1881/level-zero.changes 2025-01-05 15:32:29.272801468 +0100 @@ -1,0 +2,11 @@ +Sat Jan 4 02:25:47 UTC 2025 - Eyad Issa <[email protected]> + +- Added _service to download files +- Renamed tarball to match convention %{name}-%{version}.tar.gz +- Use ninja as cmake builder instead of Make + +- Updated to version 1.19.2 + * API Headers, Loader, & Validation Layer based on oneAPI + Level Zero Specification v1.11.8 + +------------------------------------------------------------------- Old: ---- v1.17.45.tar.gz New: ---- _service level-zero-1.19.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ level-zero.spec ++++++ --- /var/tmp/diff_new_pack.Q6vuYa/_old 2025-01-05 15:32:29.872826148 +0100 +++ /var/tmp/diff_new_pack.Q6vuYa/_new 2025-01-05 15:32:29.872826148 +0100 @@ -1,7 +1,7 @@ # # spec file for package level-zero # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A CABELO) <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,16 @@ Name: level-zero -Version: 1.17.45 +Version: 1.19.2 Release: 0 Summary: oneAPI Level Zero Specification Headers and Loader License: MIT URL: https://github.com/oneapi-src/level-zero -Source0: %{url}/archive/v%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: make +BuildRequires: ninja BuildRequires: opencl-headers -ExclusiveArch: x86_64 %description The objective of the oneAPI Level-Zero Application Programming Interface (API) @@ -49,6 +48,7 @@ %autosetup -n level-zero-%{version} %build +%define __builder ninja %cmake %cmake_build ++++++ _service ++++++ <services> <service name="download_files" mode="manual" /> </services>
