public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/palp] rawhide: Stop building for 32-bit x86
Date: Thu, 11 Jun 2026 17:22:09 GMT [thread overview]
Message-ID: <178119852990.1.8820600550332871585.rpms-palp-65380913fbd0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/palp
Branch : rawhide
Commit : 65380913fbd06de7bac171db71dd0a28b80faf87
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-11T11:21:49-06:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/palp/c/65380913fbd06de7bac171db71dd0a28b80faf87?branch=rawhide
Log:
Stop building for 32-bit x86
---
diff --git a/palp.spec b/palp.spec
index 4be576d..a73dd5c 100644
--- a/palp.spec
+++ b/palp.spec
@@ -16,7 +16,8 @@ Patch: %{name}-latte.patch
# https://gitlab.com/stringstuwien/PALP/-/merge_requests/8
Patch: %{name}-use-after-free.patch
-%global _docdir_fmt %{name}
+# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
BuildRequires: gcc
BuildRequires: help2man
@@ -31,6 +32,8 @@ Requires: grep
Recommends: latte-integrale
Recommends: Singular
+%global _docdir_fmt %{name}
+
%description
PALP contains routines for vertex and facet enumeration, computation of
incidences and symmetries, as well as completion of the set of lattice
@@ -50,7 +53,6 @@ Summary: Documentation for palp
%description doc
Documentation for palp.
-
%prep
%autosetup -p1
@@ -75,7 +77,6 @@ for file in poly class cws nef mori; do
<<< e | sed '$d' | sed '$d' | sed '$d' > man/${file}.x.1
done
-
%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
pushd bin
@@ -97,6 +98,5 @@ cp -p man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
%files doc
%doc 1205.4147v1.pdf
-
%changelog
%autochangelog
reply other threads:[~2026-06-11 17:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178119852990.1.8820600550332871585.rpms-palp-65380913fbd0@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox