diff --git a/_servicedata b/_servicedata
index 9b12ffb..1f12708 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/MentorEmbedded/nvptx-tools
- 9962793f41e016318dc5eca07ae602041cf526ff
\ No newline at end of file
+ 96f8fc59a757767b9e98157d95c21e9fef22a93b
\ No newline at end of file
diff --git a/nvptx-tools-1.0+git.20240419.9962793.tar.xz b/nvptx-tools-1.0+git.20240419.9962793.tar.xz
deleted file mode 100644
index 9d74948..0000000
--- a/nvptx-tools-1.0+git.20240419.9962793.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f8a95b7fb9a0c07f95a111a8d471f5516bcb6ab9cc2adbdb07cd3af98e11009b
-size 661128
diff --git a/nvptx-tools-1.0+git.20240530.96f8fc5.tar.xz b/nvptx-tools-1.0+git.20240530.96f8fc5.tar.xz
new file mode 100644
index 0000000..cb68bd4
--- /dev/null
+++ b/nvptx-tools-1.0+git.20240530.96f8fc5.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca998540a63436387c773a86af83f4b5bdef2dcb85cd6dd2a1af88ec3cbee3d5
+size 670024
diff --git a/nvptx-tools.changes b/nvptx-tools.changes
index 63e7226..fb66950 100644
--- a/nvptx-tools.changes
+++ b/nvptx-tools.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Fri May 31 13:48:51 UTC 2024 - rguenther@suse.com
+
+- Update to version 1.0+git.20240530.96f8fc5:
+ * ld: Global constructor/destructor support
+ * Build in C++11 mode
+ * Import 'config/ax_cxx_compile_stdcxx.m4' from GCC
+ * Replace 'nvptx-none-run-single' with a locking mechanism in 'nvptx-none-run.exp'
+ * Change github.com/MentorEmbedded to github.com/SourceryTools
+
-------------------------------------------------------------------
Tue May 07 12:46:17 UTC 2024 - rguenther@suse.com
diff --git a/nvptx-tools.spec b/nvptx-tools.spec
index a259e38..c88277e 100644
--- a/nvptx-tools.spec
+++ b/nvptx-tools.spec
@@ -17,7 +17,7 @@
Name: nvptx-tools
-Version: 1.0+git.20240419.9962793
+Version: 1.0+git.20240530.96f8fc5
Release: 0
Summary: PTX language tools
License: GPL-3.0-or-later
@@ -39,8 +39,6 @@ Execution) GCC toolchains.
* nvptx-none-as: "assembler" for PTX.
* nvptx-none-ld: "linker" for PTX.
* nvptx-none-run: run PTX binaries compiled with -mmainkernel.
-* nvptx-none-run-single: like nvptx-none-run, but locked, such that
- system-wide, only one instance of it is running at a time.
%prep
%setup -q
@@ -62,7 +60,6 @@ make DESTDIR=%{buildroot} install
%{_bindir}/nvptx-none-nm
%{_bindir}/nvptx-none-ranlib
%{_bindir}/nvptx-none-run
-%{_bindir}/nvptx-none-run-single
%doc COPYING3
%changelog