Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-corelg for openSUSE:Factory 
checked in at 2024-09-10 21:14:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-corelg (Old)
 and      /work/SRC/openSUSE:Factory/.gap-corelg.new.17570 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-corelg"

Tue Sep 10 21:14:13 2024 rev:2 rq:1199843 version:1.57

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-corelg/gap-corelg.changes    2023-12-28 
22:56:38.735874522 +0100
+++ /work/SRC/openSUSE:Factory/.gap-corelg.new.17570/gap-corelg.changes 
2024-09-10 21:15:37.408012514 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 08:52:29 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.57
+  * Don't attempt to read non-existant files
+
+-------------------------------------------------------------------

Old:
----
  corelg-1.56.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  corelg-1.57.tar.gz

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

Other differences:
------------------
++++++ gap-corelg.spec ++++++
--- /var/tmp/diff_new_pack.0OKbSl/_old  2024-09-10 21:15:37.948035014 +0200
+++ /var/tmp/diff_new_pack.0OKbSl/_new  2024-09-10 21:15:37.948035014 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-corelg
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           gap-corelg
-Version:        1.56
+Version:        1.57
 Release:        0
 Summary:        GAP: computation with real Lie groups
 License:        GPL-2.0+
@@ -26,9 +26,8 @@
 Source:         
https://github.com/gap-packages/corelg/releases/download/v%version/corelg-%version.tar.gz
 BuildArch:      noarch
 BuildRequires:  gap-rpm-devel
-Requires:       gap-core >= 4.4
-Requires:       gap-sla >= 0.14
-Suggests:       gap-gapdoc >= 1.0
+Requires:       gap-core >= 4.8
+Requires:       gap-sla >= 1.5
 
 %description
 The CoReLG package contains functionality for working with real

++++++ _scmsync.obsinfo ++++++
mtime: 1725958412
commit: 645e66d18bfe2262064f65576d67213d18641aad75b6cfece8b93a4aa797f512
url: https://src.opensuse.org/jengelh/gap-corelg
revision: master

++++++ corelg-1.56.tar.gz -> corelg-1.57.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/CHANGES.md new/corelg-1.57/CHANGES.md
--- old/corelg-1.56/CHANGES.md  2022-02-24 00:56:50.000000000 +0100
+++ new/corelg-1.57/CHANGES.md  2024-07-07 22:25:30.000000000 +0200
@@ -1,5 +1,8 @@
 This file describes changes in the GAP package `CoReLG`.
 
