Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2019-10-22 15:37:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brltty (Old)
 and      /work/SRC/openSUSE:Factory/.brltty.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brltty"

Tue Oct 22 15:37:22 2019 rev:48 rq:736726 version:6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/brltty/brltty.changes    2019-06-27 
15:52:27.367847495 +0200
+++ /work/SRC/openSUSE:Factory/.brltty.new.2352/brltty.changes  2019-10-22 
15:37:24.045166783 +0200
@@ -1,0 +2,8 @@
+Wed Oct  9 16:38:37 CEST 2019 - r...@suse.de
+
+- change udev rule again to also not automatically use the braille
+  driver for USB IDs 10c4:ea60 and 10c4:ea80 as these are generic
+  IDs of generic UART bridges and should not be used for higher
+  level devices (bsc#1093378, bsc#1093455, bsc#1007652) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ brltty.spec ++++++
--- /var/tmp/diff_new_pack.B9OAYu/_old  2019-10-22 15:37:24.505167291 +0200
+++ /var/tmp/diff_new_pack.B9OAYu/_new  2019-10-22 15:37:24.505167291 +0200
@@ -60,13 +60,13 @@
 BuildRequires:  python3
 BuildRequires:  python3-Cython
 BuildRequires:  python3-devel
-BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcl-devel
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libusb-1.0)
 %if %{?with_polkit}
 BuildRequires:  pkgconfig(polkit-gobject-1)
@@ -333,7 +333,11 @@
 # Don't include source files in binary package
 rm -f %{buildroot}%{_libdir}/ocaml/brlapi/brlapi.{mli,cmxa}
 # Don't claim generic USB serial adapters (boo#1007652)
-sed -i 's/^ENV{PRODUCT}=="403\/6001\/\*"/#ENV{PRODUCT}=="403\/6001\/\*"/' 
Autostart/Udev/rules
+sed -i \
+  -e 's/^ENV{PRODUCT}=="403\/6001\/\*"/#ENV{PRODUCT}=="403\/6001\/\*"/' \
+  -e 's/^ENV{PRODUCT}=="10c4\/ea60\/\*"/#ENV{PRODUCT}=="10c4\/ea60\/\*"/' \
+  -e 's/^ENV{PRODUCT}=="10c4\/ea80\/\*"/#ENV{PRODUCT}=="10c4\/ea80\/\*"/' \
+  Autostart/Udev/rules
 mkdir -p %{buildroot}%{_udevdir}/rules.d
 install -m644 Autostart/Udev/rules 
%{buildroot}%{_udevdir}/rules.d/69-%{name}.rules
 %if %{?with_polkit}


Reply via email to