Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-normalizinterface for 
openSUSE:Factory checked in at 2026-05-06 19:18:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-normalizinterface (Old)
 and      /work/SRC/openSUSE:Factory/.gap-normalizinterface.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-normalizinterface"

Wed May  6 19:18:12 2026 rev:7 rq:1351024 version:1.5.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gap-normalizinterface/gap-normalizinterface.changes  
    2026-03-24 18:51:53.121928644 +0100
+++ 
/work/SRC/openSUSE:Factory/.gap-normalizinterface.new.30200/gap-normalizinterface.changes
   2026-05-06 19:20:01.866359825 +0200
@@ -1,0 +2,6 @@
+Tue May  5 17:34:40 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.5.1
+  * Changes in the source build procedure only; nothing for users.
+
+-------------------------------------------------------------------

Old:
----
  NormalizInterface-1.5.0.tar.gz

New:
----
  NormalizInterface-1.5.1.tar.gz

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

Other differences:
------------------
++++++ gap-normalizinterface.spec ++++++
--- /var/tmp/diff_new_pack.fy2Thx/_old  2026-05-06 19:20:02.554388161 +0200
+++ /var/tmp/diff_new_pack.fy2Thx/_new  2026-05-06 19:20:02.574388986 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gap-normalizinterface
-Version:        1.5.0
+Version:        1.5.1
 Release:        0
 Summary:        GAP: wrapper for Normaliz
 License:        GPL-2.0-or-later

++++++ NormalizInterface-1.5.0.tar.gz -> NormalizInterface-1.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/CHANGES 
new/NormalizInterface-1.5.1/CHANGES
--- old/NormalizInterface-1.5.0/CHANGES 2026-03-24 12:51:56.000000000 +0100
+++ new/NormalizInterface-1.5.1/CHANGES 2026-05-05 02:00:00.000000000 +0200
@@ -1,5 +1,9 @@
 This file describes changes in the NormalizInterface package.
 
+1.5.1 (2026-05-05)
+  - The `configure` script now searches the system for libnormaliz and
+    attempts to use it if found.
+
 1.5.0 (2026-03-24)
   - Update to Normaliz 3.11.1
   - Allow `NmzCone` and other functions to accept lists which are not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/PackageInfo.g 
new/NormalizInterface-1.5.1/PackageInfo.g
--- old/NormalizInterface-1.5.0/PackageInfo.g   2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/PackageInfo.g   2026-05-05 02:00:00.000000000 
+0200
@@ -2,8 +2,8 @@
 
 PackageName := "NormalizInterface",
 Subtitle := "GAP wrapper for Normaliz",
