From ae4e2dd7c579433a893468c6de99e9bb6e3adbf34484dbe52dbe717b362366be Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 25 Apr 2022 19:48:28 +0000 Subject: [PATCH] - Update to release 1.2.3 OBS-URL: https://build.opensuse.org/package/show/science/gap-congruence?expand=0&rev=9 --- congruence-1.2.2.tar.bz2 | 3 --- congruence-1.2.3.tar.gz | 3 +++ gap-congruence.changes | 6 ++++++ gap-congruence.spec | 15 ++++++--------- 4 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 congruence-1.2.2.tar.bz2 create mode 100644 congruence-1.2.3.tar.gz diff --git a/congruence-1.2.2.tar.bz2 b/congruence-1.2.2.tar.bz2 deleted file mode 100644 index d50474a..0000000 --- a/congruence-1.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f84ca6ae41f9f2d750ad74c78a3bbc738009ad76372cf9392b8473f7fc33a862 -size 302980 diff --git a/congruence-1.2.3.tar.gz b/congruence-1.2.3.tar.gz new file mode 100644 index 0000000..96a23b2 --- /dev/null +++ b/congruence-1.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3af8a7e34e8717cb737ad35b6b81ad14976a152415bf8ec5a49dd016afa484 +size 319038 diff --git a/gap-congruence.changes b/gap-congruence.changes index bdf502e..d3a4413 100644 --- a/gap-congruence.changes +++ b/gap-congruence.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 25 19:48:19 UTC 2022 - Jan Engelhardt + +- Update to release 1.2.3 + * Add a bunch of trivial implications + ------------------------------------------------------------------- Fri Sep 7 11:11:30 UTC 2018 - Jan Engelhardt diff --git a/gap-congruence.spec b/gap-congruence.spec index 29fb456..fc4e622 100644 --- a/gap-congruence.spec +++ b/gap-congruence.spec @@ -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