Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2017-07-21 22:43:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brltty (Old)
 and      /work/SRC/openSUSE:Factory/.brltty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brltty"

Fri Jul 21 22:43:36 2017 rev:39 rq:511210 version:5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/brltty/brltty.changes    2017-06-15 
11:18:34.104288095 +0200
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes       2017-07-21 
22:43:57.358798917 +0200
@@ -1,0 +2,5 @@
+Tue Jul 18 11:23:54 UTC 2017 - o...@aepfle.de
+
+- Provide caml__frame with brltty.ocaml.patch
+
+-------------------------------------------------------------------

New:
----
  brltty.ocaml.patch

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

Other differences:
------------------
++++++ brltty.spec ++++++
--- /var/tmp/diff_new_pack.gCKoeS/_old  2017-07-21 22:43:58.182682697 +0200
+++ /var/tmp/diff_new_pack.gCKoeS/_new  2017-07-21 22:43:58.186682133 +0200
@@ -43,6 +43,7 @@
 Patch5:         brltty-braillenote-usb.patch
 Patch6:         brltty.format-error.patch
 Patch7:         brltty.makedev.patch
+Patch8:         brltty.ocaml.patch
 
 BuildRequires:  bison
 BuildRequires:  espeak-devel
@@ -307,6 +308,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 # Fix "wrong-file-end-of-line-encoding" rpmlint warning
 sed -i 's/\r$//' Documents/Manual-BRLTTY/Portuguese/BRLTTY.txt
 

++++++ brltty.ocaml.patch ++++++
--- a/Bindings/OCaml/brlapi_stubs.c
+++ b/Bindings/OCaml/brlapi_stubs.c
@@ -145,6 +145,7 @@ CAMLprim value brlapiml_errorCode_of_err
 static void raise_brlapi_error(void)
 {
   static value *exception = NULL;
+  CAMLparam0();
   CAMLlocal1(res);
   if (exception==NULL) exception = caml_named_value("Brlapi_error");
   res = caml_alloc(2,0);
@@ -159,6 +160,7 @@ static void BRLAPI_STDCALL raise_brlapi_
 {
   static value *exception = NULL;
   int i;
+  CAMLparam0();
   CAMLlocal2(str, res);
   str = caml_alloc_string(size);
   for (i=0; i<size; i++) Byte(str, i) = ((char *) packet)[i];

Reply via email to