-Version := "1.5.0",
-Date    := "24/03/2026", # dd/mm/yyyy format
+Version := "1.5.1",
+Date    := "05/05/2026", # dd/mm/yyyy format
 License := "GPL-2.0-or-later",
 
 Persons := [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/README.md 
new/NormalizInterface-1.5.1/README.md
--- old/NormalizInterface-1.5.0/README.md       2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/README.md       2026-05-05 02:00:00.000000000 
+0200
@@ -28,7 +28,7 @@
 
 NormalizInterface supports GAP 4.9 or later, and Normaliz 3.5.4 or later.
 However, we recommend using the most recent versions -- at the time this
-is written, that means GAP 4.14.0 and Normaliz 3.10.x.
+is written, that means GAP 4.15.1 and Normaliz 3.11.1.
 
 Assuming you have a suitable version installed, you still need to
 compile Normaliz. There is a complicating factor, however: Normaliz
@@ -58,14 +58,24 @@
 more than one argument is specified, then any arguments beyond the
 first are passed on to the Normaliz `configure` script.
 
-Once the script completed successfully, you can build NormalizInterface
-like this:
+If you already have a suitable Normaliz installation in a standard
+location such as `/opt/homebrew`, `/usr/local`, `/opt/local`, `/usr`,
+or `/opt`, then `configure` will try to detect and use it
+automatically. Otherwise, or if you want to override the detected
+location, you can still use `prerequisites.sh` to build a local copy
+or pass `--with-normaliz=PATH` explicitly.
+
+Once the script completed successfully, or if you rely on an installed
+Normaliz found by `configure`, you can build NormalizInterface like
+this:
 
     ./configure --with-gaproot=GAPDIR
     make
 
 The ` --with-gaproot=GAPDIR` parameter is actually optional, and if omitted,
 the package will search for GAP in `../..`.
+Likewise, `--with-normaliz=PATH` is optional and only needed if
+automatic detection does not pick the desired installation.
 
 
 ## Documentation and tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/configure 
new/NormalizInterface-1.5.1/configure
--- old/NormalizInterface-1.5.0/configure       2026-03-24 12:51:58.000000000 
+0100
+++ new/NormalizInterface-1.5.1/configure       2026-05-05 02:00:00.000000000 
+0200
@@ -3885,6 +3885,7 @@
 
 
 NORMALIZ_RPATH_EXTRA=""
+NORMALIZ_LIBDIR=""
 
 
 # Check whether --with-normaliz was given.
@@ -3892,18 +3893,74 @@
 then :
   withval=$with_normaliz; NORMALIZ="$with_normaliz"
 else $as_nop
-  NORMALIZ="$PWD/NormalizInstallDir"
-     # The following is a hack to ensure compatibility with versions of gac 
that
-     # don't use GNU libtool anymore, and thus don't set a run path pointing to
-     # the specific version of libnormaliz we requested. Without this, when GAP
-     # loads NormalizInterface.so it may not find the libnormaliz shared 
library.
-     NORMALIZ_RPATH_EXTRA="-Wl,-rpath,$NORMALIZ/lib"
+  NORMALIZ=""
+     NORMALIZ_DIRS=${NORMALIZ_DIRS:-"/opt/homebrew /usr/local /opt/local /usr 
/opt"}
+     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an installed 
Normaliz" >&5
+printf %s "checking for an installed Normaliz... " >&6; }
+     for normaliz_dir in $NORMALIZ_DIRS; do
+         if test -f "$normaliz_dir/include/libnormaliz/cone.h"; then
+             if test -d "$normaliz_dir/lib64"; then
+                 normaliz_libdir="$normaliz_dir/lib64"
+             elif test -d "$normaliz_dir/lib"; then
+                 normaliz_libdir="$normaliz_dir/lib"
+             else
+                 continue
+             fi
+
+             old_CPPFLAGS="$CPPFLAGS"
+             CPPFLAGS="$CPPFLAGS -I$normaliz_dir/include $GMP_CPPFLAGS"
+             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include "libnormaliz/cone.h"
+int
+main (void)
+{
+#if !defined(NMZ_RELEASE) || NMZ_RELEASE < 30504
+                            #error Normaliz too old
+                            #endif
+                            return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"
+then :
+  NORMALIZ="$normaliz_dir"
+                     NORMALIZ_LIBDIR="$normaliz_libdir"
+                     break
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
+             CPPFLAGS="$old_CPPFLAGS"
+         fi
+     done
+
+     if test "x$NORMALIZ" != "x"; then
+         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NORMALIZ" >&5
+printf "%s\n" "$NORMALIZ" >&6; }
+     else
+         NORMALIZ="$PWD/NormalizInstallDir"
+         NORMALIZ_LIBDIR="$NORMALIZ/lib"
+         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: not found, 
falling back to $NORMALIZ" >&5
+printf "%s\n" "not found, falling back to $NORMALIZ" >&6; }
+         # The following is a hack to ensure compatibility with versions of 
gac that
+         # don't use GNU libtool anymore, and thus don't set a run path 
pointing to
+         # the specific version of libnormaliz we requested. Without this, 
when GAP
+         # loads NormalizInterface.so it may not find the libnormaliz shared 
library.
+         NORMALIZ_RPATH_EXTRA="-Wl,-rpath,$NORMALIZ_LIBDIR"
+     fi
 
 
 fi
 
