Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ffa186e4f0 | |||
| a478741704 | |||
| 9a26158dce |
BIN
anupq-3.3.0.tar.gz
LFS
BIN
anupq-3.3.0.tar.gz
LFS
Binary file not shown.
BIN
anupq-3.3.2.tar.gz
LFS
Normal file
BIN
anupq-3.3.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user