From 6aa10117f87935be796f067ea7cd514ab5a0b9f7 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 10 Aug 2023 10:09:37 -0500 Subject: [PATCH] Restore i686 --- inkscape.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index b8e16a9..a44848d 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -10,7 +10,7 @@ Name: inkscape Version: 1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -25,9 +25,10 @@ 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 +# Don't drop i686 until at least texlive no longer needs it -GC, 2023-08-10 +#%%if 0%%{?fedora} >= 39 +#ExcludeArch: %%{ix86} +#%%endif Provides: bundled(libcroco) Provides: bundled(autotrace) @@ -238,6 +239,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Thu Aug 10 2023 Gwyn Ciesla - 1.3-5 +- Bring back i686 on f39+ + * Wed Aug 02 2023 Gwyn Ciesla - 1.3-4 - No lto on i686