forked from pool/gap-sgpviz
- 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:
parent
d023d204c1
commit
18a13f580b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c5f094845da8b1e2679ff7bc8b56d0ad95c1dad6a9678f92fe9b49a4678497b
|
|
||||||
size 735004
|
|
3
SgpViz-0.999.5.tar.gz
Normal file
3
SgpViz-0.999.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a84588ff942b20930918be1ed82397da5cf2da2342f34d7d5462044c2758f52
|
||||||
|
size 678467
|
@ -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
|
Mon Dec 25 16:12:20 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-sgpviz
|
Name: gap-sgpviz
|
||||||
|
Version: 0.999.5
|
||||||
|
Release: 0
|
||||||
Summary: GAP: A package for semigroup visualization
|
Summary: GAP: A package for semigroup visualization
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Version: 0.999.1
|
URL: https://gap-packages.github.io/sgpviz
|
||||||
Release: 0
|
#Git-Clone: https://github.com/gap-packages/sgpviz
|
||||||
Url: http://cmup.fc.up.pt/cmup/mdelgado/sgpviz/
|
Source: https://github.com/gap-packages/sgpviz/releases/download/v%version/SgpViz-%version.tar.gz
|
||||||
|
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/SgpViz-%version.tar.bz2
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-automata >= 1.11
|
Requires: gap-automata >= 1.14
|
||||||
Requires: gap-core >= 4.4
|
Requires: gap-core >= 4.4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,7 +43,7 @@ for semigroups. The features of this package include:
|
|||||||
* a Tcl/Tk interface to specify a semigroup
|
* a Tcl/Tk interface to specify a semigroup
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn SgpViz-%version
|
%autosetup -n SgpViz-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -52,6 +51,5 @@ for semigroups. The features of this package include:
|
|||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user