diff --git a/libomxil-bellagio.spec b/libomxil-bellagio.spec index a6b1587..c76c940 100644 --- a/libomxil-bellagio.spec +++ b/libomxil-bellagio.spec @@ -1,6 +1,6 @@ Name: libomxil-bellagio Version: 0.9.3 -Release: 24 +Release: 25 Summary: OpenMAX Integration Layer License: LGPLv2+ URL: http://omxil.sourceforge.net @@ -50,7 +50,7 @@ autoreconf -vif %build -%ifarch riscv64 +%ifarch riscv64 loongarch64 export CFLAGS="$CFLAGS -Wno-stringop-truncation" %endif %configure --disable-static @@ -104,6 +104,9 @@ install -pm 0755 test/components/resource_manager/.libs/{omxprioritytest,omxrmte %changelog +* Mon Dec 02 2024 Wenlong Zhang - 0.9.3-25 +- Workaround -Wstringop-truncation error for loongarch64 + * Sat Oct 07 2023 laokz - 0.9.3-24 - Workaround -Wstringop-truncation error for riscv64