2018-11-22 12:10:39 +00:00
committed by Git OBS Bridge
parent 48ca76487b
commit 8c67027eb3
4 changed files with 21 additions and 9 deletions

BIN
congruence-1.1.1.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
congruence-1.2.2.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Sep 7 11:11:30 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.2.2
* No changelog was provided, again
-------------------------------------------------------------------
Sat Dec 23 09:36:30 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.2.1
* No changelog was provided
-------------------------------------------------------------------
Fri Dec 5 18:36:40 UTC 2014 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-congruence
#
# Copyright (c) 2013 SUSE LINUX Products 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
@@ -18,10 +18,10 @@
Name: gap-congruence
Summary: GAP: Congruence subgroups of SL(2,Z)
Version: 1.1.1
Release: 0
License: GPL-2.0+
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
@@ -29,7 +29,7 @@ BuildRequires: gap-rpm-devel
BuildRequires: xz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: gap-core >= 4.7
Requires: gap-core >= 4.8
Requires: gap-gapdoc >= 1.5.1
%description
@@ -41,7 +41,7 @@ using them to produce a system of independent generators for these
subgroups.
%prep
%setup -qn congruence
%setup -qn congruence-%version
%build