Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-matgrp for openSUSE:Factory 
checked in at 2026-06-17 16:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-matgrp (Old)
 and      /work/SRC/openSUSE:Factory/.gap-matgrp.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-matgrp"

Wed Jun 17 16:26:52 2026 rev:4 rq:1359921 version:0.73

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-matgrp/gap-matgrp.changes    2025-10-12 
22:28:46.080786186 +0200
+++ /work/SRC/openSUSE:Factory/.gap-matgrp.new.1981/gap-matgrp.changes  
2026-06-17 16:28:26.052418774 +0200
@@ -1,0 +2,6 @@
+Mon Jun 15 16:04:07 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 0.73
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  matgrp0.72.tar.gz

New:
----
  matgrp0.73.tar.gz

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

Other differences:
------------------
++++++ gap-matgrp.spec ++++++
--- /var/tmp/diff_new_pack.1foIyR/_old  2026-06-17 16:28:28.068502710 +0200
+++ /var/tmp/diff_new_pack.1foIyR/_new  2026-06-17 16:28:28.080503209 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-matgrp
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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-matgrp
-Version:        0.72
+Version:        0.73
 Release:        0
 Summary:        GAP: Matric group interface routines
 License:        GPL-2.0-only OR GPL-3.0-only

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.1foIyR/_old  2026-06-17 16:28:28.360514867 +0200
+++ /var/tmp/diff_new_pack.1foIyR/_new  2026-06-17 16:28:28.404516699 +0200
@@ -1,5 +1,5 @@
-mtime: 1760208177
-commit: 8aac78481b0c0e38327528451d78e45f0e55d2a322a3640136ca5f25ec673a0e
+mtime: 1781539456
+commit: 51a1a38f96b72adce69c0686638b0a232a0bbd4f3ca3ca6cc98a239adb4d7c56
 url: https://src.opensuse.org/jengelh/gap-matgrp
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-15 18:04:16.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ matgrp0.72.tar.gz -> matgrp0.73.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/matgrp/PackageInfo.g new/matgrp/PackageInfo.g
--- old/matgrp/PackageInfo.g    2025-08-25 21:22:42.000000000 +0200
+++ new/matgrp/PackageInfo.g    2026-05-22 19:37:53.000000000 +0200
@@ -8,12 +8,12 @@
 
 ##  See '?Extending: Version Numbers' in GAP help for an explanation
 ##  of valid version numbers.
-Version := "0.72",
+Version := "0.73",
 
 License := "GPL-2.0 OR GPL-3.0", # SPDX ID, see https://spdx.org
 
 ##  Release date of the current version in dd/mm/yyyy format.
-Date := "25/08/2025",
+Date := "22/05/2026",
 
 ##  URL of the archive(s) of the current package release, but *without*
 ##  the format extension(s), like '.zoo', which are given next.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/matgrp/lib/recograt.gi new/matgrp/lib/recograt.gi
--- old/matgrp/lib/recograt.gi  2025-08-25 19:56:07.000000000 +0200
+++ new/matgrp/lib/recograt.gi  2026-05-22 18:47:16.000000000 +0200
@@ -13,38 +13,9 @@
 # mod to recog -- rings
 
 # newer recog has some changes to these internal APIs
-if not IsBound(RIFac) and IsBound(ImageRecogNode) then
-  RIFac := ImageRecogNode;
-  RIKer := KernelRecogNode;
-fi;
-
-if IsBound(BindRecogMethod) then
-
-BindRecogMethod(FindHomMethodsMatrix, "Nonfield",
-"catch matrix groups defined over nonfield rings",
-function(ri, G)
-  if IsBound(ri!.ring) and not IsBound(ri!.field) then
-    Error("hereIAm");
-  fi;
-  return false;
-end);
-
-AddMethod( FindHomDbMatrix, FindHomMethodsMatrix.Nonfield, 5100);
-
-
-else
-
-FindHomMethodsMatrix.Nonfield := function(ri, G)
-  if IsBound(ri!.ring) and not IsBound(ri!.field) then
-    Error("hereIAm");
-  fi;
-  return false;
-end;
-
-AddMethod( FindHomDbMatrix, FindHomMethodsMatrix.Nonfield,
-  5100, "Nonfield",
-          "catch matrix groups defined over nonfield rings" );
-
+if not IsBound(ImageRecogNode) then
+  ImageRecogNode := RIFac;
+  KernelRecogNode := RIKer;
 fi;
 
 OnSubmoduleCosets:=function(cset,g)
@@ -475,9 +446,9 @@
       genum:=genum+f;
     else
       #hom:=Homom(r);
-      f:=RIFac(r);
+      f:=ImageRecogNode(r);
       treerecurse(f,Concatenation(h,[1]));
-      k:=RIKer(r);
+      k:=KernelRecogNode(r);
       if k<>fail then
        treerecurse(k,Concatenation(h,[0]));
       fi;
@@ -529,10 +500,10 @@
   h:=csi.homs[n];
   for i in h do
     if i=0 then
-      r:=RIKer(r);
+      r:=KernelRecogNode(r);
     elif i=1 then
       x:=ImageElm(Homom(r),x);
-      r:=RIFac(r);
+      r:=ImageRecogNode(r);
     else
       x:=ImageElm(csi.furtherhom[i],x);
     fi;

Reply via email to