3 Commits

Author SHA256 Message Date
ffa186e4f0 gap-anupq 3.3.2 2025-08-28 19:43:48 +02:00
a478741704 POSIX sh compatibility 2025-02-28 00:01:30 +01:00
9a26158dce gap-anupq 3.3.1 2024-10-21 14:40:49 +02:00
4 changed files with 26 additions and 7 deletions

Binary file not shown.

BIN
anupq-3.3.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Aug 28 00:02:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.3.2
* Some janitorial changes
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Mon Oct 21 12:40:02 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.3.1
* Fix a bug where calling `PqDescendants` too many times will
result in a `"failed to launch child process"` error in
`PQ_START`
-------------------------------------------------------------------
Sat Mar 23 21:22:43 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-anupq
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gap-anupq
Version: 3.3.0
Version: 3.3.2
Release: 0
Summary: GAP: Support for p-quotients and p-groups
License: Artistic-2.0
@@ -28,6 +28,7 @@ Source: https://github.com/gap-packages/anupq/releases/download/v%versio
BuildRequires: fdupes
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
BuildRequires: gmp-devel
Requires: gap-autpgrp >= 1.5
Requires: gap-core >= 4.9
@@ -53,10 +54,9 @@ provides access to implementations of the following algorithms:
%install
%gappkg_simple_install
pushd "%buildroot/$moddir/"
cd "%buildroot/$moddir/"
rm -Rf aclocal* autom4* cnf config* m4 include src testPq.in standalone/TEST
perl -i -lpe 's{#!/usr/bin/env perl}{#!/usr/bin/perl}' testPq
popd
%fdupes %buildroot/%_prefix
%files -f %name.files