From 677c60b5e112e991a045a3820f357dab3cf8907beaa3b5505945ef94bb852aca Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 29 Apr 2017 18:49:09 +0000 Subject: [PATCH] gap-digraphs-0.7.1 OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=3 --- digraphs-0.5.2.tar.bz2 | 3 --- digraphs-0.7.1.tar.bz2 | 3 +++ gap-digraphs.changes | 25 +++++++++++++++++++++++++ gap-digraphs.spec | 6 +++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 digraphs-0.5.2.tar.bz2 create mode 100644 digraphs-0.7.1.tar.bz2 diff --git a/digraphs-0.5.2.tar.bz2 b/digraphs-0.5.2.tar.bz2 deleted file mode 100644 index e2ddf32..0000000 --- a/digraphs-0.5.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:885fbeca4243dc7b10a82ed629c20c86d50ce868ad08fb464fe983d90cebfccb -size 1285586 diff --git a/digraphs-0.7.1.tar.bz2 b/digraphs-0.7.1.tar.bz2 new file mode 100644 index 0000000..e962990 --- /dev/null +++ b/digraphs-0.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c562ccd57113e85f3a216bcfa2ffd57053ee12c8c326cb94ae56f7af175e85 +size 1352171 diff --git a/gap-digraphs.changes b/gap-digraphs.changes index 27824ca..cba6828 100644 --- a/gap-digraphs.changes +++ b/gap-digraphs.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Apr 29 18:47:03 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 0.7.1 + * This release contains a new technique for encoding a + vertex-coloured `multidigraph` as a vertex-coloured + (undirected) graph while preserving the automorphism group, + in order to calculate the automorphism group and canonical + labelling using bliss. This enables the following + functionality: + ** the operations `AutomorphismGroup` and + `DigraphCanonicalLabelling` for a digraph and a + vertex-colouring now accept a multidigraph as their first + argument; + ** the operations `IsIsomorphicDigraph` and + `IsomorphismDigraphs` now accept multidigraphs, and they + also accept vertex-colourings as optional arguments. + * This release add new functionality related to undirected + spanning trees and undirected spanning forests: + ** The property `IsUndirectedForest` is introduced; + ** The attributes `UndirectedSpanningTree` and + `UndirectedSpanningForest` are introduced; and + ** The operations `IsUndirectedSpanningTree` and + `IsUndirectedSpanningForest` are introduced. + ------------------------------------------------------------------- Sun Oct 16 18:44:35 UTC 2016 - jengelh@inai.de diff --git a/gap-digraphs.spec b/gap-digraphs.spec index b43e950..22c4062 100644 --- a/gap-digraphs.spec +++ b/gap-digraphs.spec @@ -1,7 +1,7 @@ # # spec file for package gap-digraphs # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: gap-digraphs -Version: 0.5.2 +Version: 0.7.1 Release: 0 Summary: GAP: Digraphs and multigraphs License: GPL-3.0+ Group: Productivity/Scientific/Math Url: http://www-groups.mcs.st-andrews.ac.uk/~jamesm/digraphs.php -Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2 +Source: http://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2 BuildRequires: fdupes BuildRequires: gap-devel BuildRequires: gap-rpm-devel