Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package brltty for openSUSE:Factory checked in at 2021-01-19 15:58:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brltty (Old) and /work/SRC/openSUSE:Factory/.brltty.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brltty" Tue Jan 19 15:58:24 2021 rev:53 rq:864007 version:6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/brltty/brltty.changes 2021-01-15 19:45:37.525967971 +0100 +++ /work/SRC/openSUSE:Factory/.brltty.new.28504/brltty.changes 2021-01-19 15:58:26.055038957 +0100 @@ -1,0 +2,7 @@ +Sun Jan 17 10:47:15 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Starting with the TCL 8.6.11 package, the default install path + for the TCL library is corrected to /usr/lib64/tcl: adjust the + move command for our tcl module basedon this change. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brltty.spec ++++++ --- /var/tmp/diff_new_pack.tJcr1k/_old 2021-01-19 15:58:26.735039984 +0100 +++ /var/tmp/diff_new_pack.tJcr1k/_new 2021-01-19 15:58:26.735039984 +0100 @@ -353,9 +353,14 @@ %fdupes -s %{buildroot}%{_mandir} %fdupes -s %{buildroot} -# fix brp-tcl wrong location for Tcl files -mkdir -p %{buildroot}%{tcl_sitearch} -mv %{buildroot}%{_libdir}/brlapi-%{api_version} %{buildroot}%{tcl_sitearch}/ + # fix brp-tcl wrong location for Tcl files - This was fixed in the TCL 8.6.11 package + mkdir -p %{buildroot}%{tcl_sitearch} +%if %{pkg_vcmp tcl < 8.6.11} + mv %{buildroot}%{_libdir}/brlapi-%{api_version} %{buildroot}%{tcl_sitearch}/ +%else + # this move is possibly not needed at all anymore, but to keep the old layout, we do it + mv %{buildroot}%{_libdir}/tcl/brlapi-%{api_version} %{buildroot}%{tcl_sitearch}/ +%endif %pre -n %{soname} getent group brlapi >/dev/null || groupadd -r brlapi >/dev/null