From 0d14d1f93b107c203259c222cc81928b5ddacc34e3226786351fc53375539cfa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 22 Nov 2018 12:10:28 +0000 Subject: [PATCH] delete _link OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=4 --- CAP-2017.09.25.tar.bz2 | 3 --- CAP-2018.08.31.tar.bz2 | 3 +++ gap-cap.changes | 6 ++++++ gap-cap.spec | 24 ++++++++++-------------- 4 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 CAP-2017.09.25.tar.bz2 create mode 100644 CAP-2018.08.31.tar.bz2 diff --git a/CAP-2017.09.25.tar.bz2 b/CAP-2017.09.25.tar.bz2 deleted file mode 100644 index 09278af..0000000 --- a/CAP-2017.09.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:654d9be0794cb247b41b528260a5d5c854af28b01ab1f16e6d39bb219efc51f5 -size 872644 diff --git a/CAP-2018.08.31.tar.bz2 b/CAP-2018.08.31.tar.bz2 new file mode 100644 index 0000000..30e3025 --- /dev/null +++ b/CAP-2018.08.31.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cfdd92636b3216ddc819dce50ea0ac25e1eb80c5cd5b8a2b0dd3b2f9bf0017 +size 968791 diff --git a/gap-cap.changes b/gap-cap.changes index 9400768..8254308 100644 --- a/gap-cap.changes +++ b/gap-cap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 14 20:22:48 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 2018.08.31 + * No changelog was provided + ------------------------------------------------------------------- Fri Dec 22 20:18:50 UTC 2017 - jengelh@inai.de diff --git a/gap-cap.spec b/gap-cap.spec index 25be8e6..bca630f 100644 --- a/gap-cap.spec +++ b/gap-cap.spec @@ -1,7 +1,7 @@ # # spec file for package gap-cap # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,15 +12,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gap-cap -Version: 2017.09.25 +Version: 2018.08.31 Release: 0 Summary: GAP: Categories, Algorithms and Programming -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Scientific/Math Url: http://homalg-project.github.io/CAP_project/CAP/ Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/CAP-%version.tar.bz2 @@ -28,20 +28,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gap-devel BuildRequires: gap-rpm-devel BuildArch: noarch -Requires: gap-core >= 4.6 Requires: gap-autodoc >= 2016.02.16 -Requires: gap-toolsforhomalg >= 2016.01.17 +Requires: gap-core >= 4.9.1 Requires: gap-io +Requires: gap-toolsforhomalg >= 2018.05.22 +Suggests: gap-browse %description -Categories are the main GAP objects in CAP. They are used to -associate GAP objects which represent objects and morphisms with -their category. By associating a GAP object to the category, one of -two filters belonging to the category (ObjectFilter/MorphismFilter) -are set to true. Via Add methods, functions for specific existential -quantifiers can be associated to the category and after that can be -applied to GAP objects in the category. A GAP category object also -knows which constructions are currently possible in this category. +CAP is a package for category theory. It facilitates the +implementation of specific instances of categories and provides a +language for writing generic categorical algorithms. %prep %setup -qn CAP-%version