[julia/f19] Add git to dependencies, as it is needed to install packages.

Milan Bouchet-Valat nalimilan at fedoraproject.org
Fri Sep 26 16:29:07 UTC 2014


commit 2be7acba4b17543221cac59e919c0fb16e4fd204
Author: Milan Bouchet-Valat <nalimilan at club.fr>
Date:   Fri Sep 26 18:28:36 2014 +0200

    Add git to dependencies, as it is needed to install packages.

 julia.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/julia.spec b/julia.spec
index e93279f..e615af6 100644
--- a/julia.spec
+++ b/julia.spec
@@ -8,7 +8,7 @@
 
 Name:           julia
 Version:        0.3.1
-Release:        1%{dist}
+Release:        2%{dist}
 Summary:        High-level, high-performance dynamic language for technical computing
 Group:          Development/Languages
 # Julia itself is MIT, with a few LGPLv2+ and GPLv2+ files
@@ -56,6 +56,8 @@ BuildRequires:  zlib-devel
 Requires:       arpack
 Requires:       dSFMT
 Requires:       fftw >= 3.3.2
+# Needed for package installation
+Requires:       git
 Requires:       gmp
 Requires:       julia-common = %{version}-%{release}
 Requires:       mpfr
@@ -291,6 +293,9 @@ exit 0
 /usr/bin/gtk-update-icon-cache %{_datarootdir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Fri Sep 26 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.3.1-2
+- Add git to dependencies, as it is needed to install packages.
+
 * Mon Sep 22 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.3.1-1
 - New upstream version.
 - Depend on openblas-threads instead of openblas.


More information about the scm-commits mailing list