Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adaptivecpp for openSUSE:Factory 
checked in at 2025-11-13 17:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adaptivecpp (Old)
 and      /work/SRC/openSUSE:Factory/.adaptivecpp.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adaptivecpp"

Thu Nov 13 17:26:52 2025 rev:9 rq:1317460 version:25.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/adaptivecpp/adaptivecpp.changes  2025-06-10 
09:10:49.645181709 +0200
+++ /work/SRC/openSUSE:Factory/.adaptivecpp.new.2061/adaptivecpp.changes        
2025-11-13 17:29:06.563540629 +0100
@@ -1,0 +2,19 @@
+Thu Nov  6 00:54:18 UTC 2025 - Eyad Issa <[email protected]>
+
+- Update to version 25.10.0:
+  * AdaptiveCpp 25.10 introduces a deployment model for the
+    distribution of AdaptiveCpp-compiled binaries. Users can now
+    run acpp --acpp-deploy to let AdaptiveCpp collect all
+    libraries that a binary will need at runtime. This can be
+    conveniently used to create self-contained application
+    packages -- together with AdaptiveCpp's generic JIT compiler,
+    this makes it easy and convenient to distribute binaries that
+    can offload kernels to NVIDIA, AMD, and Intel GPUs, as well as
+    CPUs.
+  * Full highlights at:
+    https://github.com/AdaptiveCpp/AdaptiveCpp/releases/tag/v25.10.0
+
+  * Full changelog at:
+    https://github.com/AdaptiveCpp/AdaptiveCpp/compare/v25.02.0...v25.10.0 
+
+-------------------------------------------------------------------

Old:
----
  adaptivecpp-25.02.0.tar.gz

New:
----
  adaptivecpp-25.10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ adaptivecpp.spec ++++++
--- /var/tmp/diff_new_pack.86um4x/_old  2025-11-13 17:29:08.011602091 +0100
+++ /var/tmp/diff_new_pack.86um4x/_new  2025-11-13 17:29:08.067604468 +0100
@@ -1,8 +1,9 @@
 #
 # spec file for package adaptivecpp
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2025 Andreas Stieger <[email protected]>
+# Copyright (c) 2025 Eyad Issa <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +18,10 @@
 #
 
 
+%global llvm_version 20
+
 Name:           adaptivecpp
-Version:        25.02.0
+Version:        25.10.0
 Release:        0
 Summary:        Open implementation of SYCL for CPUs and GPUs
 License:        BSD-2-Clause
@@ -27,7 +30,7 @@
 Patch1:         0001-Use-bin-env-python3-instead-of-python3-in-scripts.patch
 Patch2:         0002-Remove-realpath-in-acpp.patch
 BuildRequires:  boost-devel
-BuildRequires:  clang-devel
+BuildRequires:  clang%{llvm_version}-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc
@@ -35,7 +38,8 @@
 BuildRequires:  libboost_context-devel
 BuildRequires:  libboost_fiber-devel
 BuildRequires:  libboost_test-devel
-BuildRequires:  llvm-devel
+BuildRequires:  lld%{llvm_version}
+BuildRequires:  llvm%{llvm_version}-devel
 BuildRequires:  make
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
@@ -168,8 +172,7 @@
 %{_prefix}/lib/cmake/AdaptiveCpp/
 %{_prefix}/lib/cmake/OpenSYCL/
 %{_prefix}/lib/cmake/hipSYCL/
-%dir %{_prefix}%{_sysconfdir}/AdaptiveCpp
-%{_prefix}%{_sysconfdir}/AdaptiveCpp/acpp-core.json
+%{_prefix}%{_sysconfdir}/AdaptiveCpp/
 
 %files -n libacpp-common
 %license LICENSE

++++++ adaptivecpp-25.02.0.tar.gz -> adaptivecpp-25.10.0.tar.gz ++++++
++++ 25359 lines of diff (skipped)

Reply via email to