Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2013-03-24 21:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brltty (Old)
 and      /work/SRC/openSUSE:Factory/.brltty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brltty", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/brltty/brltty.changes    2012-04-17 
07:44:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes       2013-03-24 
21:56:06.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 24 14:00:47 UTC 2013 - [email protected]
+
+- Don't build ocaml bindings on aarch64
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ brltty.spec ++++++
--- /var/tmp/diff_new_pack.eDbBuE/_old  2013-03-24 21:56:23.000000000 +0100
+++ /var/tmp/diff_new_pack.eDbBuE/_new  2013-03-24 21:56:23.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brltty
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,6 +19,11 @@
 %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl/tcl%{tcl_version}}
 %define api_version 0.5.6
+%ifarch aarch64
+%bcond_with ocaml
+%else
+%bcond_without ocaml
+%endif
 
 Name:           brltty
 Version:        4.3
@@ -55,7 +60,9 @@
 BuildRequires:  libspeechd-devel
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  ncurses-devel
+%if %{with ocaml}
 BuildRequires:  ocaml
+%endif
 BuildRequires:  pyrex
 BuildRequires:  python-devel
 # BuildRequires:  subversion
@@ -317,7 +324,9 @@
 %makeinstall
 install -D -m644 Documents/brltty.conf %{buildroot}%{_sysconfdir}/brltty.conf
 %{__rm} %{buildroot}%{_libdir}/libbrlapi.a
+%if %{with ocaml}
 %{__rm} %{buildroot}%{_libdir}/ocaml/brlapi/libbrlapi_stubs.a
+%endif
 # fix missing executable bits
 test ! -x %{buildroot}%{_bindir}/brltty-config
 chmod a+x %{buildroot}%{_bindir}/brltty-config
@@ -425,10 +434,12 @@
 %{_jnidir}/libbrlapi_java.so
 %{_javadir}/brlapi.jar
 
+%if %{with ocaml}
 %files -n ocaml-brlapi
 %defattr(-, root, root)
 %{_libdir}/ocaml/brlapi/
 %{_libdir}/ocaml/stublibs/dllbrlapi_stubs.so*
+%endif
 
 %files -n python-brlapi
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to