Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-unipot for openSUSE:Factory 
checked in at 2024-07-11 20:31:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-unipot (Old)
 and      /work/SRC/openSUSE:Factory/.gap-unipot.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-unipot"

Thu Jul 11 20:31:49 2024 rev:2 rq:1186657 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-unipot/gap-unipot.changes    2023-12-28 
23:01:38.702840770 +0100
+++ /work/SRC/openSUSE:Factory/.gap-unipot.new.17339/gap-unipot.changes 
2024-07-11 20:32:06.578521464 +0200
@@ -1,0 +2,6 @@
+Wed Jul 10 17:31:11 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.6
+  * Stop reading non-existent .gd/.gi files
+
+-------------------------------------------------------------------

Old:
----
  unipot-1.5.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  unipot-1.6.tar.gz

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

Other differences:
------------------
++++++ gap-unipot.spec ++++++
--- /var/tmp/diff_new_pack.txy8SF/_old  2024-07-11 20:32:07.330548944 +0200
+++ /var/tmp/diff_new_pack.txy8SF/_new  2024-07-11 20:32:07.330548944 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-unipot
 #
-# Copyright (c) 2023 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-unipot
-Version:        1.5
+Version:        1.6
 Release:        0
 Summary:        GAP: Elements of unipotent subgroups of Chevalley groups
 License:        GPL-2.0-or-later

++++++ _scmsync.obsinfo ++++++
mtime: 1720633032
commit: 726511d5b45a51702b5303b6725b6027e7eb10ba0f600c75d819519b463d0572
url: https://src.opensuse.org/jengelh/gap-unipot
revision: master

++++++ unipot-1.5.tar.gz -> unipot-1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/CHANGES.md new/unipot-1.6/CHANGES.md
--- old/unipot-1.5/CHANGES.md   2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/CHANGES.md   2024-07-04 15:07:22.000000000 +0200
@@ -1,5 +1,13 @@
 This file describes changes in the GAP package 'unipot'.
 
