|
 |
f09cbe |
%global _hardened_build 1
|
|
 |
f09cbe |
|
|
 |
031f6b |
Name: speech-dispatcher
|
|
 |
37ba0b |
Version: 0.9.1
|
|
 |
37ba0b |
Release: 1%{?dist}
|
|
 |
031f6b |
Summary: To provide a high-level device independent layer for speech synthesis
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
# Almost all files are under GPLv2+, however
|
|
Hemant Goyal |
3c20b6 |
# src/c/clients/spdsend/spdsend.h is licensed under GPLv2,
|
|
Hemant Goyal |
3c20b6 |
# which makes %%_bindir/spdsend GPLv2.
|
|
 |
c326f4 |
License: GPLv2+ and LGPLv2
|
|
 |
d72c7b |
URL: http://devel.freebsoft.org/speechd
|
|
 |
b37f87 |
Source0: https://github.com/brailcom/speechd/releases/download/%{version}/speech-dispatcher-%{version}.tar.gz
|
|
 |
d72c7b |
Source1: http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz
|
|
 |
d72c7b |
|
|
 |
c326f4 |
Patch1: 0001-Remove-pyxdg-dependency.patch
|
|
 |
6a8140 |
|
|
 |
c326f4 |
BuildRequires: gcc gcc-c++
|
|
 |
2e87f0 |
BuildRequires: alsa-lib-devel
|
|
 |
8f9d68 |
BuildRequires: desktop-file-utils
|
|
 |
2e87f0 |
BuildRequires: dotconf-devel
|
|
 |
648fcc |
BuildRequires: espeak-ng-devel
|
|
 |
2e87f0 |
BuildRequires: flite-devel
|
|
 |
25eabc |
Buildrequires: glib2-devel
|
|
 |
dd8b70 |
Buildrequires: intltool
|
|
 |
4bc678 |
Buildrequires: libao-devel
|
|
 |
d72c7b |
Buildrequires: libtool-ltdl-devel
|
|
 |
ab672b |
Buildrequires: libsndfile-devel
|
|
 |
63385d |
Buildrequires: pulseaudio-libs-devel
|
|
 |
d72c7b |
BuildRequires: python3-devel
|
|
 |
d72c7b |
BuildRequires: python3-setuptools
|
|
 |
25eabc |
BuildRequires: texinfo
|
|
 |
d72c7b |
BuildRequires: systemd
|
|
Bastien Nocera |
ae2ea4 |
BuildRequires: git
|
|
 |
b695a5 |
BuildRequires: /usr/bin/help2man
|
|
 |
031f6b |
|
|
 |
6a8140 |
Requires: speech-dispatcher-espeak-ng
|
|
 |
d72c7b |
Requires(post): systemd
|
|
 |
d72c7b |
Requires(preun): systemd
|
|
 |
d72c7b |
Requires(postun): systemd
|
|
 |
d72c7b |
|
|
Hemant Goyal |
3c20b6 |
%description
|
|
Hemant Goyal |
3c20b6 |
* Common interface to different TTS engines
|
|
Hemant Goyal |
3c20b6 |
* Handling concurrent synthesis requests – requests may come
|
|
Hemant Goyal |
3c20b6 |
asynchronously from multiple sources within an application
|
|
Hemant Goyal |
3c20b6 |
and/or from more different applications.
|
|
Hemant Goyal |
3c20b6 |
* Subsequent serialization, resolution of conflicts and
|
|
Hemant Goyal |
3c20b6 |
priorities of incoming requests
|
|
Hemant Goyal |
3c20b6 |
* Context switching – state is maintained for each client
|
|
Hemant Goyal |
3c20b6 |
connection independently, event for connections from
|
|
Hemant Goyal |
3c20b6 |
within one application.
|
|
Hemant Goyal |
3c20b6 |
* High-level client interfaces for popular programming languages
|
|
Hemant Goyal |
3c20b6 |
* Common sound output handling – audio playback is handled by
|
|
Hemant Goyal |
3c20b6 |
Speech Dispatcher rather than the TTS engine, since most engines
|
|
Hemant Goyal |
3c20b6 |
have limited sound output capabilities.
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%package devel
|
|
Hemant Goyal |
3c20b6 |
Summary: Development files for %{name}
|
|
 |
8f9d68 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
Hemant Goyal |
3c20b6 |
License: GPLv2+
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%description devel
|
|
Hemant Goyal |
3c20b6 |
The %{name}-devel package contains libraries and header files for
|
|
Hemant Goyal |
3c20b6 |
developing applications that use %{name}.
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%package doc
|
|
 |
2e87f0 |
Summary: Documentation for speech-dispatcher
|
|
 |
2e87f0 |
License: GPLv2+
|
|
 |
451dc2 |
Requires: %{name} = %{version}-%{release}
|
|
 |
d72c7b |
BuildArch: noarch
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%description doc
|
|
Hemant Goyal |
3c20b6 |
speechd documentation
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
9f38c5 |
%package utils
|
|
 |
0e76f5 |
Summary: Various utilities for speech-dispatcher
|
|
 |
9f38c5 |
License: GPLv2+
|
|
 |
8f9d68 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
 |
9f38c5 |
Requires: python3-speechd = %{version}-%{release}
|
|
 |
9f38c5 |
|
|
 |
9f38c5 |
%description utils
|
|
 |
9f38c5 |
Various utilities for speechd
|
|
 |
9f38c5 |
|
|
 |
9fb253 |
%package baratinoo
|
|
 |
9fb253 |
Summary: Speech Dispatcher baratinoo module
|
|
 |
9fb253 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
 |
9fb253 |
|
|
 |
9fb253 |
%description baratinoo
|
|
 |
9fb253 |
This package contains the baratinoo output module for Speech Dispatcher.
|
|
 |
9fb253 |
|
|
 |
648fcc |
%package espeak-ng
|
|
 |
648fcc |
Summary: Speech Dispatcher espeak-ng module
|
|
 |
648fcc |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
 |
567a71 |
Obsoletes: speech-dispatcher-espeak < 0.8.8-5
|
|
 |
648fcc |
|
|
 |
648fcc |
%description espeak-ng
|
|
 |
648fcc |
This package contains the espeak-ng output module for Speech Dispatcher.
|
|
 |
648fcc |
|
|
 |
8f9d68 |
%package festival
|
|
 |
8f9d68 |
Summary: Speech Dispatcher festival module
|
|
 |
8f9d68 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
 |
8f9d68 |
Requires: festival-freebsoft-utils
|
|
 |
8f9d68 |
Obsoletes: speech-dispatcher < 0.8.1-2
|
|
 |
8f9d68 |
|
|
 |
8f9d68 |
%description festival
|
|
 |
8f9d68 |
This package contains the festival output module for Speech Dispatcher.
|
|
 |
8f9d68 |
|
|
 |
8f9d68 |
%package flite
|
|
 |
8f9d68 |
Summary: Speech Dispatcher flite module
|
|
 |
8f9d68 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
 |
8f9d68 |
Obsoletes: speech-dispatcher < 0.8.1-2
|
|
 |
8f9d68 |
|
|
 |
8f9d68 |
%description flite
|
|
 |
8f9d68 |
This package contains the flite output module for Speech Dispatcher.
|
|
 |
8f9d68 |
|
|
 |
9fb253 |
%package kali
|
|
 |
9fb253 |
Summary: Speech Dispatcher kali module
|
|
 |
9fb253 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
 |
9fb253 |
|
|
 |
9fb253 |
%description kali
|
|
 |
9fb253 |
This package contains the kali output module for Speech Dispatcher.
|
|
 |
9fb253 |
|
|
 |
d72c7b |
%package -n python3-speechd
|
|
 |
d72c7b |
Summary: Python 3 Client API for speech-dispatcher
|
|
 |
2e87f0 |
License: GPLv2+
|
|
 |
8f9d68 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
d72c7b |
%description -n python3-speechd
|
|
 |
92d1c8 |
Python 3 module for speech-dispatcher
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%prep
|
|
Bastien Nocera |
ae2ea4 |
%autosetup -S git
|
|
 |
7968fd |
|
|
 |
ddeb0c |
tar xf %{SOURCE1}
|
|
 |
ddeb0c |
|
|
Hemant Goyal |
3c20b6 |
%build
|
|
 |
9f38c5 |
%configure --disable-static \
|
|
 |
9f38c5 |
--with-alsa --with-pulse --with-libao \
|
|
 |
9f38c5 |
--without-oss --without-nas \
|
|
 |
9f38c5 |
--with-flite \
|
|
 |
567a71 |
--without-espeak \
|
|
 |
648fcc |
--with-espeak-ng \
|
|
 |
9f38c5 |
--sysconfdir=%{_sysconfdir} --with-default-audio-method=pulse
|
|
 |
2e87f0 |
|
|
 |
c326f4 |
%make_build
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%install
|
|
 |
c326f4 |
%make_install
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
ddeb0c |
install -p -m 0644 sound-icons-0.1/* %{buildroot}%{_datadir}/sounds/%{name}/
|
|
 |
ddeb0c |
|
|
 |
643bcc |
%find_lang speech-dispatcher
|
|
 |
643bcc |
|
|
Hemant Goyal |
3c20b6 |
#Remove %{_infodir}/dir file
|
|
 |
25eabc |
rm -f %{buildroot}%{_infodir}/dir
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
9f38c5 |
find %{buildroot} -name '*.la' -delete
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
2e87f0 |
# Move the config files from /usr/share to /etc
|
|
 |
d72c7b |
mkdir -p %{buildroot}%{_sysconfdir}/speech-dispatcher/clients
|
|
 |
d72c7b |
mkdir -p %{buildroot}%{_sysconfdir}/speech-dispatcher/modules
|
|
 |
25eabc |
mv %{buildroot}%{_datadir}/speech-dispatcher/conf/speechd.conf %{buildroot}%{_sysconfdir}/speech-dispatcher/
|
|
 |
25eabc |
mv %{buildroot}%{_datadir}/speech-dispatcher/conf/clients/* %{buildroot}%{_sysconfdir}/speech-dispatcher/clients
|
|
 |
25eabc |
mv %{buildroot}%{_datadir}/speech-dispatcher/conf/modules/* %{buildroot}%{_sysconfdir}/speech-dispatcher/modules
|
|
 |
2e87f0 |
|
|
 |
f72650 |
# Create log dir
|
|
 |
d72c7b |
mkdir -p -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/
|
|
 |
25eabc |
|
|
 |
8f9d68 |
# Verify the desktop files
|
|
 |
8f9d68 |
desktop-file-validate %{buildroot}/%{_datadir}/speech-dispatcher/conf/desktop/speechd.desktop
|
|
 |
8f9d68 |
|
|
 |
d72c7b |
# enable pulseaudio as default with a fallback to alsa
|
|
 |
d72c7b |
sed 's/# AudioOutputMethod "pulse,alsa"/AudioOutputMethod "pulse,alsa"/' %{buildroot}%{_sysconfdir}/speech-dispatcher/speechd.conf
|
|
 |
25eabc |
|
|
 |
567a71 |
%if 0%{?fedora}
|
|
 |
567a71 |
%pre espeak-ng
|
|
 |
567a71 |
espeak_ng_conf=%{_sysconfdir}/speech-dispatcher/modules/espeak-ng.conf
|
|
 |
567a71 |
if [ 0$1 -eq 1 -a ! -f $espeak_ng_conf ]; then
|
|
 |
567a71 |
espeak_conf=%{_sysconfdir}/speech-dispatcher/modules/espeak.conf
|
|
 |
567a71 |
if [ -f $espeak_conf ]; then
|
|
 |
567a71 |
cp $espeak_conf $espeak_ng_conf || :
|
|
 |
567a71 |
fi
|
|
 |
567a71 |
speechd_conf=%{_sysconfdir}/speech-dispatcher/speechd.conf
|
|
 |
567a71 |
if [ -f $speechd_conf ]; then
|
|
 |
567a71 |
sed -i.bak-espeak -r \
|
|
 |
567a71 |
-e 's/^(\s*AddModule\s+)("?)espeak\2\s+("?)sd_espeak\3\s+("?)espeak.conf\4(\s*(#.*)?)$/\1"espeak-ng" "sd_espeak-ng" "espeak-ng.conf"\5/' \
|
|
 |
567a71 |
-e 's/^(\s*AddModule\s+("?)[^"]*\2\s+)("?)sd_espeak\3(\s+("?)[^"]*\5(\s*(#.*)?))$/\1"sd_espeak-ng"\4/' \
|
|
 |
567a71 |
-e 's/^(\s*DefaultModule\s+)("?)espeak\2(\s*(#.*)?)$/\1espeak-ng\3/' \
|
|
 |
567a71 |
-e 's/^(\s*LanguageDefaultModule\s+("?)[^"]*\2\s+)("?)espeak\3(\s*(#.*)?)$/\1"espeak-ng"\4/' \
|
|
 |
567a71 |
$speechd_conf || :
|
|
 |
567a71 |
fi
|
|
 |
567a71 |
fi
|
|
 |
567a71 |
%endif
|
|
 |
567a71 |
|
|
Hemant Goyal |
3c20b6 |
%post
|
|
 |
9f38c5 |
%systemd_post speech-dispatcherd.service
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%postun
|
|
 |
9f38c5 |
%systemd_postun_with_restart speech-dispatcherd.service
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%preun
|
|
 |
9f38c5 |
%systemd_preun speech-dispatcherd.service
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
643bcc |
%files -f speech-dispatcher.lang
|
|
 |
c326f4 |
%license COPYING.LGPL
|
|
 |
c326f4 |
%doc NEWS README.md
|
|
Hemant Goyal |
3c20b6 |
%dir %{_sysconfdir}/speech-dispatcher/
|
|
Hemant Goyal |
3c20b6 |
%dir %{_sysconfdir}/speech-dispatcher/clients
|
|
Hemant Goyal |
3c20b6 |
%dir %{_sysconfdir}/speech-dispatcher/modules
|
|
 |
4bc678 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/speechd.conf
|
|
 |
4bc678 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/clients/*.conf
|
|
 |
4bc678 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/*.conf
|
|
 |
9fb253 |
%exclude %{_sysconfdir}/speech-dispatcher/modules/baratinoo.conf
|
|
 |
8f9d68 |
%exclude %{_sysconfdir}/speech-dispatcher/modules/espeak*.conf
|
|
 |
8f9d68 |
%exclude %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
|
 |
8f9d68 |
%exclude %{_sysconfdir}/speech-dispatcher/modules/flite.conf
|
|
 |
9fb253 |
%exclude %{_sysconfdir}/speech-dispatcher/modules/kali.conf
|
|
 |
9f38c5 |
%{_bindir}/speech-dispatcher
|
|
 |
643bcc |
%{_datadir}/speech-dispatcher/
|
|
Hemant Goyal |
3c20b6 |
%{_libdir}/libspeechd.so.2
|
|
 |
f096ae |
%{_libdir}/libspeechd.so.2.6.0
|
|
 |
8f9d68 |
%dir %{_libdir}/speech-dispatcher-modules/
|
|
 |
8f9d68 |
%{_libdir}/speech-dispatcher-modules/sd_cicero
|
|
 |
8f9d68 |
%{_libdir}/speech-dispatcher-modules/sd_dummy
|
|
 |
8f9d68 |
%{_libdir}/speech-dispatcher-modules/sd_generic
|
|
 |
2e87f0 |
%dir %{_libdir}/speech-dispatcher
|
|
 |
d72c7b |
%{_libdir}/speech-dispatcher/spd*.so
|
|
 |
4bc678 |
%{_datadir}/sounds/speech-dispatcher
|
|
 |
b695a5 |
%{_mandir}/man1/speech-dispatcher.1*
|
|
 |
f72650 |
%dir %attr(0700, root, root) %{_localstatedir}/log/speech-dispatcher/
|
|
 |
a986ad |
%{_unitdir}/speech-dispatcherd.service
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%files devel
|
|
Hemant Goyal |
3c20b6 |
%{_includedir}/*
|
|
Hemant Goyal |
3c20b6 |
%{_libdir}/lib*.so
|
|
 |
643bcc |
%{_libdir}/pkgconfig/*.pc
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%files doc
|
|
Hemant Goyal |
3c20b6 |
%{_infodir}/*
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
9f38c5 |
%files utils
|
|
 |
9f38c5 |
%{_bindir}/spd-conf
|
|
 |
9f38c5 |
%{_bindir}/spd-say
|
|
 |
9f38c5 |
%{_bindir}/spdsend
|
|
 |
b695a5 |
%{_mandir}/man1/spd-conf.1*
|
|
 |
b695a5 |
%{_mandir}/man1/spd-say.1*
|
|
Hemant Goyal |
3c20b6 |
|
|
 |
9fb253 |
%files baratinoo
|
|
 |
9fb253 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/baratinoo.conf
|
|
 |
9fb253 |
%{_libdir}/speech-dispatcher-modules/sd_baratinoo
|
|
 |
9fb253 |
|
|
 |
648fcc |
%files espeak-ng
|
|
 |
648fcc |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/espeak-ng.conf
|
|
 |
648fcc |
%{_libdir}/speech-dispatcher-modules/sd_espeak-ng
|
|
 |
648fcc |
|
|
 |
8f9d68 |
%files festival
|
|
 |
8f9d68 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
|
 |
8f9d68 |
%{_libdir}/speech-dispatcher-modules/sd_festival
|
|
 |
8f9d68 |
|
|
 |
8f9d68 |
%files flite
|
|
 |
8f9d68 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/flite.conf
|
|
 |
8f9d68 |
%{_libdir}/speech-dispatcher-modules/sd_flite
|
|
 |
8f9d68 |
|
|
 |
9fb253 |
%files kali
|
|
 |
9fb253 |
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/kali.conf
|
|
 |
9fb253 |
%{_libdir}/speech-dispatcher-modules/sd_kali
|
|
 |
9fb253 |
|
|
 |
d72c7b |
%files -n python3-speechd
|
|
 |
33d498 |
%{python3_sitearch}/speechd*
|
|
Hemant Goyal |
3c20b6 |
|
|
Hemant Goyal |
3c20b6 |
%changelog
|
|
 |
37ba0b |
* Fri May 10 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.1-1
|
|
 |
37ba0b |
- speech-dispatcher 0.9.1
|
|
 |
37ba0b |
|
|
 |
3542c2 |
* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-4
|
|
 |
3542c2 |
- Remove obsolete scriptlets
|
|
 |
3542c2 |
|
|
 |
de70b4 |
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
|
|
 |
de70b4 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
de70b4 |
|
|
 |
9fb253 |
* Tue Jan 29 2019 Kalev Lember <klember@redhat.com> - 0.9.0-2
|
|
 |
9fb253 |
- Split new baratinoo and kali modules out into separate subpackages
|
|
 |
b695a5 |
- Install man pages
|
|
 |
b37f87 |
- Update the source URL
|
|
 |
9fb253 |
|
|
 |
c326f4 |
* Sun Jan 27 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.0-1
|
|
 |
c326f4 |
- speech-dispatcher 0.9.0
|
|
 |
c326f4 |
|
|
Bastien Nocera |
ae2ea4 |
* Fri Jul 20 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.8-8
|
|
 |
c326f4 |
- speech-dispatcher-0.8.8-8
|
|
Bastien Nocera |
ae2ea4 |
- Remove pyxdg dependency
|
|
Bastien Nocera |
ae2ea4 |
|
|
 |
01126a |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-7
|
|
 |
01126a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
01126a |
|
|
 |
891c87 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-6
|
|
 |
891c87 |
- Rebuilt for Python 3.7
|
|
 |
891c87 |
|
|
 |
6a8140 |
* Thu Mar 08 2018 Ondřej Lysoněk <olysonek@redhat.com> - 0.8.8-5
|
|
 |
567a71 |
- Make espeak-ng the default output module, drop the espeak output module
|
|
 |
6a8140 |
|
|
 |
219b6c |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-4
|
|
 |
219b6c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
219b6c |
|
|
 |
648fcc |
* Mon Jan 29 2018 Ondřej Lysoněk <olysonek@redhat.com> - 0.8.8-3
|
|
 |
648fcc |
- Add support for espeak-ng, add speech-dispatcher-espeak-ng subpackage
|
|
 |
648fcc |
|
|
 |
643bcc |
* Thu Jan 25 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.8.8-2
|
|
 |
643bcc |
- include translations, pkgconfig support (#1538715)
|
|
 |
643bcc |
- own %%_datadir/speech-dispatcher (#1480893)
|
|
 |
643bcc |
|
|
 |
a84d6f |
* Tue Nov 7 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.8-1
|
|
 |
a84d6f |
- 0.8.8
|
|
 |
a84d6f |
|
|
 |
b86823 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-3
|
|
 |
b86823 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
 |
b86823 |
|
|
 |
258a72 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-2
|
|
 |
258a72 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
 |
258a72 |
|
|
 |
955e1a |
* Tue May 16 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.7-1
|
|
 |
955e1a |
- 0.8.7
|
|
 |
955e1a |
|
|
 |
138e6b |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-3
|
|
 |
138e6b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
 |
138e6b |
|
|
 |
3a8baf |
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.8.6-2
|
|
 |
3a8baf |
- Rebuild for Python 3.6
|
|
 |
3a8baf |
|
|
 |
f003be |
* Wed Dec 7 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.6-1
|
|
 |
f003be |
- 0.8.6
|
|
 |
f003be |
|
|
 |
85cc78 |
* Wed Aug 10 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.5-1
|
|
 |
85cc78 |
- 0.8.5
|
|
 |
85cc78 |
|
|
 |
2e3f83 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-2
|
|
 |
85cc78 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
 |
2e3f83 |
|
|
 |
c65af8 |
* Wed Apr 20 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.4-1
|
|
 |
c65af8 |
- 0.8.4
|
|
 |
c65af8 |
|
|
 |
f975d6 |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-4
|
|
 |
f975d6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
 |
f975d6 |
|
|
 |
2b6fc7 |
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-3
|
|
 |
2b6fc7 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
 |
2b6fc7 |
|
|
 |
40e869 |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
|
|
 |
40e869 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
 |
40e869 |
|
|
 |
0c929b |
* Fri Jun 12 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.3-1
|
|
 |
0c929b |
- 0.8.3
|
|
 |
0c929b |
|
|
 |
ab672b |
* Mon May 18 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.2-5
|
|
 |
ab672b |
- Add missing libsndfile dependency to fix sound icon support
|
|
 |
ab672b |
|
|
 |
957e40 |
* Tue Apr 14 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.2-4
|
|
 |
957e40 |
- Always install the espeak plugin
|
|
 |
957e40 |
|
|
 |
451dc2 |
* Fri Mar 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.2-3
|
|
 |
451dc2 |
- Fix noarch docs Requires
|
|
 |
451dc2 |
|
|
 |
8f9d68 |
* Fri Mar 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.2-2
|
|
 |
8f9d68 |
- Use %%license
|
|
 |
8f9d68 |
- Make packaging more modular (rhbz #799140)
|
|
 |
8f9d68 |
|
|
 |
ddeb0c |
* Fri Mar 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.2-1
|
|
 |
ddeb0c |
- 0.8.2
|
|
 |
ddeb0c |
|
|
 |
9f38c5 |
* Mon Sep 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.1-1
|
|
 |
9f38c5 |
- 0.8.1
|
|
 |
9f38c5 |
- Split utils into sub package
|
|
 |
9f38c5 |
|
|
 |
f09cbe |
* Fri Aug 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.1-0.1rc1
|
|
 |
f09cbe |
- 0.8.1 rc1
|
|
 |
f09cbe |
- Enable hardened build
|
|
 |
f09cbe |
|
|
 |
48e1ac |
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 0.8-11
|
|
 |
48e1ac |
- Rebuild for rpm bug 1131960
|
|
 |
48e1ac |
|
|
 |
4aff30 |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-10
|
|
 |
4aff30 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
 |
4aff30 |
|
|
 |
35877f |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-9
|
|
 |
35877f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
35877f |
|
|
 |
c8f6d5 |
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 0.8-8
|
|
 |
c8f6d5 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
 |
c8f6d5 |
|
|
 |
56da18 |
* Thu Mar 27 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-7
|
|
 |
56da18 |
- Rebuild
|
|
 |
56da18 |
|
|
 |
20ced9 |
* Fri Nov 1 2013 Matthias Clasen <mclasen@redhat.com> 0.8-6
|
|
 |
20ced9 |
- Avoid a crash in the festival module (#995639)
|
|
 |
20ced9 |
|
|
 |
532f62 |
* Tue Aug 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-5
|
|
 |
532f62 |
- Install clients as not longer installed by default (fixes RHBZ 996337)
|
|
 |
532f62 |
|
|
Rex Dieter |
0eb53e |
* Sat Aug 10 2013 Rex Dieter <rdieter@fedoraproject.org> 0.8-4
|
|
Rex Dieter |
0eb53e |
- include/install missing headers
|
|
Rex Dieter |
0eb53e |
|
|
 |
33d498 |
* Wed Aug 7 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-3
|
|
 |
33d498 |
- Drop libao and python2 bindings
|
|
 |
33d498 |
|
|
 |
bde1c3 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
|
|
 |
bde1c3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
bde1c3 |
|
|
 |
d72c7b |
* Thu Feb 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-1
|
|
 |
d72c7b |
- Update to 0.8 stable release
|
|
 |
92d1c8 |
- Rename python package for consistency
|
|
 |
92d1c8 |
- Add python3 bindings - fixes RHBZ 867958
|
|
 |
d72c7b |
- Update the systemd scriptlets to the macroized versions
|
|
 |
d72c7b |
|
|
 |
465a1a |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-10
|
|
 |
465a1a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
465a1a |
|
|
Bastien Nocera |
51e62a |
* Thu Nov 29 2012 Bastien Nocera <bnocera@redhat.com> 0.7.1-9
|
|
Bastien Nocera |
51e62a |
- Move RPM hacks to source patches
|
|
Bastien Nocera |
51e62a |
|
|
 |
052f7e |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-8
|
|
 |
052f7e |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
 |
052f7e |
|
|
 |
dbc4ff |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-7
|
|
 |
dbc4ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|