public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocm-examples] rawhide: Update to 7.14
Date: Thu, 13 Aug 2026 21:16:28 GMT	[thread overview]
Message-ID: <178665578871.1.5023491372359455381.rpms-rocm-examples-70a34891d68f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocm-examples
            Branch : rawhide
            Commit : 70a34891d68f578aea04c4ecef684eb722c003cc
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-13T14:16:01-07:00
            Stats  : +10/-11 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-examples/c/70a34891d68f578aea04c4ecef684eb722c003cc?branch=rawhide

            Log:
            Update to 7.14

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/.gitignore b/.gitignore
index 6723e0a..73c2b15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /rocm-examples-7.0.2.tar.gz
 /rocm-examples-7.1.0.tar.gz
 /rocm-examples-7.2.0.tar.gz
+/rocm-examples-7.14.0.tar.gz

diff --git a/rocm-examples.spec b/rocm-examples.spec
index 8098c78..5f73ca4 100644
--- a/rocm-examples.spec
+++ b/rocm-examples.spec
@@ -20,17 +20,16 @@
 # THE SOFTWARE.
 #
 %global upstreamname rocm-examples
+
 %bcond_with preview
 %if %{with preview}
 %global rocm_release 7.14
-%global rocm_patch 0
-%global pkg_src therock-%{rocm_release}
 %else
-%global rocm_release 7.2
-%global rocm_patch 0
-%global pkg_src rocm-%{rocm_release}.%{rocm_patch}
+%global rocm_release 7.14
 %endif
 
+%global rocm_patch 0
+%global pkg_src therock-%{rocm_release}
 %global rocm_version %{rocm_release}.%{rocm_patch}
 
 %bcond_with compat
@@ -76,7 +75,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        4%{?dist}
+Release:        1%{?dist}
 %endif
 Summary:        A collection of examples for the ROCm software stack
 Url:            https://github.com/ROCm/%{upstreamname}
@@ -183,10 +182,8 @@ sed -i '/hipTensor/d' Libraries/CMakeLists.txt
 sed -i '/rocProfiler-SDK/d' Libraries/CMakeLists.txt
 # Do not want to fight through open mp requirement
 sed -i '/rocWMMA/d' Libraries/CMakeLists.txt
-%if %{with preview}
 # optical_flow uses tex2D API not supported by HIP/ROCm
 sed -i '/add_subdirectory(optical_flow)/d' Applications/CMakeLists.txt
-%endif
 
 %build
 
@@ -216,11 +213,9 @@ export ROCM_ROOT=%{pkg_prefix}
 # rocm-examples.x86_64: W: non-executable-in-bin /usr/bin/vcpy_isa.hsaco 644
 rm -f %{buildroot}%{pkg_prefix}/bin/*.hsaco
 
-%if %{with preview}
 # some extra install items
 rm -f %{buildroot}%{pkg_prefix}/*.txt
 rm -f %{buildroot}%{pkg_prefix}/*.jpg
-%endif
 
 %files
 %license LICENSE.md
@@ -228,6 +223,9 @@ rm -f %{buildroot}%{pkg_prefix}/*.jpg
 %{pkg_prefix}/bin/*
 
 %changelog
+* Sun Aug 9 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
+- Update to 7.14
+
 * Mon Aug 3 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
 - Add --with preview
 

diff --git a/sources b/sources
index 0941687..4d025bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rocm-examples-7.2.0.tar.gz) = 27d24d571b2546b49d2e3ca1d9f1e71f78da91b04ecb498b3e8b49dfe22ded3146b121fd043b08199861f02df3fe5e5a42c1795539ee9b9e002f259dd24aa3c3
+SHA512 (rocm-examples-7.14.0.tar.gz) = 552e54056b5cc69c4d5d8d22878d356663cbf73c0a8c76860057a5332385bdca63bd7f11b57964307459ad001297a433d522b177ae90ff336df7d17740f1ac11

                 reply	other threads:[~2026-08-13 21:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178665578871.1.5023491372359455381.rpms-rocm-examples-70a34891d68f@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox