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)