From f231ce67b425f19534076061fdd99bb836d905a437529aae4f411680e3bfc807 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 23 Mar 2024 21:23:22 +0000 Subject: [PATCH] - Update to release 3.3.0 OBS-URL: https://build.opensuse.org/package/show/science/gap-anupq?expand=0&rev=3 --- anupq-3.2.6.tar.gz | 3 --- anupq-3.3.0.tar.gz | 3 +++ gap-anupq.changes | 9 +++++++++ gap-anupq.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 anupq-3.2.6.tar.gz create mode 100644 anupq-3.3.0.tar.gz diff --git a/anupq-3.2.6.tar.gz b/anupq-3.2.6.tar.gz deleted file mode 100644 index b0c9723..0000000 --- a/anupq-3.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9df9f662c4df3b32916c61e0becd2d04162b75150368b2dadc50f1c432ca8579 -size 1337322 diff --git a/anupq-3.3.0.tar.gz b/anupq-3.3.0.tar.gz new file mode 100644 index 0000000..986ec36 --- /dev/null +++ b/anupq-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8276e5191308d3a96c968bde53eed2d0a5af3de374d5f82bd378aa608f5e3e23 +size 1315928 diff --git a/gap-anupq.changes b/gap-anupq.changes index a541b8b..f822540 100644 --- a/gap-anupq.changes +++ b/gap-anupq.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 23 21:22:43 UTC 2024 - Jan Engelhardt + +- Update to release 3.3.0 + * Remove ``ANUPQGlobalVariables`` + * Remove most uses of ``HideGlobalVariables`` + * Avoid using internal undocumented GAP functions + * Remove GAP 4.2 compatibility code + ------------------------------------------------------------------- Fri Nov 18 17:54:26 UTC 2022 - Jan Engelhardt diff --git a/gap-anupq.spec b/gap-anupq.spec index 0b462ed..31ea021 100644 --- a/gap-anupq.spec +++ b/gap-anupq.spec @@ -1,7 +1,7 @@ # # spec file for package gap-anupq # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gap-anupq -Version: 3.2.6 +Version: 3.3.0 Release: 0 Summary: GAP: Support for p-quotients and p-groups License: Artistic-2.0 @@ -28,8 +28,8 @@ Source: https://github.com/gap-packages/anupq/releases/download/v%versio BuildRequires: fdupes BuildRequires: gap-devel BuildRequires: gap-rpm-devel -Requires: gap-core >= 4.9 Requires: gap-autpgrp >= 1.5 +Requires: gap-core >= 4.9 %description The ANUPQ package is a GAP4 interface to the ANU pq C program, which