Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-circle for openSUSE:Factory 
checked in at 2026-08-14 22:09:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-circle (Old)
 and      /work/SRC/openSUSE:Factory/.gap-circle.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-circle"

Fri Aug 14 22:09:43 2026 rev:3 rq:1371211 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-circle/gap-circle.changes    2026-08-12 
16:12:51.975381198 +0200
+++ /work/SRC/openSUSE:Factory/.gap-circle.new.1258/gap-circle.changes  
2026-08-14 22:10:12.338002624 +0200
@@ -1,0 +2,7 @@
+Fri Aug 14 10:33:26 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.7.1
+  * Fixed the testsuite to explicitly load the smallgrp module
+    required for testing
+
+-------------------------------------------------------------------

Old:
----
  circle-1.7.0.tar.gz

New:
----
  circle-1.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gap-circle.spec ++++++
--- /var/tmp/diff_new_pack.l0G9Sc/_old  2026-08-14 22:10:13.453043519 +0200
+++ /var/tmp/diff_new_pack.l0G9Sc/_new  2026-08-14 22:10:13.460043776 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gap-circle
-Version:        1.7.0
+Version:        1.7.1
 Release:        0
 Summary:        GAP: Adjoint groups of finite rings
 License:        GPL-2.0-or-later

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.l0G9Sc/_old  2026-08-14 22:10:13.537046600 +0200
+++ /var/tmp/diff_new_pack.l0G9Sc/_new  2026-08-14 22:10:13.546046930 +0200
@@ -1,5 +1,5 @@
-mtime: 1786462781
-commit: ec5ea3efe276a92f4bd75a28b8cacd612889b704a72334be436de38218822afb
+mtime: 1786703696
+commit: 5f3ff6cca80f6e470e7d283711230ebaa29ea7ee4f0370d56434db2113494776
 url: https://src.opensuse.org/jengelh/gap-circle
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-08-14 12:34:56.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

++++++ circle-1.7.0.tar.gz -> circle-1.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/PackageInfo.g 
new/circle-1.7.1/PackageInfo.g
--- old/circle-1.7.0/PackageInfo.g      2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/PackageInfo.g      2026-08-14 02:00:00.000000000 +0200
@@ -9,8 +9,8 @@
 
 PackageName := "Circle",
 Subtitle := "Adjoint groups of finite rings",
-Version := "1.7.0",
-Date := "11/08/2026", # dd/mm/yyyy format
+Version := "1.7.1",
+Date := "14/08/2026", # dd/mm/yyyy format
 License := "GPL-2.0-or-later",
 
 SourceRepository := rec(
@@ -76,6 +76,11 @@
   GAP := ">=4.8",
   NeededOtherPackages := [],
   SuggestedOtherPackages := [],
+  # An example in the manual applies IsomorphismGroups to the adjoint group of
+  # an augmentation ideal. Without SmallGrp that runs into an infinite mutual
+  # recursion between ElementaryAbelianSeries and PcgsElementaryAbelianSeries;
+  # with SmallGrp, IsomorphismGroups takes a shortcut via IdGroup and avoids 
it.
+  TestPackages := [ [ "smallgrp", ">= 1.0" ] ],
   ExternalConditions := []
 ),
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/doc/_entities.xml 
new/circle-1.7.1/doc/_entities.xml
--- old/circle-1.7.0/doc/_entities.xml  2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/doc/_entities.xml  2026-08-14 02:00:00.000000000 +0200
@@ -1,4 +1,4 @@
 <!ENTITY Circle '<Package>Circle</Package>'>
-<!ENTITY RELEASEDATE '11 August 2026'>
+<!ENTITY RELEASEDATE '14 August 2026'>
 <!ENTITY RELEASEYEAR '2026'>
-<!ENTITY VERSION '1.7.0'>
+<!ENTITY VERSION '1.7.1'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/doc/chap0.html 
new/circle-1.7.1/doc/chap0.html
--- old/circle-1.7.0/doc/chap0.html     2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/doc/chap0.html     2026-08-14 02:00:00.000000000 +0200
@@ -28,9 +28,9 @@
 
 <h2>Adjoint groups of finite rings</h2>
 
-<p>Version 1.7.0</p>
+<p>Version 1.7.1</p>
 
-<p>11 August 2026</p>
+<p>14 August 2026</p>
 
 </div>
 <p><b>Olexandr Konovalov
@@ -63,7 +63,7 @@
 
 <p>If you publish a result which was partially obtained with the usage of 
<strong class="pkg">Circle</strong>, please cite it in the following form:</p>
 
