- Update to release 0.999.5

OBS-URL: https://build.opensuse.org/package/show/science/gap-sgpviz?expand=0&rev=7
This commit is contained in:
2023-02-12 11:52:05 +00:00
committed by Git OBS Bridge
parent d023d204c1
commit 18a13f580b
4 changed files with 19 additions and 12 deletions

BIN
SgpViz-0.999.1.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
SgpViz-0.999.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 12 11:51:37 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.999.5
* Schutzenberger graphs are now produced in two steps, as the
remaining drawings
* Changes to fix a strange behavior when the semigroups package
is loaded (and a semigroup is entered before)
-------------------------------------------------------------------
Mon Dec 25 16:12:20 UTC 2017 - jengelh@inai.de

View File

@@ -17,18 +17,17 @@
Name: gap-sgpviz
Version: 0.999.5
Release: 0
Summary: GAP: A package for semigroup visualization
License: GPL-2.0+
Group: Productivity/Scientific/Math
Version: 0.999.1
Release: 0
Url: http://cmup.fc.up.pt/cmup/mdelgado/sgpviz/
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/SgpViz-%version.tar.bz2
URL: https://gap-packages.github.io/sgpviz
#Git-Clone: https://github.com/gap-packages/sgpviz
Source: https://github.com/gap-packages/sgpviz/releases/download/v%version/SgpViz-%version.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-automata >= 1.11
Requires: gap-automata >= 1.14
Requires: gap-core >= 4.4
%description
@@ -44,7 +43,7 @@ for semigroups. The features of this package include:
* a Tcl/Tk interface to specify a semigroup
%prep
%setup -qn SgpViz-%version
%autosetup -n SgpViz-%version
%build
@@ -52,6 +51,5 @@ for semigroups. The features of this package include:
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog