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