From 83d906a0e049739f1933ec6ea045e7d1e7b285af Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 2 Aug 2023 13:55:52 -0500 Subject: [PATCH] Restore i686 for f38 --- inkscape.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index 71293a3..5139e5c 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -10,7 +10,7 @@ Name: inkscape Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -25,7 +25,9 @@ Source0: https://inkscape.org/release/inkscape-%{version}/source/archive/ # Fedora Color Palette, GIMP format, CC-BY 3.0 Source2: Fedora-Color-Palette.gpl +%if 0%{?fedora} >= 39 ExcludeArch: %{ix86} +%endif Provides: bundled(libcroco) Provides: bundled(autotrace) @@ -230,6 +232,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Wed Aug 02 2023 Gwyn Ciesla - 1.3-3 +- Restore i686 for f38. + * Tue Aug 01 2023 Kalev Lember - 1.3-2 - Add missing python3-requests requires (rhbz#2227974)