Compare commits

...

4 Commits

Author SHA256 Message Date
302e05d37b POSIX sh compatibility 2025-02-28 00:01:31 +01:00
9a6106b82b gap-digraphs 1.10.0 2025-02-14 19:43:03 +01:00
f0d25de5f6 gap-digraphs 1.9.0 2024-09-08 09:49:02 +02:00
55f23a0b7f gap-digraphs 1.8.0 2024-08-27 17:38:21 +02:00
4 changed files with 49 additions and 7 deletions

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

Binary file not shown.

View File

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

View File

@ -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> Mon Feb 19 21:19:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gap-digraphs # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gap-digraphs Name: gap-digraphs
Version: 1.7.1 Version: 1.10.0
Release: 0 Release: 0
Summary: GAP: Digraphs and multigraphs Summary: GAP: Digraphs and multigraphs
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -35,6 +35,7 @@ Requires: gap-core >= 4.10
Requires: gap-datastructures >= 0.2.5 Requires: gap-datastructures >= 0.2.5
Requires: gap-io >= 4.5.1 Requires: gap-io >= 4.5.1
Requires: gap-orb >= 4.8.2 Requires: gap-orb >= 4.8.2
Suggests: gap-autodoc >= 2020.08.11
Suggests: gap-gapdoc >= 1.6.3 Suggests: gap-gapdoc >= 1.6.3
Suggests: gap-grape >= 4.8.1 Suggests: gap-grape >= 4.8.1
Suggests: gap-nautytracesinterface >= 0.2 Suggests: gap-nautytracesinterface >= 0.2
@ -56,14 +57,13 @@ find . -type f -name "*~" -print -delete
%install %install
%gappkg_simple_install %gappkg_simple_install
pushd "%buildroot/$fmoddir/" cd "%buildroot/$fmoddir/"
find . -type f -name .dirstamp -print -delete find . -type f -name .dirstamp -print -delete
# delete tests and assets # delete tests and assets
rm -Rf tst data/symmetric-closure.ds6.gz data/test-1.d6 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 # 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 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* rm -Rf extern/edge* extern/bliss*/[a-z]* extern/bliss*/.deps extern/bliss*/.libs extern/bliss*/.clang*
popd
%fdupes %buildroot/%_prefix %fdupes %buildroot/%_prefix
%files -f %name.files %files -f %name.files