Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package brltty for openSUSE:Factory checked in at 2024-09-25 21:53:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brltty (Old) and /work/SRC/openSUSE:Factory/.brltty.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brltty" Wed Sep 25 21:53:04 2024 rev:66 rq:1203552 version:6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/brltty/brltty.changes 2024-07-09 20:03:59.452685623 +0200 +++ /work/SRC/openSUSE:Factory/.brltty.new.29891/brltty.changes 2024-09-25 21:53:16.976260989 +0200 @@ -1,0 +2,13 @@ +Wed Sep 25 10:26:16 UTC 2024 - Reinhard Max <m...@suse.com> + +- For the correct generation of pkgIndex.tcl it is required that + libbrlapi_tcl can runtime-link to libbrlapi at install time. + Set LD_LIBRARY_PATH to allow that. + +------------------------------------------------------------------- +Tue Sep 24 13:27:31 UTC 2024 - Reinhard Max <m...@suse.com> + +- Work around a syntactic change to TCL_PACKAGE_PATH to fix build + with Tcl 8.6.15. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brltty.spec ++++++ --- /var/tmp/diff_new_pack.k2KbsH/_old 2024-09-25 21:53:17.452280788 +0200 +++ /var/tmp/diff_new_pack.k2KbsH/_new 2024-09-25 21:53:17.452280788 +0200 @@ -338,11 +338,13 @@ %configure CPPFLAGS="$java_inc" \ --with-tables-directory=%_datadir/%name \ --disable-stripping -make +make TCL_DIR=%tcl_archdir %install +# For the correct generation of pkgIndex.tcl +export LD_LIBRARY_PATH=$PWD/Programs sed -i "s=/usr/libexec/brltty-systemd-wrapper=%_libexecdir/brltty-systemd-wrapper=" Autostart/Systemd/brltty@.service -%make_install install-systemd install-udev install-polkit INSTALL_ROOT="%buildroot" +%make_install install-systemd install-udev install-polkit INSTALL_ROOT="%buildroot" TCL_DIR=%tcl_archdir for exe in %buildroot%_bindir/* do sed -i~ '1{s@%_bindir/env[[:blank:]]\+@%_bindir/@}' "${exe}"