diff --git a/freeimage.spec b/freeimage.spec index 827f9528acba70fc77717fdf7bbbbe7583f3f1b9..e99891b3018ec3e62b50a347805eb4a0270f127a 100644 --- a/freeimage.spec +++ b/freeimage.spec @@ -4,7 +4,7 @@ Name: freeimage Version: 3.18.0 -Release: 13 +Release: 14 Summary: FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others) License: GPLv2 or GPLv3 and FreeImage URL: https://freeimage.sourceforge.io/ @@ -72,7 +72,7 @@ done %build sh ./gensrclist.sh sh ./genfipsrclist.sh -%ifarch %{power64} %{mips32} aarch64 +%ifarch %{power64} %{mips32} aarch64 sw_64 %make_build -f Makefile.gnu CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" LDFLAGS="%{__global_ldflags}" %make_build -f Makefile.fip CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" LDFLAGS="%{__global_ldflags}" %else @@ -121,6 +121,9 @@ ldconfig -n %{buildroot}%{_libdir} %changelog +* Sat May 17 2025 mahailiang - 3.18.0-14 +- fix sw_64 build error + * Wed Oct 23 2024 wangkai <13474090681@163.com> - 3.18.0-13 - Fix CVE-2020-24292 CVE-2020-24293 CVE-2020-24295 CVE-2021-33367 CVE-2021-40263 CVE-2021-40266 CVE-2023-47995 CVE-2023-47997