mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Rebuild for flint 2.7.1 and normaliz 3.9.0.
Add -eclib patch to adapt to eclib 20210625.
This commit is contained in:
parent
064933cfa5
commit
992ddb3934
2 changed files with 49 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
Name: sagemath
|
||||
Summary: A free open-source mathematics software system
|
||||
Version: 9.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# The file ${SAGE_ROOT}/COPYING.txt is the upstream license breakdown file
|
||||
# Additionally, every $files section has a comment with the license name
|
||||
# before files with that license
|
||||
|
@ -189,6 +189,9 @@ Patch23: %{name}-intersphinx.patch
|
|||
# Remove an unused call to a primecount function that no longer exists
|
||||
Patch24: %{name}-primecount.patch
|
||||
|
||||
# Adapt to recent changes in eclib
|
||||
Patch25: %{name}-eclib.patch
|
||||
|
||||
BuildRequires: 4ti2
|
||||
BuildRequires: appstream
|
||||
BuildRequires: arb-devel
|
||||
|
@ -927,6 +930,7 @@ popd
|
|||
%patch22
|
||||
%patch23
|
||||
%patch24
|
||||
%patch25
|
||||
|
||||
sed -e 's|@@SAGE_ROOT@@|%{SAGE_ROOT}|' \
|
||||
-e 's|@@SAGE_DOC@@|%{SAGE_DOC}|' \
|
||||
|
@ -2001,6 +2005,10 @@ end
|
|||
|
||||
########################################################################
|
||||
%changelog
|
||||
* Fri Jul 16 2021 Jerry James <loganjerry@gmail.com> - 9.3-3
|
||||
- Rebuild for flint 2.7.1 and normaliz 3.9.0
|
||||
- Add -eclib patch to adapt to eclib 20210625
|
||||
|
||||
* Tue Jun 29 2021 Jerry James <loganjerry@gmail.com> - 9.3-2
|
||||
- Rebuild for ntl 11.5.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue