Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gap-cddinterface for
openSUSE:Factory checked in at 2026-06-12 19:28:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-cddinterface (Old)
and /work/SRC/openSUSE:Factory/.gap-cddinterface.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-cddinterface"
Fri Jun 12 19:28:51 2026 rev:6 rq:1358991 version:2026.03.02
Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-cddinterface/gap-cddinterface.changes
2025-10-12 22:28:22.739808876 +0200
+++
/work/SRC/openSUSE:Factory/.gap-cddinterface.new.1981/gap-cddinterface.changes
2026-06-12 19:30:26.093453285 +0200
@@ -1,0 +2,6 @@
+Fri Jun 12 13:49:19 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 2026.03.02
+ * No changelog was provided
+
+-------------------------------------------------------------------
Old:
----
CddInterface-2025.06.24.tar.gz
New:
----
CddInterface-2026.03.02.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gap-cddinterface.spec ++++++
--- /var/tmp/diff_new_pack.OOw4n5/_old 2026-06-12 19:30:27.865527440 +0200
+++ /var/tmp/diff_new_pack.OOw4n5/_new 2026-06-12 19:30:27.873527774 +0200
@@ -17,7 +17,7 @@
Name: gap-cddinterface
-Version: 2025.06.24
+Version: 2026.03.02
Release: 0
Summary: GAP: Interface to cddlib
License: GPL-2.0-or-later
++++++ CddInterface-2025.06.24.tar.gz -> CddInterface-2026.03.02.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/PackageInfo.g
new/CddInterface-2026.03.02/PackageInfo.g
--- old/CddInterface-2025.06.24/PackageInfo.g 2025-06-24 09:31:14.000000000
+0200
+++ new/CddInterface-2026.03.02/PackageInfo.g 2026-03-28 12:36:01.000000000
+0100
@@ -10,7 +10,7 @@
PackageName := "CddInterface",
Subtitle := "Gap interface to Cdd package",
-Version := "2025.06.24",
+Version := "2026.03.02",
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[
1 .. 4 ]} ),
License := "GPL-2.0-or-later",
@@ -77,6 +77,7 @@
GAP := ">= 4.12",
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ] ],
SuggestedOtherPackages := [ ],
+ NeededSystemPackages := rec( Ubuntu := [["libcdd-dev"]], Homebrew :=
[["cddlib"]] ),
ExternalConditions := [ ],
),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/README.md
new/CddInterface-2026.03.02/README.md
--- old/CddInterface-2025.06.24/README.md 2025-06-24 09:31:14.000000000
+0200
+++ new/CddInterface-2026.03.02/README.md 2026-03-28 12:36:01.000000000
+0100
@@ -9,7 +9,7 @@
finite points and the nonnegative hull of finite directions. These are called
H-representation and V-representation, respectively.
[CddInterface](https://homalg-project.github.io/CddInterface/) is a gap
interface with the C package [Cddlib
-](https://www.inf.ethz.ch/personal/fukudak/cdd_home/) which among other things
can translate between H,V- representations of a polyhedron P and solve linear
programming problems over P, i.e. a problem of maximizing and minimizing a
linear function over P. A list of all available operations can be found in the
[manual.pdf](https://homalg-project.github.io/CddInterface/manual.pdf).
+](https://www.inf.ethz.ch/personal/fukudak/cdd_home/) which among other things
can translate between H,V- representations of a polyhedron P and solve linear
programming problems over P, i.e. a problem of maximizing and minimizing a
linear function over P. A list of all available operations can be found in the
manual.pdf available at
[Releases-Page](https://github.com/homalg-project/CddInterface/releases).
## Prerequisites
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/CddInterface.xml
new/CddInterface-2026.03.02/doc/CddInterface.xml
--- old/CddInterface-2025.06.24/doc/CddInterface.xml 2025-06-24
09:47:08.000000000 +0200
+++ new/CddInterface-2026.03.02/doc/CddInterface.xml 2026-03-28
12:41:36.000000000 +0100
@@ -3,7 +3,7 @@
<!-- This is an automatically generated file. -->
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
[
- [<#Include SYSTEM "_entities.xml">
+ <#Include SYSTEM "_entities.xml">
]
>
<Book Name="CddInterface">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/_Chunks.xml
new/CddInterface-2026.03.02/doc/_Chunks.xml
--- old/CddInterface-2025.06.24/doc/_Chunks.xml 2025-06-24 09:47:08.000000000
+0200
+++ new/CddInterface-2026.03.02/doc/_Chunks.xml 2026-03-28 12:41:36.000000000
+0100
@@ -43,6 +43,7 @@
end
]]></Listing>
+
<#/GAPDoc>
<#GAPDoc Label="Increment2">
<Listing Type="Code"><![CDATA[
@@ -56,6 +57,7 @@
end
]]></Listing>
+
<#/GAPDoc>
<#GAPDoc Label="Increment3">
<Listing Type="Code"><![CDATA[
@@ -72,6 +74,7 @@
end
]]></Listing>
+
<#/GAPDoc>
<#GAPDoc Label="Increment4">
<Listing Type="Code"><![CDATA[
@@ -86,6 +89,7 @@
end
]]></Listing>
+
<#/GAPDoc>
<#GAPDoc Label="Example1">
<Example><![CDATA[
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/_entities.xml
new/CddInterface-2026.03.02/doc/_entities.xml
--- old/CddInterface-2025.06.24/doc/_entities.xml 2025-06-24
09:47:08.000000000 +0200
+++ new/CddInterface-2026.03.02/doc/_entities.xml 2026-03-28
12:41:36.000000000 +0100
@@ -1,3 +1,6 @@
-<!ENTITY homalg '<Package>homalg</Package>'>
-<!ENTITY GAP4 '<Package>GAP4</Package>'>
+<!ENTITY CAP 'GAP'>
<!ENTITY CddInterface '<Package>CddInterface</Package>'>
+<!ENTITY RELEASEDATE '2 March 2026'>
+<!ENTITY RELEASEYEAR '2026'>
+<!ENTITY VERSION '2026.03.02'>
+<!ENTITY homalg 'homalg'>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/chap0.html
new/CddInterface-2026.03.02/doc/chap0.html
--- old/CddInterface-2025.06.24/doc/chap0.html 2025-06-24 09:47:10.000000000
+0200
+++ new/CddInterface-2026.03.02/doc/chap0.html 2026-03-28 12:41:37.000000000
+0100
@@ -29,10 +29,10 @@
<h2>Gap interface to Cdd package</h2>
<p>
- 2025.06.24</p>
+ 2026.03.02</p>
<p>
- 24 June 2025
+ 2 March 2026
</p>
</div>
@@ -41,7 +41,6 @@
-
</b>
<br />Email: <span class="URL"><a
href="mailto:[email protected]">[email protected]</a></span>
<br />Homepage: <span class="URL"><a
href="https://github.com/kamalsaleh">https://github.com/kamalsaleh</a></span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/chap0.txt
new/CddInterface-2026.03.02/doc/chap0.txt
--- old/CddInterface-2025.06.24/doc/chap0.txt 2025-06-24 09:47:08.000000000
+0200
+++ new/CddInterface-2026.03.02/doc/chap0.txt 2026-03-28 12:41:36.000000000
+0100
@@ -6,10 +6,10 @@
[1X Gap interface to Cdd package [101X
- 2025.06.24
+ 2026.03.02
- 24 June 2025
+ 2 March 2026
Kamal Saleh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/chap0_mj.html
new/CddInterface-2026.03.02/doc/chap0_mj.html
--- old/CddInterface-2025.06.24/doc/chap0_mj.html 2025-06-24
09:47:10.000000000 +0200
+++ new/CddInterface-2026.03.02/doc/chap0_mj.html 2026-03-28
12:41:37.000000000 +0100
@@ -32,10 +32,10 @@
<h2>Gap interface to Cdd package</h2>
<p>
- 2025.06.24</p>
+ 2026.03.02</p>
<p>
- 24 June 2025
+ 2 March 2026
</p>
</div>
@@ -44,7 +44,6 @@
-
</b>
<br />Email: <span class="URL"><a
href="mailto:[email protected]">[email protected]</a></span>
<br />Homepage: <span class="URL"><a
href="https://github.com/kamalsaleh">https://github.com/kamalsaleh</a></span>
Binary files old/CddInterface-2025.06.24/doc/manual.pdf and
new/CddInterface-2026.03.02/doc/manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/doc/title.xml
new/CddInterface-2026.03.02/doc/title.xml
--- old/CddInterface-2025.06.24/doc/title.xml 2025-06-24 09:47:08.000000000
+0200
+++ new/CddInterface-2026.03.02/doc/title.xml 2026-03-28 12:41:36.000000000
+0100
@@ -9,7 +9,7 @@
Gap interface to Cdd package
</Subtitle>
<Version>
- 2025.06.24
+ 2026.03.02
</Version>
<Author>
Kamal Saleh<Alt Only="LaTeX"><Br/></Alt>
@@ -22,9 +22,8 @@
</Address>
<Email>[email protected]</Email>
<Homepage>https://github.com/kamalsaleh</Homepage>
-
</Author>
<Date>
- 24 June 2025
+ 2 March 2026
</Date>
</TitlePage>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CddInterface-2025.06.24/makedoc.g
new/CddInterface-2026.03.02/makedoc.g
--- old/CddInterface-2025.06.24/makedoc.g 2025-06-24 09:31:14.000000000
+0200
+++ new/CddInterface-2026.03.02/makedoc.g 2026-03-28 12:36:01.000000000
+0100
@@ -10,7 +10,7 @@
AutoDoc(
rec(
- scaffold := rec( entities := [ "GAP4", "homalg" ] ),
+ scaffold := rec( entities := rec( CAP := "GAP", homalg := "homalg"
) ),
autodoc := rec( files := [ "doc/intro.autodoc" ] ),
#extract_examples := rec( units := "Single" )
)
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.OOw4n5/_old 2026-06-12 19:30:28.701562424 +0200
+++ /var/tmp/diff_new_pack.OOw4n5/_new 2026-06-12 19:30:28.721563262 +0200
@@ -1,5 +1,5 @@
-mtime: 1760204818
-commit: 2674f4c79006e9efcd60858ac6bd7a3b13326dfcfc3a9af53d631489d5d172eb
+mtime: 1781272173
+commit: 8c0e0911f6506cdf806ed6d41441c5c67e9a3855c1614489e4c3b91e9babb3b3
url: https://src.opensuse.org/jengelh/gap-cddinterface
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-12 15:49:33.000000000 +0200
@@ -0,0 +1 @@
+.osc