Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-images for openSUSE:Factory 
checked in at 2024-03-25 21:09:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-images (Old)
 and      /work/SRC/openSUSE:Factory/.gap-images.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-images"

Mon Mar 25 21:09:31 2024 rev:2 rq:1161009 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-images/gap-images.changes    2023-12-28 
22:58:48.880634175 +0100
+++ /work/SRC/openSUSE:Factory/.gap-images.new.1905/gap-images.changes  
2024-03-25 21:15:17.016792236 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 21:50:16 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.3.2
+  * Resolve some spellos in documentation
+
+-------------------------------------------------------------------

Old:
----
  images-1.3.1.tar.gz

New:
----
  images-1.3.2.tar.gz

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

Other differences:
------------------
++++++ gap-images.spec ++++++
--- /var/tmp/diff_new_pack.eFrjBR/_old  2024-03-25 21:15:17.512810448 +0100
+++ /var/tmp/diff_new_pack.eFrjBR/_new  2024-03-25 21:15:17.516810595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-images
 #
-# 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-images
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        GAP: Minimal and Canonical images
 License:        MPL-2.0

++++++ images-1.3.1.tar.gz -> images-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/LICENSE new/images-1.3.2/LICENSE
--- old/images-1.3.1/LICENSE    2021-11-15 15:09:45.000000000 +0100
+++ new/images-1.3.2/LICENSE    2024-01-22 10:09:19.000000000 +0100
@@ -357,7 +357,7 @@
 
   This Source Code Form is subject to the terms of the Mozilla Public
   License, v. 2.0. If a copy of the MPL was not distributed with this
