commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2024-07-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2024-07-11 20:33:27

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.17339 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Thu Jul 11 20:33:27 2024 rev:15 rq:1186868 version:550.100

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2024-07-09 20:07:34.516535382 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.17339/kernel-firmware-nvidia-gspx-G06.changes
   2024-07-11 20:34:13.355141519 +0200
@@ -1,0 +2,10 @@
+Thu Jul 11 10:56:16 UTC 2024 - Egbert Eich 
+
+- For CUDA update version to 555.42.6.
+- Use firmware for one arch only as firmware doesn't run on
+  the CPU and therefore should be arch-independent. This has
+  been confirmed by NVIDIA.
+  Since the run file attempts to run binaries if these are
+  not installed, 'BuildRequire:' zstd.
+
+---

Old:

  NVIDIA-Linux-aarch64-550.100.run
  NVIDIA-Linux-aarch64-555.42.02.run
  NVIDIA-Linux-x86_64-555.42.02.run
  kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc

New:

  kernel-firmware-nvidia-gspx-G06-555.42.06-0.x86_64.rpm



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.S0125R/_old  2024-07-11 20:34:18.055311457 +0200
+++ /var/tmp/diff_new_pack.S0125R/_new  2024-07-11 20:34:18.059311601 +0200
@@ -17,7 +17,7 @@
 
 
 %define gfx_version 550.100
-%define cuda_version 555.42.02
+%define cuda_version 555.42.06
 
 %global flavor @BUILD_FLAVOR@%{?nil}
 %if "%{flavor}" == "cuda"
@@ -26,11 +26,7 @@
 
 %define simpletest 0
 
-%ifarch x86_64
 %define arch x86_64
-%else
-%define arch aarch64
-%endif
 
 %if %{undefined _firmwaredir}
 %define _firmwaredir /lib/firmware
@@ -47,21 +43,22 @@
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
 Group:  System/Kernel
+%if %{without cuda}
 Source0:
http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
-Source1:
http://download.nvidia.com/XFree86/Linux-aarch64/%{version}/NVIDIA-Linux-aarch64-%{version}.run
+NoSource:   0
+%endif
 # This is defined at build, not for 'osc service run download_files` or
 # factory_auto. This both sources are seen outside of the build but only
 # the matching one will be included in the srpm for the respective flavor.
-%if %{undefined linux_arch}
-Source2:
http://download.nvidia.com/XFree86/Linux-x86_64/%{cuda_version}/NVIDIA-Linux-x86_64-%{cuda_version}.run
-Source3:
http://download.nvidia.com/XFree86/Linux-aarch64/%{cuda_version}/NVIDIA-Linux-aarch64-%{cuda_version}.run
+%if %{undefined linux_arch} || %{with cuda}
+Source1:
https://developer.download.nvidia.com/compute/cuda/repos/sles15/x86_64/kernel-firmware-nvidia-gspx-G06-%{cuda_version}-0.x86_64.rpm
+NoSource:   1
 %endif
 Source4:kernel-firmware-nvidia-gspx-G06-rpmlintrc
-Source5:kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc
-NoSource:   0
-NoSource:   1
+
 # Only required to distinguish between build and factor-auto
 BuildRequires:  kernel-macros
+BuildRequires:  zstd
 %if 0%{simpletest} == 0
 Provides:   multiversion(kernel)
 %endif
@@ -69,19 +66,25 @@
 Provides:   kernel-firmware-nvidia-gspx-G06 = %version
 Conflicts:  kernel-firmware-nvidia-gspx-G06
 %endif
-ExclusiveArch:  x86_64 aarch64
 Obsoletes:  kernel-firmware-nvidia-gsp-G06 = 535.86.05
+ExclusiveArch:  x86_64 aarch64
+BuildArch:  noarch
 
 %description
 This package contains the versioned kernel firmware file "gsp.bin" for
 the OpenSource NVIDIA kernel module driver G06.
 
 %prep
+%if %{without cuda}
 sh %{_sourcedir}/NVIDIA-Linux-%{arch}-%{version}.run -x
+%else
+rpm2cpio %{SOURCE1} | cpio -di
+%endif
 
 %build
 
 %install
+%if %{without cuda}
 mkdir -p %{buildroot}%{_firmwaredir}/nvidia/%{version}
 install -m 644 
NVIDIA-Linux-%{arch}-%{version}/firmware/{gsp_ga10x.bin,gsp_tu10x.bin} \
   %{buildroot}%{_firmwaredir}/nvidia/%{version}
@@ -91,6 +94,11 @@
 install -m 755 ./NVIDIA-Linux-%{arch}-%{version}/libnvidia-ml.so.%{version} 
%{buildroot}/usr/lib/%{name}
 ln -snf libnvidia-ml.so.%{version} 
%{buildroot}/usr/lib/%{name}/libnvidia-ml.so.1
 %endif
+%else
+mkdir -p %{buildroot}%{_firmwaredir}/nvidia/%{version}
+install -m 644 ./lib/firmware/nvidia/%{version}/{gsp_ga10x.bin,gsp_tu10x.bin} \
+   

commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2024-07-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2024-07-08 19:09:26

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.2080 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Mon Jul  8 19:09:26 2024 rev:13 rq:1186207 version:550.90.07

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2024-07-05 19:57:53.513037797 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.2080/kernel-firmware-nvidia-gspx-G06.changes
2024-07-08 19:09:48.902151775 +0200
@@ -1,0 +2,9 @@
+Mon Jul  8 14:10:27 UTC 2024 - Egbert Eich 
+
+- Use macro which is set during build but not when running
+  `osc service run download_files` to make sure both source versions
+  are visible for download. This way, only the correct source
+  tarball will be included in the source package of its respective
+  flavor but both can be downloaded (updated) simultaniously.
+
+---



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.usFxc2/_old  2024-07-08 19:09:52.718291348 +0200
+++ /var/tmp/diff_new_pack.usFxc2/_new  2024-07-08 19:09:52.722291494 +0200
@@ -49,7 +49,10 @@
 Group:  System/Kernel
 Source0:
http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
 Source1:
http://download.nvidia.com/XFree86/Linux-aarch64/%{version}/NVIDIA-Linux-aarch64-%{version}.run
-%if %{with factory_auto}
+# This is defined at build, not for 'osc service run download_files` or
+# factory_auto. This both sources are seen outside of the build but only
+# the matching one will be included in the srpm for the respective flavor.
+%if %{undefined linux_arch}
 Source2:
http://download.nvidia.com/XFree86/Linux-x86_64/%{cuda_version}/NVIDIA-Linux-x86_64-%{cuda_version}.run
 Source3:
http://download.nvidia.com/XFree86/Linux-aarch64/%{cuda_version}/NVIDIA-Linux-aarch64-%{cuda_version}.run
 %endif
@@ -57,6 +60,8 @@
 Source5:kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc
 NoSource:   0
 NoSource:   1
