The package rpms/swayimg.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/swayimg.git/commit/?id=e0b4ed8fbb7d9....
Change: +%ifarch ppc64le
Thanks.
Full change: ============
commit e0b4ed8fbb7d9decc19d40a083914ea119d506b7 Author: Aleksei Bavshin alebastr@fedoraproject.org Date: Sat May 17 19:36:33 2025 -0700
Update to 4.0 (#2352592)
diff --git a/sources b/sources index b329a80..011538e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swayimg-3.9.tar.gz) = 66d97c6695eb030d1013f28bc4fdbb210d26fe602f178fe32e20084f84d8b8e1934012d93e6239234dadbcb2715e61762eadb2350fb6725788b8e70acbea0b11 +SHA512 (swayimg-4.0.tar.gz) = e13eadab3188b25266caefabe493da95fecc41b7e78c29e836e895d3d68f71405296e330963a44e88a8adbc9ba6c881f952d30033d63fffd14ccf909ec742613 diff --git a/swayimg.spec b/swayimg.spec index 1a0f80a..f863da1 100644 --- a/swayimg.spec +++ b/swayimg.spec @@ -1,7 +1,7 @@ %bcond tests 1
Name: swayimg -Version: 3.9 +Version: 4.0 Release: %autorelease Summary: Lightweight image viewer for Wayland display servers
@@ -9,6 +9,9 @@ License: MIT URL: https://github.com/artemsen/%%7Bname%7D Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: desktop-file-utils BuildRequires: gcc %if %{with tests} @@ -38,7 +41,7 @@ BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(libwebpdemux) BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(wayland-protocols) >= 1.35 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(xkbcommon)
@@ -67,10 +70,14 @@ Swayimg is a lightweight image viewer for Wayland display servers. desktop-file-validate %{buildroot}%{_datadir}/applications/swayimg.desktop %if %{with tests} # HEIF test requires libheif-freeworld from rpmfusion -%global gtest_exclude Loader.heif +%global gtest_exclude Image.Load_heif # A few tests fail on s390x (endianness?) %ifarch s390x -%global gtest_exclude %{gtest_exclude}:Loader.External:Loader.bmp:Loader.dcm:Loader.tga +%global gtest_exclude %{gtest_exclude}:Image.* +%endif +# ??? +%ifarch ppc64le +%global gtest_exclude %{gtest_exclude}:Image.Load_jxl %endif %meson_test --test-args='--gtest_filter=-%{gtest_exclude}' %endif
arch-excludes@lists.fedoraproject.org