public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipfort] epel10: Fix so version
@ 2026-06-14 12:42 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-14 12:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hipfort
            Branch : epel10
            Commit : 85bc591cb33f5212c495373e8816101368ed8612
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-20T16:56:21-08:00
            Stats  : +5/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/hipfort/c/85bc591cb33f5212c495373e8816101368ed8612?branch=epel10

            Log:
            Fix so version

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

---
diff --git a/0001-Handle-cmake-DBUILD_SHARED_LIBS-ON.patch b/0001-Handle-cmake-DBUILD_SHARED_LIBS-ON.patch
index 995139f..06d696d 100644
--- a/0001-Handle-cmake-DBUILD_SHARED_LIBS-ON.patch
+++ b/0001-Handle-cmake-DBUILD_SHARED_LIBS-ON.patch
@@ -27,7 +27,7 @@ index 34303c207640..d7bcc93fd10a 100644
 -    )
 +      )
 +    target_link_libraries(${HIPFORT_LIB} -lhipblas -lhipsparse -lhipsolver -lhipfft -lhiprand)
-+    set_target_properties(${HIPFORT_LIB} PROPERTIES VERSION ${HIPFORT_VERSION} SOVERSION ${HIPFORT_VERSION})
++    set_target_properties(${HIPFORT_LIB} PROPERTIES VERSION ${hipfort_VERSION} SOVERSION ${hipfort_VERSION})
 +
      IF(CMAKE_Fortran_COMPILER_SUPPORTS_F08)
      	target_compile_definitions(${HIPFORT_LIB} PRIVATE USE_FPOINTER_INTERFACES)

diff --git a/hipfort.spec b/hipfort.spec
index 4b86163..6dae891 100644
--- a/hipfort.spec
+++ b/hipfort.spec
@@ -49,7 +49,7 @@
 
 Name:           hipfort%{pkg_suffix}
 Version:        %{rocm_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fortran interfaces for ROCm libraries
 
 Url:            https://github.com/ROCm/%{upstreamname}
@@ -162,6 +162,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hipfort/LICENSE
 %{pkg_prefix}/%{pkg_libdir}/cmake/hipfort/
 
 %changelog
+* Fri Feb 20 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Fix so version
+
 * Fri Jan 30 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
 - Update to 7.2.0
 

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

only message in thread, other threads:[~2026-06-14 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 12:42 [rpms/hipfort] epel10: Fix so version Tom Rix

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