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-radiroot] rawhide: Version 2.10
Date: Tue, 11 Aug 2026 14:49:01 GMT	[thread overview]
Message-ID: <178645974187.1.9292279186939151782.rpms-gap-pkg-radiroot-447bb8e4da7b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-radiroot
            Branch : rawhide
            Commit : 447bb8e4da7b6937a0a8739389a82789e37a20bc
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-08-11T08:48:44-06:00
            Stats  : +10/-42 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/gap-pkg-radiroot/c/447bb8e4da7b6937a0a8739389a82789e37a20bc?branch=rawhide

            Log:
            Version 2.10

- Drop upstreamed example patch

---
diff --git a/gap-pkg-radiroot-example.patch b/gap-pkg-radiroot-example.patch
deleted file mode 100644
index 9ab4a93..0000000
--- a/gap-pkg-radiroot-example.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- doc/radiroot.tex.orig	2018-04-23 01:42:40.000000000 -0600
-+++ doc/radiroot.tex	2019-01-30 14:01:36.524752660 -0700
-@@ -151,10 +151,10 @@ session.
- 
- The computation may take a very long time and can get unfeasible if the
- degree of <f> is greater than 7.
--\beginexample
--\endexample
- 
-+\beginexample
- \> RootsOfPolynomialAsRadicalsNC( <f> [, <mode> [, <file> ] ] )
-+\endexample
- 
- does essentially the same as `RootsOfPolynomialAsRadicals' except
- that it runs no test on the input before starting the actual

diff --git a/gap-pkg-radiroot.spec b/gap-pkg-radiroot.spec
index c7408ed..370378e 100644
--- a/gap-pkg-radiroot.spec
+++ b/gap-pkg-radiroot.spec
@@ -2,7 +2,7 @@
 %global giturl      https://github.com/gap-packages/radiroot
 
 Name:           gap-pkg-%{gap_pkgname}
-Version:        2.9
+Version:        2.10
 Release:        %autorelease
 Summary:        Compute radicals for roots of solvable rational polynomials
 
@@ -10,21 +10,20 @@ License:        GPL-2.0-or-later
 URL:            https://gap-packages.github.io/radiroot/
 VCS:            git:%{giturl}.git
 Source:         %{giturl}/releases/download/v%{version}/%{gap_upname}-%{version}.tar.gz
-# Fix out of order lines in an example
-Patch:          %{name}-example.patch
 
 BuildArch:      noarch
 BuildSystem:    gap
-BuildOption(install): htm lib tst
+BuildOption(install): lib tst
 BuildOption(check): tst/testall.g
 
-BuildRequires:  GAPDoc-doc
 BuildRequires:  gap(alnuth) >= 3.0
-BuildRequires:  gap-devel >= 4.7
-BuildRequires:  tth
+BuildRequires:  gap(autodoc)
+BuildRequires:  gap(transgrp) >= 1.0
+BuildRequires:  gap-devel >= 4.9
 
 Requires:       gap(alnuth) >= 3.0
-Requires:       gap-core >= 4.7
+Requires:       gap(transgrp) >= 1.0
+Requires:       gap-core >= 4.9
 
 Recommends:     texlive-latex
 Recommends:     texlive-xdvi
@@ -54,24 +53,10 @@ Requires:       gap-online-help
 This package contains documentation for gap-pkg-%{gap_pkgname}.
 
 %prep
-%autosetup -p0 -n %{gap_upname}-%{version}
-
-%conf
-# Fix link to main GAP bibliography file
-sed -i 's,/doc/manual,&bib.xml,' doc/manual.tex
-
-%build
-# Link to main GAP documentation
-ln -s %{gap_libdir}/etc ../../etc
-ln -s %{gap_libdir}/doc ../../doc
-ln -s %{gap_libdir}/pkg/GAPDoc ../gapdoc
-cd doc
-./make_doc
-cd -
-rm -f ../../{doc,etc} ../gapdoc
+%autosetup -n %{gap_upname}-%{version}
 
 %files
-%doc CHANGES README
+%doc CHANGES.md README.md
 %license LICENSE
 %dir %{gap_libdir}/pkg/%{gap_upname}/
 %{gap_libdir}/pkg/%{gap_upname}/*.g
@@ -80,9 +65,7 @@ rm -f ../../{doc,etc} ../gapdoc
 
 %files doc
 %docdir %{gap_libdir}/pkg/%{gap_upname}/doc/
-%docdir %{gap_libdir}/pkg/%{gap_upname}/htm/
 %{gap_libdir}/pkg/%{gap_upname}/doc/
-%{gap_libdir}/pkg/%{gap_upname}/htm/
 
 %changelog
 %autochangelog

diff --git a/sources b/sources
index 0ea168f..affe235 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (radiroot-2.9.tar.gz) = f328bbfe5adf00c3c79630903e6c41685c0e0cdd62335fa4b912c2256cad276bbe02bcf26a461449e5869e7f859cba16905381b4109f1d4b364ef10ccf8ddc61
+SHA512 (radiroot-2.10.tar.gz) = 14b43192c76d37801efa861543a1003981e51f55b6bfc6f0f6db40ef04da3356502dfc6f326873b33345becf8284ea64cc0e4a8d6b181b0fe251dac07ed7ba3e

                 reply	other threads:[~2026-08-11 14:49 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=178645974187.1.9292279186939151782.rpms-gap-pkg-radiroot-447bb8e4da7b@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