Fedora 34 Update: ffcall-2.4-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : ffcall
Product : Fedora 34
Version : 2.4
Release : 1.fc34
URL : http://www.gnu.org/software/libffcall/
Summary : Libraries for foreign function call interfaces
Description :
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters. The four
packages are:
- avcall: calling C functions with variable arguments
- vacall: C functions accepting variable argument prototypes
- trampoline: closures as first-class C functions
- callback: closures with variable arguments as first-class C functions
(a reentrant combination of vacall and trampoline)
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 2.4-1
- Version 2.4
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: giac-1.7.0.13-2.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : giac
Product : Fedora 34
Version : 1.7.0.13
Release : 2.fc34
URL : http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
Summary : Computer Algebra System, Symbolic calculus, Geometry
Description :
Giac is a Computer Algebra System made by Bernard Parisse. It provides
features from the C/C++ libraries PARI, NTL (arithmetic), GSL (numerics),
GMP (big integers), MPFR (bigfloats) and also
- Efficient algorithms for multivariate polynomial operations
(product, GCD, factorization, groebner bases),
- Symbolic computations: solver, simplifications, limits/series, integration,
- Linear algebra with numerical or symbolic coefficients.
- Partial Maple and TI compatibility.
- It has interfaces in texmacs and sagemath.
It consists of:
- a C++ library (libgiac)
- a command line interpreter (icas/giac)
- an FLTK-based GUI (xcas) with interactive geometry and formal spreadsheets.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.7.0.13-2
- Rebuild for cocoalib 0.99713
- Build with cliquer support
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: mathicgb-1.0-25.20210109.git4d23c24.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : mathicgb
Product : Fedora 34
Version : 1.0
Release : 25.20210109.git4d23c24.fc34
URL : https://github.com/Macaulay2/mathicgb
Summary : Groebner basis computations
Description :
Mathicgb is a program for computing Groebner basis and signature Grobner
bases. Mathicgb is based on the fast data structures from mathic.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.0-25.20210109.git4d23c24
- Update to latest upstream snapshot
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: gap-pkg-hap-1.32-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : gap-pkg-hap
Product : Fedora 34
Version : 1.32
Release : 1.fc34
URL : https://gap-packages.github.io/hap/
Summary : Homological Algebra Programming for GAP
Description :
HAP is a homological algebra library for use with the GAP computer
algebra system, and is still under development. Its initial focus is on
computations related to the cohomology of groups. Both finite and
infinite groups are handled, with emphasis on integral coefficients.
Recent additions include some functions for computing homology of
crossed modules and simplicial groups, and also some functions for
handling simplicial complexes, cubical complexes and regular
CW-complexes in the context of topological data analysis.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.32-1
- Version 1.32
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: eclib-20190909-10.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : eclib
Product : Fedora 34
Version : 20190909
Release : 10.fc34
URL : http://homepages.warwick.ac.uk/~masgaj/mwrank/
Summary : Library for Computations on Elliptic Curves
Description :
John Cremona's programs for enumerating and computing with elliptic
curves defined over the rational numbers.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 20190909-10
- Rebuild for multithreaded pari
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: cliquer-1.22-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : cliquer
Product : Fedora 34
Version : 1.22
Release : 1.fc34
URL : https://users.aalto.fi/~pat/cliquer.html
Summary : Find cliques in arbitrary weighted graphs
Description :
The main cliquer package contains a command-line interface to the
cliquer library. Note that the upstream binary name is "cl", which is
too generic for Fedora. Therefore, the binary is named "cliquer".
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.22-1
- Version 1.22
- New URLs
- Drop upstreamed -sagemath patch
- Use autotools to build
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: clisp-2.49.93-20.d9cbf22git.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : clisp
Product : Fedora 34
Version : 2.49.93
Release : 20.d9cbf22git.fc34
URL : http://www.clisp.org/
Summary : ANSI Common Lisp implementation
Description :
ANSI Common Lisp is a high-level, general-purpose programming
language. GNU CLISP is a Common Lisp implementation by Bruno Haible
of Karlsruhe University and Michael Stoll of Munich University, both
in Germany. It mostly supports the Lisp described in the ANSI Common
Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD,
NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and
others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME)
and needs only 4 MiB of RAM.
It is Free Software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial proprietary applications
compiled with GNU CLISP.
The user interface comes in English, German, French, Spanish, Dutch,
Russian and Danish, and can be changed at run time. GNU CLISP
includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign
language interface, sockets, i18n, fast bignums and more. An X11
interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs
Maxima, ACL2 and many other Common Lisp packages.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 2.49.93-20.d9cbf22git
- Rebuild for ffcall 2.4 and multithreaded pari
* Tue May 25 2021 Florian Weimer <fweimer(a)redhat.com> - 2.49.93-19.d9cbf22git
- Rebuild with new binutils to fix ppc64le corruption (#1960730)
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: erlang-23.3.4.4-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-9d9d1eec41
2021-07-01 01:12:48.702802
--------------------------------------------------------------------------------
Name : erlang
Product : Fedora 34
Version : 23.3.4.4
Release : 1.fc34
URL : https://www.erlang.org
Summary : General-purpose programming language and runtime environment
Description :
Erlang is a general-purpose programming language and runtime
environment. Erlang has built-in support for concurrency, distribution
and fault tolerance. Erlang is used in several large telecommunication
systems from Ericsson.
--------------------------------------------------------------------------------
Update Information:
Erlang ver.23.3.4.4
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 22 2021 Peter Lemenkov <lemenkov(a)gmail.com> - 23.3.4.4-1
- Ver. 23.3.4.4
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-9d9d1eec41' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: rust-sequoia-openpgp-1.3.0-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-494a07bb7f
2021-07-01 01:12:48.702793
--------------------------------------------------------------------------------
Name : rust-sequoia-openpgp
Product : Fedora 34
Version : 1.3.0
Release : 1.fc34
URL : https://crates.io/crates/sequoia-openpgp
Summary : OpenPGP data types and associated machinery
Description :
OpenPGP data types and associated machinery.
--------------------------------------------------------------------------------
Update Information:
- Update sequoia-openpgp crate to version 1.3.0. - Update nettle crate to
version 7.0.2. - Update nettle-sys crate to version 2.0.8.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 22 2021 Fabio Valentini <decathorpe(a)gmail.com> - 1.3.0-1
- Update to version 1.3.0.
- Fixes RHBZ#1969381
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1968419 - rust-nettle-sys-2.0.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1968419
[ 2 ] Bug #1968668 - rust-nettle-7.0.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1968668
[ 3 ] Bug #1969381 - rust-sequoia-openpgp-1.3.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1969381
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-494a07bb7f' 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
--------------------------------------------------------------------------------
1 year, 9 months
Fedora 34 Update: rust-nettle-sys-2.0.8-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-494a07bb7f
2021-07-01 01:12:48.702793
--------------------------------------------------------------------------------
Name : rust-nettle-sys
Product : Fedora 34
Version : 2.0.8
Release : 1.fc34
URL : https://crates.io/crates/nettle-sys
Summary : Low-level Rust bindings for the Nettle cryptographic library
Description :
Low-level Rust bindings for the Nettle cryptographic library.
--------------------------------------------------------------------------------
Update Information:
- Update sequoia-openpgp crate to version 1.3.0. - Update nettle crate to
version 7.0.2. - Update nettle-sys crate to version 2.0.8.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Jun 22 2021 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.8-1
- Update to version 2.0.8.
- Fixes RHBZ#1968419
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1968419 - rust-nettle-sys-2.0.8 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1968419
[ 2 ] Bug #1968668 - rust-nettle-7.0.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1968668
[ 3 ] Bug #1969381 - rust-sequoia-openpgp-1.3.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1969381
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-494a07bb7f' 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
--------------------------------------------------------------------------------
1 year, 9 months