+* 1.6 (2024-07-04)
+
+  - Fix citations
+  - Update citation recommendation
+  - Remove obsolete installation instructions
+  - Remove ReadPackage calls for non-existing files
+  - Update contact details
+
 * 1.5 (2022-02-22)
 
   - Fix error in GeneratorsOfGroup for unipotent groups
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/PackageInfo.g new/unipot-1.6/PackageInfo.g
--- old/unipot-1.5/PackageInfo.g        2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/PackageInfo.g        2024-07-04 15:07:22.000000000 +0200
@@ -10,8 +10,8 @@
   rec(
     PackageName     := "Unipot",
     Subtitle        := "Computing with elements of unipotent subgroups of 
Chevalley groups",
-    Version         := "1.5",
-    Date            := "22/02/2022", # dd/mm/yyyy format
+    Version         := "1.6",
+    Date            := "04/07/2024", # dd/mm/yyyy format
     License         := "GPL-2.0-or-later",
     PackageWWWHome  := "https://gap-packages.github.io/unipot/";,
     README_URL      := Concatenation( ~.PackageWWWHome, "README.md" ),
@@ -33,23 +33,23 @@
         IsAuthor      := true,
         IsMaintainer  := false,
         Email         := "ser...@sergei-haller.de",
-        WWWHome       := "http://www.sergei-haller.de";,
+        WWWHome       := "https://www.sergei-haller.de";,
       ),
       rec(
         LastName      := "Horn",
         FirstNames    := "Max",
         IsAuthor      := false,
         IsMaintainer  := true,
-        Email         := "h...@mathematik.uni-kl.de",
+        Email         := "mh...@rptu.de",
         WWWHome       := "https://www.quendi.de/math";,
         PostalAddress := Concatenation(
                            "Fachbereich Mathematik\n",
-                           "TU Kaiserslautern\n",
+                           "RPTU Kaiserslautern-Landau\n",
                            "Gottlieb-Daimler-Straße 48\n",
                            "67663 Kaiserslautern\n",
                            "Germany" ),
         Place         := "Kaiserslautern, Germany",
-        Institution   := "TU Kaiserslautern"
+        Institution   := "RPTU Kaiserslautern-Landau"
       ),
     ],
     PackageDoc := rec(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/README.md new/unipot-1.6/README.md
--- old/unipot-1.5/README.md    2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/README.md    2024-07-04 15:07:22.000000000 +0200
@@ -24,41 +24,14 @@
 
 You can download the sources from
  <https://gap-packages.github.io/unipot/>
-or alternatively from the same places as GAP:
- <https://www.gap-system.org/Packages/unipot.html>
 
-If you installed a recent version of the packages-... file of the GAP
+If you installed a complete copy of the standard GAP
 distribution, then `Unipot` is most likely already installed. If not,
 you can download the package `Unipot` separately. In that case go to the
 subdirectory `pkg` of the main GAP directory (when you installed the GAP
-distribution, a new directory called `gap4r<X>` for some <X> was
-created; this directory contains the `pkg` subdirectory). The standard
-location would be
-
-    /usr/local/lib/gap4rX/pkg
-
-Then extract the sources of the `Unipot` package. `Unipot` resides
-completely in the following subdirectory (assuming standard location):
-
-    /usr/local/lib/gap4rX/pkg/unipot
-
-### Installing in a different than the standard location
-
-It could happen that you do not want to install `Unipot` in its
-standard location, perhaps because you do not want to bother
-your system administrator and have no access to the GAP
-directory. In this case just unpack `Unipot` in any other
-location within a `pkg` directory as described above. E.g. the
-directory containing the `pkg` directory is `/home/user/mygap`,
-then `Unipot` resides in `/home/user/mygap/pkg/unipot`.
-
-Note that you *either* have to edit the startup script `gap.sh`:
- Add `/home/user/mygap` separating it with a semicolon (`;`)
- from previous directories for the variable `GAP_DIR`
-*or* you have to start GAP with following command line option:
-
-    gap -l "/usr/local/lib/gap4rX;/home/user/mygap"
-
+distribution, a new directory called `gap-4.<X>` for some <X> was
+created; this directory contains the `pkg` subdirectory).
+Then extract the sources of the `Unipot` package in there.
 
 ## Loading `Unipot` in GAP
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/install.tex 
new/unipot-1.6/doc/install.tex
--- old/unipot-1.5/doc/install.tex      2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/install.tex      1970-01-01 01:00:00.000000000 +0100
@@ -1,142 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%W  install.tex            UNIPOT documentation             Sergei Haller
-%%
-%%
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Chapter{Installing and Loading Unipot}
-
-This document describes the procedure of installing the package.
-
-Installing {\Unipot} should  be  easy  once  you  have  installed  {\GAP}
-itself. We assume here that you want to install {\Unipot} in its standard
-location,  which  is  in  the  `pkg'  subdirectory  of the  main  {\GAP4}
-installation.
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Section{Overview}\null
-
-You have to perform the following steps to install {\Unipot}:
-
-\beginlist%unordered
-\item{--} Get the sources.
-\item{--} Unpack the sources with the `unzoo' utility.
-\item{--} Optionally edit the `ALLPKG' file so that the {\Unipot}
-     documentation will be available when {\GAP} starts up.
-\endlist                                                                       
                               
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Section{What you need to install unipot}\null
-
-* CHECK THIS * (4.3)
-
-{\Unipot} has been written in the {\GAP4} language. While  it  can
-be loaded by {\GAP4.1}, at least {\GAP4.2} should be used (see "Root
-Systems" for why you shouldn't use {\Unipot} with {\GAP4.1} or beta
-versions of {\GAP4}.)
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Section{Getting and unpacking the sources}
-
-You can download the sources  from the same places as {\GAP}. So the main
-FTP servers are:
-
-\beginlist%unordered
-\item{$\bullet$}\URL{ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/}
-\item{$\bullet$}\URL{ftp://ftp.math.rwth-aachen.de/pub/gap4/}
-\item{$\bullet$}\URL{ftp://ftp.ccs.neu.edu/pub/mirrors/ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/}
-\item{$\bullet$}\URL{ftp://web-serv.zsu.zp.ua/Public/Gap4/}
-\endlist
-
-You  need  only one  file with the name `unipot1r1.zoo'  which  is in the
-subdirectory for the packages.  When  you  installed  {\GAP} you used the
-utility  `unzoo'  to unpack the  distribution.  You  will  need this here
-again.  See  {\GAP}  Reference manual, chapter "ref:Installing  GAP"  for
-instructions on how to  get and compile it.  Go to the subdirectory `pkg'
-of the main {\GAP} directory (when you installed the {\GAP} distribution,
-a new  directory  called  `gap4r<X>'  for  some  <X>  was  created;  this
-directory contains the `pkg'  subdirectory). The standard  location would
-be: (do not type the prompt character `\#')
-
-\begintt
-# cd /usr/local/lib/gap4rX/pkg
-\endtt
-
-Then extract the sources of the {\Unipot} package:
-\begintt
-# unzoo -x unipot1r1.zoo
-unipot/README     -- extracted as text
-...
-/bin/mkdir: cannot make directory `unipot': File exists
-...
-\endtt
-
-Note that the warning is *not* serious.
-
-The `unzoo' utility unpacks the files and stores them into the apropriate
-subdirectories. {\Unipot} resides completely in the following subdirectory
-(assuming standard location):
-
-\begintt
-/usr/local/lib/gap4rX/pkg/unipot
-\endtt
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Section{Installing in a different than the standard location}
-
-It could happen that you do not want to install {\Unipot} in its standard
-location,  perhaps  because  you  do  not  want  to  bother  your  system
-administrator and have  no access to the {\GAP} directory.  In  this case
-just unpack  {\Unipot} in any other location within a `pkg'  directory as
-described  above. E.g.  the directory containing  the  `pkg' directory is
-`/home/user/mygap',       then       {\Unipot}       resides       inside
-`/home/user/mygap/pkg/unipot'.
-
-Note that you *either* have to edit the startup script `gap.sh':
-\beginlist%unordered
-   Add `/home/user/mygap' separating it with a semicolon (``;'')
-   from previous directories for the variable `GAP_DIR'
-\endlist
-*or* you have to start {\GAP} with following command line option:
-\begintt
-# gap4 -l "/usr/local/lib/gap4rX;/home/user/mygap"
-\endtt
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\Section{Loading Unipot in GAP}
-
-Add a line to the `ALLPKG' file in the `pkg' directory
-\begintt
-# cd /name-of-gap-directory/pkg
-# echo unipot >> ALLPKG
-\endtt
-
-This makes the  documentation  of the package  available  in any  {\GAP4}
-session,  even  if the  package  is not loaded. Like  any other  package,
-{\Unipot} is loaded in {\GAP} with
-
-\beginexample
-gap> LoadPackage("unipot");
-\endexample
-
-within the {\GAP4} session.
-
-If you have problems with this package, wish to make comments
-or suggestions, or if you find bugs, please report them via
-
-\URL{https://github.com/gap-packages/unipot/issues}
-
-Also, I would like to hear about applications of this package.
-(See also "Citing Unipot".)
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%E  install.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/manual.bib 
new/unipot-1.6/doc/manual.bib
--- old/unipot-1.5/doc/manual.bib       2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/manual.bib       2024-07-04 15:08:17.000000000 +0200
@@ -16,11 +16,11 @@
  ORGANIZATION = "The GAP~Group",
       ADDRESS = "Aachen, St~Andrews",
          YEAR = 2004,
-         NOTE = "\URL{http://www.gap-system.org}";,
+         NOTE = "\URL{https://www.gap-system.org}";,
           KEY = "GAP",
      KEYWORDS = "groups; *; gap; manual"
 }
-@book {Carter72,
+@book {Car72,
     AUTHOR = {Carter, Roger W.},
      TITLE = {Simple groups of {L}ie type},
     SERIES = {Wiley Classics Library},
Binary files old/unipot-1.5/doc/manual.dvi and new/unipot-1.6/doc/manual.dvi 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/manual.lab 
new/unipot-1.6/doc/manual.lab
--- old/unipot-1.5/doc/manual.lab       2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/manual.lab       2024-07-04 15:08:17.000000000 +0200
@@ -58,7 +58,7 @@
 \makelabel{unipot:IsCentral}{2.3.21}
 \makelabel{unipot:Symbolic computation}{2.4}
 \makelabel{unipot:Bibliography}{}
-\setcitlab {Carter72}{Car89}
+\setcitlab {Car72}{Car89}
 \setcitlab {GAP4}{GAP04}
 \setcitlab {SH2000}{Hal00}
 \makelabel{unipot:Index}{}
Binary files old/unipot-1.5/doc/manual.pdf and new/unipot-1.6/doc/manual.pdf 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/manual.tex 
new/unipot-1.6/doc/manual.tex
--- old/unipot-1.5/doc/manual.tex       2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/manual.tex       2024-07-04 15:08:17.982255892 +0200
@@ -77,7 +77,6 @@
 %F  Appendices  . . . . . . . . . . . .  Extending GAP 4 Reference Manual
 %%
 %\Appendices
-%\Input{install}
 \Bibliography
 \Index
 %
@@ -87,8 +86,3 @@
 %F  EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
 %%
 \EndOfBook
-%
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%E  manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/manual.toc 
new/unipot-1.6/doc/manual.toc
--- old/unipot-1.5/doc/manual.toc       2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/manual.toc       1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-\chapcontents {1}{Preface}{3}
-\seccontents {1.1}{Root Systems} {3}
-\seccontents {1.2}{Citing Unipot} {3}
-\chapcontents {2}{The GAP Package Unipot}{4}
-\seccontents {2.1}{General functionality} {4}
-\seccontents {2.2}{Unipotent subgroups of Chevalley groups} {4}
-\seccontents {2.3}{Elements of unipotent subgroups of Chevalley groups} {7}
-\seccontents {2.4}{Symbolic computation} {12}
-\chapcontents {}{Bibliography}{13}
-\chapcontents {}{Index}{14}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/preface.tex 
new/unipot-1.6/doc/preface.tex
--- old/unipot-1.5/doc/preface.tex      2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/preface.tex      2024-07-04 15:08:17.000000000 +0200
@@ -20,7 +20,7 @@
 $r\in  \Phi^+,t\in K$. The roots of the underlying  root  system
 $\Phi$  are  ordered  according  to  the height  function.  Each
 element of  $U$ is  a product of the  root elements $x_r(t)$. By
-Theorem 5.3.3 from  \cite{Carter72}  each element of $U$ can  be
+Theorem 5.3.3 from  \cite{Car72}  each element of $U$ can  be
 uniquely  written  as a product  of root  elements with roots in
 increasing order. This unique form is called the canonical form.
 
@@ -75,22 +75,5 @@
  
 \begintt
 [Hal02] Sergei Haller. Unipot --- a system for computing with elements
-        of unipotent subgroups of Chevalley groups, Version 1.2.
-        Justus-Liebig-Universitaet Giessen, Germany, July 2002. 
-        (http://...)
+        of unipotent subgroups of Chevalley groups, July 2002.
 \endtt
- 
-(Should the reference style require full addresses please use:
-``Arbeitsgruppe Algebra,
-  Mathematisches Institut,
-  Justus-Liebig-Universit{\accent127a}t Gie{\ss}en,
-  Arndtstr. 2,
-  35392 Gie{\ss}en, Germany'')
-
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%E  preface.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/doc/unipot.tex 
new/unipot-1.6/doc/unipot.tex
--- old/unipot-1.5/doc/unipot.tex       2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/doc/unipot.tex       2024-07-04 15:08:17.000000000 +0200
@@ -130,7 +130,7 @@
 
 `Size' returns  the order  of a unipotent subgroup.  This  is  a
 special  method for  unipotent  subgroups  using the  result  in
-Carter \cite{Carter72}, Theorem 5.3.3 (ii).
+Carter \cite{Car72}, Theorem 5.3.3 (ii).
 
 \beginexample
 gap> SetInfoLevel( UnipotChevInfo, 2 );
@@ -429,7 +429,7 @@
 \>CanonicalForm( <x> ) A
 
 `CanonicalForm'  returns the  canonical form of <x>. For more information
-on the canonical form  see Carter \cite{Carter72}, Theorem 5.3.3 (ii). It
+on the canonical form  see Carter \cite{Car72}, Theorem 5.3.3 (ii). It
 says:
 
 Each  element of  a unipotent subgroup $U$ of a Chevalley group with root
@@ -651,9 +651,3 @@
 x_{[ 1, 0 ]}( -b ) * x_{[ 0, 1 ]}( -c ) * x_{[ 1, 1 ]}( b*c ) *
 x_{[ 2, 1 ]}( -b^2*c ) * x_{[ 3, 1 ]}( -a+b^3*c ) * x_{[ 3, 2 ]}( b^3*c^2 )
 \endexample
-
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%E  unipot.tex  . . . . . . . . . . . . . . . . . . . . . . . . ends here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/htm/CHAP001.htm 
new/unipot-1.6/htm/CHAP001.htm
--- old/unipot-1.5/htm/CHAP001.htm      2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/htm/CHAP001.htm      2024-07-04 15:08:17.000000000 +0200
@@ -20,7 +20,7 @@
 <i>r</i> &#8712; &#934;<sup>+</sup>,<i>t</i> &#8712; <i>K</i>. The roots of 
the underlying  root  system
 &#934;  are  ordered  according  to  the height  function.  Each
 element of  <i>U</i> is  a product of the  root elements 
<i>x</i><sub><i>r</i></sub>(<i>t</i>). By
-Theorem 5.3.3 from  <a href="biblio.htm#Carter72"><cite>Carter72</cite></a>  
each element of <i>U</i> can  be
+Theorem 5.3.3 from  <a href="biblio.htm#Car72"><cite>Car72</cite></a>  each 
element of <i>U</i> can  be
 uniquely  written  as a product  of root  elements with roots in
 increasing order. This unique form is called the canonical form.
 <p>
@@ -51,20 +51,10 @@
 <p>
 <pre>
 [Hal02] Sergei Haller. Unipot --- a system for computing with elements
-        of unipotent subgroups of Chevalley groups, Version 1.2.
-        Justus-Liebig-Universitaet Giessen, Germany, July 2002. 
-        (http://...)
+        of unipotent subgroups of Chevalley groups, July 2002.
 </pre>
 <p>
-(Should the reference style require full addresses please use:
-``Arbeitsgruppe Algebra,
-  Mathematisches Institut,
-  Justus-Liebig-Universit&auml;t Gie&szlig;en,
-  Arndtstr. 2,
-  35392 Gie&szlig;en, Germany'')
-<p>
-<p>
 [<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Next</a>] [<a href = 
"theindex.htm">Index</a>]
 <P>
-<address>unipot manual<br>February 2022
+<address>unipot manual<br>July 2024
 </address></body></html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/htm/CHAP002.htm 
new/unipot-1.6/htm/CHAP002.htm
--- old/unipot-1.5/htm/CHAP002.htm      2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/htm/CHAP002.htm      2024-07-04 15:08:17.000000000 +0200
@@ -132,7 +132,7 @@
 <p>
 <code>Size</code> returns  the order  of a unipotent subgroup.  This  is  a
 special  method for  unipotent  subgroups  using the  result  in
-Carter <a href="biblio.htm#Carter72"><cite>Carter72</cite></a>, Theorem 5.3.3 
(ii).
+Carter <a href="biblio.htm#Car72"><cite>Car72</cite></a>, Theorem 5.3.3 (ii).
 <p>
 <pre>
 gap&gt; SetInfoLevel( UnipotChevInfo, 2 );
@@ -434,7 +434,7 @@
 <li><code>CanonicalForm( </code><var>x</var><code> ) A</code>
 <p>
 <code>CanonicalForm</code>  returns the  canonical form of <var>x</var>. For 
more information
-on the canonical form  see Carter <a 
href="biblio.htm#Carter72"><cite>Carter72</cite></a>, Theorem 5.3.3 (ii). It
+on the canonical form  see Carter <a 
href="biblio.htm#Car72"><cite>Car72</cite></a>, Theorem 5.3.3 (ii). It
 says:
 <p>
 Each  element of  a unipotent subgroup <i>U</i> of a Chevalley group with root
@@ -659,8 +659,7 @@
 x_{[ 2, 1 ]}( -b^2*c ) * x_{[ 3, 1 ]}( -a+b^3*c ) * x_{[ 3, 2 ]}( b^3*c^2 )
 </pre>
 <p>
-<p>
 [<a href = "chapters.htm">Up</a>] [<a href ="CHAP001.htm">Previous</a>] [<a 
href = "theindex.htm">Index</a>]
 <P>
-<address>unipot manual<br>February 2022
+<address>unipot manual<br>July 2024
 </address></body></html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/htm/biblio.htm 
new/unipot-1.6/htm/biblio.htm
--- old/unipot-1.5/htm/biblio.htm       2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/htm/biblio.htm       2024-07-04 15:08:17.000000000 +0200
@@ -2,7 +2,7 @@
 <body text="#000000" bgcolor="#ffffff">
 <h1><font face="Gill Sans,Helvetica,Arial">unipot</font> : a <font face="Gill 
Sans,Helvetica,Arial">GAP</font> 4 package - References</h1><dl>
 
-<dt><a name="Carter72"><b>[Carter72]</b></a><dd>
+<dt><a name="Car72"><b>[Car72]</b></a><dd>
 Roger&nbsp;W. Carter.
 <br> <em>Simple groups of Lie type</em>.
 <br> Wiley Classics Library. John Wiley &amp; Sons Inc., New York, 1989.
@@ -12,7 +12,7 @@
 The GAP&nbsp;Group, Aachen, St&nbsp;Andrews.
 <br> <em>GAP -- Groups, Algorithms, and Programming, Version 4.4</em>,
   2004.
-<br> <a href="http://www.gap-system.org";>http://www.gap-system.org</a>.
+<br> <a href="https://www.gap-system.org";>https://www.gap-system.org</a>.
 
 <dt><a name="SH2000"><b>[SH2000]</b></a><dd>
 Sergei Haller.
@@ -24,5 +24,5 @@
 </dl><p>
 [<a href="chapters.htm">Up</a>]<p>
 <P>
-<address>unipot manual<br>February 2022
+<address>unipot manual<br>July 2024
 </address></body></html>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/htm/chapters.htm 
new/unipot-1.6/htm/chapters.htm
--- old/unipot-1.5/htm/chapters.htm     2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/htm/chapters.htm     2024-07-04 15:08:17.000000000 +0200
@@ -13,5 +13,5 @@
 <li><a href="theindex.htm">Index</a>
 </ul><p>
 <P>
-<address>unipot manual<br>February 2022
+<address>unipot manual<br>July 2024
 </address></body></html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/htm/theindex.htm 
new/unipot-1.6/htm/theindex.htm
--- old/unipot-1.5/htm/theindex.htm     2022-02-22 16:28:53.000000000 +0100
+++ new/unipot-1.6/htm/theindex.htm     2024-07-04 15:08:17.000000000 +0200
@@ -120,5 +120,5 @@
 </dl><p>
 [<a href="chapters.htm">Up</a>]<p>
 <P>
-<address>unipot manual<br>February 2022
+<address>unipot manual<br>July 2024
 </address></body></html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/init.g new/unipot-1.6/init.g
--- old/unipot-1.5/init.g       2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/init.g       2024-07-04 15:07:22.000000000 +0200
@@ -9,8 +9,3 @@
 # read the declaration part.
 ReadPackage( "unipot", "lib/rootsys.gd");
 ReadPackage( "unipot", "lib/unipot.gd");
-ReadPackage( "unipot", "lib/newstuff.gd");
-
-################################################################################
-##
-#E  init.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends 
here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/lib/rootsys.gd 
new/unipot-1.6/lib/rootsys.gd
--- old/unipot-1.5/lib/rootsys.gd       2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/lib/rootsys.gd       2024-07-04 15:07:22.000000000 +0200
@@ -18,8 +18,3 @@
 ##
 DeclareAttribute( "PositiveRootsFC", IsRootSystem );
 DeclareAttribute( "NegativeRootsFC", IsRootSystem );
-
-
-################################################################################
-##
-#E  rootsys.gd . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends 
here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/lib/rootsys.gi 
new/unipot-1.6/lib/rootsys.gi
--- old/unipot-1.5/lib/rootsys.gi       2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/lib/rootsys.gi       2024-07-04 15:07:22.000000000 +0200
@@ -63,15 +63,3 @@
         TryNextMethod();
     fi;
 end );
-
-
-
-
-
-
-
-
-
-################################################################################
-##
-#E  rootsys.gi . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends 
here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/lib/unipot.gd new/unipot-1.6/lib/unipot.gd
--- old/unipot-1.5/lib/unipot.gd        2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/lib/unipot.gd        2024-07-04 15:07:22.000000000 +0200
@@ -152,8 +152,3 @@
 #B          Wiley Classics Library Edition Published 1989.
 ##
 
################################################################################
-
-
-################################################################################
-##
-#E  unipot.gd  . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends 
here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/lib/unipot.gi new/unipot-1.6/lib/unipot.gi
--- old/unipot-1.5/lib/unipot.gi        2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/lib/unipot.gi        2024-07-04 15:07:22.000000000 +0200
@@ -2085,8 +2085,6 @@
 );
 
 
-
-
 
################################################################################
 ##
 #B  Bibliography
@@ -2096,6 +2094,3 @@
 #B          Wiley Classics Library Edition Published 1989.
 ##
 
################################################################################
-##
-#E  unipot.gi  . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends 
here
-##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unipot-1.5/read.g new/unipot-1.6/read.g
--- old/unipot-1.5/read.g       2022-02-22 16:28:33.000000000 +0100
+++ new/unipot-1.6/read.g       2024-07-04 15:07:22.000000000 +0200
@@ -9,8 +9,3 @@
 # read the implementation part.
 ReadPackage( "unipot", "lib/rootsys.gi");
 ReadPackage( "unipot", "lib/unipot.gi");
-ReadPackage( "unipot", "lib/newstuff.gi");
-
-################################################################################
-##
-#E  read.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends 
here

Reply via email to