diff --git a/julia.changes b/julia.changes index 43a967e..3ef1dfa 100644 --- a/julia.changes +++ b/julia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 11 05:19:11 UTC 2024 - Soc Virnyl Estela + +- Use python3 instead of python. Python 2.x is EOL-ed. + ------------------------------------------------------------------- Sat Dec 30 04:16:58 UTC 2023 - Soc Virnyl Estela diff --git a/julia.spec b/julia.spec index a743863..5a5c9c8 100644 --- a/julia.spec +++ b/julia.spec @@ -1,7 +1,7 @@ # # spec file for package julia # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -115,7 +115,7 @@ BuildRequires: p7zip >= 16 BuildRequires: patchelf >= 0.9 BuildRequires: pcre2-devel >= 10.31 BuildRequires: perl -BuildRequires: python >= 2.5 +BuildRequires: python3 BuildRequires: readline-devel BuildRequires: suitesparse-devel >= 7.2.1 BuildRequires: update-desktop-files @@ -156,8 +156,8 @@ Requires: julia-devel = %{version} Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/ldconfig -Requires(postun):%{_sbindir}/update-alternatives -Requires(postun):%{_sbindir}/ldconfig +Requires(postun): %{_sbindir}/update-alternatives +Requires(postun): %{_sbindir}/ldconfig Recommends: curl Recommends: git