Changelog for
espeak-1.40.02-3.1.SEL6.i686.rpm :
* Fri Dec 10 2010 Eddy Nigg
- Rebuild for StartCom Linux 6.0.x
* Mon Nov 30 2009 Dennis Gregorovic - 1.40.02-3.1- Rebuilt for RHEL 6
* Fri Jul 24 2009 Fedora Release Engineering - 1.40.02-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Jun 30 2009 Francois Aucamp - 1.40.02-2- Compile against pulseaudio instead of portaudio (RHBZ #481651)
* Mon Jun 22 2009 Francois Aucamp - 1.40.02-1- Update to version 1.40.02- Added patch to compile with GCC and not to link to libstdc++ (not needed)- Added manpage (thanks goes to Luke Yelavich from Ubuntu for writing it)
* Tue Feb 24 2009 Fedora Release Engineering - 1.39-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Oct 21 2008 Francois Aucamp - 1.39-1- Update to version 1.39
* Tue Feb 26 2008 Francois Aucamp - 1.31-5- Export ESPEAK_DATA_PATH in %build to allow proper compilation of voice dictionaries
* Tue Jan 29 2008 Francois Aucamp - 1.31-4- Removed libjack patches as they are unnecessary
* Tue Jan 29 2008 Francois Aucamp - 1.31-3- Added \"makefile_libjack\" patch to link to libjack- Added BuildRequires: jack-audio-connection-kit-devel
* Fri Jan 25 2008 Francois Aucamp - 1.31-2- Removed espeakedit (and associated patches and BuildRequires) from package until all phoneme table compilation functions can be moved into espeak (or a separate commandline app without wxGTK dependencies)- Voices are still compiled from source, but using pre-compiled phoneme table from upstream until the above issue is resolved
* Thu Jan 24 2008 Francois Aucamp - 1.31-1- Update to version 1.31- Compile phoneme tables and voice dictionaries from source instead of packaging pre-compiled binary data- Added espeakedit as Source1- Added BuildRequires: wxGTK-devel for espeakedit- Added \"makefile_rpmoptflags_wxversion\" espeakedit patch to enable RPM_OPT_FLAGS and set the correct wxWidgets version- Added \"espeak_data_path\" espeakedit patch to be able to set control the source directory that espeakedit\'s compiler uses
* Tue Jan 15 2008 Francois Aucamp - 1.30-1- Update to version 1.30- Removed local \"synthdata_strlen\" patch (included upstream)
* Mon Aug 20 2007 Francois Aucamp - 1.28-1- Update to version 1.28- Added \"synthdata_strlen\" patch to fix memory allocation issue on x86_64 (RHBZ #252712)- Modified %prep to build against portaudio v19 for F8 and later- Upstream license changed from GPLv2+ to GPLv3+
* Tue Jun 19 2007 Francois Aucamp - 1.26-1- Update to version 1.26- Modified %prep to build against portaudio v19
* Tue Jun 05 2007 Francois Aucamp - 1.25-1- Update to version 1.25
* Tue May 08 2007 Francois Aucamp - 1.24-1- Update to version 1.24
* Tue Apr 24 2007 Francois Aucamp - 1.23-1- Update to version 1.23- Added \"makefile_nostaticlibs\" patch so static libraries aren\'t installed
* Thu Feb 08 2007 Francois Aucamp - 1.20-1- Update to version 1.20- Solves stack smash bug (RHBZ #227316)
* Fri Jan 26 2007 Francois Aucamp - 1.19-1- Update to version 1.19- Removed \"espeak-1.18-makefile_lpthread\" patch as it has been included upstream- Removed \"espeak-1.18-makefile_smp\" patch as it has been included upstream- Removed \"espeak-1.18-ptr_64bit\" patch as it has been solved upstream- Fixed espeak-data file permissions
* Tue Jan 16 2007 Francois Aucamp - 1.18-2- Created \"espeak-1.18-ptr_64bit\" patch to allow compilation on x86_64 (fixes 64-bit pointer issues)- Created \"espeak-1.18-makefile_smp\" patch to allow parallel make (\"_smp_mflags\")- Renamed \"makefile_lpthread\" patch to \"espeak-1.18-makefile_lpthread\"
* Mon Jan 15 2007 Francois Aucamp - 1.18-1- Update to version 1.18- Dropped statically-linked \"speak\" executable (replaced by dynamically-linked \"espeak\" executable)- Removed the \"espeak program name\" patch as it has been included upstream- Removed \"espeak program name\" patch backup file cleanup from %install- Minor modification to \"makefile lpthread\" patch to account for new lib/executable- Removed \"BIN_NAME\" variable from make in %build (implemented upstream)
* Mon Nov 20 2006 Francois Aucamp - 1.17-1- Update to version 1.17- Removed \"makefile install target\" patch as it has been included upstream- Removed \"AMD64 sizeof(char
*)\" patch as it has been included upstream- Minor modification to \"espeak program name\" patch to allow patching current version
* Tue Nov 07 2006 Francois Aucamp - 1.16-4- Modified patch steps to create backups with different suffixes- Renamed patch file extensions to .patch- Added step in %install to remove patch backup files in documentation
* Sat Nov 04 2006 Francois Aucamp - 1.16-3- Fixed source file permissions for -debuginfo package in %prep- Added RPM_OPT_FLAGS to \"make\" command in %build; removed RPM_OPT_FLAGS makefile patch- Modified makefile install target patch to include general support for setting compiler optimization flags via CXXFLAGS- Removed creation of .orig backup files during patching- Modified patch files to have different suffixes
* Thu Nov 02 2006 Francois Aucamp - 1.16-2- Added \"install\" target to makefile (makefile_install_target.patch)- Added patch to fix AMD64 sizeof(char
*) assumption bug (upstream request ID 1588938)- Changed \"portaudio\" BuildRequires to \"portaudio-devel\"- Added patch to makefile to allow RPM_OPT_FLAGS- Added patch to replace all references to \"speak\" binary with \"espeak\"- Moved header files to /usr/include/espeak- Added rmdir command to \"install\" to remove empty soundicons directory
* Wed Oct 04 2006 Francois Aucamp - 1.16-1- Initial RPM build