1
0

- Update to release 1.2.3

OBS-URL: https://build.opensuse.org/package/show/science/gap-congruence?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2022-04-25 19:48:28 +00:00 committed by Git OBS Bridge
parent 8c67027eb3
commit ae4e2dd7c5
4 changed files with 15 additions and 12 deletions

View File

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

3
congruence-1.2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a3af8a7e34e8717cb737ad35b6b81ad14976a152415bf8ec5a49dd016afa484
size 319038

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 25 19:48:19 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.3
* Add a bunch of trivial implications
-------------------------------------------------------------------
Fri Sep 7 11:11:30 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gap-congruence
#
# 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,18 +17,16 @@
Name: gap-congruence
Version: 1.2.3
Release: 0
Summary: GAP: Congruence subgroups of SL(2,Z)
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
Version: 1.2.2
Release: 0
Url: http://www.cs.st-andrews.ac.uk/~alexk/congruence/
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/congruence-%version.tar.bz2
URL: https://gap-packages.github.io/congruence/
Source: https://github.com/gap-packages/congruence/releases/download/v%version/congruence-%version.tar.gz
BuildRequires: gap-rpm-devel
BuildRequires: xz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: gap-core >= 4.8
Requires: gap-gapdoc >= 1.5.1
@ -41,7 +39,7 @@ using them to produce a system of independent generators for these
subgroups.
%prep
%setup -qn congruence-%version
%autosetup -n congruence-%version
%build
@ -49,6 +47,5 @@ subgroups.
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog