-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2022-21f6ca9264 2022-10-02 00:17:13.956701 --------------------------------------------------------------------------------
Name : gap-pkg-guava Product : Fedora 37 Version : 3.17 Release : 1.fc37 URL : https://gap-packages.github.io/guava/ Summary : Computing with error-correcting codes Description : GUAVA is a package that implements coding theory algorithms in GAP. Codes can be created and manipulated and information about codes can be calculated. GUAVA consists of various files written in the GAP language, and an external program from J. S. Leon for dealing with automorphism groups of codes and isomorphism testing functions. Several algorithms that need the speed are integrated in the GAP kernel. The functions within GUAVA can be divided into four categories: - Construction of codes. GUAVA can construct non-linear, linear and cyclic codes over an arbitrary finite field. Examples are HadamardCode, ReedMullerCode, BestKnownLinearCode, QRCode and GoppaCode. - Manipulation of codes. These functions allow the user to transform one code into another or to construct a new code from two codes. Examples are PuncturedCode, DualCode, DirectProductCode and UUVCode. - Computation of information about codes. This information is stored in the code record. Examples are MinimumDistance, OuterDistribution, IsSelfDualCode and AutomorphismGroup. - Generation of bounds on linear codes. The table by Brouwer and Verhoeff (as it existed in the mid-1990s) is incorporated into GUAVA. For example, BoundsMinimumDistance. -------------------------------------------------------------------------------- Update Information: This is a large update that unifies and simplifies most of the GAP package spec files. Packages who license tags had not been migrated to SPDX already have been migrated. Package-specific changes follow: - gap 4.12.0: see https://github.com/gap-system/gap/blob/master/CHANGES.md#gap-4120-august-2022. Also, several upstream patches were added to fix bugs found after the 4.12.0 release. - GAPDoc: add a %check script - gap-pkg-ace 5.6.1: see https://github.com/gap-packages/ace/blob/master/CHANGES.md - gap-pkg-atlasrep 2.1.5: see https://www.math.rwth- aachen.de/~Thomas.Breuer/atlasrep/doc/chap1.html#sect:news - gap-pkg-browse 1.8.15: see https://www.math.rwth-aachen.de/~Browse/ - gap-pkg-crypting 0.10.2: only build system updates, plus one minor documentation update. The actual code is the same. - gap-pkg-curlinterface 2.3.1: see https://github.com/gap- packages/curlInterface/blob/master/CHANGES - gap-pkg-design: add a %check script - gap-pkg-digraphs 1.6.0: https://github.com/digraphs/Digraphs/blob/main/CHANGELOG.md - gap-pkg-edim 1.3.6: see https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/CHANGES - gap- pkg-fining: see https://github.com/gap-packages/FinInG/commits/master - gap-pkg- float: add a patch to fix libfplll detection - gap-pkg-format: add a missing bibliography - gap-pkg-francy 1.2.5: fix a failing test - gap-pkg-genss 1.6.8: see https://github.com/gap-packages/genss/blob/master/CHANGES - gap-pkg-grape: add a patch to fix documentation citations - gap-pkg-groupoids 1.71: see https://github.com/gap-packages/groupoids/blob/master/CHANGES.md - gap-pkg-guava 3.17: see https://github.com/gap-packages/guava/blob/master/CHANGES - gap-pkg-io 4.7.3: see https://github.com/gap-packages/io/blob/master/CHANGES for changes - gap-pkg-jupyterviz 1.5.6: fix a syntax error - gap-pkg-mapclass 1.4.6: minor documentation updates only - gap-pkg-nautytracesinterface: minor build system updates only - gap-pkg-orb 4.9.0: see https://github.com/gap- packages/orb/blob/master/CHANGES - gap-pkg-polycyclic: add several upstream patches to fix bugs found after the 2.16 release - gap-pkg-polymaking: add a minor documentation patch - gap-pkg-recog 1.4.2: see https://github.com/gap- packages/recog/blob/master/CHANGES - gap-pkg-scscp: use systemd-sysusers to create the daemon user instead of using the legacy method - gap-pkg-semigroups 5.0.2: see https://github.com/semigroups/Semigroups/blob/main/CHANGELOG.md - gap-pkg-singular 2022.09.23: see https://github.com/gap- packages/singular/blob/master/CHANGES.md - gap-pkg-sophus 1.27: see https://github.com/gap-packages/sophus/blob/master/CHANGES.md - gap-pkg-utils 0.77: see https://github.com/gap-packages/utils/blob/master/CHANGES.md - xgap: add a patch to fix a documentation cross-reference The following packages were only changed as noted at the top, but the binary package still contains the same contents as the previous build: - gap-pkg-aclib - gap-pkg-alnuth - gap-pkg- autodoc - gap-pkg-automata - gap-pkg-autpgrp - gap-pkg-caratinterface - gap-pkg- circle - gap-pkg-cohomolo - gap-pkg-congruence - gap-pkg-corelg - gap-pkg-crime - gap-pkg-crisp - gap-pkg-cryst - gap-pkg-crystcat - gap-pkg-ctbllib - gap-pkg- cvec - gap-pkg-datastructures - gap-pkg-factint - gap-pkg-ferret - gap-pkg-fga - gap-pkg-forms - gap-pkg-fr - gap-pkg-gbnp - gap-pkg-grpconst - gap-pkg-hap - gap-pkg-hapcryst - gap-pkg-hecke - gap-pkg-images - gap-pkg-irredsol - gap-pkg- jupyterkernel - gap-pkg-json - gap-pkg-laguna - gap-pkg-liealgdb - gap-pkg- liepring - gap-pkg-liering - gap-pkg-loops - gap-pkg-lpres - gap-pkg-nq - gap- pkg-openmath - gap-pkg-polenta - gap-pkg-primgrp - gap-pkg-profiling - gap-pkg- qpa - gap-pkg-quagroup - gap-pkg-radiroot - gap-pkg-repsn - gap-pkg-resclasses - gap-pkg-sla - gap-pkg-smallgrp - gap-pkg-smallsemi - gap-pkg-sonata - gap-pkg- spinsym - gap-pkg-tomlib - gap-pkg-toric - gap-pkg-transgrp - gap-pkg-uuid - gap-pkg-xmod - gap-pkg-zeromqinterface In addition, the pari package was updated to version 2.15.0. For the changes in this version, see https://pari.math.u-bordeaux.fr/archives/pari-announce-22/msg00001.html. The gp2c package was updated to version 0.0.13. The only change is that it defaults to pari 2.15.0. The following packages were rebuilt due to the pari update: - L-function - clisp - eclib - giac - python-cypari2 - python-cysignals - python- pari-jupyter Finally, sagemath was rebuilt due to the gap and pari updates. -------------------------------------------------------------------------------- ChangeLog: * Tue Sep 27 2022 Jerry James <[email protected]> - 3.17-1 - Version 3.17 - Update for gap 4.12.0 * Tue Aug 16 2022 Jerry James <[email protected]> - 3.16-3 - Convert License tags to SPDX -------------------------------------------------------------------------------- References: [ 1 ] Bug #2116030 - gap-pkg-semigroups-5.0.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2116030 [ 2 ] Bug #2116094 - gap-pkg-utils-0.77 is available https://bugzilla.redhat.com/show_bug.cgi?id=2116094 [ 3 ] Bug #2116266 - gap-pkg-groupoids-1.71 is available https://bugzilla.redhat.com/show_bug.cgi?id=2116266 [ 4 ] Bug #2117855 - gap-pkg-jupyterviz-1.5.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=2117855 [ 5 ] Bug #2119680 - gap-pkg-fining-1.5.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2119680 [ 6 ] Bug #2124393 - gap-pkg-francy-1.2.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=2124393 [ 7 ] Bug #2124394 - gap-pkg-guava-3.17 is available https://bugzilla.redhat.com/show_bug.cgi?id=2124394 [ 8 ] Bug #2125740 - gap-pkg-crypting-0.10.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2125740 [ 9 ] Bug #2125747 - gap-pkg-curlinterface-2.3.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2125747 [ 10 ] Bug #2125748 - gap-pkg-digraphs-1.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2125748 [ 11 ] Bug #2127315 - gap-pkg-ace-5.6.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2127315 [ 12 ] Bug #2127636 - gap-pkg-mapclass-1.4.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=2127636 [ 13 ] Bug #2127999 - pari-2.15.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2127999 [ 14 ] Bug #2128529 - gp2c-0.0.13 is available https://bugzilla.redhat.com/show_bug.cgi?id=2128529 [ 15 ] Bug #2129423 - gap-pkg-edim-1.3.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=2129423 [ 16 ] Bug #2129481 - gap-pkg-singular-2022.09.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2129481 [ 17 ] Bug #2129938 - gap-pkg-genss-1.6.8 is available https://bugzilla.redhat.com/show_bug.cgi?id=2129938 [ 18 ] Bug #2130223 - gap-pkg-orb-4.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2130223 [ 19 ] Bug #2130375 - gap-pkg-recog-1.4.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2130375 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2022-21f6ca9264' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
