Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rocm-rpm-macros for openSUSE:Factory
checked in at 2026-09-21 14:29:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocm-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.rocm-rpm-macros.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocm-rpm-macros"
Mon Sep 21 14:29:17 2026 rev:2 rq:1378380 version:7.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rocm-rpm-macros/rocm-rpm-macros.changes
2025-09-12 21:09:45.555807038 +0200
+++
/work/SRC/openSUSE:Factory/.rocm-rpm-macros.new.383539/rocm-rpm-macros.changes
2026-09-21 14:29:21.744987890 +0200
@@ -1,0 +2,66 @@
+Thu Jul 16 00:00:00 UTC 2026 - Fedora Release Engineering
<[email protected]>
+
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+-------------------------------------------------------------------
+Tue Mar 10 00:00:00 UTC 2026 - Tom Rix <[email protected]>
+
+- Add --with preview
+
+-------------------------------------------------------------------
+Fri Feb 6 00:00:00 UTC 2026 - Tom Rix <[email protected]>
+
+- Update to 7.2.0
+
+-------------------------------------------------------------------
+Sat Jan 17 00:00:00 UTC 2026 - Fedora Release Engineering
<[email protected]>
+
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+-------------------------------------------------------------------
+Tue Dec 16 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Add --with compat
+- Reduce rccl list
+
+-------------------------------------------------------------------
+Sun Dec 14 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Fix rocm-7.1 libpath
+
+-------------------------------------------------------------------
+Wed Dec 10 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Add rocm-7.1 compat module
+
+-------------------------------------------------------------------
+Mon Dec 8 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Reduce hipblaslt list
+
+-------------------------------------------------------------------
+Sat Dec 6 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Update hipblaslt list
+
+-------------------------------------------------------------------
+Thu Nov 20 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Update rccl list
+
+-------------------------------------------------------------------
+Fri Nov 7 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Add gfx1036
+
+-------------------------------------------------------------------
+Fri Oct 31 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Update to 7.1.0
+
+-------------------------------------------------------------------
+Tue Sep 16 00:00:00 UTC 2025 - Tom Rix <[email protected]>
+
+- Update to 7.0.0
+
+-------------------------------------------------------------------
New:
----
rocm-7.1
rocm-7.2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rocm-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.d2Xsxv/_old 2026-09-21 14:29:22.726028956 +0200
+++ /var/tmp/diff_new_pack.d2Xsxv/_new 2026-09-21 14:29:22.727028997 +0200
@@ -1,6 +1,19 @@
#
# spec file for package rocm-rpm-macros
#
+# Copyright (c) 2026 SUSE LLC and contributors
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
# Copyright Fedora Project Authors.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -21,29 +34,43 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
-# Copyright (c) 2025 SUSE LLC and contributors
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
-#
+%bcond_with preview
+%if %{with preview}
+%global rocm_release 7.14
+%global rocm_patch 0
+%else
+%global rocm_release 7.2
+%global rocm_patch 0
+%endif
+
+%global rocm_version %{rocm_release}.%{rocm_patch}
+
+%bcond_with compat
+%if %{with compat}
+%global pkg_suffix %{rocm_release}
+%else
+%global pkg_suffix %{nil}
+%endif
+%global pkg_name rocm-rpm-macros%{pkg_suffix}
-Name: rocm-rpm-macros
-Version: 6.4.2
-Release: 2%{?dist}
+Name: %{pkg_name}
+Version: %{rocm_version}
+%if %{with preview}
+Release: 0%{?dist}
+%else
+Release: 3%{?dist}
+%endif
Summary: ROCm RPM macros
License: GPL-2.0-or-later
URL: https://github.com/trixirt/rocm-rpm-macros
+%if %{with preview}
+Source0: macros.rocm.preview
+%else
Source0: macros.rocm
+%endif
Source1: GPL
# Modules
Source2: default
@@ -64,6 +91,8 @@
Source17: default.rhel
Source18: gfx12
Source19: gfx950
+Source30: rocm-7.1
+Source31: rocm-7.2
# Just some files
%global debug_package %{nil}
@@ -91,9 +120,9 @@
Requires: Modules
%else
Requires: cmake-filesystem
-Requires: rocm-llvm-filesystem
Requires: environment(modules)
%endif
+Requires: rocm-filesystem%{pkg_suffix}
%description modules
This package contains ROCm environment modules for switching
@@ -101,7 +130,7 @@
%prep
%setup -cT
-install -pm 644 %{SOURCE0} .
+install -pm 644 %{SOURCE0} macros.rocm
install -pm 644 %{SOURCE1} .
mkdir modules
%if 0%{?rhel}
@@ -125,10 +154,13 @@
install -pm 644 %{SOURCE16} modules
install -pm 644 %{SOURCE18} modules
install -pm 644 %{SOURCE19} modules
+# compat modules
+install -pm 644 %{SOURCE30} modules
+install -pm 644 %{SOURCE31} modules
%install
mkdir -p %{buildroot}%{_rpmmacrodir}/
-install -Dpm 644 %{SOURCE0} %{buildroot}%{_rpmmacrodir}/
+install -Dpm 644 %{SOURCE0} %{buildroot}%{_rpmmacrodir}/macros.rocm
%if 0%{?suse_version}
mkdir -p %{buildroot}%{_datadir}/modules/rocm/
cp -p modules/* %{buildroot}%{_datadir}/modules/rocm/
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.d2Xsxv/_old 2026-09-21 14:29:22.776031049 +0200
+++ /var/tmp/diff_new_pack.d2Xsxv/_new 2026-09-21 14:29:22.779031174 +0200
@@ -1,6 +1,6 @@
-mtime: 1756623077
-commit: 170033257b1a6de282c17c0b4f26d99f6dc7b2e077798839f5115294684f9203
-url: https://src.opensuse.org/ROCm/rocm-rpm-macros.git
-revision: 170033257b1a6de282c17c0b4f26d99f6dc7b2e077798839f5115294684f9203
+mtime: 1789522709
+commit: 31dae7a1d362caff2def7f8f556b582b9fc5329208e0cd9008adc20d64d6a791
+url: https://src.opensuse.org/ROCm/rocm-rpm-macros
+revision: 31dae7a1d362caff2def7f8f556b582b9fc5329208e0cd9008adc20d64d6a791
projectscmsync: https://src.opensuse.org/ROCm/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-09-16 03:38:29.000000000 +0200
@@ -0,0 +1,7 @@
+sources
+README.md
+_buildconfig*
+_buildinfo*
+debian
+.osc
+changelog
++++++ default ++++++
--- /var/tmp/diff_new_pack.d2Xsxv/_old 2026-09-21 14:29:22.921037118 +0200
+++ /var/tmp/diff_new_pack.d2Xsxv/_new 2026-09-21 14:29:22.925037286 +0200
@@ -5,6 +5,7 @@
conflict rocm
+setenv ROCM_PATH /usr
setenv ROCM_BIN /usr/bin
setenv ROCM_INCLUDE /usr/include
setenv ROCM_LIB /usr/lib64
++++++ default.rhel ++++++
--- /var/tmp/diff_new_pack.d2Xsxv/_old 2026-09-21 14:29:22.939037872 +0200
+++ /var/tmp/diff_new_pack.d2Xsxv/_new 2026-09-21 14:29:22.943038039 +0200
@@ -5,6 +5,7 @@
conflict rocm
+setenv ROCM_PATH /usr
setenv ROCM_BIN /usr/bin
setenv ROCM_LIB /usr/lib64
setenv ROCM_INCLUDE /usr/include
++++++ macros.rocm ++++++
--- /var/tmp/diff_new_pack.d2Xsxv/_old 2026-09-21 14:29:23.075043565 +0200
+++ /var/tmp/diff_new_pack.d2Xsxv/_new 2026-09-21 14:29:23.078043691 +0200
@@ -1,8 +1,8 @@
%rocm_gpu_list default
-%rocm_gpu_list_default
"gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx942;gfx950;gfx1010;gfx1012;gfx1030;gfx1031;gfx1035;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151;gfx1152;gfx1153;gfx1200;gfx1201"
-%rocm_gpu_list_hipblaslt
"gfx90a:xnack+;gfx90a:xnack-;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201"
-%rocm_gpu_list_rccl
"gfx90a:xnack+;gfx90a:xnack-;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201"
+%rocm_gpu_list_default
"gfx900;gfx906:xnack-;gfx908:xnack-;gfx90a:xnack+;gfx90a:xnack-;gfx942;gfx950;gfx1010;gfx1012;gfx1030;gfx1031;gfx1035;gfx1036;gfx1100;gfx1101;gfx1102;gfx1103;gfx1150;gfx1151;gfx1152;gfx1153;gfx1200;gfx1201"
+%rocm_gpu_list_hipblaslt "gfx1100;gfx1101;gfx1151;gfx1200;gfx1201"
+%rocm_gpu_list_rccl
"gfx906;gfx908;gfx90a;gfx942;gfx950;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201"
%rocm_gpu_list_test "gfx1100;gfx1101;gfx1201"
%__cc_rocm hipcc