2 Commits

Author SHA256 Message Date
84990403db POSIX sh compatibility 2025-02-28 00:01:31 +01:00
b7e29c6318 gap-guava 3.20 2025-02-09 20:51:05 +01:00
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Sun Feb 9 19:47:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.20
* Many changes to the manual were made. Accumulated anachronisms
were revealed by manual/example test extraction via AutoDoc.
* Adjusted old C code to not define a bool type (the C23 standard
will override it soon for gcc).
* CoveringRadius() for codes over small non-binary fields was
throwing an error.
-------------------------------------------------------------------
Thu Mar 21 22:05:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-guava
#
# 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-guava
Version: 3.19
Version: 3.20
Release: 0
Summary: GAP package for computing with error-correcting codes
License: GPL-2.0-or-later
@@ -46,10 +46,10 @@ are integrated in the GAP kernel.
%build
./configure "%gapdir"
pushd src/leon/
cd src/leon/
export CFLAGS="%optflags -Wno-error=return-type"
%configure
popd
cd -
%make_build -j1
%install

BIN
guava-3.19.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
guava-3.20.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.