+if test "x$NORMALIZ_LIBDIR" = "x"; then
+    if test -d "$NORMALIZ/lib64"; then
+        NORMALIZ_LIBDIR="$NORMALIZ/lib64"
+    else
+        NORMALIZ_LIBDIR="$NORMALIZ/lib"
+    fi
+fi
 NORMALIZ_CPPFLAGS="-I$NORMALIZ/include"
-NORMALIZ_LDFLAGS="$NORMALIZ_RPATH_EXTRA -L$NORMALIZ/lib"
+NORMALIZ_LDFLAGS="$NORMALIZ_RPATH_EXTRA -L$NORMALIZ_LIBDIR"
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/configure.ac 
new/NormalizInterface-1.5.1/configure.ac
--- old/NormalizInterface-1.5.0/configure.ac    2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/configure.ac    2026-05-05 02:00:00.000000000 
+0200
@@ -68,20 +68,62 @@
 dnl ##
 
 NORMALIZ_RPATH_EXTRA=""
+NORMALIZ_LIBDIR=""
 
 AC_ARG_WITH([normaliz],
     [AS_HELP_STRING([--with-normaliz=<path>], [specify root of Normaliz 
installation])],
     [NORMALIZ="$with_normaliz"],
-    [NORMALIZ="$PWD/NormalizInstallDir"
-     # The following is a hack to ensure compatibility with versions of gac 
that
-     # don't use GNU libtool anymore, and thus don't set a run path pointing to
-     # the specific version of libnormaliz we requested. Without this, when GAP
-     # loads NormalizInterface.so it may not find the libnormaliz shared 
library.
-     NORMALIZ_RPATH_EXTRA="-Wl,-rpath,$NORMALIZ/lib"
+    [NORMALIZ=""
+     NORMALIZ_DIRS=${NORMALIZ_DIRS:-"/opt/homebrew /usr/local /opt/local /usr 
/opt"}
+     AC_MSG_CHECKING([for an installed Normaliz])
+     for normaliz_dir in $NORMALIZ_DIRS; do
+         if test -f "$normaliz_dir/include/libnormaliz/cone.h"; then
+             if test -d "$normaliz_dir/lib64"; then
+                 normaliz_libdir="$normaliz_dir/lib64"
+             elif test -d "$normaliz_dir/lib"; then
+                 normaliz_libdir="$normaliz_dir/lib"
+             else
+                 continue
+             fi
+
+             old_CPPFLAGS="$CPPFLAGS"
+             CPPFLAGS="$CPPFLAGS -I$normaliz_dir/include $GMP_CPPFLAGS"
+             AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include 
"libnormaliz/cone.h"]],
+                            [[#if !defined(NMZ_RELEASE) || NMZ_RELEASE < 30504
+                            #error Normaliz too old
+                            #endif
+                            return 0;]])],
+                    [NORMALIZ="$normaliz_dir"
+                     NORMALIZ_LIBDIR="$normaliz_libdir"
+                     break],
+                    [])
+             CPPFLAGS="$old_CPPFLAGS"
+         fi
+     done
+
+     if test "x$NORMALIZ" != "x"; then
+         AC_MSG_RESULT([$NORMALIZ])
+     else
+         NORMALIZ="$PWD/NormalizInstallDir"
+         NORMALIZ_LIBDIR="$NORMALIZ/lib"
+         AC_MSG_RESULT([not found, falling back to $NORMALIZ])
+         # The following is a hack to ensure compatibility with versions of 
gac that
+         # don't use GNU libtool anymore, and thus don't set a run path 
pointing to
+         # the specific version of libnormaliz we requested. Without this, 
when GAP
+         # loads NormalizInterface.so it may not find the libnormaliz shared 
library.
+         NORMALIZ_RPATH_EXTRA="-Wl,-rpath,$NORMALIZ_LIBDIR"
+     fi
     ]
 )