-  file, You can obtain one at http://mozilla.org/MPL/2.0/.
+  file, You can obtain one at https://mozilla.org/MPL/2.0/.
 
 If it is not possible or desirable to put the notice in a particular
 file, then You may include the notice in a location (such as a LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/PackageInfo.g 
new/images-1.3.2/PackageInfo.g
--- old/images-1.3.1/PackageInfo.g      2021-11-15 15:09:45.000000000 +0100
+++ new/images-1.3.2/PackageInfo.g      2024-01-22 10:09:19.000000000 +0100
@@ -10,8 +10,8 @@
 
 PackageName := "images",
 Subtitle := "Minimal and Canonical images",
-Version := "1.3.1",
-Date := "16/11/2021", # dd/mm/yyyy format
+Version := "1.3.2",
+Date := "22/01/2024", # dd/mm/yyyy format
 License := "MPL-2.0",
 Persons := [
   rec(
@@ -79,8 +79,8 @@
 ##
 Status := "deposited",
 
-SourceRepository := rec( 
-  Type := "git", 
+SourceRepository := rec(
+  Type := "git",
   URL := "https://github.com/gap-packages/images";
 ),
 IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
@@ -90,7 +90,7 @@
 PackageDoc := rec(
   BookName  := "images",
   ArchiveURLSubset := ["doc"],
-  HTMLStart := "doc/chap0.html",
+  HTMLStart := "doc/chap0_mj.html",
   PDFFile   := "doc/manual.pdf",
   SixFile   := "doc/manual.six",
   LongTitle := "Minimal and Canonical images",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/README.md new/images-1.3.2/README.md
--- old/images-1.3.1/README.md  2021-11-15 15:09:45.000000000 +0100
+++ new/images-1.3.2/README.md  2024-01-22 10:09:19.000000000 +0100
@@ -12,7 +12,7 @@
 as PDF `doc/manual.pdf` or as HTML `doc/chap0_mj.html`, or on the package
 homepage at
 
-  <http://gap-packages.github.io/images/>
+  <https://gap-packages.github.io/images/>
 
 ## Bug reports and feature requests
 
@@ -28,6 +28,12 @@
 
 # History
 
+1.3.2
+-----
+
+* Internal improvements (improving CI and compatibility with future GAP 
versions)
+
+
 1.3.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/_entities.xml 
new/images-1.3.2/doc/_entities.xml
--- old/images-1.3.1/doc/_entities.xml  1970-01-01 01:00:00.000000000 +0100
+++ new/images-1.3.2/doc/_entities.xml  2024-01-22 10:09:44.000000000 +0100
@@ -0,0 +1 @@
+<!ENTITY images '<Package>images</Package>'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/chap0.html 
new/images-1.3.2/doc/chap0.html
--- old/images-1.3.1/doc/chap0.html     2021-11-15 15:18:58.000000000 +0100
+++ new/images-1.3.2/doc/chap0.html     2024-01-22 10:09:47.000000000 +0100
@@ -29,10 +29,10 @@
 <h2>Minimal and Canonical images</h2>
 
 <p>
-    1.3.1</p>
+    1.3.2</p>
 
 <p>
-    16 November 2021
+    22 January 2024
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/chap0.txt 
new/images-1.3.2/doc/chap0.txt
--- old/images-1.3.1/doc/chap0.txt      2021-11-15 15:18:57.000000000 +0100
+++ new/images-1.3.2/doc/chap0.txt      2024-01-22 10:09:44.000000000 +0100
@@ -6,10 +6,10 @@
                           Minimal and Canonical images 
   
   
-                                     1.3.1
+                                     1.3.2
   
   
-                                16 November 2021
+                                22 January 2024
   
   
                              Christopher Jefferson
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/chap0_mj.html 
new/images-1.3.2/doc/chap0_mj.html
--- old/images-1.3.1/doc/chap0_mj.html  2021-11-15 15:18:58.000000000 +0100
+++ new/images-1.3.2/doc/chap0_mj.html  2024-01-22 10:09:47.000000000 +0100
@@ -32,10 +32,10 @@
 <h2>Minimal and Canonical images</h2>
 
 <p>
-    1.3.1</p>
+    1.3.2</p>
 
 <p>
-    16 November 2021
+    22 January 2024
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/images.toc 
new/images-1.3.2/doc/images.toc
--- old/images-1.3.1/doc/images.toc     2021-11-15 15:18:58.000000000 +0100
+++ new/images-1.3.2/doc/images.toc     1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-\contentsline {chapter}{\numberline {1}\textcolor {Chapter }{The Images 
Package}}{4}{chapter.1}%
-\contentsline {chapter}{\numberline {2}\textcolor {Chapter }{Minimal and 
Canonical Images}}{5}{chapter.2}%
-\contentsline {section}{\numberline {2.1}\textcolor {Chapter }{Function 
documentation}}{6}{section.2.1}%
-\contentsline {subsection}{\numberline {2.1.1}\textcolor {Chapter 
}{MinimalImage}}{6}{subsection.2.1.1}%
-\contentsline {subsection}{\numberline {2.1.2}\textcolor {Chapter 
}{IsMinimalImageLessThan}}{6}{subsection.2.1.2}%
-\contentsline {subsection}{\numberline {2.1.3}\textcolor {Chapter 
}{CanonicalImage}}{6}{subsection.2.1.3}%
-\contentsline {subsection}{\numberline {2.1.4}\textcolor {Chapter 
}{ImagesAdvancedConfig}}{7}{subsection.2.1.4}%
-\contentsline {chapter}{\numberline {3}\textcolor {Chapter }{Installing and 
Loading the Images Package}}{8}{chapter.3}%
-\contentsline {section}{\numberline {3.1}\textcolor {Chapter }{Loading the 
Images Package}}{8}{section.3.1}%
-\contentsline {chapter}{Index}{9}{section*.3}%
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/manual.js 
new/images-1.3.2/doc/manual.js
--- old/images-1.3.1/doc/manual.js      2021-11-15 15:18:58.000000000 +0100
+++ new/images-1.3.2/doc/manual.js      2024-01-22 10:09:47.000000000 +0100
@@ -86,7 +86,8 @@
   var el = document.createElement("a");
   var oncl = document.createAttribute("href");
   var back = window.location.protocol+"//"
-  if (window.location.protocol == "http:") {
+  if (window.location.protocol == "http:" || 
+      window.location.protocol == "https:") {
     back = back+window.location.host;
     if (window.location.port != "") {
       back = back+":"+window.location.port;
Binary files old/images-1.3.1/doc/manual.pdf and 
new/images-1.3.2/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/doc/title.xml 
new/images-1.3.2/doc/title.xml
--- old/images-1.3.1/doc/title.xml      2021-11-15 15:18:57.000000000 +0100
+++ new/images-1.3.2/doc/title.xml      2024-01-22 10:09:44.000000000 +0100
@@ -9,7 +9,7 @@
     Minimal and Canonical images
   </Subtitle>
   <Version>
-    1.3.1
+    1.3.2
   </Version>
   <Author>
     Christopher Jefferson<Alt Only="LaTeX"><Br/></Alt>
@@ -35,11 +35,9 @@
 
   </Author>
   <Date>
-    16 November 2021
+    22 January 2024
   </Date>
   <Copyright>
-    
-&copyright; 2013-2019
-
+    &copyright; 2013-2019
   </Copyright>
   </TitlePage>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/gap/set_smallest_image/nsi.g 
new/images-1.3.2/gap/set_smallest_image/nsi.g
--- old/images-1.3.1/gap/set_smallest_image/nsi.g       2021-11-15 
15:09:45.000000000 +0100
+++ new/images-1.3.2/gap/set_smallest_image/nsi.g       2024-01-22 
10:09:19.000000000 +0100
@@ -153,7 +153,7 @@
 
 
 # GAP dictionaries don't (currently) provide a way of getting the values
-# stored in them, so here we cache them seperately
+# stored in them, so here we cache them separately
 _countingDict := function(dictexample) 
     local data;
     data := rec(
@@ -354,7 +354,7 @@
 
         if IsBound(config_option.orbfilt) then
             if config_option.orbfilt = "Min" then
-                # This space intensionally blank
+                # This space intentionally blank
             elif config_option.orbfilt = "Rare" then
                 config.findBestOrbMset := function(x,y) return x < y; end;
             elif config_option.orbfilt = "Common" then
@@ -475,7 +475,7 @@
     # clean_subtree to remove any new subtrees.
     handle_new_stabilizer_element := function(node1,node2)
         local   perm1,  i;
-        # so node1 and node2 represnet group elements that map set to the same
+        # so node1 and node2 represent group elements that map set to the same
         # place in two different ways
         perm1 := PermListList(node1.image, node2.image);
         Info(InfoNSI, 2, "Can map ",node1.image, " to ", node2.image, " : ", 
perm1);
@@ -514,7 +514,7 @@
         return reps;
     end;
     
-    # Make orbit of x, updating orbnums, orbmins and orbsizes as approriate.
+    # Make orbit of x, updating orbnums, orbmins and orbsizes as appropriate.
     make_orbit := function(x)
         local   q,  rep,  num,  pt,  gen,  img;
         if orbnums[x] <> -1 then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/images-1.3.1/gap/set_smallest_image/nsi_horriblesetsethack.g 
new/images-1.3.2/gap/set_smallest_image/nsi_horriblesetsethack.g
--- old/images-1.3.1/gap/set_smallest_image/nsi_horriblesetsethack.g    
2021-11-15 15:09:45.000000000 +0100
+++ new/images-1.3.2/gap/set_smallest_image/nsi_horriblesetsethack.g    
2024-01-22 10:09:19.000000000 +0100
@@ -154,7 +154,7 @@
 
     handle_new_stabilizer_element := function(node1,node2)
         local   perm1,  i;
-        # so node1 and node2 represnet group elements that map set to the same
+        # so node1 and node2 represent group elements that map set to the same
         # place in two different ways
         perm1 := PermListList(node1.image, node2.image);
         Assert(1, not perm1 in l);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/gap/smallestImage.gd 
new/images-1.3.2/gap/smallestImage.gd
--- old/images-1.3.1/gap/smallestImage.gd       2021-11-15 15:09:45.000000000 
+0100
+++ new/images-1.3.2/gap/smallestImage.gd       2024-01-22 10:09:19.000000000 
+0100
@@ -171,89 +171,89 @@
 BindGlobal("MinImage", rec(Smaller := -1, Equal := 0, Larger := 1));
 
 
-BIND_GLOBAL("CanonicalConfig_Minimum", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_Minimum", MakeImmutable(rec(
     branch := "minimum"
 )));
 
-BIND_GLOBAL("CanonicalConfig_FixedMinOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_FixedMinOrbit", MakeImmutable(rec(
     branch := "static", order := "MinOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_FixedMaxOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_FixedMaxOrbit", MakeImmutable(rec(
     branch := "static", order := "MaxOrbit"
 )));
 
 
 
-BIND_GLOBAL("CanonicalConfig_MinOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_MinOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "MinOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_MaxOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_MaxOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "MaxOrbit"
 )));
 
 
-BIND_GLOBAL("CanonicalConfig_SingleMaxOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_SingleMaxOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "SingleMaxOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "RareOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_CommonOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_CommonOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "CommonOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareRatioOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareRatioOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "RareRatioOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_CommonRatioOrbit", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_CommonRatioOrbit", MakeImmutable(rec(
     branch := "dynamic", order := "CommonRatioOrbit"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareRatioOrbitFix", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareRatioOrbitFix", MakeImmutable(rec(
     branch := "dynamic", order := "RareRatioOrbitFix"
 )));
 
-BIND_GLOBAL("CanonicalConfig_CommonRatioOrbitFix", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_CommonRatioOrbitFix", MakeImmutable(rec(
     branch := "dynamic", order := "CommonRatioOrbitFix"
 )));
 
 
-BIND_GLOBAL("CanonicalConfig_RareRatioOrbitFixPlusMin", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareRatioOrbitFixPlusMin", MakeImmutable(rec(
     branch := "dynamic", order := "RareRatioOrbitFix",
     orbfilt := "Min"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareRatioOrbitFixPlusRare", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareRatioOrbitFixPlusRare", MakeImmutable(rec(
     branch := "dynamic", order := "RareRatioOrbitFix",
     orbfilt := "Rare"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareRatioOrbitFixPlusCommon", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareRatioOrbitFixPlusCommon", MakeImmutable(rec(
     branch := "dynamic", order := "RareRatioOrbitFix",
     orbfilt := "Common"
 )));
 
 
-BIND_GLOBAL("CanonicalConfig_RareOrbitPlusMin", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareOrbitPlusMin", MakeImmutable(rec(
     branch := "dynamic", order := "RareOrbit",
     orbfilt := "Min"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareOrbitPlusRare", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareOrbitPlusRare", MakeImmutable(rec(
     branch := "dynamic", order := "RareOrbit",
     orbfilt := "Rare"
 )));
 
-BIND_GLOBAL("CanonicalConfig_RareOrbitPlusCommon", MakeImmutable(rec(
+BindGlobal("CanonicalConfig_RareOrbitPlusCommon", MakeImmutable(rec(
     branch := "dynamic", order := "RareOrbit",
     orbfilt := "Common"
 )));
 
-BIND_GLOBAL("CanonicalConfig_Fast", CanonicalConfig_RareRatioOrbitFixPlusMin);
+BindGlobal("CanonicalConfig_Fast", CanonicalConfig_RareRatioOrbitFixPlusMin);
 
 #E  files.gd  . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/images-1.3.1/maketest.g new/images-1.3.2/maketest.g
--- old/images-1.3.1/maketest.g 2021-11-15 15:18:58.000000000 +0100
+++ new/images-1.3.2/maketest.g 2024-01-22 10:09:47.000000000 +0100
@@ -6,7 +6,7 @@
 
 LoadPackage( "GAPDoc" );
 
-example_tree := ExtractExamples( Directory("./doc/"), "images.xml", 
AUTODOC_file_scan_list, 500 );
+example_tree := ExtractExamples( 
Directory("/home/caj/files/reps/gap/gap/git/images/tmp/images-1.3.2/doc/"), 
"images.xml", AUTODOC_file_scan_list, 500 );
 
 RunExamples( example_tree, rec( compareFunction := "uptowhitespace" ) );
 

Reply via email to