From 3030096686118dc57231064d86f8686a3876e341 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:07:25 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 763702aad9b3dfc650477ff4b82f247549c4aa76 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 20 Jul 2026 17:27:26 -0300 Subject: [PATCH 2/3] drop ix86 support --- xedit.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xedit.spec b/xedit.spec index 96aad57..75f12c6 100644 --- a/xedit.spec +++ b/xedit.spec @@ -5,13 +5,14 @@ Summary: Simple text editor for X URL: https://xorg.freedesktop.org Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: %{name}.desktop +Patch: xedit-hunspell.patch License: MIT AND BSD-3-Clause +ExcludeArch: %{ix86} BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: libXaw-devel BuildRequires: meson BuildRequires: xorg-x11-util-macros -Patch: xedit-hunspell.patch Requires: xorg-x11-xbitmaps Requires: hunspell Requires: hunspell-en From 2fe3fc751db600bc3402a9ea9f57e695638111fb Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Wed, 22 Jul 2026 20:33:07 -0300 Subject: [PATCH 3/3] silent rpmlint, mixed-use-of-spaces-and-tabs --- xedit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xedit.spec b/xedit.spec index 75f12c6..3dc7cd5 100644 --- a/xedit.spec +++ b/xedit.spec @@ -5,9 +5,9 @@ Summary: Simple text editor for X URL: https://xorg.freedesktop.org Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: %{name}.desktop -Patch: xedit-hunspell.patch +Patch: xedit-hunspell.patch License: MIT AND BSD-3-Clause -ExcludeArch: %{ix86} +ExcludeArch: %{ix86} BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: libXaw-devel