Re-enable R bindings on aarch64, we now have it
This commit is contained in:
parent
76b3124896
commit
6db58cdf2d
@ -8,11 +8,7 @@
|
|||||||
%global OCAML 1
|
%global OCAML 1
|
||||||
|
|
||||||
%global DEVIL 1
|
%global DEVIL 1
|
||||||
%ifarch aarch64
|
|
||||||
%global ARRRR 0
|
|
||||||
%else
|
|
||||||
%global ARRRR 1
|
%global ARRRR 1
|
||||||
%endif
|
|
||||||
|
|
||||||
# Build with QT applications (currently only gvedit)
|
# Build with QT applications (currently only gvedit)
|
||||||
# Disabled until the package gets better structuring, see bug #447133
|
# Disabled until the package gets better structuring, see bug #447133
|
||||||
@ -48,7 +44,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 2.38.0
|
Version: 2.38.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
@ -549,6 +545,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.38.0-6
|
||||||
|
- Re-enable R bindings on aarch64, we now have it
|
||||||
|
|
||||||
* Wed May 28 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-5
|
* Wed May 28 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.38.0-5
|
||||||
- Fixed crash by adding additional check to findVertical/Horizontal functions
|
- Fixed crash by adding additional check to findVertical/Horizontal functions
|
||||||
(by find-fix patch provided by Mattias Ellert <mattias.ellert@fysast.uu.se>)
|
(by find-fix patch provided by Mattias Ellert <mattias.ellert@fysast.uu.se>)
|
||||||
|
Loading…
Reference in New Issue
Block a user