public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocdecode] rawhide: Update to 7.14
@ 2026-08-13 18:24 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-13 18:24 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-13 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 18:24 [rpms/rocdecode] rawhide: Update to 7.14 Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox