diff --git a/gap-groupoids.changes b/gap-groupoids.changes index cc94917..6e97a38 100644 --- a/gap-groupoids.changes +++ b/gap-groupoids.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 19 00:07:56 UTC 2022 - Jan Engelhardt + +- Update to release 1.71 + * Renamed GpdIsDigraph etc as IsGroupoidDigraph + * Replaced IsDiscrete by IsDiscreteMagmaWithObjects + * Changed nicemap.tst to cope with alternative NiceMonomorphisms + ------------------------------------------------------------------- Wed Nov 14 22:52:31 UTC 2018 - Jan Engelhardt diff --git a/gap-groupoids.spec b/gap-groupoids.spec index 3dff1a0..c6a330f 100644 --- a/gap-groupoids.spec +++ b/gap-groupoids.spec @@ -1,7 +1,7 @@ # # spec file for package gap-groupoids # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,22 @@ Name: gap-groupoids -Version: 1.63 +Version: 1.71 Release: 0 Summary: GAP: Groupoids, graphs of groups, and graphs of groupoids License: GPL-2.0-or-later Group: Productivity/Scientific/Math -Url: https://gap-packages.github.io/groupoids/ - -Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/groupoids-%version.tar.bz2 +URL: https://gap-packages.github.io/groupoids/ +#Git-Clone: https://github.com/gap-packages/groupoids +Source: https://github.com/gap-packages/groupoids/releases/download/v%version/groupoids-%version.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gap-rpm-devel -Requires: gap-core >= 4.9.2 +Requires: gap-autodoc >= 2019.02.22 +Requires: gap-core >= 4.10.1 Requires: gap-fga >= 1.4.0 -Requires: gap-gapdoc >= 1.6.1 -Suggests: gap-semigroups >= 3.0.18 +Requires: gap-gapdoc >= 1.6.2 +Requires: gap-utils >= 0.76 +Suggests: gap-semigroups >= 3.1.1 %description This package allows for the computation of finite groupoids, both @@ -41,7 +42,7 @@ forms for Free Products with Amalgamation and for HNN extensions when the initial groups have rewriting systems. %prep -%setup -qn groupoids-%version +%autosetup -n groupoids-%version %build @@ -50,6 +51,5 @@ rm -Rf scripts %gappkg_simple_install %files -f %name.files -%defattr(-,root,root) %changelog diff --git a/groupoids-1.63.tar.bz2 b/groupoids-1.63.tar.bz2 deleted file mode 100644 index 591d513..0000000 --- a/groupoids-1.63.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fffc2a4a8bc258ede69fb2f92e0935f606bd5714b56b49bb4e7d17c7ed6cd617 -size 591222 diff --git a/groupoids-1.71.tar.gz b/groupoids-1.71.tar.gz new file mode 100644 index 0000000..85a8369 --- /dev/null +++ b/groupoids-1.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0e54a55ffaa80c432bb14e3f5c6638b71e92a549d535cd8c4749c5bc2b2c84 +size 780678