The package rpms/openscad.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/openscad.git/commit/?id=4332188dad9a....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 37c80be6fc323e30054a80969f49319cbf1e01c1 Author: Miro Hrončok miro@hroncok.cz Date: Tue Jun 28 19:07:12 2022 +0200
BuildRequire cairo-devel to enable PDF export
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2101338
diff --git a/openscad.spec b/openscad.spec index a198d02..851793b 100644 --- a/openscad.spec +++ b/openscad.spec @@ -1,7 +1,7 @@ Name: openscad Version: 2021.01 %global upversion %{version} -Release: 9%{?dist} +Release: 10%{?dist} Summary: The Programmers Solid 3D CAD Modeller # COPYING contains a linking exception for CGAL # Appdata file is CC0 @@ -36,6 +36,7 @@ BuildRequires: ImageMagick BuildRequires: Xvfb BuildRequires: bison >= 2.4 BuildRequires: boost-devel >= 1.35 +BuildRequires: cairo-devel BuildRequires: desktop-file-utils BuildRequires: double-conversion-devel BuildRequires: eigen3-devel @@ -232,6 +233,10 @@ cd - %{_datadir}/%{name}/libraries/MCAD/bitmap/*.scad
%changelog +* Tue Jun 28 2022 Miro Hrončok mhroncok@redhat.com - 2021.01-10 +- Enable PDF export +- Fixes: rhbz#2101338 + * Wed May 04 2022 Thomas Rodgers trodgers@redhat.com - 2021.01-9 - Rebuilt for Boost 1.78
commit 4332188dad9aa02aa92027b6626f7238e3fe1df3 Author: Miro Hrončok miro@hroncok.cz Date: Tue Jun 28 18:41:35 2022 +0200
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
diff --git a/openscad.spec b/openscad.spec index 05b02c9..a198d02 100644 --- a/openscad.spec +++ b/openscad.spec @@ -26,6 +26,11 @@ Patch4: CVE-2022-0496.patch # https://github.com/openscad/openscad/commit/84addf3c1efbd51d8ff424b7da276400... Patch5: CVE-2022-0497.patch
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif + BuildRequires: CGAL-devel >= 3.6 BuildRequires: ImageMagick BuildRequires: Xvfb
commit d1150a77bfc20a8a5f2a745e6315eb8c4c234a51 Author: Thomas Rodgers trodgers@redhat.com Date: Wed May 4 11:40:47 2022 +0200
Rebuilt for Boost 1.78
diff --git a/openscad.spec b/openscad.spec index 0932f81..05b02c9 100644 --- a/openscad.spec +++ b/openscad.spec @@ -1,7 +1,7 @@ Name: openscad Version: 2021.01 %global upversion %{version} -Release: 8%{?dist} +Release: 9%{?dist} Summary: The Programmers Solid 3D CAD Modeller # COPYING contains a linking exception for CGAL # Appdata file is CC0 @@ -227,6 +227,9 @@ cd - %{_datadir}/%{name}/libraries/MCAD/bitmap/*.scad
%changelog +* Wed May 04 2022 Thomas Rodgers trodgers@redhat.com - 2021.01-9 +- Rebuilt for Boost 1.78 + * Tue Apr 05 2022 Lumír Balhar lbalhar@redhat.com - 2021.01-8 - Security fixes for CVE-2022-0496 and CVE-2022-0497 - Fixes: rhbz#2050696 rhbz#2050700
arch-excludes@lists.fedoraproject.org