Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gap-digraphs for openSUSE:Factory checked in at 2025-08-29 18:37:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-digraphs (Old) and /work/SRC/openSUSE:Factory/.gap-digraphs.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-digraphs" Fri Aug 29 18:37:12 2025 rev:10 rq:1301893 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-digraphs/gap-digraphs.changes 2025-08-28 17:18:55.215848495 +0200 +++ /work/SRC/openSUSE:Factory/.gap-digraphs.new.1977/gap-digraphs.changes 2025-08-29 18:39:12.820317412 +0200 @@ -1,0 +2,17 @@ +Fri Aug 29 07:36:56 UTC 2025 - Jan Engelhardt <[email protected]> + +- Update to release 1.11.0 + * Added functions `IsTwoEdgeTransitive`, `BurntPancakeGraph`, + `BurntPancakeGraph`, `MinimalCyclicEdgeCut`, + `DigraphAllChordlessCyclesOfMaximalLength`, `DigraphKings`, + `DigraphIsKing`, `DigraphMaximumFlow`, + `RandomUniqueEdgeWeightedDigraph` + * `RandomDigraph` is now more random + * Added a new optional first argument for mutability in + function `CayleyDigraph` + * Implemented Zykov's and Christofides's algorithms and made them + available as options for `ChromaticNumber` + * Sped up `OnDigraphs` for a digraph and a permutation + * Added dreadnaut support + +------------------------------------------------------------------- Old: ---- digraphs-1.10.1.tar.gz New: ---- digraphs-1.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-digraphs.spec ++++++ --- /var/tmp/diff_new_pack.n6bb7b/_old 2025-08-29 18:39:13.312338306 +0200 +++ /var/tmp/diff_new_pack.n6bb7b/_new 2025-08-29 18:39:13.312338306 +0200 @@ -17,7 +17,7 @@ Name: gap-digraphs -Version: 1.10.1 +Version: 1.11.0 Release: 0 Summary: GAP: Digraphs and multigraphs License: GPL-3.0-or-later @@ -26,6 +26,9 @@ #Git-Clone: https://github.com/digraphs/Digraphs Source: https://github.com/digraphs/Digraphs/releases/download/v%version/digraphs-%version.tar.gz Patch1: eaps4.patch +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: edge-addition-planarity-suite-devel >= 4 BuildRequires: fdupes BuildRequires: gap-devel @@ -51,6 +54,10 @@ %autosetup -n digraphs-%version -p1 %build +if [ ! -e configure ]; then + ls -al + ./autogen.sh +fi %configure --with-gaproot="%gapdir" --without-intrinsics \ --with-external-planarity %make_build ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.n6bb7b/_old 2025-08-29 18:39:13.344339665 +0200 +++ /var/tmp/diff_new_pack.n6bb7b/_new 2025-08-29 18:39:13.348339835 +0200 @@ -1,5 +1,5 @@ -mtime: 1756320241 -commit: f9df106f0a793851fff80f031a93b1b6e5eaca1a473117730d5ae46d46db22f0 +mtime: 1756454000 +commit: ea8c6d8ab295d73ffa449f80fbc672d8b6b589b1fad144009b8207beaa67b3e9 url: https://src.opensuse.org/jengelh/gap-digraphs 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 2025-08-29 09:53:29.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ digraphs-1.10.1.tar.gz -> digraphs-1.11.0.tar.gz ++++++ ++++ 40208 lines of diff (skipped)