+if test "x$NORMALIZ_LIBDIR" = "x"; then
+    if test -d "$NORMALIZ/lib64"; then
+        NORMALIZ_LIBDIR="$NORMALIZ/lib64"
+    else
+        NORMALIZ_LIBDIR="$NORMALIZ/lib"
+    fi
+fi
 NORMALIZ_CPPFLAGS="-I$NORMALIZ/include"
-NORMALIZ_LDFLAGS="$NORMALIZ_RPATH_EXTRA -L$NORMALIZ/lib"
+NORMALIZ_LDFLAGS="$NORMALIZ_RPATH_EXTRA -L$NORMALIZ_LIBDIR"
 AC_SUBST(NORMALIZ_LDFLAGS)
 AC_SUBST(NORMALIZ_CPPFLAGS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/NormalizInterface.tex 
new/NormalizInterface-1.5.1/doc/NormalizInterface.tex
--- old/NormalizInterface-1.5.0/doc/NormalizInterface.tex       2026-03-24 
12:51:56.000000000 +0100
+++ new/NormalizInterface-1.5.1/doc/NormalizInterface.tex       2026-05-05 
02:00:00.000000000 +0200
@@ -98,8 +98,8 @@
 {\Huge \textbf{ \textsf{GAP} wrapper for Normaliz \mbox{}}}\\
 \vfill
 
-{\Huge  1.5.0 \mbox{}}\\[1cm]
-{ 24 March 2026 \mbox{}}\\[1cm]
+{\Huge  1.5.1 \mbox{}}\\[1cm]
+{ 5 May 2026 \mbox{}}\\[1cm]
 \mbox{}\\[2cm]
 {\Large \textbf{ Sebastian Gutsche\\
   \mbox{}}}\\
@@ -270,7 +270,7 @@
 
  
 \begin{Verbatim}[commandchars=!@|,fontsize=\small,frame=single,label=Example]
-  !gapprompt@gap>| !gapinput@NmzKnownConeProperties(cone);|
+  NmzKnownConeProperties(cone);
   [  ]
 \end{Verbatim}
  }
@@ -331,8 +331,8 @@
 
  The single parameter version is equivalent to \texttt{NmzCone(cone, 
["DefaultMode"])}. See \texttt{NmzConeProperty} (\ref{NmzConeProperty}) for a 
list of recognized properties. 
 \begin{Verbatim}[commandchars=!@|,fontsize=\small,frame=single,label=Example]
-  !gapprompt@gap>| !gapinput@NmzKnownConeProperties(cone);|
-  [  ]
+  !gapprompt@gap>| !gapinput@NmzHasConeProperty(cone, "SupportHyperplanes");|
+  false
   !gapprompt@gap>| !gapinput@NmzCompute(cone, ["SupportHyperplanes", 
"IsPointed"]);|
   true
   !gapprompt@gap>| !gapinput@NmzKnownConeProperties(cone);|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/_Chunks.xml 
new/NormalizInterface-1.5.1/doc/_Chunks.xml
--- old/NormalizInterface-1.5.0/doc/_Chunks.xml 2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/doc/_Chunks.xml 2026-05-05 02:00:00.000000000 
+0200
@@ -126,18 +126,18 @@
 
 <#/GAPDoc>
 <#GAPDoc Label="NmzKnownConeProperties_example">
-<Example><![CDATA[
-gap> NmzKnownConeProperties(cone);
+<Log><![CDATA[
+NmzKnownConeProperties(cone);
 [  ]
-]]></Example>
+]]></Log>
 
 
 
 <#/GAPDoc>
 <#GAPDoc Label="NmzCompute_example">
 <Example><![CDATA[
-gap> NmzKnownConeProperties(cone);
-[  ]
+gap> NmzHasConeProperty(cone, "SupportHyperplanes");
+false
 gap> NmzCompute(cone, ["SupportHyperplanes", "IsPointed"]);
 true
 gap> NmzKnownConeProperties(cone);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/chap0.html 
new/NormalizInterface-1.5.1/doc/chap0.html
--- old/NormalizInterface-1.5.0/doc/chap0.html  2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/doc/chap0.html  2026-05-05 02:00:00.000000000 
+0200
@@ -29,10 +29,10 @@
 <h2><strong class="pkg">GAP</strong> wrapper for Normaliz</h2>
 
 <p>
-    1.5.0</p>
+    1.5.1</p>
 
 <p>
-    24 March 2026
+    5 May 2026
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/chap0.txt 
new/NormalizInterface-1.5.1/doc/chap0.txt
--- old/NormalizInterface-1.5.0/doc/chap0.txt   2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/doc/chap0.txt   2026-05-05 02:00:00.000000000 
+0200
@@ -6,10 +6,10 @@
                             GAP wrapper for Normaliz 
   
   
-                                     1.5.0
+                                     1.5.1
   
   
-                                 24 March 2026
+                                   5 May 2026
   
   
                                Sebastian Gutsche
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/chap0_mj.html 
new/NormalizInterface-1.5.1/doc/chap0_mj.html
--- old/NormalizInterface-1.5.0/doc/chap0_mj.html       2026-03-24 
12:51:56.000000000 +0100
+++ new/NormalizInterface-1.5.1/doc/chap0_mj.html       2026-05-05 
02:00:00.000000000 +0200
@@ -32,10 +32,10 @@
 <h2><strong class="pkg">GAP</strong> wrapper for Normaliz</h2>
 
 <p>
-    1.5.0</p>
+    1.5.1</p>
 
 <p>
-    24 March 2026
+    5 May 2026
   </p>
 
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/chap2.html 
new/NormalizInterface-1.5.1/doc/chap2.html
--- old/NormalizInterface-1.5.0/doc/chap2.html  2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/doc/chap2.html  2026-05-05 02:00:00.000000000 
+0200
@@ -231,7 +231,7 @@
 
 
 <div class="example"><pre>
-<span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzKnownConeProperties(cone);</span>
+NmzKnownConeProperties(cone);
 [  ]
 </pre></div>
 
@@ -270,8 +270,8 @@
 
 
 <div class="example"><pre>
-<span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzKnownConeProperties(cone);</span>
-[  ]
+<span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzHasConeProperty(cone, "SupportHyperplanes");</span>
+false
 <span class="GAPprompt">gap&gt;</span> <span class="GAPinput">NmzCompute(cone, 
["SupportHyperplanes", "IsPointed"]);</span>
 true
 <span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzKnownConeProperties(cone);</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/chap2.txt 
new/NormalizInterface-1.5.1/doc/chap2.txt
--- old/NormalizInterface-1.5.0/doc/chap2.txt   2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/doc/chap2.txt   2026-05-05 02:00:00.000000000 
+0200
@@ -54,7 +54,7 @@
   computed for the cone.
   
     Example  
-    gap> NmzKnownConeProperties(cone);
+    NmzKnownConeProperties(cone);
     [  ]
   
   
@@ -91,8 +91,8 @@
   properties.
   
     Example  
-    gap> NmzKnownConeProperties(cone);
-    [  ]
+    gap> NmzHasConeProperty(cone, 
"SupportHyperplanes");
+    false
     gap> NmzCompute(cone, ["SupportHyperplanes", 
"IsPointed"]);
     true
     gap> NmzKnownConeProperties(cone);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/chap2_mj.html 
new/NormalizInterface-1.5.1/doc/chap2_mj.html
--- old/NormalizInterface-1.5.0/doc/chap2_mj.html       2026-03-24 
12:51:56.000000000 +0100
+++ new/NormalizInterface-1.5.1/doc/chap2_mj.html       2026-05-05 
02:00:00.000000000 +0200
@@ -234,7 +234,7 @@
 
 
 <div class="example"><pre>
-<span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzKnownConeProperties(cone);</span>
+NmzKnownConeProperties(cone);
 [  ]
 </pre></div>
 
@@ -273,8 +273,8 @@
 
 
 <div class="example"><pre>
-<span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzKnownConeProperties(cone);</span>
-[  ]
+<span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzHasConeProperty(cone, "SupportHyperplanes");</span>
+false
 <span class="GAPprompt">gap&gt;</span> <span class="GAPinput">NmzCompute(cone, 
["SupportHyperplanes", "IsPointed"]);</span>
 true
 <span class="GAPprompt">gap&gt;</span> <span 
class="GAPinput">NmzKnownConeProperties(cone);</span>
Binary files old/NormalizInterface-1.5.0/doc/manual.pdf and 
new/NormalizInterface-1.5.1/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/doc/title.xml 
new/NormalizInterface-1.5.1/doc/title.xml
--- old/NormalizInterface-1.5.0/doc/title.xml   2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/doc/title.xml   2026-05-05 02:00:00.000000000 
+0200
@@ -9,7 +9,7 @@
     &GAP; wrapper for Normaliz
   </Subtitle>
   <Version>
-    1.5.0
+    1.5.1
   </Version>
   <Author>
     Sebastian Gutsche<Alt Only="LaTeX"><Br/></Alt>
@@ -35,6 +35,6 @@
 
   </Author>
   <Date>
-    24 March 2026
+    5 May 2026
   </Date>
   </TitlePage>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/examples/docs.g 
new/NormalizInterface-1.5.1/examples/docs.g
--- old/NormalizInterface-1.5.0/examples/docs.g 2026-03-24 12:51:56.000000000 
+0100
+++ new/NormalizInterface-1.5.1/examples/docs.g 2026-05-05 02:00:00.000000000 
+0200
@@ -13,16 +13,16 @@
 #! @EndChunk
 
 #! @BeginChunk NmzKnownConeProperties_example
-#! @BeginExample
-NmzKnownConeProperties(cone);
+#! @BeginLogSession
+#! NmzKnownConeProperties(cone);
 #! [  ]
-#! @EndExample
+#! @EndLogSession
 #! @EndChunk
 
 #! @BeginChunk NmzCompute_example
 #! @BeginExample
-NmzKnownConeProperties(cone);
-#! [  ]
+NmzHasConeProperty(cone, "SupportHyperplanes");
+#! false
 NmzCompute(cone, ["SupportHyperplanes", "IsPointed"]);
 #! true
 NmzKnownConeProperties(cone);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NormalizInterface-1.5.0/tst/normalizinterface01.tst 
new/NormalizInterface-1.5.1/tst/normalizinterface01.tst
--- old/NormalizInterface-1.5.0/tst/normalizinterface01.tst     2026-03-24 
12:51:56.000000000 +0100
+++ new/NormalizInterface-1.5.1/tst/normalizinterface01.tst     2026-05-05 
02:00:00.000000000 +0200
@@ -18,13 +18,9 @@
 gap> NmzHasConeProperty(cone, "ExtremeRays");
 false
 
-# doc/_Chunks.xml:129-132
-gap> NmzKnownConeProperties(cone);
-[  ]
-
 # doc/_Chunks.xml:138-155
-gap> NmzKnownConeProperties(cone);
-[  ]
+gap> NmzHasConeProperty(cone, "SupportHyperplanes");
+false
 gap> NmzCompute(cone, ["SupportHyperplanes", "IsPointed"]);
 true
 gap> NmzKnownConeProperties(cone);

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.fy2Thx/_old  2026-05-06 19:20:02.818399035 +0200
+++ /var/tmp/diff_new_pack.fy2Thx/_new  2026-05-06 19:20:02.826399364 +0200
@@ -1,5 +1,5 @@
-mtime: 1774365012
-commit: 7680b7378cb353c73820136c2717f6f11ec89701f0bbc7d76d38a7d90705dbba
+mtime: 1778003498
+commit: 4d98e8465cd75f9c027ee4b0eb05151983baca14fef9c3921e977ecb69b6503e
 url: https://src.opensuse.org/jengelh/gap-normalizinterface
 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-05-05 19:51:38.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to