SHA256
1
0
forked from pool/gap-digraphs

Compare commits

...

9 Commits

Author SHA256 Message Date
aa36bc269f Accepting request 1249110 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-digraphs?expand=0&rev=7
2025-02-28 16:39:15 +00:00
OBS User unknown
3842662816 [info=302e05d37b5b64afe5e5366ee69ca1dd082e031771ed7d80a0aab646137ada39]
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=34
2025-02-27 23:11:15 +00:00
fbb2022ab8 Accepting request 1246000 from science
- Update to release 1.10.0

OBS-URL: https://build.opensuse.org/request/show/1246000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-digraphs?expand=0&rev=6
2025-02-16 21:40:28 +00:00
OBS User unknown
aeec1e9c41 [info=9a6106b82bef2aff887be3eb72db806f12e376d1dfe04b77a5cbfa0ef8c40a59]
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=33
2025-02-14 18:43:17 +00:00
Ana Guerrero
aad9eb62cd Accepting request 1199427 from science
- Update to release 1.9.0

OBS-URL: https://build.opensuse.org/request/show/1199427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-digraphs?expand=0&rev=5
2024-09-09 12:44:20 +00:00
OBS User unknown
068b0edfee [info=f0d25de5f6cc2a7b0b9ece305b3e8740092b446f04e203096c460bab60ed820e]
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=32
2024-09-08 07:57:23 +00:00
456242e606 Accepting request 1196319 from science
- Update to release 1.8.0

OBS-URL: https://build.opensuse.org/request/show/1196319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-digraphs?expand=0&rev=4
2024-08-28 19:29:43 +00:00
OBS User unknown
35b4fe9913 [info=55f23a0b7fc8f3f1b349997421a7753e50471e540c3dbb0e04af5b003f7c2b31]
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=31
2024-08-27 15:38:45 +00:00
f5c835eb06 [info=4a16498ad5c0a143a0dc2c1a3a6a0d318f5809a47fa4a25383124758ba298797]
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=30
2024-08-27 15:34:35 +00:00
6 changed files with 56 additions and 7 deletions

4
_scmsync.obsinfo Normal file

@ -0,0 +1,4 @@
mtime: 1740697291
commit: 302e05d37b5b64afe5e5366ee69ca1dd082e031771ed7d80a0aab646137ada39
url: https://src.opensuse.org/jengelh/gap-digraphs
revision: master

3
build.specials.obscpio Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4b0f40d9e22ce37b4e125da01a7d07425c28a6bad3a61b6e380df9609e74cd4
size 256

BIN
digraphs-1.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58331be5192d23f0af617822cedd77b0f613e7db7aba345d6d9eec226c4b8514
size 2528168

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Fri Feb 14 18:41:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.10.0
* Added copy in `DigraphAllChordlessCycles`
* Implementation of facial walks and dual graphs
* Added `IsOrderFilter` function
* Edge weights #4: shortest path(s)
-------------------------------------------------------------------
Sun Sep 8 07:46:45 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.0
* Fix off by one error [#677]
* Properly transfer the original vertices as labels of the
vertices in the reduced graph in ``DigraphAllSimpleCircuits``
* Add hash function for digraphs [#675]
* Add DomainForAction mock for actions on digraphs [#686]
* Make Orb use digraph hashes [#687]
* Added ``DigraphAllChordlessCycles`` [#679],
``SubdigraphsMonomorphisms`` [#690],
``AllUndirectedSimpleCircuits`` [#689]
* Fix edge placement in ``HanoiGraph`` [#699]
* Clarify homomorphisms finder with specified image [#700]
-------------------------------------------------------------------
Tue Aug 27 15:34:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.0
* DigraphRemoveEdge now removes appropriate edge label
* Implement IsOrderIdeal, DigraphCycleBasis,
IsModularLatticeDigraph, DigraphContractEdge
* cliques: some performance improvements
* Refactored FloydWarshall C implementation
* Added requested clique and independent attributes
* Reduce memory usage
-------------------------------------------------------------------
Mon Feb 19 21:19:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

@ -1,7 +1,7 @@
#
# spec file for package gap-digraphs
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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-digraphs
Version: 1.7.1
Version: 1.10.0
Release: 0
Summary: GAP: Digraphs and multigraphs
License: GPL-3.0-or-later
@ -35,6 +35,7 @@ Requires: gap-core >= 4.10
Requires: gap-datastructures >= 0.2.5
Requires: gap-io >= 4.5.1
Requires: gap-orb >= 4.8.2
Suggests: gap-autodoc >= 2020.08.11
Suggests: gap-gapdoc >= 1.6.3
Suggests: gap-grape >= 4.8.1
Suggests: gap-nautytracesinterface >= 0.2
@ -56,14 +57,13 @@ find . -type f -name "*~" -print -delete
%install
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
cd "%buildroot/$fmoddir/"
find . -type f -name .dirstamp -print -delete
# delete tests and assets
rm -Rf tst data/symmetric-closure.ds6.gz data/test-1.d6
# delete sources and build artifacts, user is not expected to rebuild in distribution tree
rm -Rf autom4te.cache src cnf config* m4 autogen.sh aclocal.m4 *.la Makefile*
rm -Rf extern/edge* extern/bliss*/[a-z]* extern/bliss*/.deps extern/bliss*/.libs extern/bliss*/.clang*
popd
%fdupes %buildroot/%_prefix
%files -f %name.files