+# Only required to distinguish between build and factor-auto
+BuildRequires:  kernel-macros
 %if 0%{simpletest} == 0
 Provides:   multiversion(kernel)
 %endif


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2024-07-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2024-07-05 19:51:15

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.2080 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Fri Jul  5 19:51:15 2024 rev:12 rq:1185804 version:550.90.07

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2024-06-06 12:32:02.603216410 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.2080/kernel-firmware-nvidia-gspx-G06.changes
2024-07-05 19:57:53.513037797 +0200
@@ -1,0 +2,14 @@
+Fri Jul  5 10:58:50 UTC 2024 - Stefan Dirsch 
+
+- make buildservice happy; all sources need to be mentioned as such
+  in specfile 
+
+---
+Thu Jul  4 13:56:54 UTC 2024 - Stefan Dirsch 
+
+- Add a second flavor to be used by the kernel module versions
+  used by CUDA. The firmware targetting CUDA contains '-cuda' in
+  its name to track its versions separately from the graphics
+  firmware. (bsc#1227417)
+
+---

New:

  NVIDIA-Linux-aarch64-555.42.02.run
  NVIDIA-Linux-x86_64-555.42.02.run
  _multibuild
  kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.HIf2uX/_old  2024-07-05 19:57:55.725119019 +0200
+++ /var/tmp/diff_new_pack.HIf2uX/_new  2024-07-05 19:57:55.729119166 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package kernel-firmware-nvidia-gspx-G06
+# spec file
 #
 # Copyright (c) 2024 SUSE LLC
 #
@@ -16,6 +16,14 @@
 #
 
 
+%define gfx_version 550.90.07
+%define cuda_version 555.42.02
+
+%global flavor @BUILD_FLAVOR@%{?nil}
+%if "%{flavor}" == "cuda"
+%{bcond_without cuda}
+%endif
+
 %define simpletest 0
 
 %ifarch x86_64
@@ -28,22 +36,34 @@
 %define _firmwaredir /lib/firmware
 %endif
 
-Name:   kernel-firmware-nvidia-gspx-G06
+Name:   kernel-firmware-nvidia-gspx-G06%{?with_cuda:-cuda}
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:550.90.07
+%if %{with cuda}
+Version:%{cuda_version}
+%else
+Version:%{gfx_version}
+%endif
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
 Group:  System/Kernel
 Source0:
http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
 Source1:
http://download.nvidia.com/XFree86/Linux-aarch64/%{version}/NVIDIA-Linux-aarch64-%{version}.run
+%if %{with factory_auto}
+Source2:
http://download.nvidia.com/XFree86/Linux-x86_64/%{cuda_version}/NVIDIA-Linux-x86_64-%{cuda_version}.run
+Source3:
http://download.nvidia.com/XFree86/Linux-aarch64/%{cuda_version}/NVIDIA-Linux-aarch64-%{cuda_version}.run
+%endif
+Source4:kernel-firmware-nvidia-gspx-G06-rpmlintrc
+Source5:kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc
 NoSource:   0
 NoSource:   1
-%if 0%{simpletest} == 1
-Source2:%{name}-rpmlintrc
-%else
+%if 0%{simpletest} == 0
 Provides:   multiversion(kernel)
 %endif
+%if %{with cuda}
+Provides:   kernel-firmware-nvidia-gspx-G06 = %version
+Conflicts:  kernel-firmware-nvidia-gspx-G06
+%endif
 ExclusiveArch:  x86_64 aarch64
 Obsoletes:  kernel-firmware-nvidia-gsp-G06 = 535.86.05
 



++ _multibuild ++

  cuda


++ kernel-firmware-nvidia-gspx-G06-cuda-rpmlintrc ++
addFilter("kernel-firmware-nvidia-gspx.*shlib-policy-name-error")


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2024-04-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2024-04-18 22:13:06

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.26366 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Thu Apr 18 22:13:06 2024 rev:9 rq:1168795 version:550.76

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2024-03-20 21:20:51.216392029 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.26366/kernel-firmware-nvidia-gspx-G06.changes
   2024-04-18 22:14:24.857469883 +0200
@@ -1,0 +2,6 @@
+Wed Apr 17 14:15:53 UTC 2024 - Stefan Dirsch 
+
+- update firmware to version 550.76
+  * addresses boo#1222972
+
+---

Old:

  NVIDIA-Linux-aarch64-550.67.run
  NVIDIA-Linux-x86_64-550.67.run

New:

  NVIDIA-Linux-aarch64-550.76.run
  NVIDIA-Linux-x86_64-550.76.run



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.V7mcJu/_old  2024-04-18 22:14:27.313560193 +0200
+++ /var/tmp/diff_new_pack.V7mcJu/_new  2024-04-18 22:14:27.313560193 +0200
@@ -30,7 +30,7 @@
 
 Name:   kernel-firmware-nvidia-gspx-G06
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:550.67
+Version:550.76
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2024-02-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2024-02-25 14:06:47

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.1770 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Sun Feb 25 14:06:47 2024 rev:7 rq:1150147 version:550.54.14

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2023-11-24 23:34:13.662183263 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.1770/kernel-firmware-nvidia-gspx-G06.changes
2024-02-25 14:07:02.770913436 +0100
@@ -1,0 +2,5 @@
+Sat Feb 24 12:51:17 UTC 2024 - Stefan Dirsch 
+
+- update firmware to version 550.54.14
+
+---

Old:

  NVIDIA-Linux-aarch64-545.29.06.run
  NVIDIA-Linux-x86_64-545.29.06.run

New:

  NVIDIA-Linux-aarch64-550.54.14.run
  NVIDIA-Linux-x86_64-550.54.14.run



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.DEOGdd/_old  2024-02-25 14:07:05.543013780 +0100
+++ /var/tmp/diff_new_pack.DEOGdd/_new  2024-02-25 14:07:05.543013780 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-firmware-nvidia-gspx-G06
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 
 Name:   kernel-firmware-nvidia-gspx-G06
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:545.29.06
+Version:550.54.14
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2023-11-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2023-11-14 21:41:52

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.17445 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Tue Nov 14 21:41:52 2023 rev:5 rq:1125883 version:545.29.02

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2023-11-02 20:21:53.420763897 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.17445/kernel-firmware-nvidia-gspx-G06.changes
   2023-11-14 21:42:04.246483755 +0100
@@ -1,0 +2,5 @@
+Mon Nov 13 15:47:11 UTC 2023 - Stefan Dirsch 
+
+- update firmware to version 545.29.02 
+
+---

Old:

  NVIDIA-Linux-aarch64-535.129.03.run
  NVIDIA-Linux-x86_64-535.129.03.run

New:

  NVIDIA-Linux-aarch64-545.29.02.run
  NVIDIA-Linux-x86_64-545.29.02.run



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.R54jz9/_old  2023-11-14 21:42:07.066588147 +0100
+++ /var/tmp/diff_new_pack.R54jz9/_new  2023-11-14 21:42:07.070588295 +0100
@@ -30,7 +30,7 @@
 
 Name:   kernel-firmware-nvidia-gspx-G06
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:535.129.03
+Version:545.29.02
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2023-11-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2023-11-02 20:21:32

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.17445 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Thu Nov  2 20:21:32 2023 rev:4 rq:1122673 version:535.129.03

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2023-09-22 21:50:33.707716537 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.17445/kernel-firmware-nvidia-gspx-G06.changes
   2023-11-02 20:21:53.420763897 +0100
@@ -1,0 +2,5 @@
+Wed Nov  1 19:14:52 UTC 2023 - Stefan Dirsch 
+
+- update firmware to version 535.129.03 
+
+---

Old:

  NVIDIA-Linux-aarch64-535.113.01.run
  NVIDIA-Linux-x86_64-535.113.01.run

New:

  NVIDIA-Linux-aarch64-535.129.03.run
  NVIDIA-Linux-x86_64-535.129.03.run



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.yN1Jce/_old  2023-11-02 20:21:56.196866047 +0100
+++ /var/tmp/diff_new_pack.yN1Jce/_new  2023-11-02 20:21:56.200866194 +0100
@@ -30,14 +30,15 @@
 
 Name:   kernel-firmware-nvidia-gspx-G06
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:535.113.01
+Version:535.129.03
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT
 Group:  System/Kernel
-Source0:NVIDIA-Linux-x86_64-%{version}.run
-Source1:NVIDIA-Linux-aarch64-%{version}.run
+Source0:
http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
+Source1:
http://download.nvidia.com/XFree86/Linux-aarch64/%{version}/NVIDIA-Linux-aarch64-%{version}.run
 NoSource:   0
+NoSource:   1
 %if 0%{simpletest} == 1
 Source2:%{name}-rpmlintrc
 %else


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2023-09-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2023-09-22 21:49:50

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.1770 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Fri Sep 22 21:49:50 2023 rev:3 rq:1112978 version:535.113.01

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2023-09-04 22:53:10.670909888 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.1770/kernel-firmware-nvidia-gspx-G06.changes
2023-09-22 21:50:33.707716537 +0200
@@ -1,0 +2,5 @@
+Fri Sep 22 09:36:09 UTC 2023 - Stefan Dirsch 
+
+- update firmware to version 535.113.01 
+
+---

Old:

  NVIDIA-Linux-aarch64-535.104.05.run
  NVIDIA-Linux-x86_64-535.104.05.run

New:

  NVIDIA-Linux-aarch64-535.113.01.run
  NVIDIA-Linux-x86_64-535.113.01.run



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.lHP4FS/_old  2023-09-22 21:50:38.639895589 +0200
+++ /var/tmp/diff_new_pack.lHP4FS/_new  2023-09-22 21:50:38.639895589 +0200
@@ -30,7 +30,7 @@
 
 Name:   kernel-firmware-nvidia-gspx-G06
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:535.104.05
+Version:535.113.01
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT


commit kernel-firmware-nvidia-gspx-G06 for openSUSE:Factory

2023-09-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kernel-firmware-nvidia-gspx-G06 for 
openSUSE:Factory checked in at 2023-09-04 22:52:44

Comparing /work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06 (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.1766 
(New)


Package is "kernel-firmware-nvidia-gspx-G06"

Mon Sep  4 22:52:44 2023 rev:2 rq:1108718 version:535.104.05

Changes:

--- 
/work/SRC/openSUSE:Factory/kernel-firmware-nvidia-gspx-G06/kernel-firmware-nvidia-gspx-G06.changes
  2023-07-27 16:51:28.098037941 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-firmware-nvidia-gspx-G06.new.1766/kernel-firmware-nvidia-gspx-G06.changes
2023-09-04 22:53:10.670909888 +0200
@@ -1,0 +2,5 @@
+Mon Aug 28 13:35:33 UTC 2023 - Stefan Dirsch 
+
+- update firmware to version 535.104.05 
+
+---

Old:

  NVIDIA-Linux-aarch64-535.86.05.run
  NVIDIA-Linux-x86_64-535.86.05.run

New:

  NVIDIA-Linux-aarch64-535.104.05.run
  NVIDIA-Linux-x86_64-535.104.05.run



Other differences:
--
++ kernel-firmware-nvidia-gspx-G06.spec ++
--- /var/tmp/diff_new_pack.5on1LZ/_old  2023-09-04 22:53:14.795055669 +0200
+++ /var/tmp/diff_new_pack.5on1LZ/_new  2023-09-04 22:53:14.799055811 +0200
@@ -30,7 +30,7 @@
 
 Name:   kernel-firmware-nvidia-gspx-G06
 URL:https://www.nvidia.com/en-us/drivers/unix/
-Version:535.86.05
+Version:535.104.05
 Release:0
 Summary:Kernel firmware file for open NVIDIA kernel module driver G06
 License:GPL-2.0-only AND SUSE-Firmware AND GPL-2.0-or-later AND MIT