+- Version 1.57 (2024-07-07):
+   - janitorial changes
+
 - Version 1.56 (2022-02-24):
    - set TestFile in PackageInfo.g
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/PackageInfo.g 
new/corelg-1.57/PackageInfo.g
--- old/corelg-1.56/PackageInfo.g       2022-02-24 00:56:50.000000000 +0100
+++ new/corelg-1.57/PackageInfo.g       2024-07-07 22:25:30.000000000 +0200
@@ -11,8 +11,8 @@
 SetPackageInfo( rec(
 PackageName := "CoReLG",
 Subtitle := "Computing with real Lie algebras",
-Version := "1.56",
-Date := "24/02/2022", # this is in dd/mm/yyyy format
+Version := "1.57",
+Date := "07/07/2024", # this is in dd/mm/yyyy format
 License := "GPL-2.0-or-later",
 
 Persons := [
@@ -84,7 +84,7 @@
 
 PackageDoc := rec( BookName  := "CoReLG" ,
   ArchiveURLSubset := ["doc"],
-  HTMLStart := "doc/chap0.html",
+  HTMLStart := "doc/chap0_mj.html",
   PDFFile   := "doc/manual.pdf",
   SixFile   := "doc/manual.six",
   LongTitle := "Computing with real Lie algebras",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/README.md new/corelg-1.57/README.md
--- old/corelg-1.56/README.md   2022-02-24 00:56:50.000000000 +0100
+++ new/corelg-1.57/README.md   2024-07-07 22:25:30.000000000 +0200
@@ -1,4 +1,4 @@
-[![Build 
Status](https://travis-ci.com/gap-packages/corelg.svg)](https://travis-ci.com/gap-packages/corelg)
+[![Build 
Status](https://github.com/gap-packages/corelg/workflows/CI/badge.svg?branch=master)](https://github.com/gap-packages/corelg/actions?query=workflow%3ACI+branch%3Amaster)
 [![Code 
Coverage](https://codecov.io/github/gap-packages/corelg/coverage.svg)](https://codecov.io/gh/gap-packages/corelg)
 
 # CoReLG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/_entities.xml 
new/corelg-1.57/doc/_entities.xml
--- old/corelg-1.56/doc/_entities.xml   1970-01-01 01:00:00.000000000 +0100
+++ new/corelg-1.57/doc/_entities.xml   2024-07-07 22:25:54.000000000 +0200
@@ -0,0 +1 @@
+<!ENTITY CoReLG '<Package>CoReLG</Package>'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap0.html 
new/corelg-1.57/doc/chap0.html
--- old/corelg-1.56/doc/chap0.html      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap0.html      2024-07-07 22:26:00.000000000 +0200
@@ -29,10 +29,10 @@
 <h2>Computing with real Lie algebras</h2>
 
 <p>
-    Version 1.56</p>
+    Version 1.57</p>
 
 <p>
-    24 February 2022
+    7 July 2024
   </p>
 
 </div>
@@ -190,6 +190,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap0.txt 
new/corelg-1.57/doc/chap0.txt
--- old/corelg-1.56/doc/chap0.txt       2022-02-24 00:57:26.000000000 +0100
+++ new/corelg-1.57/doc/chap0.txt       2024-07-07 22:25:54.000000000 +0200
@@ -6,10 +6,10 @@
                         Computing with real Lie algebras 
   
   
-                                  Version 1.56
+                                  Version 1.57
   
   
-                                24 February 2022
+                                  7 July 2024
   
   
                                  Heiko Dietrich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap0_mj.html 
new/corelg-1.57/doc/chap0_mj.html
--- old/corelg-1.56/doc/chap0_mj.html   2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap0_mj.html   2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - Contents</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -32,10 +32,10 @@
 <h2>Computing with real Lie algebras</h2>
 
 <p>
-    Version 1.56</p>
+    Version 1.57</p>
 
 <p>
-    24 February 2022
+    7 July 2024
   </p>
 
 </div>
@@ -193,6 +193,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap1.html 
new/corelg-1.57/doc/chap1.html
--- old/corelg-1.56/doc/chap1.html      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap1.html      2024-07-07 22:26:00.000000000 +0200
@@ -128,6 +128,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap1_mj.html 
new/corelg-1.57/doc/chap1_mj.html
--- old/corelg-1.56/doc/chap1_mj.html   2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap1_mj.html   2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - Chapter 1: Introduction</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -131,6 +131,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap2.html 
new/corelg-1.57/doc/chap2.html
--- old/corelg-1.56/doc/chap2.html      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap2.html      2024-07-07 22:26:00.000000000 +0200
@@ -251,6 +251,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap2_mj.html 
new/corelg-1.57/doc/chap2_mj.html
--- old/corelg-1.56/doc/chap2_mj.html   2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap2_mj.html   2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - Chapter 2: The field SqrtField</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -254,6 +254,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap3.html 
new/corelg-1.57/doc/chap3.html
--- old/corelg-1.56/doc/chap3.html      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap3.html      2024-07-07 22:26:00.000000000 +0200
@@ -392,6 +392,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap3_mj.html 
new/corelg-1.57/doc/chap3_mj.html
--- old/corelg-1.56/doc/chap3_mj.html   2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap3_mj.html   2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - Chapter 3: Real Lie Algebras</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -395,6 +395,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap4.html 
new/corelg-1.57/doc/chap4.html
--- old/corelg-1.56/doc/chap4.html      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap4.html      2024-07-07 22:26:00.000000000 +0200
@@ -110,6 +110,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chap4_mj.html 
new/corelg-1.57/doc/chap4_mj.html
--- old/corelg-1.56/doc/chap4_mj.html   2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chap4_mj.html   2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - Chapter 4: Real nilpotent orbits</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -113,6 +113,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chapBib.html 
new/corelg-1.57/doc/chapBib.html
--- old/corelg-1.56/doc/chapBib.html    2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chapBib.html    2024-07-07 22:26:00.000000000 +0200
@@ -82,6 +82,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chapBib.txt 
new/corelg-1.57/doc/chapBib.txt
--- old/corelg-1.56/doc/chapBib.txt     2022-02-24 00:57:26.000000000 +0100
+++ new/corelg-1.57/doc/chapBib.txt     2024-07-07 22:25:54.000000000 +0200
@@ -11,7 +11,7 @@
   (2013), 349--379.
   
   [Gra12]  Graaf,  W.  A.  d.,  \sf  SLA  - 
computing with Simple Lie Algebras
-  (2012), (({\tt http://science.unitn.it/~degraaf/sla.html}, version 0.12)), a
+  (2012),  ({\tt  http://science.unitn.it/~degraaf/sla.html}, version 0.12), a
   {\sf GAP} package.
   
   [Kna02] Knapp, A. W., Lie groups beyond an 
introduction, Birkh\"auser Boston
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chapBib_mj.html 
new/corelg-1.57/doc/chapBib_mj.html
--- old/corelg-1.56/doc/chapBib_mj.html 2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chapBib_mj.html 2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - References</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -85,6 +85,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chapInd.html 
new/corelg-1.57/doc/chapInd.html
--- old/corelg-1.56/doc/chapInd.html    2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chapInd.html    2024-07-07 22:26:00.000000000 +0200
@@ -70,6 +70,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0.html">Top</a>  <a href="chap1.html">1</a>  <a 
href="chap2.html">2</a>  <a href="chap3.html">3</a>  <a href="chap4.html">4</a> 
 <a href="chapBib.html">Bib</a>  <a href="chapInd.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/chapInd_mj.html 
new/corelg-1.57/doc/chapInd_mj.html
--- old/corelg-1.56/doc/chapInd_mj.html 2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/chapInd_mj.html 2024-07-07 22:26:00.000000000 +0200
@@ -6,7 +6,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
 <head>
 <script type="text/javascript"
-  
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+  
src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
 </script>
 <title>GAP (CoReLG) - Index</title>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@@ -73,6 +73,6 @@
 <div class="chlinkbot"><span class="chlink1">Goto Chapter: </span><a 
href="chap0_mj.html">Top</a>  <a href="chap1_mj.html">1</a>  <a 
href="chap2_mj.html">2</a>  <a href="chap3_mj.html">3</a>  <a 
href="chap4_mj.html">4</a>  <a href="chapBib_mj.html">Bib</a>  <a 
href="chapInd_mj.html">Ind</a>  </div>
 
 <hr />
-<p class="foot">generated by <a 
href="http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
+<p class="foot">generated by <a 
href="https://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc";>GAPDoc2HTML</a></p>
 </body>
 </html>
Binary files old/corelg-1.56/doc/manual.pdf and new/corelg-1.57/doc/manual.pdf 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/manual.six 
new/corelg-1.57/doc/manual.six
--- old/corelg-1.56/doc/manual.six      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/manual.six      2024-07-07 22:26:00.000000000 +0200
@@ -3,12 +3,15 @@
 encoding := "UTF-8",
 bookname := "CoReLG",
 entries :=
-[ [ "Title page", ".", [ 0, 0, 0 ], 1, 1, "title page", "X7D2C85EC87DD46E5" ],
-  [ "Abstract", ".-1", [ 0, 0, 1 ], 49, 2, "abstract", "X7AA6C5737B711C89" ], 
-  [ "Copyright", ".-2", [ 0, 0, 2 ], 55, 2, "copyright", "X81488B807F2A1CF1" ]
-    , [ "Acknowledgements", ".-3", [ 0, 0, 3 ], 60, 2, "acknowledgements", 
+[ [ "Title page", "0.0", [ 0, 0, 0 ], 1, 1, "title page", "X7D2C85EC87DD46E5" 
+     ], 
+  [ "Abstract", "0.0-1", [ 0, 0, 1 ], 49, 2, "abstract", "X7AA6C5737B711C89" ]
+    , 
+  [ "Copyright", "0.0-2", [ 0, 0, 2 ], 55, 2, "copyright", 
+      "X81488B807F2A1CF1" ], 
+  [ "Acknowledgements", "0.0-3", [ 0, 0, 3 ], 60, 2, "acknowledgements", 
       "X82A988D47DFAFCFA" ], 
-  [ "Table of Contents", ".-4", [ 0, 0, 4 ], 68, 3, "table of contents", 
+  [ "Table of Contents", "0.0-4", [ 0, 0, 4 ], 68, 3, "table of contents", 
       "X8537FEB07AF2BEC8" ], 
   [ "\033[1X\033[33X\033[0;-2YIntroduction\033[133X\033[101X", "1", 
       [ 1, 0, 0 ], 1, 4, "introduction", "X7DFB63A97E67C0A1" ], 
@@ -30,7 +33,7 @@
       "2.1", [ 2, 1, 0 ], 4, 7, "definition of the field", 
       "X80E89FFF7F52BE64" ], 
   [ "\033[1X\033[33X\033[0;-2YConstruction of elements\033[133X\033[101X", 
-      "2.2", [ 2, 2, 0 ], 40, 7, "construction of elements", 
+      "2.2", [ 2, 2, 0 ], 40, 8, "construction of elements", 
       "X850FE9D385B653D9" ], 
   [ "\033[1X\033[33X\033[0;-2YBasic operations\033[133X\033[101X", "2.3", 
       [ 2, 3, 0 ], 118, 9, "basic operations", "X82EB5BE77F9F686A" ], 
@@ -50,7 +53,7 @@
 101X", "3.4", [ 3, 4, 0 ], 249, 16, "cartan subalgebras and root systems", 
       "X82EAE07A8557719A" ], 
   [ "\033[1X\033[33X\033[0;-2YDiagrams\033[133X\033[101X", "3.5", 
-      [ 3, 5, 0 ], 316, 17, "diagrams", "X78932FB48237B18F" ], 
+      [ 3, 5, 0 ], 316, 18, "diagrams", "X78932FB48237B18F" ], 
   [ "\033[1X\033[33X\033[0;-2YReal nilpotent orbits\033[133X\033[101X", "4", 
       [ 4, 0, 0 ], 1, 19, "real nilpotent orbits", "X845E3A7E87C93239" ], 
   [ 
@@ -105,7 +108,7 @@
       "realformbyid", "X8443E03C868CA7D3" ], 
   [ "\033[2XIdRealForm\033[102X", "3.1-4", [ 3, 1, 4 ], 81, 13, "idrealform", 
       "X7E23043A7BBE7DF2" ], 
-  [ "\033[2XNameRealForm\033[102X", "3.1-5", [ 3, 1, 5 ], 98, 13, 
+  [ "\033[2XNameRealForm\033[102X", "3.1-5", [ 3, 1, 5 ], 98, 14, 
       "namerealform", "X7E8EA8457A5F01FC" ], 
   [ "\033[2XAllRealForms\033[102X", "3.1-6", [ 3, 1, 6 ], 115, 14, 
       "allrealforms", "X85C3549A8537FBF6" ], 
@@ -132,10 +135,10 @@
       [ 3, 4, 2 ], 259, 16, "maximallynoncompactcartansubalgebra", 
       "X7D593D72871F56B1" ], 
   [ "\033[2XCompactDimensionOfCartanSubalgebra\033[102X", "3.4-3", 
-      [ 3, 4, 3 ], 266, 16, "compactdimensionofcartansubalgebra", 
+      [ 3, 4, 3 ], 266, 17, "compactdimensionofcartansubalgebra", 
       "X7F5A10E0782A4DBC" ], 
   [ "\033[2XCompactDimensionOfCartanSubalgebra\033[102X", "3.4-3", 
-      [ 3, 4, 3 ], 266, 16, "compactdimensionofcartansubalgebra", 
+      [ 3, 4, 3 ], 266, 17, "compactdimensionofcartansubalgebra", 
       "X7F5A10E0782A4DBC" ], 
   [ "\033[2XCartanSubalgebrasOfRealForm\033[102X", "3.4-4", [ 3, 4, 4 ], 277, 
       17, "cartansubalgebrasofrealform", "X83BFAD338107D9FF" ], 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/manual.toc 
new/corelg-1.57/doc/manual.toc
--- old/corelg-1.56/doc/manual.toc      2022-02-24 00:57:31.000000000 +0100
+++ new/corelg-1.57/doc/manual.toc      1970-01-01 01:00:00.000000000 +0100
@@ -1,56 +0,0 @@
-\contentsline {chapter}{\numberline {1}\textcolor {Chapter 
}{Introduction}}{4}{chapter.1}%
-\contentsline {section}{\numberline {1.1}\textcolor {Chapter }{The simple real 
Lie algebras}}{4}{section.1.1}%
-\contentsline {section}{\numberline {1.2}\textcolor {Chapter }{Cartan 
subalgebras and more}}{5}{section.1.2}%
-\contentsline {section}{\numberline {1.3}\textcolor {Chapter }{Nilpotent 
orbits}}{6}{section.1.3}%
-\contentsline {section}{\numberline {1.4}\textcolor {Chapter }{On base 
fields}}{6}{section.1.4}%
-\contentsline {chapter}{\numberline {2}\textcolor {Chapter }{The field \mbox 
{\texttt {\mdseries \slshape SqrtField}}}}{7}{chapter.2}%
-\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{ Definition of 
the field }}{7}{section.2.1}%
-\contentsline {subsection}{\numberline {2.1.1}\textcolor {Chapter 
}{SqrtFieldIsGaussRat}}{7}{subsection.2.1.1}%
-\contentsline {section}{\numberline {2.2}\textcolor {Chapter }{ Construction 
of elements }}{7}{section.2.2}%
-\contentsline {subsection}{\numberline {2.2.1}\textcolor {Chapter 
}{Sqroot}}{8}{subsection.2.2.1}%
-\contentsline {subsection}{\numberline {2.2.2}\textcolor {Chapter 
}{CoefficientsOfSqrtFieldElt}}{8}{subsection.2.2.2}%
-\contentsline {subsection}{\numberline {2.2.3}\textcolor {Chapter 
}{SqrtFieldEltByCoefficients}}{8}{subsection.2.2.3}%
-\contentsline {subsection}{\numberline {2.2.4}\textcolor {Chapter 
}{SqrtFieldEltToCyclotomic}}{8}{subsection.2.2.4}%
-\contentsline {subsection}{\numberline {2.2.5}\textcolor {Chapter 
}{SqrtFieldEltByCyclotomic}}{9}{subsection.2.2.5}%
-\contentsline {section}{\numberline {2.3}\textcolor {Chapter }{ Basic 
operations }}{9}{section.2.3}%
-\contentsline {subsection}{\numberline {2.3.1}\textcolor {Chapter 
}{SqrtFieldMakeRational}}{10}{subsection.2.3.1}%
-\contentsline {subsection}{\numberline {2.3.2}\textcolor {Chapter 
}{SqrtFieldPolynomialToRationalPolynomial}}{10}{subsection.2.3.2}%
-\contentsline {subsection}{\numberline {2.3.3}\textcolor {Chapter 
}{SqrtFieldRationalPolynomialToSqrtFieldPolynomial}}{10}{subsection.2.3.3}%
-\contentsline {subsection}{\numberline {2.3.4}\textcolor {Chapter 
}{Factors}}{10}{subsection.2.3.4}%
-\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{Real Lie 
Algebras}}{12}{chapter.3}%
-\contentsline {section}{\numberline {3.1}\textcolor {Chapter }{ Construction 
of simple real Lie algebras }}{12}{section.3.1}%
-\contentsline {subsection}{\numberline {3.1.1}\textcolor {Chapter 
}{RealFormsInformation}}{12}{subsection.3.1.1}%
-\contentsline {subsection}{\numberline {3.1.2}\textcolor {Chapter 
}{NumberRealForms}}{13}{subsection.3.1.2}%
-\contentsline {subsection}{\numberline {3.1.3}\textcolor {Chapter 
}{RealFormById}}{13}{subsection.3.1.3}%
-\contentsline {subsection}{\numberline {3.1.4}\textcolor {Chapter 
}{IdRealForm}}{13}{subsection.3.1.4}%
-\contentsline {subsection}{\numberline {3.1.5}\textcolor {Chapter 
}{NameRealForm}}{13}{subsection.3.1.5}%
-\contentsline {subsection}{\numberline {3.1.6}\textcolor {Chapter 
}{AllRealForms}}{14}{subsection.3.1.6}%
-\contentsline {subsection}{\numberline {3.1.7}\textcolor {Chapter 
}{RealFormParameters}}{14}{subsection.3.1.7}%
-\contentsline {subsection}{\numberline {3.1.8}\textcolor {Chapter 
}{IsRealFormOfInnerType}}{14}{subsection.3.1.8}%
-\contentsline {subsection}{\numberline {3.1.9}\textcolor {Chapter 
}{IsRealification}}{14}{subsection.3.1.9}%
-\contentsline {subsection}{\numberline {3.1.10}\textcolor {Chapter 
}{CartanDecomposition}}{14}{subsection.3.1.10}%
-\contentsline {subsection}{\numberline {3.1.11}\textcolor {Chapter 
}{RealStructure}}{15}{subsection.3.1.11}%
-\contentsline {section}{\numberline {3.2}\textcolor {Chapter }{Maximal 
reductive subalgebras}}{15}{section.3.2}%
-\contentsline {subsection}{\numberline {3.2.1}\textcolor {Chapter 
}{MaximalReductiveSubalgebras}}{15}{subsection.3.2.1}%
-\contentsline {section}{\numberline {3.3}\textcolor {Chapter }{ 
Isomorphisms}}{16}{section.3.3}%
-\contentsline {subsection}{\numberline {3.3.1}\textcolor {Chapter 
}{IsomorphismOfRealSemisimpleLieAlgebras}}{16}{subsection.3.3.1}%
-\contentsline {section}{\numberline {3.4}\textcolor {Chapter }{Cartan 
subalgebras and root systems}}{16}{section.3.4}%
-\contentsline {subsection}{\numberline {3.4.1}\textcolor {Chapter 
}{MaximallyCompactCartanSubalgebra}}{16}{subsection.3.4.1}%
-\contentsline {subsection}{\numberline {3.4.2}\textcolor {Chapter 
}{MaximallyNonCompactCartanSubalgebra}}{16}{subsection.3.4.2}%
-\contentsline {subsection}{\numberline {3.4.3}\textcolor {Chapter 
}{CompactDimensionOfCartanSubalgebra}}{16}{subsection.3.4.3}%
-\contentsline {subsection}{\numberline {3.4.4}\textcolor {Chapter 
}{CartanSubalgebrasOfRealForm}}{17}{subsection.3.4.4}%
-\contentsline {subsection}{\numberline {3.4.5}\textcolor {Chapter 
}{CartanSubspace}}{17}{subsection.3.4.5}%
-\contentsline {subsection}{\numberline {3.4.6}\textcolor {Chapter 
}{RootsystemOfCartanSubalgebra}}{17}{subsection.3.4.6}%
-\contentsline {subsection}{\numberline {3.4.7}\textcolor {Chapter 
}{ChevalleyBasis}}{17}{subsection.3.4.7}%
-\contentsline {section}{\numberline {3.5}\textcolor {Chapter 
}{Diagrams}}{17}{section.3.5}%
-\contentsline {subsection}{\numberline {3.5.1}\textcolor {Chapter 
}{VoganDiagram}}{18}{subsection.3.5.1}%
-\contentsline {subsection}{\numberline {3.5.2}\textcolor {Chapter 
}{SatakeDiagram}}{18}{subsection.3.5.2}%
-\contentsline {chapter}{\numberline {4}\textcolor {Chapter }{Real nilpotent 
orbits}}{19}{chapter.4}%
-\contentsline {section}{\numberline {4.1}\textcolor {Chapter }{Nilpotent 
orbits in real Lie algebras}}{19}{section.4.1}%
-\contentsline {subsection}{\numberline {4.1.1}\textcolor {Chapter 
}{NilpotentOrbitsOfRealForm}}{19}{subsection.4.1.1}%
-\contentsline {subsection}{\numberline {4.1.2}\textcolor {Chapter 
}{RealCayleyTriple}}{19}{subsection.4.1.2}%
-\contentsline {subsection}{\numberline {4.1.3}\textcolor {Chapter 
}{WeightedDynkinDiagram}}{20}{subsection.4.1.3}%
-\contentsline {section}{\numberline {4.2}\textcolor {Chapter }{The real Weyl 
group}}{20}{section.4.2}%
-\contentsline {subsection}{\numberline {4.2.1}\textcolor {Chapter 
}{RealWeylGroup}}{20}{subsection.4.2.1}%
-\contentsline {chapter}{References}{21}{chapter*.5}%
-\contentsline {chapter}{Index}{22}{section*.6}%
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/doc/title.xml 
new/corelg-1.57/doc/title.xml
--- old/corelg-1.56/doc/title.xml       2022-02-24 00:57:26.000000000 +0100
+++ new/corelg-1.57/doc/title.xml       2024-07-07 22:25:54.000000000 +0200
@@ -9,7 +9,7 @@
     Computing with real Lie algebras
   </Subtitle>
   <Version>
-    Version 1.56
+    Version 1.57
   </Version>
   <Author>
     Heiko Dietrich<Alt Only="LaTeX"><Br/></Alt>
@@ -47,11 +47,10 @@
 
   </Author>
   <Date>
-    24 February 2022
+    7 July 2024
   </Date>
   <Abstract>
-    
-      This package provides functions for computing with various
+          This package provides functions for computing with various
       aspects of the theory of real simple Lie algebras.
       
   </Abstract>
@@ -59,8 +58,7 @@
     &copyright; 2013-2019 Heiko Dietrich, Paolo Faccin, and Willem de Graaf
   </Copyright>
   <Acknowledgements>
-    
-      The research leading to this package has received funding from
+          The research leading to this package has received funding from
       the European Union's Seventh Framework Program FP7/2007-2013
       under grant agreement no 271712, and from the Australian Research
       Council, grantor code DE140100088 and DP190100317.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corelg-1.56/read.g new/corelg-1.57/read.g
--- old/corelg-1.56/read.g      2022-02-24 00:56:50.000000000 +0100
+++ new/corelg-1.57/read.g      2024-07-07 22:25:30.000000000 +0200
@@ -13,9 +13,6 @@
 ReadPackage( "corelg", "gap/realforms.gi" );
 ReadPackage( "corelg", "gap/nilpotentOrbits.gi" );
 ReadPackage( "corelg", "gap/cartandecomp.gi" );
-ReadPackage( "corelg", "doc/makedoc.g" );
-ReadPackage( "corelg", "gap/test.gi" );
 ReadPackage( "corelg", "gap/realtheta.gi" );
-ReadPackage( "corelg", "gap/affine.gi" );
 ReadPackage( "corelg", "gap/realweyl.gi" );
 ReadPackage( "corelg", "gap/realmax.g" );

Reply via email to