public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-io] f44: Rebuild for gap 4.16.0
@ 2026-06-11 16:54 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-11 16:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-io
Branch : f44
Commit : 27caaa6813544ded7367c095b4916d088f322e48
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-10T10:59:47-06:00
Stats : +11/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-io/c/27caaa6813544ded7367c095b4916d088f322e48?branch=f44
Log:
Rebuild for gap 4.16.0
- Drop unnecessary BuildRequires
- Use gap(...) symbols in dependencies
---
diff --git a/gap-pkg-io.spec b/gap-pkg-io.spec
index 86b7203..d14aae3 100644
--- a/gap-pkg-io.spec
+++ b/gap-pkg-io.spec
@@ -16,14 +16,21 @@ ExcludeArch: %{ix86}
BuildSystem: gap
BuildOption(install): bin example gap tst
-BuildRequires: gap-devel
-BuildRequires: gap-pkg-autodoc
+BuildRequires: gap(autodoc) >= 2016.01.21
+BuildRequires: gap-devel >= 4.12
BuildRequires: gcc
-BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
-Requires: gap-core%{?_isa}
+Requires: gap-core%{?_isa} >= 4.12
+
+# For decompressing files in IO_CompressedFile
+Recommends: bzip2
+Recommends: gzip
+Recommends: xz
+
+Provides: gap(IO) = %{version}-%{release}
+Provides: gap(io) = %{version}-%{release}
%description
This GAP package provides a link to the standard UNIX I/O functionality that
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 16:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 16:54 [rpms/gap-pkg-io] f44: Rebuild for gap 4.16.0 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox