0cd974
%define pkg_version 6.3
0cd974
%define api_version 0.8.2
0cd974
0cd974
%if 0%{?rhel} && 0%{?rhel} <= 7
0cd974
# disable python3 by default
0cd974
%bcond_with python3
0cd974
%else
0cd974
%bcond_without python3
0cd974
%endif
0cd974
0cd974
%if 0%{?rhel} > 7 || 0%{?fedora} > 28
0cd974
# disable python2 by default
0cd974
%bcond_with python2
0cd974
%else
0cd974
%bcond_without python2
0cd974
%endif
0cd974
0cd974
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
0cd974
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}/tcl%{tcl_version}}
0cd974
0cd974
# with speech dispatcher iff on Fedora:
0cd974
%define with_speech_dispatcher 0%{?fedora}
0cd974
0cd974
# with espeak support iff on Fedora:
0cd974
%define with_espeak 0%{?fedora}
0cd974
0cd974
%global with_ocaml 1
0cd974
0cd974
# Filter private libraries
0cd974
%global _privatelibs libbrltty.+\.so.*
0cd974
%global __provides_exclude ^(%{_privatelibs})$
0cd974
%global __requires_exclude ^(%{_privatelibs})$
0cd974
0cd974
Name: brltty
0cd974
Version: %{pkg_version}
0cd974
Release: 4%{?dist}
0cd974
License: LGPLv2+
0cd974
URL: http://brltty.app/
0cd974
Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz
0cd974
Source1: brltty.service
0cd974
Source2: brlapi-config.h
0cd974
Source3: brlapi-forbuild.h
0cd974
Patch1: brltty-6.3-loadLibrary.patch
0cd974
# libspeechd.h moved in latest speech-dispatch (NOT sent upstream)
0cd974
Patch2: brltty-6.3-libspeechd.patch
0cd974
Summary: Braille display driver for Linux/Unix
0cd974
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
0cd974
BuildRequires: gettext, at-spi2-core-devel, alsa-lib-devel
0cd974
%if %{with_espeak}
0cd974
BuildRequires: espeak-devel
0cd974
%endif
0cd974
BuildRequires: espeak-ng-devel
0cd974
BuildRequires: autoconf, automake
0cd974
BuildRequires: polkit-devel
0cd974
BuildRequires: libicu-devel
0cd974
BuildRequires: doxygen
0cd974
BuildRequires: linuxdoc-tools
0cd974
%if %{with python2}
0cd974
BuildRequires: python2-docutils
0cd974
%endif
0cd974
%if %{with python3}
0cd974
BuildRequires: python3-docutils
0cd974
%endif
0cd974
0cd974
# work around a bug in the install process:
0cd974
Requires(post): coreutils
0cd974
Requires(post): systemd
0cd974
Requires(preun): systemd
0cd974
Requires(postun): systemd
0cd974
0cd974
%description
0cd974
BRLTTY is a background process (daemon) which provides
0cd974
access to the Linux/Unix console (when in text mode)
0cd974
for a blind person using a refreshable braille display.
0cd974
It drives the braille display and provides complete
0cd974
screen review functionality.
0cd974
%if %{with_speech_dispatcher}
0cd974
BRLTTY can also work with speech synthesizers; if you want to use it with
0cd974
Speech Dispatcher, please install also package %{name}-speech-dispatcher.
0cd974
0cd974
%package speech-dispatcher
0cd974
Summary: Speech Dispatcher driver for BRLTTY
0cd974
License: LGPLv2+
0cd974
BuildRequires: speech-dispatcher-devel
0cd974
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
0cd974
%description speech-dispatcher
0cd974
This package provides the Speech Dispatcher driver for BRLTTY.
0cd974
%endif
0cd974
0cd974
%package docs
0cd974
Summary: Documentation for BRLTTY
0cd974
License: LGPLv2+
0cd974
Requires: %{name} = %{pkg_version}-%{release}
0cd974
BuildArch: noarch
0cd974
%description docs
0cd974
This package provides the documentation for BRLTTY.
0cd974
0cd974
%package xw
0cd974
Summary: XWindow driver for BRLTTY
0cd974
License: LGPLv2+
0cd974
BuildRequires: libSM-devel libICE-devel libX11-devel libXaw-devel libXext-devel libXt-devel libXtst-devel
0cd974
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
0cd974
Requires: xorg-x11-fonts-misc, ucs-miscfixed-fonts
0cd974
%description xw
0cd974
This package provides the XWindow driver for BRLTTY.
0cd974
0cd974
%package at-spi2
0cd974
Summary: AtSpi2 driver for BRLTTY
0cd974
License: LGPLv2+
0cd974
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
0cd974
%description at-spi2
0cd974
This package provides the AtSpi2 driver for BRLTTY.
0cd974
0cd974
%if %{with_espeak}
0cd974
%package espeak
0cd974
Summary: eSpeak driver for BRLTTY
0cd974
License: LGPLv2+
0cd974
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
0cd974
%description espeak
0cd974
This package provides the eSpeak driver for BRLTTY.
0cd974
%endif
0cd974
0cd974
%package espeak-ng
0cd974
Summary: eSpeak-NG driver for BRLTTY
0cd974
License: LGPLv2+
0cd974
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
0cd974
%if ! %{with_espeak}
0cd974
Obsoletes: brltty-espeak <= 5.6-5
0cd974
%endif
0cd974
%description espeak-ng
0cd974
This package provides the eSpeak-NG driver for BRLTTY.
0cd974
0cd974
%package -n brlapi
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Summary: Application Programming Interface for BRLTTY
0cd974
Recommends: %{name} = %{pkg_version}-%{release}
0cd974
Requires(pre): glibc-common, shadow-utils
0cd974
Requires(post): coreutils, util-linux
0cd974
%description -n brlapi
0cd974
This package provides the run-time support for the Application
0cd974
Programming Interface to BRLTTY.
0cd974
0cd974
Install this package if you have an application which directly accesses
0cd974
a refreshable braille display.
0cd974
0cd974
%package -n brlapi-devel
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Requires: brlapi%{?_isa} = %{api_version}-%{release}
0cd974
Summary: Headers, static archive, and documentation for BrlAPI
0cd974
0cd974
%description -n brlapi-devel
0cd974
This package provides the header files, static archive, shared object
0cd974
linker reference, and reference documentation for BrlAPI (the
0cd974
Application Programming Interface to BRLTTY).  It enables the
0cd974
implementation of applications which take direct advantage of a
0cd974
refreshable braille display in order to present information in ways
0cd974
which are more appropriate for blind users and/or to provide user
0cd974
interfaces which are more specifically attuned to their needs.
0cd974
0cd974
Install this package if you are developing or maintaining an application
0cd974
which directly accesses a refreshable braille display.
0cd974
0cd974
%package -n tcl-brlapi
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Requires: brlapi%{?_isa} = %{api_version}-%{release}
0cd974
BuildRequires: tcl-devel
0cd974
Summary: Tcl binding for BrlAPI
0cd974
%description -n tcl-brlapi
0cd974
This package provides the Tcl binding for BrlAPI.
0cd974
0cd974
%if %{with python2}
0cd974
%package -n python2-brlapi
0cd974
%{?python_provide:%python_provide python2-brlapi}
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Requires: brlapi%{?_isa} = %{api_version}-%{release}
0cd974
BuildRequires: Cython
0cd974
BuildRequires: python2-devel
0cd974
BuildRequires: python2-setuptools
0cd974
Summary: Python binding for BrlAPI
0cd974
%description -n python2-brlapi
0cd974
This package provides the Python 2 binding for BrlAPI.
0cd974
%endif
0cd974
0cd974
%if %{with python3}
0cd974
%package -n python3-brlapi
0cd974
%{?python_provide:%python_provide python3-brlapi}
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Requires: brlapi%{?_isa} = %{api_version}-%{release}
0cd974
BuildRequires: python3-Cython
0cd974
BuildRequires: python3-devel
0cd974
%if %{without python2}
0cd974
Obsoletes:     python2-brlapi < %{api_version}-%{release}
0cd974
Obsoletes:     python-brlapi < %{api_version}-%{release}
0cd974
%endif
0cd974
Summary: Python 3 binding for BrlAPI
0cd974
%description -n python3-brlapi
0cd974
This package provides the Python 3 binding for BrlAPI.
0cd974
%endif
0cd974
0cd974
%package -n brlapi-java
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Requires: brlapi%{?_isa} = %{api_version}-%{release}
0cd974
BuildRequires: jpackage-utils
0cd974
BuildRequires: java-devel
0cd974
Summary: Java binding for BrlAPI
0cd974
%description -n brlapi-java
0cd974
This package provides the Java binding for BrlAPI.
0cd974
0cd974
%if 0%{?with_ocaml}
0cd974
%package -n ocaml-brlapi
0cd974
Version: %{api_version}
0cd974
License: LGPLv2+
0cd974
Requires: brlapi%{?_isa} = %{api_version}-%{release}
0cd974
BuildRequires: ocaml
0cd974
BuildRequires: make
0cd974
Summary: OCaml binding for BrlAPI
0cd974
%description -n ocaml-brlapi
0cd974
This package provides the OCaml binding for BrlAPI.
0cd974
%endif
0cd974
0cd974
%package dracut
0cd974
Summary: brltty module for Dracut
0cd974
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
0cd974
Requires: dracut
0cd974
%description dracut
0cd974
This package provides brltty module for Dracut.
0cd974
0cd974
%define version %{pkg_version}
0cd974
0cd974
%prep
0cd974
%setup -qc
0cd974
mv %{name}-%{version} python2
0cd974
0cd974
pushd python2
0cd974
%patch1 -p1 -b .loadLibrary
0cd974
%patch2 -p1 -b .libspeechd
0cd974
0cd974
# remove packaged binary file
0cd974
rm -f Programs/brltty-ktb
0cd974
popd
0cd974
0cd974
# Make a copy of the source tree for building the Python 3 module
0cd974
# Make it all time, we just gonna ignore python2 or python3 when not needed
0cd974
cp -a python2 python3
0cd974
0cd974
0cd974
%build
0cd974
# If MAKEFLAGS=-jN is set it would break local builds.
0cd974
unset MAKEFLAGS
0cd974
0cd974
# Add the openjdk include directories to CPPFLAGS
0cd974
for i in -I/usr/lib/jvm/java/include{,/linux}; do
0cd974
      java_inc="$java_inc $i"
0cd974
done
0cd974
export CPPFLAGS="$java_inc"
0cd974
0cd974
export LDFLAGS="%{?build_ldflags}"
0cd974
export CFLAGS="%{optflags} -fno-strict-aliasing $LDFLAGS"
0cd974
export CXXFLAGS="%{optflags} -fno-strict-aliasing $LDFLAGS"
0cd974
0cd974
# there is no curses packages in BuildRequires, so the package builds
0cd974
# without them in mock; let's express this decision explicitly
0cd974
configure_opts=" \
0cd974
  --disable-stripping \
0cd974
  --without-curses \
0cd974
%if %{with_speech_dispatcher}
0cd974
  --with-speechd=%{_prefix} \
0cd974
%endif
0cd974
%if ! %{with_espeak}
0cd974
  --without-espeak \
0cd974
%endif
0cd974
  --with-install-root=$RPM_BUILD_ROOT \
0cd974
  JAVA_JAR_DIR=%{_jnidir} \
0cd974
  JAVA_JNI_DIR=%{_libdir}/brltty \
0cd974
  JAVA_JNI=yes"
0cd974
0cd974
export PYTHONCOERCECLOCALE=0
0cd974
0cd974
PYTHONS=
0cd974
0cd974
%if %{with python2}
0cd974
# First build everything with Python 2 support
0cd974
pushd python2
0cd974
./autogen
0cd974
%configure $configure_opts PYTHON=%{__python2}
0cd974
# Parallel build seems broken, thus disabling it
0cd974
make
0cd974
0cd974
# documents
0cd974
pushd Documents
0cd974
make
0cd974
popd
0cd974
0cd974
popd
0cd974
PYTHONS="$PYTHONS python2"
0cd974
%endif
0cd974
0cd974
%if %{with python3}
0cd974
# ... and then do it again for the Python 3 module
0cd974
pushd python3
0cd974
./autogen
0cd974
%configure $configure_opts PYTHON=%{__python3} CYTHON=%{_bindir}/cython
0cd974
make
0cd974
0cd974
# documents
0cd974
pushd Documents
0cd974
make
0cd974
popd
0cd974
0cd974
popd
0cd974
PYTHONS="$PYTHONS python3"
0cd974
%endif
0cd974
0cd974
for python in $PYTHONS
0cd974
  do pushd $python