-<p>O. Konovalov, P. Soules. <em>Circle --- Adjoint groups of finite rings, 
Version 1.7.0;</em> 2026 (<span class="URL"><a 
href="https://gap-packages.github.io/circle/";>https://gap-packages.github.io/circle/</a></span>).</p>
+<p>O. Konovalov, P. Soules. <em>Circle --- Adjoint groups of finite rings, 
Version 1.7.1;</em> 2026 (<span class="URL"><a 
href="https://gap-packages.github.io/circle/";>https://gap-packages.github.io/circle/</a></span>).</p>
 
 <p><a id="X82A988D47DFAFCFA" name="X82A988D47DFAFCFA"></a></p>
 <h3>Acknowledgements</h3>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/doc/chap0.txt 
new/circle-1.7.1/doc/chap0.txt
--- old/circle-1.7.0/doc/chap0.txt      2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/doc/chap0.txt      2026-08-14 02:00:00.000000000 +0200
@@ -6,10 +6,10 @@
                          Adjoint groups of finite rings
   
   
-                                 Version 1.7.0
+                                 Version 1.7.1
   
   
-                                 11 August 2026
+                                 14 August 2026
   
   
                                Olexandr Konovalov
@@ -62,7 +62,7 @@
   Circle, please cite it in the following form:
   
   O.  Konovalov, P. Soules. Circle --- Adjoint groups of 
finite rings, Version
-  1.7.0; 2026 (https://gap-packages.github.io/circle/).
+  1.7.1; 2026 (https://gap-packages.github.io/circle/).
   
   
   -------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/doc/chap0_mj.html 
new/circle-1.7.1/doc/chap0_mj.html
--- old/circle-1.7.0/doc/chap0_mj.html  2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/doc/chap0_mj.html  2026-08-14 02:00:00.000000000 +0200
@@ -31,9 +31,9 @@
 
 <h2>Adjoint groups of finite rings</h2>
 
-<p>Version 1.7.0</p>
+<p>Version 1.7.1</p>
 
-<p>11 August 2026</p>
+<p>14 August 2026</p>
 
 </div>
 <p><b>Olexandr Konovalov
@@ -66,7 +66,7 @@
 
 <p>If you publish a result which was partially obtained with the usage of 
<strong class="pkg">Circle</strong>, please cite it in the following form:</p>
 
-<p>O. Konovalov, P. Soules. <em>Circle --- Adjoint groups of finite rings, 
Version 1.7.0;</em> 2026 (<span class="URL"><a 
href="https://gap-packages.github.io/circle/";>https://gap-packages.github.io/circle/</a></span>).</p>
+<p>O. Konovalov, P. Soules. <em>Circle --- Adjoint groups of finite rings, 
Version 1.7.1;</em> 2026 (<span class="URL"><a 
href="https://gap-packages.github.io/circle/";>https://gap-packages.github.io/circle/</a></span>).</p>
 
 <p><a id="X82A988D47DFAFCFA" name="X82A988D47DFAFCFA"></a></p>
 <h3>Acknowledgements</h3>
Binary files old/circle-1.7.0/doc/manual.pdf and 
new/circle-1.7.1/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/doc/manual.tex 
new/circle-1.7.1/doc/manual.tex
--- old/circle-1.7.0/doc/manual.tex     2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/doc/manual.tex     2026-08-14 02:00:00.000000000 +0200
@@ -100,8 +100,8 @@
 \mbox{}}}\\
 \vfill
 
-{\Huge Version 1.7.0\mbox{}}\\[1cm]
-{11 August 2026\mbox{}}\\[1cm]
+{\Huge Version 1.7.1\mbox{}}\\[1cm]
+{14 August 2026\mbox{}}\\[1cm]
 \mbox{}\\[2cm]
 {\Large \textbf{\strut Olexandr Konovalov     \strut\mbox{}}}\\
 {\Large \textbf{\strut Panagiotis Soules    \strut\mbox{}}}\\
@@ -153,7 +153,7 @@
  If you publish a result which was partially obtained with the usage of 
\textsf{Circle}, please cite it in the following form: 
 
  O. Konovalov, P. Soules. \emph{Circle 
\texttt{\symbol{45}}\texttt{\symbol{45}}\texttt{\symbol{45}} Adjoint
-groups of finite rings, Version 1.7.0;} 2026 
(\href{https://gap-packages.github.io/circle/} 
{\texttt{https://gap\texttt{\symbol{45}}packages.github.io/circle/}}). 
\mbox{}}\\[1cm]
+groups of finite rings, Version 1.7.1;} 2026 
(\href{https://gap-packages.github.io/circle/} 
{\texttt{https://gap\texttt{\symbol{45}}packages.github.io/circle/}}). 
\mbox{}}\\[1cm]
 {\small 
 \section*{Acknowledgements}
 \logpage{[ 0, 0, 3 ]}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/circle-1.7.0/tst/testall.g 
new/circle-1.7.1/tst/testall.g
--- old/circle-1.7.0/tst/testall.g      2026-08-11 02:00:00.000000000 +0200
+++ new/circle-1.7.1/tst/testall.g      2026-08-14 02:00:00.000000000 +0200
@@ -1,4 +1,7 @@
 LoadPackage( "circle" );
+# Without SmallGrp, the IsomorphismGroups call in circle02.tst runs into an
+# infinite recursion in the GAP library; see the comment in PackageInfo.g.
+LoadPackage( "smallgrp" );
 
 TestDirectory(DirectoriesPackageLibrary( "circle", "tst" ),
   rec(exitGAP     := true,

Reply via email to