public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-scscp] f45: Version 2.5.0
@ 2026-08-12 17:50 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-08-12 17:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-scscp
Branch : f45
Commit : 0d77bdf6ec9e6f2421676d9d1ba3c0b854c2a146
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-08-12T11:41:16-06:00
Stats : +4/-28 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-scscp/c/0d77bdf6ec9e6f2421676d9d1ba3c0b854c2a146?branch=f45
Log:
Version 2.5.0
- Drop obsolete makedoc patch
---
diff --git a/gap-pkg-scscp-makedoc.patch b/gap-pkg-scscp-makedoc.patch
deleted file mode 100644
index 257e736..0000000
--- a/gap-pkg-scscp-makedoc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- makedoc.g.orig 2022-12-10 08:28:31.000000000 -0700
-+++ makedoc.g 2022-12-11 09:27:37.593145344 -0700
-@@ -6,7 +6,7 @@
- ###########################################################################
-
- ExtractMyManualExamples:=function( pkgname, main, files )
--local path, tst, i, s, basename, name, output, ch, a, location, pos, comment;
-+local path, tst, i, s, basename, name, output, ch, a, location, pos, pos2, comment;
- path:=Directory(
- Concatenation(PackageInfo(pkgname)[1].InstallationPath, "/doc") );
- Print("Extracting manual examples for ", pkgname, " package ...\n" );
-@@ -43,7 +43,9 @@ for i in [ 1 .. Length(tst) ] do
- if pos <> fail then
- comment := location{[ pos+Length(pkgname)+1 .. Length(location) ]};
- else
-- pos := PositionSublist(location,".//");
-+ pos := PositionSublist(location,"../");
-+ pos2 := PositionSublist(location,"../",pos+1);
-+ if pos2 <> fail then pos := pos2; fi;
- comment := location{[ pos+3 .. Length(location) ]};
- fi;
- AppendTo(output, "# ", comment, ":", a[2][2], "-", a[2][3], "\n", StripBeginEnd(a[1], "\n"), "\n\n");
diff --git a/gap-pkg-scscp.spec b/gap-pkg-scscp.spec
index c1532c0..f088a94 100644
--- a/gap-pkg-scscp.spec
+++ b/gap-pkg-scscp.spec
@@ -4,7 +4,7 @@
%global giturl https://github.com/gap-packages/scscp
Name: gap-pkg-%{gap_pkgname}
-Version: 2.4.4
+Version: 2.5.0
Release: %autorelease
Summary: Symbolic Computation Software Composability Protocol in GAP
@@ -20,19 +20,17 @@ Source5: %{usrname}.h2m
Source6: server.g
Source7: %{name}.sysusers
-# Fix a typo in makedoc.g.
-Patch: %{name}-makedoc.patch
-
BuildArch: noarch
BuildSystem: gap
BuildOption(build): --packagedirs ..
BuildOption(install): *.sh demo example lib par tracing tst
BuildOption(check): tst/testall.g
-BuildRequires: GAPDoc-latex >= 1.5
+BuildRequires: gap(autodoc) >= 2022.07.10
BuildRequires: gap(gapdoc) >= 1.5
BuildRequires: gap(io) >= 4.4
BuildRequires: gap(openmath) >= 11.4.1
+BuildRequires: gap(smallgrp)
BuildRequires: gap-devel >= 4.10
BuildRequires: gap-pkg-io-doc >= 4.4
BuildRequires: gap-pkg-openmath-doc >= 11.4.1
diff --git a/sources b/sources
index 5b1d4d5..53c82a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (SCSCP-2.4.4.tar.gz) = 694d6f5e1e6b23748359e085dac4ca819a542f2a083cacd18473407f6e90403bd9c66da83699ac62748ae70afc18ff74ca166a02133dbe679332efdd45ad1dae
+SHA512 (SCSCP-2.5.0.tar.gz) = 7e063d6ca67657c1ca5c1368dcfa2f7afd061a7963118a37c2834e2518b75d3fbf92073004bb3e2fd4a97c77cba1e057b9f46b59257a259e0eb1a100d800b361
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-12 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 17:50 [rpms/gap-pkg-scscp] f45: Version 2.5.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