public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/methane] rawhide: Fix s390x FTBFS
@ 2026-07-21 13:56 Hans de Goede
  0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2026-07-21 13:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/methane
Branch : rawhide
Commit : 27a7be36bab6a28ffd769a214c41e131fd9c9ecb
Author : Hans de Goede <johannes.goede@oss.qualcomm.com>
Date   : 2026-07-21T15:55:48+02:00
Stats  : +2/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/methane/c/27a7be36bab6a28ffd769a214c41e131fd9c9ecb?branch=rawhide

Log:
Fix s390x FTBFS

---
diff --git a/methane-3.0.0-ppc64-buildfix.patch b/methane-3.0.0-ppc64-buildfix.patch
index 93fba0e..5a6796d 100644
--- a/methane-3.0.0-ppc64-buildfix.patch
+++ b/methane-3.0.0-ppc64-buildfix.patch
@@ -6,7 +6,7 @@ diff -up Methane-3.0.0/Sources/TinyClan/Core/System/detect_cpu_ext.cpp~ Methane-
  {
  
 -#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv) || defined(__loongarch__)
-+#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv) || defined(__loongarch__) || defined(__powerpc64__)
++#if defined(ARM_PLATFORM) || defined(CL_ARM) || defined(__sun) || defined(__riscv) || defined(__loongarch__) || defined(__powerpc64__) || defined(__s390x__)
  	bool System::detect_cpu_extension(CPU_ExtensionPPC ext)
  	{
  		throw ("Congratulations, you've just been selected to code this feature!");

diff --git a/methane.spec b/methane.spec
index a48d30f..553bd25 100644
--- a/methane.spec
+++ b/methane.spec
@@ -116,7 +116,7 @@ EOF
 
 %changelog
 * Tue Jul 21 2026 Hans de Goede <johannes.goede@oss.qualcomm.com> - 3.0.0-3
-- Fix ppc64le FTBFS
+- Fix ppc64le and s390x FTBFS
 
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild

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

only message in thread, other threads:[~2026-07-21 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 13:56 [rpms/methane] rawhide: Fix s390x FTBFS Hans de Goede

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