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 2024-02-15 21:00:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-format (Old) and /work/SRC/openSUSE:Factory/.gap-format.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-format" Thu Feb 15 21:00:14 2024 rev:2 rq:1146643 version:1.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-format/gap-format.changes 2023-12-28 22:57:52.646575114 +0100 +++ /work/SRC/openSUSE:Factory/.gap-format.new.1815/gap-format.changes 2024-02-15 21:01:34.662475736 +0100 @@ -1,0 +2,6 @@ +Wed Feb 14 19:42:04 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.4.4 + * Minor janitorial updates + +------------------------------------------------------------------- Old: ---- format-1.4.3.tar.gz New: ---- format-1.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-format.spec ++++++ --- /var/tmp/diff_new_pack.Ba1q4F/_old 2024-02-15 21:01:35.410502027 +0100 +++ /var/tmp/diff_new_pack.Ba1q4F/_new 2024-02-15 21:01:35.414502168 +0100 @@ -1,7 +1,7 @@ # # spec file for package gap-format # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gap-format -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: GAP: Computation with formations of finite solvable groups License: GPL-2.0-or-later ++++++ format-1.4.3.tar.gz -> format-1.4.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/CHANGES.md new/format-1.4.4/CHANGES.md --- old/format-1.4.3/CHANGES.md 1970-01-01 01:00:00.000000000 +0100 +++ new/format-1.4.4/CHANGES.md 2024-01-09 14:47:09.000000000 +0100 @@ -0,0 +1,39 @@ +This file describes changes in the format package. + +# 1.4.4 (2024-01-09) + + - Add missing bibliography + - Minor janitorial updates + +# 1.4.3 (2020-01-28) + + - Update Bettina's contact details + +# 1.4.2 (2019-03-19) + + - Make a package test resilient against subtle changes + in how GAP computes things + - Minor janitorial updates + +# 1.4.1 (2019-03-15) + + - Add `License` to package metadata + +# 1.4a (2018-03-19) + + - Update Charles' email address + +# 1.4 (2018-03-08) + + - Add LICENSE file + - Various janitorial updates + +# 1.3 (2012-02-26) + + - Identical to 1.2 except for version and release date + +# 1.2 (2011-11-02) + + - Improve documentation + +# 1.1 (2003-02-19) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/PackageInfo.g new/format-1.4.4/PackageInfo.g --- old/format-1.4.3/PackageInfo.g 2020-01-28 17:16:14.000000000 +0100 +++ new/format-1.4.4/PackageInfo.g 2024-01-09 14:47:09.000000000 +0100 @@ -8,8 +8,8 @@ PackageName := "FORMAT", Subtitle := "Computing with formations of finite solvable groups.", -Version := "1.4.3", -Date := "28/01/2020", # dd/mm/yyyy format +Version := "1.4.4", +Date := "09/01/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -36,7 +36,7 @@ IsAuthor := true, IsMaintainer := false, Email := "wri...@uoregon.edu", - WWWHome := "http://www.uoregon.edu/~wright", + WWWHome := "https://pages.uoregon.edu/wright/", Place := "Eugene", Institution := "University of Oregon" ), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/README.md new/format-1.4.4/README.md --- old/format-1.4.3/README.md 2020-01-28 17:16:14.000000000 +0100 +++ new/format-1.4.4/README.md 2024-01-09 14:47:09.000000000 +0100 @@ -1,4 +1,4 @@ -[](https://travis-ci.org/gap-packages/format) +[](https://github.com/gap-packages/format/actions?query=workflow%3ACI+branch%3Amaster) [](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.3/doc/make_doc new/format-1.4.4/doc/make_doc --- old/format-1.4.3/doc/make_doc 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/doc/make_doc 2024-01-09 14:47:35.000000000 +0100 @@ -2,8 +2,8 @@ set -e echo "TeXing documentation" -# TeX the manual -tex manual +# 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 # Finally TeX the manual again to get cross-references right diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/doc/manual.bib new/format-1.4.4/doc/manual.bib --- old/format-1.4.3/doc/manual.bib 1970-01-01 01:00:00.000000000 +0100 +++ new/format-1.4.4/doc/manual.bib 2024-01-09 14:47:35.000000000 +0100 @@ -0,0 +1,61 @@ +@Article{CH, + author = {Roger W. Carter and Trevor O. Hawkes}, + title = {The {$\cal F$}-normalizers of a finite soluble group}, + journal = {Journal of Algebra}, + volume = 5, + number = 2, + pages = {175--202}, + month = feb, + year = 1967 +} + +@Book{DH, + author = {Klaus Doerk and Trevor O. Hawkes}, + title = {Finite soluble groups}, + publisher = {Walter de Gruyter}, + year = 1992, + series = {De Gruyter Expositions in Mathematics} +} + +@Article{EW, + author = {Bettina Eick and Charles R. B. Wright}, + title = {Computing subgroups by exhibition in finite solvable groups}, + journal = {Journal of Symbolic Computation}, + volume = 33, + number = 2, + pages = {129--43}, + month = feb, + year = 2002 +} + +@Article{G, + author = {Wolfgang Gasch\"utz}, + title = {Zur Theorie der endlichen aufl\"osbaren Gruppen}, + journal = {Mathematische Zeitschrift}, + volume = 80, + number = 1, + pages = {300--5}, + month = dec, + year = 1963 +} + +@Article{WA, + author = {Charles R. B. Wright}, + title = {An internal approach to covering groups}, + journal = {Journal of Algebra}, + volume = 25, + number = 1, + pages = {128--45}, + month = apr, + year = 1973 +} + +@Article{WB, + author = {Charles R. B. Wright}, + title = {On internal formation theory}, + journal = {Mathematische Zeitschrift}, + volume = 134, + pages = {1--9}, + month = mar, + year = 1973 +} Binary files old/format-1.4.3/doc/manual.dvi and new/format-1.4.4/doc/manual.dvi differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/doc/manual.lab new/format-1.4.4/doc/manual.lab --- old/format-1.4.3/doc/manual.lab 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/doc/manual.lab 2024-01-09 14:47:35.000000000 +0100 @@ -32,4 +32,10 @@ \makelabel{format:Formation Examples}{6} \makelabel{format:Other Applications}{7} \makelabel{format:Bibliography}{} +\setcitlab {CH}{CH67} +\setcitlab {DH}{DH92} +\setcitlab {EW}{EW02} +\setcitlab {G}{Gas63} +\setcitlab {WA}{Wri73a} +\setcitlab {WB}{Wri73b} \makelabel{format:Index}{} Binary files old/format-1.4.3/doc/manual.pdf and new/format-1.4.4/doc/manual.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/doc/manual.tex new/format-1.4.4/doc/manual.tex --- old/format-1.4.3/doc/manual.tex 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/doc/manual.tex 2024-01-09 14:47:35.000000000 +0100 @@ -25,7 +25,6 @@ %% %F UseReferences . . . . . . . . . . . . . . . . . . specify references %% -%\UseReferences{../../../doc/ext} \UseReferences{../../../doc/ref} % % @@ -49,7 +48,7 @@ \bigskip \centerline{This software is released under the GPL version 2 or later (at your preference).} - \centerline{For the text of the GPL, please see http://www.gnu.org/licenses/.} + \centerline{For the text of the GPL, please see https://www.gnu.org/licenses/.} } % diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/doc/manual.toc new/format-1.4.4/doc/manual.toc --- old/format-1.4.3/doc/manual.toc 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/doc/manual.toc 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -\chapcontents {1}{Introduction to FORMAT}{3} -\chapcontents {2}{Formations in GAP}{4} -\chapcontents {3}{Residual Functions}{7} -\chapcontents {4}{FNormalizers}{8} -\chapcontents {5}{Covering Subgroups}{9} -\chapcontents {6}{Formation Examples}{10} -\chapcontents {7}{Other Applications}{14} -\chapcontents {}{Bibliography}{15} -\chapcontents {}{Index}{16} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP001.htm new/format-1.4.4/htm/CHAP001.htm --- old/format-1.4.3/htm/CHAP001.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP001.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP002.htm new/format-1.4.4/htm/CHAP002.htm --- old/format-1.4.3/htm/CHAP002.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP002.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP003.htm new/format-1.4.4/htm/CHAP003.htm --- old/format-1.4.3/htm/CHAP003.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP003.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP004.htm new/format-1.4.4/htm/CHAP004.htm --- old/format-1.4.3/htm/CHAP004.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP004.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP005.htm new/format-1.4.4/htm/CHAP005.htm --- old/format-1.4.3/htm/CHAP005.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP005.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP006.htm new/format-1.4.4/htm/CHAP006.htm --- old/format-1.4.3/htm/CHAP006.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP006.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/CHAP007.htm new/format-1.4.4/htm/CHAP007.htm --- old/format-1.4.3/htm/CHAP007.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/CHAP007.htm 2024-01-09 14:47:35.000000000 +0100 @@ -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 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/biblio.htm new/format-1.4.4/htm/biblio.htm --- old/format-1.4.3/htm/biblio.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/biblio.htm 2024-01-09 14:47:35.000000000 +0100 @@ -2,8 +2,38 @@ <body text="#000000" bgcolor="#ffffff"> <h1><font face="Gill Sans,Helvetica,Arial">FORMAT</font> : a <font face="Gill Sans,Helvetica,Arial">GAP</font> 4 package - References</h1><dl> +<dt><a name="CH"><b>[CH]</b></a><dd> +Roger W. Carter and Trevor O. Hawkes. +<br> The <span style="font-family:helvetica"><i>F</i></span>-normalizers of a finite soluble group. +<br> <em>Journal of Algebra</em>, 5(2):175--202, February 1967. + +<dt><a name="DH"><b>[DH]</b></a><dd> +Klaus Doerk and Trevor O. Hawkes. +<br> <em>Finite soluble groups</em>. +<br> De Gruyter Expositions in Mathematics. Walter de Gruyter, 1992. + +<dt><a name="EW"><b>[EW]</b></a><dd> +Bettina Eick and Charles R. B. Wright. +<br> Computing subgroups by exhibition in finite solvable groups. +<br> <em>Journal of Symbolic Computation</em>, 33(2):129--43, February 2002. + +<dt><a name="G"><b>[G]</b></a><dd> +Wolfgang Gasch"utz. +<br> Zur theorie der endlichen aufl"osbaren gruppen. +<br> <em>Mathematische Zeitschrift</em>, 80(1):300--5, December 1963. + +<dt><a name="WA"><b>[WA]</b></a><dd> +Charles R. B. Wright. +<br> An internal approach to covering groups. +<br> <em>Journal of Algebra</em>, 25(1):128--45, April 1973. + +<dt><a name="WB"><b>[WB]</b></a><dd> +Charles R. B. Wright. +<br> On internal formation theory. +<br> <em>Mathematische Zeitschrift</em>, 134:1--9, March 1973. + </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>FORMAT manual<br>January 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/chapters.htm new/format-1.4.4/htm/chapters.htm --- old/format-1.4.3/htm/chapters.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/chapters.htm 2024-01-09 14:47:35.000000000 +0100 @@ -18,5 +18,5 @@ <li><a href="theindex.htm">Index</a> </ul><p> <P> -<address>FORMAT manual<br>January 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/htm/theindex.htm new/format-1.4.4/htm/theindex.htm --- old/format-1.4.3/htm/theindex.htm 2020-01-28 17:16:27.000000000 +0100 +++ new/format-1.4.4/htm/theindex.htm 2024-01-09 14:47:35.000000000 +0100 @@ -73,5 +73,5 @@ </dl><p> [<a href="chapters.htm">Up</a>]<p> <P> -<address>FORMAT manual<br>January 2020 +<address>FORMAT manual<br>January 2024 </address></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/format-1.4.3/lib/normalizer.gi new/format-1.4.4/lib/normalizer.gi --- old/format-1.4.3/lib/normalizer.gi 2020-01-28 17:16:14.000000000 +0100 +++ new/format-1.4.4/lib/normalizer.gi 2024-01-09 14:47:09.000000000 +0100 @@ -114,7 +114,7 @@ size := next - first; gensNM := system.base{[first..next-1]}; - # initialize inhomogenous system + # initialize inhomogeneous system V := [ ]; E := List( [ 1 .. size ], x -> [ ] ); @@ -146,7 +146,7 @@ fi; od; - # try to solve inhomogenous systems simultaneously + # try to solve inhomogeneous systems simultaneously solution := SolutionMat( E, V ); # calculate new i-th base element