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] rawhide: Version 2.5.0
Date: Wed, 12 Aug 2026 17:41:33 GMT	[thread overview]
Message-ID: <178655649340.1.8022600478012458307.rpms-gap-pkg-scscp-0d77bdf6ec9e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-scscp
            Branch : rawhide
            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=rawhide

            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:41 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=178655649340.1.8022600478012458307.rpms-gap-pkg-scscp-0d77bdf6ec9e@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