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/gap-pkg-scscp] f44: Version 2.5.0
Date: Wed, 12 Aug 2026 17:59:51 GMT [thread overview]
Message-ID: <178655759103.1.6519660884722182598.rpms-gap-pkg-scscp-50ff969d878d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gap-pkg-scscp
Branch : f44
Commit : 50ff969d878d31df39b32e13917ce4f46889fb87
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-08-12T11:59:38-06:00
Stats : +4/-28 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-scscp/c/50ff969d878d31df39b32e13917ce4f46889fb87?branch=f44
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
reply other threads:[~2026-08-12 17:59 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=178655759103.1.6519660884722182598.rpms-gap-pkg-scscp-50ff969d878d@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