From ddaf098c4259e2f7390aedbbd05ce3895caa5396 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mar 17 2024 01:45:16 +0000 Subject: Rebuild for gap 4.13.0 --- diff --git a/gap-pkg-jupyterviz.spec b/gap-pkg-jupyterviz.spec index 98ec9b1..5d63002 100644 --- a/gap-pkg-jupyterviz.spec +++ b/gap-pkg-jupyterviz.spec @@ -7,9 +7,11 @@ Summary: Jupyter notebook visualization tools for GAP License: GPL-2.0-or-later BuildArch: noarch -ExclusiveArch: %{gap_arches} noarch +# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} URL: https://nathancarter.github.io/jupyterviz/ -Source0: https://github.com/nathancarter/jupyterviz/releases/download/v%{version}/%{pkgname}-%{version}.tar.gz +VCS: https://github.com/nathancarter/jupyterviz +Source0: %{vcs}/releases/download/v%{version}/%{pkgname}-%{version}.tar.gz # Update the python scripts for python 3 # https://github.com/nathancarter/jupyterviz/pull/21 Patch0: %{name}-python3.patch