Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gap-format for openSUSE:Factory checked in at 2026-04-26 21:11:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-format (Old) and /work/SRC/openSUSE:Factory/.gap-format.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-format" Sun Apr 26 21:11:54 2026 rev:3 rq:1349317 version:1.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-format/gap-format.changes 2024-02-15 21:01:34.662475736 +0100 +++ /work/SRC/openSUSE:Factory/.gap-format.new.11940/gap-format.changes 2026-04-26 21:14:35.753468395 +0200 @@ -1,0 +2,6 @@ +Sat Apr 25 22:49:11 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 1.4.5 + * Minor janitorial updates + +------------------------------------------------------------------- Old: ---- format-1.4.4.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio format-1.4.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-format.spec ++++++ --- /var/tmp/diff_new_pack.nQyptG/_old 2026-04-26 21:14:36.217487354 +0200 +++ /var/tmp/diff_new_pack.nQyptG/_new 2026-04-26 21:14:36.221487517 +0200 @@ -17,7 +17,7 @@ Name: gap-format -Version: 1.4.4 +Version: 1.4.5 Release: 0 Summary: GAP: Computation with formations of finite solvable groups License: GPL-2.0-or-later ++++++ _scmsync.obsinfo ++++++ mtime: 1777157369 commit: 37b1d43e0a88e64ee9dbc4f5c07dba07217c9b16f0054d54d5404de0fd92585b url: https://src.opensuse.org/jengelh/gap-format revision: master ++++++ 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-04-26 00:49:29.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild ++++++ format-1.4.4.tar.gz -> format-1.4.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/CHANGES.md new/format-1.4.5/CHANGES.md --- old/format-1.4.4/CHANGES.md 2024-01-09 14:47:09.000000000 +0100 +++ new/format-1.4.5/CHANGES.md 2026-04-24 02:00:00.000000000 +0200 @@ -1,5 +1,9 @@ This file describes changes in the format package. +# 1.4.5 (2026-04-24) + + - Minor janitorial updates + # 1.4.4 (2024-01-09) - Add missing bibliography diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/PackageInfo.g new/format-1.4.5/PackageInfo.g --- old/format-1.4.4/PackageInfo.g 2024-01-09 14:47:09.000000000 +0100 +++ new/format-1.4.5/PackageInfo.g 2026-04-24 02:00:00.000000000 +0200 @@ -8,8 +8,8 @@ PackageName := "FORMAT", Subtitle := "Computing with formations of finite solvable groups.", -Version := "1.4.4", -Date := "09/01/2024", # dd/mm/yyyy format +Version := "1.4.5", +Date := "24/04/2026", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -77,7 +77,6 @@ PDFFile := "doc/manual.pdf", SixFile := "doc/manual.six", LongTitle := "Formations of Finite Soluble Groups", - Autoload := true ), Dependencies := rec( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/README.md new/format-1.4.5/README.md --- old/format-1.4.4/README.md 2024-01-09 14:47:09.000000000 +0100 +++ new/format-1.4.5/README.md 2026-04-24 02:00:00.000000000 +0200 @@ -1,4 +1,4 @@ -[](https://github.com/gap-packages/format/actions?query=workflow%3ACI+branch%3Amaster) +[](https://github.com/gap-packages/format/actions/workflows/CI.yml) [](https://codecov.io/gh/gap-packages/format) # FORMAT -- GAP package for computing with formations diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/doc/examples.tex new/format-1.4.5/doc/examples.tex --- old/format-1.4.4/doc/examples.tex 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/doc/examples.tex 2026-04-24 02:00:00.000000000 +0200 @@ -100,7 +100,7 @@ We could also have started with a pc group or a nice enough matrix group. \beginexample -gap> s4 := SmallGroup(IdGroup(G)); +gap> s4 := SymmetricGroup(IsPcGroup, 4); <pc group of size 24 with 4 generators> \endexample This is $S_4$ again. The answers just look different now. @@ -113,7 +113,7 @@ \beginexample gap> sl := SpecialLinearGroup(2,3); SL(2,3) -gap> h := SmallGroup(IdGroup(sl)); +gap> h := PcGroupWithPcgs(Pcgs(sl)); <pc group of size 24 with 4 generators> \endexample We get the following subgroups. @@ -157,7 +157,7 @@ \beginexample gap> ResidualWrtFormation(G, form); ResidualWrtFormation(G, form2); Group(()) -Group([ (1,3)(2,4), (1,2)(3,4) ]) +Group([ (1,2)(3,4), (1,3)(2,4) ]) gap> KnownPropertiesOfObject(form2); [ ] \endexample @@ -242,7 +242,7 @@ \beginexample gap> SetIsIntegrated(form, true); gap> ResidualWrtFormation(G, form); -Group([ (1,4)(2,3), (1,2)(3,4) ]) +Group([ (1,2)(3,4), (1,3)(2,4) ]) gap> FNormalizerWrtFormation(G, form); Group([ (3,4), (2,4,3) ]) gap> CoveringSubgroup1(G, form); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/doc/make_doc new/format-1.4.5/doc/make_doc --- old/format-1.4.4/doc/make_doc 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/doc/make_doc 2026-04-24 02:00:00.000000000 +0200 @@ -2,21 +2,25 @@ set -e echo "TeXing documentation" -# TeX the manual and build its bibliography -tex manual; bibtex manual -# TeX the manual again to incorporate the ToC ... and build the index -tex manual; ../../../doc/manualindex manual +# delete old stuff to avoid spurious or "hidden errors" caused by their presence +rm -f manual.{aux,bbl,blg,dvi,idx,ilg,ind,lab,log,pdf,ps,six,toc} + +# TeX the manual +tex manual +# ... and build its bibliography +bibtex manual +# TeX the manual again to incorporate the ToC +tex manual +# ... and build the index +../../../doc/manualindex manual # Finally TeX the manual again to get cross-references right tex manual -# Create the .pdf version -pdftex manual; pdftex manual + +# Create PDF version +pdftex manual +pdftex manual # The HTML version of the manual -rm -rf ../htm -mkdir ../htm +mkdir -p ../htm echo "Creating HTML documentation" ../../../etc/convert.pl -i -u -c -n FORMAT . ../htm - -############################################################################# -## -#E Binary files old/format-1.4.4/doc/manual.dvi and new/format-1.4.5/doc/manual.dvi differ Binary files old/format-1.4.4/doc/manual.pdf and new/format-1.4.5/doc/manual.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP001.htm new/format-1.4.5/htm/CHAP001.htm --- old/format-1.4.4/htm/CHAP001.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP001.htm 2026-04-24 02:00:00.000000000 +0200 @@ -46,5 +46,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP002.htm new/format-1.4.5/htm/CHAP002.htm --- old/format-1.4.4/htm/CHAP002.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP002.htm 2026-04-24 02:00:00.000000000 +0200 @@ -166,5 +166,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP001.htm">Previous</a>] [<a href ="CHAP003.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP003.htm new/format-1.4.5/htm/CHAP003.htm --- old/format-1.4.4/htm/CHAP003.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP003.htm 2026-04-24 02:00:00.000000000 +0200 @@ -45,5 +45,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Previous</a>] [<a href ="CHAP004.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP004.htm new/format-1.4.5/htm/CHAP004.htm --- old/format-1.4.4/htm/CHAP004.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP004.htm 2026-04-24 02:00:00.000000000 +0200 @@ -53,5 +53,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP003.htm">Previous</a>] [<a href ="CHAP005.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP005.htm new/format-1.4.5/htm/CHAP005.htm --- old/format-1.4.4/htm/CHAP005.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP005.htm 2026-04-24 02:00:00.000000000 +0200 @@ -54,5 +54,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP004.htm">Previous</a>] [<a href ="CHAP006.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP006.htm new/format-1.4.5/htm/CHAP006.htm --- old/format-1.4.4/htm/CHAP006.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP006.htm 2026-04-24 02:00:00.000000000 +0200 @@ -93,7 +93,7 @@ <p> We could also have started with a pc group or a nice enough matrix group. <pre> -gap> s4 := SmallGroup(IdGroup(G)); +gap> s4 := SymmetricGroup(IsPcGroup, 4); <pc group of size 24 with 4 generators> </pre> This is <i>S</i><sub>4</sub> again. The answers just look different now. @@ -106,7 +106,7 @@ <pre> gap> sl := SpecialLinearGroup(2,3); SL(2,3) -gap> h := SmallGroup(IdGroup(sl)); +gap> h := PcGroupWithPcgs(Pcgs(sl)); <pc group of size 24 with 4 generators> </pre> We get the following subgroups. @@ -150,7 +150,7 @@ <pre> gap> ResidualWrtFormation(G, form); ResidualWrtFormation(G, form2); Group(()) -Group([ (1,3)(2,4), (1,2)(3,4) ]) +Group([ (1,2)(3,4), (1,3)(2,4) ]) gap> KnownPropertiesOfObject(form2); [ ] </pre> @@ -235,7 +235,7 @@ <pre> gap> SetIsIntegrated(form, true); gap> ResidualWrtFormation(G, form); -Group([ (1,4)(2,3), (1,2)(3,4) ]) +Group([ (1,2)(3,4), (1,3)(2,4) ]) gap> FNormalizerWrtFormation(G, form); Group([ (3,4), (2,4,3) ]) gap> CoveringSubgroup1(G, form); @@ -246,5 +246,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP005.htm">Previous</a>] [<a href ="CHAP007.htm">Next</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/CHAP007.htm new/format-1.4.5/htm/CHAP007.htm --- old/format-1.4.4/htm/CHAP007.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/CHAP007.htm 2026-04-24 02:00:00.000000000 +0200 @@ -45,5 +45,5 @@ <p> [<a href = "chapters.htm">Up</a>] [<a href ="CHAP006.htm">Previous</a>] [<a href = "theindex.htm">Index</a>] <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/biblio.htm new/format-1.4.5/htm/biblio.htm --- old/format-1.4.4/htm/biblio.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/biblio.htm 2026-04-24 02:00:00.000000000 +0200 @@ -35,5 +35,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/chapters.htm new/format-1.4.5/htm/chapters.htm --- old/format-1.4.4/htm/chapters.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/chapters.htm 2026-04-24 02:00:00.000000000 +0200 @@ -18,5 +18,5 @@ <li><a href="theindex.htm">Index</a> </ul><p> <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/htm/theindex.htm new/format-1.4.5/htm/theindex.htm --- old/format-1.4.4/htm/theindex.htm 2024-01-09 14:47:35.000000000 +0100 +++ new/format-1.4.5/htm/theindex.htm 2026-04-24 02:00:00.000000000 +0200 @@ -73,5 +73,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>FORMAT manual<br>January 2024 +<address>FORMAT manual<br>April 2026 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/init.g new/format-1.4.5/init.g --- old/format-1.4.4/init.g 2024-01-09 14:47:09.000000000 +0100 +++ new/format-1.4.5/init.g 2026-04-24 02:00:00.000000000 +0200 @@ -7,5 +7,5 @@ ## #D Read .gd file ## -ReadPackage( "format/lib/format.gd"); +ReadPackage( "format", "lib/format.gd"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.4/tst/manual.example-6.tst new/format-1.4.5/tst/manual.example-6.tst --- old/format-1.4.4/tst/manual.example-6.tst 2024-01-09 14:47:09.000000000 +0100 +++ new/format-1.4.5/tst/manual.example-6.tst 2026-04-24 02:00:00.000000000 +0200 @@ -34,14 +34,14 @@ gap> ComputedCoveringSubgroup1s(G); [ formation of Nilpotent groups, Group([ (3,4), (1,3)(2,4), (1,2)(3,4) ]), formation of Supersolvable groups, Group([ (3,4), (2,4,3) ]) ] -gap> s4 := SmallGroup(IdGroup(G)); +gap> s4 := SymmetricGroup(IsPcGroup, 4); <pc group of size 24 with 4 generators> gap> SystemNormalizer(s4); CarterSubgroup(s4); Group([ f1 ]) Group([ f1, f4, f3*f4 ]) gap> sl := SpecialLinearGroup(2,3); SL(2,3) -gap> h := SmallGroup(IdGroup(sl)); +gap> h := PcGroupWithPcgs(Pcgs(sl)); <pc group of size 24 with 4 generators> gap> CarterSubgroup(sl); Size(last); <group of 2x2 matrices over GF(3)> @@ -69,7 +69,7 @@ [ "NameOfFormation", "ScreenOfFormation", "ResidualFunctionOfFormation" ] gap> ResidualWrtFormation(G, form); ResidualWrtFormation(G, form2); Group(()) -Group([ (1,4)(2,3), (1,2)(3,4) ]) +Group([ (1,2)(3,4), (1,3)(2,4) ]) gap> KnownPropertiesOfObject(form2); [ ] gap> Integrated(form2); @@ -115,7 +115,7 @@ [ ] gap> SetIsIntegrated(form, true); gap> ResidualWrtFormation(G, form); -Group([ (1,4)(2,3), (1,2)(3,4) ]) +Group([ (1,2)(3,4), (1,3)(2,4) ]) gap> FNormalizerWrtFormation(G, form); Group([ (3,4), (2,4,3) ]) gap> CoveringSubgroup1(G, form);