0cd974
    find . -name '*.sgml' |
0cd974
    while read file; do
0cd974
       iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
0cd974
    done
0cd974
    find . -name '*.txt' |
0cd974
    while read file; do
0cd974
       iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
0cd974
    done
0cd974
    find . -name 'README*' |
0cd974
    while read file; do
0cd974
       iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
0cd974
    done
0cd974
0cd974
    find . \( -path ./doc -o -path ./Documents \) -prune -o \
0cd974
      \( -name 'README*' -o -name '*.txt' -o -name '*.html' -o \
0cd974
         -name '*.sgml' -o -name '*.patch' -o \
0cd974
         \( -path './Bootdisks/*' -type f -perm /ugo=x \) \) -print |
0cd974
    while read file; do
0cd974
       mkdir -p ../doc/${file%/*} && cp -rp $file ../doc/$file || exit 1
0cd974
    done
0cd974
  popd
0cd974
done
0cd974
0cd974
%install
0cd974
%if 0%{?with_ocaml}
0cd974
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs
0cd974
%endif
0cd974
0cd974
%if %{with python2}
0cd974
# Python 2
0cd974
pushd python2
0cd974
make install JAVA_JAR_DIR=%{_jnidir} \
0cd974
             JAVA_JNI_DIR=%{_libdir}/brltty \
0cd974
             JAVA_JNI=yes
0cd974
popd
0cd974
%endif
0cd974
0cd974
%if %{with python3}
0cd974
# Python 3
0cd974
pushd python3
0cd974
make install JAVA_JAR_DIR=%{_jnidir} \
0cd974
             JAVA_JNI_DIR=%{_libdir}/brltty \
0cd974
             JAVA_JNI=yes
0cd974
popd
0cd974
%endif
0cd974
0cd974
%if %{with python3}
0cd974
# just use the higher number here
0cd974
pushd python3
0cd974
%else
0cd974
pushd python2
0cd974
%endif
0cd974
0cd974
# install polkit rules
0cd974
pushd Authorization/Polkit
0cd974
make install
0cd974
popd
0cd974
0cd974
install -d -m 755 "${RPM_BUILD_ROOT}%{_sysconfdir}" "$RPM_BUILD_ROOT%{_mandir}/man5"
0cd974
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
0cd974
echo ".so man1/brltty.1" > $RPM_BUILD_ROOT%{_mandir}/man5/brltty.conf.5
0cd974
0cd974
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/brltty.service
0cd974
0cd974
cp -p LICENSE* ../
0cd974
0cd974
# clean up the manuals:
0cd974
rm Documents/Manual-*/*/{*.mk,*.made,Makefile*}
0cd974
mv Documents/BrlAPIref/{html,BrlAPIref}
0cd974
0cd974
for i in Drivers/Speech/SpeechDispatcher/README \
0cd974
         Documents/ChangeLog Documents/TODO \
0cd974
         Documents/Manual-BRLTTY \
0cd974
         Drivers/Braille/XWindow/README \
0cd974
         Drivers/Braille/XWindow/README \
0cd974
         Documents/Manual-BrlAPI \
0cd974
         Documents/BrlAPIref/BrlAPIref \
0cd974
; do
0cd974
   mkdir -p ../${i%/*} && cp -rp $i ../$i || exit 1
0cd974
done
0cd974
0cd974
# Don't want static lib
0cd974
rm -rf $RPM_BUILD_ROOT/%{_libdir}/libbrlapi.a
0cd974
0cd974
# ghost brlapi.key
0cd974
touch ${RPM_BUILD_ROOT}%{_sysconfdir}/brlapi.key
0cd974
chmod 0640 ${RPM_BUILD_ROOT}%{_sysconfdir}/brlapi.key
0cd974
0cd974
# disable xbrlapi gdm autostart, there is already orca
0cd974
rm -f ${RPM_BUILD_ROOT}%{_datadir}/gdm/greeter/autostart/xbrlapi.desktop
0cd974
0cd974
# make brltty-config executable
0cd974
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/brltty-config.sh
0cd974
0cd974
# fix multilib
0cd974
pushd %{buildroot}%{_includedir}/brltty
0cd974
for f in config forbuild
0cd974
do
0cd974
  mv ./$f.h ./$f-$(getconf LONG_BIT).h
0cd974
done
0cd974
install -p -m 0644 %{SOURCE2} ./config.h
0cd974
install -p -m 0644 %{SOURCE3} ./forbuild.h
0cd974
popd
0cd974
0cd974
# handle locales
0cd974
%find_lang %{name}
0cd974
cp -p %{name}.lang ../
0cd974
0cd974
# install dracut module
0cd974
make install-dracut
0cd974
0cd974
popd
0cd974
0cd974
# drop documentation already instaled by the dracut subpackage
0cd974
rm -f doc/Initramfs/Dracut/README*
0cd974
rmdir doc/Initramfs/Dracut doc/Initramfs
0cd974
0cd974
%post
0cd974
%systemd_post brltty.service
0cd974
0cd974
%preun
0cd974
%systemd_preun brltty.service
0cd974
0cd974
%postun
0cd974
%systemd_postun_with_restart brltty.service
0cd974
0cd974
%pre -n brlapi
0cd974
getent group brlapi >/dev/null || groupadd -r brlapi >/dev/null
0cd974
0cd974
%post -n brlapi
0cd974
if [ ! -e %{_sysconfdir}/brlapi.key ]; then
0cd974
  mcookie > %{_sysconfdir}/brlapi.key
0cd974
  chgrp brlapi %{_sysconfdir}/brlapi.key
0cd974
  chmod 0640 %{_sysconfdir}/brlapi.key
0cd974
fi
0cd974
%{?ldconfig}
0cd974
0cd974
%ldconfig_postun -n brlapi
0cd974
0cd974
%files -f %{name}.lang
0cd974
%config(noreplace) %{_sysconfdir}/brltty.conf
0cd974
%{_sysconfdir}/brltty/
0cd974
%exclude %{_sysconfdir}/brltty/Initramfs
0cd974
%{_unitdir}/brltty.service
0cd974
%{_bindir}/brltty
0cd974
%{_bindir}/brltty-*
0cd974
%{_libdir}/brltty/
0cd974
%exclude %{_libdir}/brltty/libbrlttybba.so
0cd974
%exclude %{_libdir}/brltty/libbrlttybxw.so
0cd974
%exclude %{_libdir}/brltty/libbrlttyxa2.so
0cd974
%exclude %{_libdir}/brltty/libbrlttysen.so
0cd974
%exclude %{_libdir}/brltty/libbrlttyses.so
0cd974
%exclude %{_libdir}/brltty/libbrlapi_java.so
0cd974
%if %{with_speech_dispatcher}
0cd974
%exclude %{_libdir}/brltty/libbrlttyssd.so
0cd974
%endif
0cd974
%license LICENSE-LGPL
0cd974
%doc %{_mandir}/man[15]/brltty.*
0cd974
%{_sysconfdir}/X11/Xsession.d/90xbrlapi
0cd974
%{_datadir}/polkit-1/actions/org.a11y.brlapi.policy
0cd974
%{_datadir}/polkit-1/rules.d/org.a11y.brlapi.rules
0cd974
0cd974
0cd974
%if %{with_speech_dispatcher}
0cd974
%files speech-dispatcher
0cd974
%doc Drivers/Speech/SpeechDispatcher/README
0cd974
%{_libdir}/brltty/libbrlttyssd.so
0cd974
%endif
0cd974
0cd974
%files docs
0cd974
%doc Documents/ChangeLog Documents/TODO
0cd974
%doc Documents/Manual-BRLTTY/
0cd974
%doc doc/*
0cd974
0cd974
%files xw
0cd974
%doc Drivers/Braille/XWindow/README
0cd974
%{_libdir}/brltty/libbrlttybxw.so
0cd974
0cd974
%files at-spi2
0cd974
%{_libdir}/brltty/libbrlttyxa2.so
0cd974
0cd974
%if %{with_espeak}
0cd974
%files espeak
0cd974
%{_libdir}/brltty/libbrlttyses.so
0cd974
%endif
0cd974
0cd974
%files espeak-ng
0cd974
%{_libdir}/brltty/libbrlttysen.so
0cd974
0cd974
%files -n brlapi
0cd974
%{_bindir}/vstp
0cd974
%{_bindir}/eutp
0cd974
%{_bindir}/xbrlapi
0cd974
%{_libdir}/brltty/libbrlttybba.so
0cd974
%{_libdir}/libbrlapi.so.*
0cd974
%ghost %verify(not group) %{_sysconfdir}/brlapi.key
0cd974
%doc Drivers/Braille/XWindow/README
0cd974
%doc Documents/Manual-BrlAPI/
0cd974
%doc %{_mandir}/man1/xbrlapi.*
0cd974
%doc %{_mandir}/man1/vstp.*
0cd974
%doc %{_mandir}/man1/eutp.*
0cd974
0cd974
%files -n brlapi-devel
0cd974
%{_libdir}/libbrlapi.so
0cd974
%{_includedir}/brltty
0cd974
%{_includedir}/brlapi*.h
0cd974
%{_libdir}/pkgconfig/brltty.pc
0cd974
%doc %{_mandir}/man3/brlapi_*.3*
0cd974
%doc Documents/BrlAPIref/BrlAPIref/
0cd974
0cd974
%files -n tcl-brlapi
0cd974
%{tcl_sitearch}/brlapi-%{api_version}
0cd974
0cd974
%if %{with python2}
0cd974
%files -n python2-brlapi
0cd974
%{python2_sitearch}/brlapi.so
0cd974
%{python2_sitearch}/Brlapi-%{api_version}-*.egg-info
0cd974
%endif
0cd974
0cd974
%if %{with python3}
0cd974
%files -n python3-brlapi
0cd974
%{python3_sitearch}/brlapi.cpython-*.so
0cd974
%{python3_sitearch}/Brlapi-%{api_version}-*.egg-info
0cd974
%endif
0cd974
0cd974
%files -n brlapi-java
0cd974
%{_libdir}/brltty/libbrlapi_java.so
0cd974
%{_jnidir}/brlapi.jar
0cd974
0cd974
%if 0%{?with_ocaml}
0cd974
%files -n ocaml-brlapi
0cd974
%{_libdir}/ocaml/brlapi/
0cd974
%{_libdir}/ocaml/stublibs/
0cd974
%endif
0cd974
0cd974
%files dracut
0cd974
%{_prefix}/lib/dracut/modules.d/99brltty/
0cd974
%dir %{_sysconfdir}/brltty/Initramfs
0cd974
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/dracut.conf
0cd974
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline
0cd974
0cd974
%changelog
0cd974
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.3-4
0cd974
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0cd974
  Related: rhbz#1991688
0cd974
0cd974
* Tue Jun 22 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 6.3-3
0cd974
- Fixed brlapi multilib
0cd974
  Resolves: rhbz#1915335
0cd974
0cd974
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 6.3-2
0cd974
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0cd974
0cd974
* Mon Feb  1 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 6.3-1
0cd974
- New version
0cd974
  Resolves: rhbz#1910328
0cd974
0cd974
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-13
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0cd974
0cd974
* Tue Oct 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-12
0cd974
- Fixed brlapi.key to pass the RPM verification
0cd974
0cd974
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-11
0cd974
- OCaml 4.11.1 rebuild
0cd974
0cd974
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-10
0cd974
- OCaml 4.11.0 rebuild
0cd974
0cd974
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-9
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0cd974
0cd974
* Thu Jul 16 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-8
0cd974
- Dropped explicit brlapi dependency (brltty) and relaxed brltty
0cd974
  dependency (brlapi)
0cd974
  Related: rhbz#1765611
0cd974
0cd974
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 6.1-7
0cd974
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
0cd974
0cd974
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 6.1-6
0cd974
- Rebuilt for Python 3.9
0cd974
0cd974
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-5
0cd974
- Added missing missing -o option to the brltty man page
0cd974
0cd974
* Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-4
0cd974
- OCaml 4.11.0+dev2-2020-04-22 rebuild
0cd974
0cd974
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-3
0cd974
- OCaml 4.11.0 pre-release attempt 2
0cd974
0cd974
* Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-2
0cd974
- OCaml 4.11.0 pre-release
0cd974
0cd974
* Mon Apr 06 2020 Gwyn Ciesla <gwync@protonmail.com> - 6.1-1
0cd974
- 6.1
0cd974
0cd974
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-14
0cd974
- Update all OCaml dependencies for RPM 4.16.
0cd974
0cd974
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-13
0cd974
- OCaml 4.10.0 final.
0cd974
0cd974
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-12
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0cd974
0cd974
* Sat Jan 18 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-11
0cd974
- OCaml 4.10.0+beta1 rebuild.
0cd974
0cd974
* Wed Jan 08 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-10
0cd974
- OCaml 4.09.0 for riscv64
0cd974
0cd974
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-9
0cd974
- OCaml 4.09.0 (final) rebuild.
0cd974
0cd974
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.0-8
0cd974
- Rebuilt for Python 3.8
0cd974
0cd974
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-7
0cd974
- OCaml 4.08.1 (final) rebuild.
0cd974
0cd974
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-6
0cd974
- OCaml 4.08.1 (rc2) rebuild.
0cd974
0cd974
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-5
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0cd974
0cd974
* Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-4
0cd974
- OCaml 4.08.0 (final) rebuild.
0cd974
0cd974
* Fri Jun  7 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 6.0-3
0cd974
- Fixed build with alsa-1.1.9
0cd974
  Resolves: rhbz#1716389
0cd974
0cd974
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-2
0cd974
- OCaml 4.08.0 (beta 3) rebuild.
0cd974
0cd974
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-32
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0cd974
0cd974
* Tue Dec 11 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-31
0cd974
- Do not package documentation for dracut module twice
0cd974
0cd974
* Tue Dec 11 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-30
0cd974
- Rebased dracut support to upstream version
0cd974
- Added requires to subpackages
0cd974
0cd974
* Wed Dec  5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-29
0cd974
- Improved CFLAGS handling when building Ocaml bindings
0cd974
0cd974
* Wed Dec  5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-28
0cd974
- Built OCaml bindings with distribution CFLAGS and consolidated patches
0cd974
- Fixed Cython build requires
0cd974
- Used macro for python3 path
0cd974
0cd974
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-27
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0cd974
0cd974
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 5.6-26
0cd974
- OCaml 4.07.0 (final) rebuild.
0cd974
0cd974
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 5.6-25
0cd974
- Rebuilt for Python 3.7
0cd974
0cd974
* Thu Jun 21 2018 Paolo Bonzini <pbonzini@redhat.com> - 5.6-24
0cd974
- Remove unnecessary dependency from brlapi and brltty-docs to brltty
0cd974
0cd974
* Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 5.6-23
0cd974
- OCaml 4.07.0-rc1 rebuild.
0cd974
0cd974
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 5.6-22
0cd974
- Rebuilt for Python 3.7
0cd974
0cd974
* Mon Jun 11 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-21
0cd974
- Improved brltty service to start before display manager and getty
0cd974
0cd974
* Fri Jun  8 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-20
0cd974
- Fixed installation of multiple drivers and text tables in Dracut module
0cd974
  if environment variables are used
0cd974
0cd974
* Mon Jun  4 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-19
0cd974
- Fixed Dracut module requirements
0cd974
0cd974
* Mon Jun  4 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-18
0cd974
- Improved Dracut module to support more boot command line arguments
0cd974
0cd974
* Fri Jun  1 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-17
0cd974
- Updated URL and Source
0cd974
0cd974
* Thu May 31 2018 Tomas Korbar <tomas.korb@seznam.cz> - 5.6-16
0cd974
- Added Dracut module
0cd974
0cd974
* Tue May 29 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-15
0cd974
- Added support for ALSA
0cd974
0cd974
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-14
0cd974
- Also enabled systemd service in rescue target
0cd974
0cd974
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-13
0cd974
- Systemd service is now installed to default and emergency targets,
0cd974
  because assistive technology should be available there
0cd974
0cd974
* Tue May 22 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-12
0cd974
- Switched to upstream patch adding LDFLAGS to more libraries
0cd974
  Related: rhbz#1543490
0cd974
0cd974
* Mon May 21 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-11
0cd974
- Added LDFLAGS to more libraries
0cd974
  Related: rhbz#1543490
0cd974
0cd974
* Thu Apr 26 2018 Richard W.M. Jones <rjones@redhat.com> - 5.6-10
0cd974
- OCaml 4.07.0-beta2 rebuild.
0cd974
0cd974
* Wed Apr 25 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-9
0cd974
- Switched to upstream patch fixing building with distro's LDFLAGS
0cd974
  Related: rhbz#1543490
0cd974
0cd974
* Tue Apr 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-8
0cd974
- Build with distro's LDFLAGS
0cd974
  Related: rhbz#1543490
0cd974
0cd974
* Fri Mar 16 2018 Miro Hrončok <mhroncok@redhat.com> - 5.6-7
0cd974
- Don't build Python 2 subpackage on EL > 7 and Fedora > 28
0cd974
- Use bconditionals
0cd974
0cd974
* Thu Mar 08 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-6
0cd974
- Build with espeak support only on Fedora
0cd974
0cd974
* Tue Mar 06 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-5
0cd974
- Add support for eSpeak-NG
0cd974
0cd974
* Tue Mar 06 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-4
0cd974
- Fix the License tags. The license of whole brltty is LGPLv2+ since
0cd974
  the 5.6 release.
0cd974
0cd974
* Mon Feb 26 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-3
0cd974
- Fix generating the brltty-debugsource package
0cd974
0cd974
* Mon Feb 12 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.6-2
0cd974
- Flag fixes.
0cd974
0cd974
* Tue Feb 06 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.6-1
0cd974
- 5.6
0cd974
0cd974
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 5.5-12
0cd974
- Update Python 2 dependency declarations to new packaging standards
0cd974
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
0cd974
0cd974
* Fri Nov 17 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-11
0cd974
- OCaml 4.06.0 rebuild.
0cd974
0cd974
* Wed Oct 04 2017 Troy Dawson <tdawson@redhat.com> - 5.5-10
0cd974
- Cleanup spec file conditionals
0cd974
0cd974
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.5-9
0cd974
- Python 2 binary package renamed to python2-brltty
0cd974
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
0cd974
0cd974
* Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-8
0cd974
- OCaml 4.05.0 rebuild.
0cd974
0cd974
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-7
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0cd974
0cd974
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-6
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0cd974
0cd974
* Tue Jul 11 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-5
0cd974
- Use python 3 for latex-access, BZ 1465657.
0cd974
0cd974
* Tue Jun 27 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-4
0cd974
- OCaml 4.04.2 rebuild.
0cd974
0cd974
* Thu Jun 22 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-3
0cd974
- Fix Python-related FTBFS.
0cd974
0cd974
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-2
0cd974
- OCaml 4.04.1 rebuild.
0cd974
0cd974
* Wed Apr 19 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-1
0cd974
- 5.5, BZ 1443262.
0cd974
0cd974
* Fri Mar 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 5.4-8
0cd974
- Don't pass unnecessary -Wno-format to Python bindings
0cd974
- Fixes FTBFS on gcc7
0cd974
0cd974
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-7
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0cd974
0cd974
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 5.4-6
0cd974
- Rebuild for Python 3.6
0cd974
0cd974
* Wed Nov  9 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.4-5
0cd974
- Used upstream fix for OCaml 4.04
0cd974
0cd974
* Tue Nov 08 2016 Richard W.M. Jones <rjones@redhat.com> - 5.4-4
0cd974
- Add fix for OCaml 4.04 (thanks: Jaroslav Škarvada).
0cd974
0cd974
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 5.4-3
0cd974
- Rebuild for OCaml 4.04.0.
0cd974
0cd974
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-2
0cd974
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0cd974
0cd974
* Wed Jun 29 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.4-1
0cd974
- New version
0cd974
  Resolves: rhbz#1350990
0cd974
- Dropped xw-fonts-fix and async-wait patches (both upstreamed)
0cd974
0cd974
* Fri May 13 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-8
0cd974
- Fixed async wait to handle zero timeouts (by async-wait patch)
0cd974
0cd974
* Wed May  4 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-7
0cd974
- Made brltty-config executable, currently useless, but FHS compliant
0cd974
  Resolves: rhbz#1332981
0cd974
0cd974
* Mon Apr 11 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-6
0cd974
- Improved fix for XW driver not showing Braille characters
0cd974
  Related: rhbz#1324669
0cd974
0cd974
* Thu Apr  7 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-5
0cd974
- Fixed XW driver to show Braille characters
0cd974
  Related: rhbz#1324669
0cd974
- No need to explicitly harden
0cd974
- Added architecture to subpackages requirements
0cd974
- Made brltty main package to explicitly requires specific brlapi version
0cd974
- Renumbered patches
0cd974
0cd974
* Tue Apr  5 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-4
0cd974
- Dropped man-fix patch (upstreamed)
0cd974
- Hardened build
0cd974
  Related: rhbz#1092547
0cd974
0cd974
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.1-3
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0cd974
0cd974
* Wed Dec 23 2015 Jon Ciesla <limburgher@gmail.com> - 5.3.1-2
0cd974
- Bump rel, api is the same.
0cd974
0cd974
* Wed Dec 23 2015 Jon Ciesla <limburgher@gmail.com> - 5.3.1-1
0cd974
- 5.3.1, BZ 1293612.
0cd974
0cd974
* Tue Dec 15 2015 Jon Ciesla <limburgher@gmail.com> - 5.3-1
0cd974
- 5.3, BZ 1291657.
0cd974
- Man fix upstreamed.
0cd974
0cd974
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-12
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
0cd974
0cd974
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-11
0cd974
- OCaml 4.02.3 rebuild.
0cd974
0cd974
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-10
0cd974
- ocaml-4.02.2 final rebuild.
0cd974
0cd974
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-9
0cd974
- ocaml-4.02.2 rebuild.
0cd974
0cd974
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-8
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0cd974
0cd974
* Mon May 25 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-7
0cd974
- Fixed manual page
0cd974
  Resolves: rhbz#1224661
0cd974
0cd974
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-6
0cd974
- Dropped AtSpi driver
0cd974
  Related: rhbz#1204462
0cd974
0cd974
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-5
0cd974
- Added support for AtSpi2 driver
0cd974
  Resolves: rhbz#1204462
0cd974
- Added support for eSpeak driver
0cd974
- Filtered private libraries from provides/requires
0cd974
0cd974
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-4
0cd974
- ocaml-4.02.1 rebuild.
0cd974
0cd974
* Tue Feb 17 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-3
0cd974
- Rebuilt for new ocaml
0cd974
0cd974
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.2-2
0cd974
- rebuild for ICU 54.1
0cd974
0cd974
* Wed Nov 12 2014 Jon Ciesla <limburgher@gmail.com> - 5.2-1
0cd974
- 5.2, BZ 1163112.
0cd974
0cd974
* Sun Aug 31 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-12
0cd974
- ocaml-4.02.0 final rebuild.
0cd974
0cd974
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.1-11
0cd974
- rebuild for ICU 53.1
0cd974
0cd974
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-10
0cd974
- ocaml-4.02.0+rc1 rebuild.
0cd974
0cd974
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-9
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0cd974
0cd974
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-8
0cd974
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
0cd974
0cd974
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-7
0cd974
- OCaml 4.02.0 beta rebuild (with fixed compiler).
0cd974
0cd974
* Mon Jul 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.1-6
0cd974
- Rebuilt for new ocaml
0cd974
0cd974
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-5
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0cd974
0cd974
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 5.1-4
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
0cd974
0cd974
* Tue May 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.1-3
0cd974
- Rebuilt for tcl/tk8.6
0cd974
0cd974
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-2
0cd974
- Remove ocaml_arches macro (RHBZ#1087794).
0cd974
0cd974
* Thu Mar 27 2014 Jon Ciesla <limburgher@gmail.com> - 5.1-1
0cd974
- 5.1, BZ 1081459.
0cd974
- Fixed Source URL.
0cd974
0cd974
* Thu Feb 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.0-1
0cd974
- New version
0cd974
  Resolves: rhbz#1067337
0cd974
- Dropped man-fix patch (upstreamed)
0cd974
- De-fuzzified libspeechd patch
0cd974
- Handled locales
0cd974
- Switched to xz compressed sources
0cd974
0cd974
* Thu Feb 13 2014 Jon Ciesla <limburgher@gmail.com> - 4.5-10
0cd974
- libicu rebuild.
0cd974
- Add python-setuptools BR.
0cd974
0cd974
* Mon Sep 23 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.5-9
0cd974
- The brlapi.key is now preset, users in the brlapi group have access
0cd974
  Resolves: rhbz#1010656
0cd974
0cd974
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 4.5-8
0cd974
- Rebuild for OCaml 4.01.0.
0cd974
- Create stublibs directory for OCaml, else install fails.
0cd974
- Unset MAKEFLAGS so that MAKEFLAGS=-j<N> does not break local builds.
0cd974
- In new speech-dispatcher, <libspeechd.h> has moved to a subdirectory.
0cd974
0cd974
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-7
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0cd974
0cd974
* Mon Jul 15 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.5-6
0cd974
- Updated man page
0cd974
0cd974
* Fri May 10 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-5
0cd974
- Add systemd unit file, BZ 916628.
0cd974
- Drop spurious post scripts.
0cd974
- Move eveything but man pages and license files top -docs.
0cd974
0cd974
* Thu May  9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.5-4
0cd974
- Conditionally build python3
0cd974
0cd974
* Tue Apr 30 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-3
0cd974
- Add bluetooth support, BZ 916628.
0cd974
0cd974
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-2
0cd974
- Don't install the library in /lib now that we have UsrMove
0cd974
0cd974
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-1
0cd974
- Update to 4.5
0cd974
- Add Python 3 support (python3-brlapi)
0cd974
0cd974
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-13
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0cd974
0cd974
* Tue Jan  8 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.3-12
0cd974
- Build with -fno-strict-aliasing
0cd974
0cd974
* Wed Dec 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-11
0cd974
- revbump after jnidir change
0cd974
0cd974
* Wed Dec 12 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 4.3-10
0cd974
- Fixed directories, install to /usr prefix
0cd974
0cd974
* Wed Dec 12 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-9
0cd974
- Fix up java subpackage installation directories
0cd974
- Fix java JNI loading code
0cd974
0cd974
* Wed Oct 17 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-8
0cd974
- Bump and rebuild for new ocaml.
0cd974
0cd974
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-7
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0cd974
0cd974
* Fri Jun 08 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-6
0cd974
- Bump and rebuild for ocaml 4.00.0.
0cd974
0cd974
* Fri Mar 23 2012 Dan Horák <dan[at]danny.cz> - 4.3-5
0cd974
- conditionalize ocaml support
0cd974
- fix build on 64-bit arches
0cd974
0cd974
* Mon Feb 06 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-4
0cd974
- Added ocaml subpackage, BZ 702724.
0cd974
0cd974
* Fri Feb 03 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-3
0cd974
- Fixed libbrlapi.so symlink, BZ 558132.
0cd974
0cd974
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-2
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0cd974
0cd974
* Tue Oct 18 2011 Jon Ciesla <limb@jcomserv.net> - 4.3-1
0cd974
- New upstream.
0cd974
- S_ISCHR patch upstreamed.
0cd974
- parallel patch updated.
0cd974
- Cleaned up some file encodings.
0cd974
0cd974
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-4
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0cd974
0cd974
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 4.2-3
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
0cd974
0cd974
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-2
0cd974
- rework parallel patch slightly and reapply
0cd974
0cd974
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-1
0cd974
- update to 4.2
0cd974
- drop static lib (bz 556041)
0cd974
- fix undefined S_ISCHR call
0cd974
0cd974
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 4.1-5
0cd974
- requires(post): coreutils to work around an installator bug
0cd974
- Resolves: #540437
0cd974
0cd974
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 4.1-4
0cd974
- limit building against speech-dispatcher to Fedora
0cd974
- Resolves: rhbz#553795
0cd974
0cd974
* Sun Nov  1 2009 Stepan Kasal <skasal@redhat.com> - 4.1-3
0cd974
- build the TTY driver (it was disabled since it first appered in 3.7.2-1)
0cd974
- build with speech-dispatcher, packed into a separate sub-package
0cd974
0cd974
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 4.1-2
0cd974
- move data-directory back to default: /etc/brltty
0cd974
- move brltty to /bin and /lib, so that it can be used to repair the system
0cd974
  without /usr mounted (#276181)
0cd974
- move vstp and libbrlttybba.so to brlapi
0cd974
- brltty no longer requires brlapi
0cd974
- brlapi now requires brltty from the same build
0cd974
0cd974
* Wed Oct 28 2009 Stepan Kasal <skasal@redhat.com> - 4.1-1
0cd974
- new upstream version
0cd974
- use --disable-stripping instead of make variable override
0cd974
- install the default brltty-pm.conf to docdir only (#526168)
0cd974
- remove the duplicate copies of rhmkboot and rhmkroot from docdir
0cd974
- patch configure so that the dirs in summary are not garbled:
0cd974
  brltty-autoconf-quote.patch
0cd974
- move data-directory to ${datadir}/brltty
0cd974
0cd974
* Tue Oct 20 2009 Stepan Kasal <skasal@redhat.com> - 4.0-2
0cd974
- escape rpm macros in the rpm change log
0cd974
- add requires to bind subpackages from one build together
0cd974
0cd974
* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 4.0-1
0cd974
- new upstream version
0cd974
- drop upstreamed patches; ./autogen not needed anymore
0cd974
- pack the xbrlapi server; move its man page to brlapi package
0cd974
- add man-page for brltty.conf (#526168)
0cd974
0cd974
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-6
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0cd974
0cd974
* Tue May 12 2009 Stepan Kasal <skasal@redhat.com> - 3.10-5
0cd974
- rebuild after java-1.5.0-gcj rebuild
0cd974
0cd974
* Thu Apr 30 2009 Stepan Kasal <skasal@redhat.com> - 3.10-4
0cd974
- own the tcl subdirectory (#474032)
0cd974
- set CPPFLAGS to java include dirs, so that the java bindings build with
0cd974
  any java implementation (#498964)
0cd974
- add --without-curses; there is no curses package BuildRequired anyway
0cd974
0cd974
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
0cd974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0cd974
0cd974
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.10-2
0cd974
- Rebuild for Python 2.6
0cd974
0cd974
* Sat Sep 13 2008 Stepan Kasal <skasal@redhat.com> - 3.10-1
0cd974
- new upstream release
0cd974
- drop brltty-3.9-java-svn.patch, brltty-3.9-tcl85path.patch,
0cd974
  and brltty-3.9-pyxfix.patch, they are upstream
0cd974
- fix BuildRoot
0cd974
- fix many sub-packages' Requires on brlapi
0cd974
0cd974
* Wed Sep 10 2008 Stepan Kasal <skasal@redhat.com> - 3.9-3
0cd974
- add brltty-3.9-autoconf.patch to fix to build with Autoconf 2.62
0cd974
- add brltty-3.9-parallel.patch to fix race condition with parallel make
0cd974
- add brltty-3.9-pyxfix.patch to fix build with current pyrex
0cd974
- Summary lines shall not end with a dot
0cd974
0cd974
* Thu Feb 28 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-2.2
0cd974
- glibc build fixes
0cd974
- applied java reorganisations from svn
0cd974
0cd974
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9-2.1
0cd974
- Autorebuild for GCC 4.3
0cd974
0cd974
* Wed Jan 09 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1.1
0cd974
- specfile update to comply with tcl packaging guidelines
0cd974
0cd974
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1
0cd974
- update to latest upstream (3.9)
0cd974
0cd974
* Tue Sep 18 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
0cd974
- update to r3231 from svn
0cd974
- added java binding subpackage
0cd974
0cd974
* Wed Aug 29 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
0cd974
- update to r3231 from svn
0cd974
0cd974
* Tue Aug 21 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-1
0cd974
- update to latest upstream
0cd974
- added the at-spi driver, tcl and python bindings
0cd974
- fixed the license tags
0cd974
0cd974
* Mon Mar 05 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-3
0cd974
- added the XWindow driver
0cd974
- build fix for newer byacc
0cd974
0cd974
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2.1
0cd974
- quiet postinstall scriptlet, really fixes #224570
0cd974
0cd974
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
0cd974
- failsafe postinstall script, fixes #224570
0cd974
- makefile fix - debuginfo extraction now works
0cd974
0cd974
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
0cd974
- fix building with newer kernel-headers (#224149)
0cd974
0cd974
* Wed Jul 12 2006 Petr Rockai <prockai@redhat.com> - 3.7.2-1
0cd974
- upgrade to latest upstream version
0cd974
- split off brlapi and brlapi-devel packages
0cd974
0cd974
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.2-12.1
0cd974
- rebuild
0cd974
0cd974
* Sun Jul 02 2006 Florian La Roche <laroche@redhat.com>
0cd974
- for the post script require coreutils
0cd974
0cd974
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.2-11
0cd974
- Added byacc BuildRequires, removed prereq, coreutils is always there
0cd974
0cd974
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1
0cd974
- bump again for double-long bug on ppc(64)
0cd974
0cd974
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2
0cd974
- rebuilt for new gcc4.1 snapshot and glibc changes
0cd974
0cd974
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0cd974
- rebuilt
0cd974
0cd974
* Wed Mar 16 2005 Bill Nottingham <notting@redhat.com> 3.2-10
0cd974
- rebuild
0cd974
0cd974
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
0cd974
- add a %%clean into .spec
0cd974
0cd974
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
0cd974
- chmod a-x for conf file (#116244)
0cd974
0cd974
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
0cd974
- rebuilt
0cd974
0cd974
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
0cd974
- rebuilt
0cd974
0cd974
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
0cd974
- rebuilt
0cd974
0cd974
* Tue Sep 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
0cd974
- prereq coreutils for mknod/chown/chmod
0cd974
0cd974
* Mon Jul 07 2003 Adrian Havill <havill@redhat.com> 3.2-2
0cd974
- changed spec "Copyright" to "License"
0cd974
- use %%configure macro, %%{_libdir} for non-ia32 archs
0cd974
- removed unnecessary set and unset, assumed/default spec headers
0cd974
- fixed unpackaged man page, duplicate /bin and /lib entries
0cd974
- use plain install vs scripts for non-i386 buildsys