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/rocdecode] rawhide: Update to 7.14
Date: Thu, 13 Aug 2026 18:24:11 GMT	[thread overview]
Message-ID: <178664545161.1.14793273716792133062.rpms-rocdecode-fbf0c3754dbd@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocdecode
            Branch : rawhide
            Commit : fbf0c3754dbd9f07d74fffd7fce616bc1501bc00
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-13T11:23:41-07:00
            Stats  : +11/-22 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocdecode/c/fbf0c3754dbd9f07d74fffd7fce616bc1501bc00?branch=rawhide

            Log:
            Update to 7.14

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

---
diff --git a/.gitignore b/.gitignore
index ae508c7..96fba1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /rocDecode-7.0.2.tar.gz
 /rocDecode-7.1.0.tar.gz
 /rocDecode-7.2.0.tar.gz
+/rocdecode-7.14.0.tar.gz

diff --git a/rocdecode.spec b/rocdecode.spec
index f6bac5c..76541c0 100644
--- a/rocdecode.spec
+++ b/rocdecode.spec
@@ -19,23 +19,19 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
 #
-
-%global pkg_library_name rocdecode
+%global upstreamname rocdecode
+%global pkg_library_name %{upstreamname}
 %global pkg_library_version 1
 
 %bcond_with preview
 %if %{with preview}
-%global upstreamname rocdecode
 %global rocm_release 7.14
-%global rocm_patch 0
-%global pkg_src therock-%{rocm_release}
 %else
-%global upstreamname rocDecode
-%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
@@ -43,13 +39,11 @@
 %global pkg_libdir lib
 %global pkg_prefix %{_prefix}/lib64/rocm/rocm-%{rocm_release}
 %global pkg_suffix %{rocm_release}
-%global pkg_module rocm%{pkg_suffix}
 %global skip_install_rpath OFF
 %else
 %global pkg_libdir %{_lib}
 %global pkg_prefix %{_prefix}
 %global pkg_suffix %{nil}
-%global pkg_module default
 %global skip_install_rpath ON
 %endif
 
@@ -90,20 +84,15 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        6%{?dist}
+Release:        1%{?dist}
 %endif
 Summary:        High-performance video decode SDK for AMD GPUs
 
 # Note: MIT with a clause clarifying that AMD will not pay for codec royalties
 # The clause has little weight on the licensing, it is just a clarification
 License:        MIT
-%if %{with preview}
 URL:            https://github.com/ROCm/rocm-systems
 Source0:        %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
-%else
-Url:            https://github.com/ROCm/rocDecode
-Source0:        %{url}/archive/rocm-%{version}.tar.gz#/%{upstreamname}-%{version}.tar.gz
-%endif
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -176,11 +165,7 @@ Provides:     rocdecode%{pkg_suffix}-devel = %{version}-%{release}
 The rocDecode development package.
 
 %prep
-%if %{with preview}
 %autosetup -n %{upstreamname} -p3
-%else
-%autosetup -p1 -n %{upstreamname}-rocm-%{version}
-%endif
 # Allow overriding CMAKE_CXX_COMPILER: 
 # https://github.com/ROCm/rocDecode/pull/436
 sed -i -e 's@set(CMAKE_C_COMPILER ${ROCM_PATH}/lib/llvm/bin/amdclang)@set(CMAKE_C_COMPILER "%rocmllvm_bindir/amdclang")@' {,test/,samples/*/}CMakeLists.txt
@@ -241,6 +226,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/packages/%{name}-asan/LICENSE
 %{pkg_prefix}/share/rocdecode
 
 %changelog
+* Sun Aug 9 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
+- Update to 7.14
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 15badc1..fa9f527 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rocDecode-7.2.0.tar.gz) = dff53240e9d11686c133400362c30444513e808bbd6e93431b919be11a07d608fb056c95b8e4699d673165ad0baf0ad45e413167647fb8b1b9394a446c2854b8
+SHA512 (rocdecode-7.14.0.tar.gz) = f9a7e27a85f33e50f8ca7e97c58cf42325186bc384d671cfa6b6ac7632464db5bf6101eaede1ee77a3672a85462116cb2b681c87fd15a02c1671877ddd640057

                 reply	other threads:[~2026-08-13 18:24 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=178664545161.1.14793273716792133062.rpms-rocdecode-fbf0c3754dbd@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