## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global forgeurl https://codeberg.org/sox_ng/sox_ng %global commit a4a14b4f58ac2c08c4cc416a7cffe8a4c50a0b7d Name: sox Version: 14.8.1 Summary: Audio processing utility License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-2.0-only AND BSD-3-Clause AND MIT Release: %autorelease %forgemeta URL: %{forgeurl} Source0: %{forgesource} BuildRequires: bc BuildRequires: gcc BuildRequires: make BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: alsa-lib-devel BuildRequires: fftw-devel BuildRequires: file-devel BuildRequires: flac-devel BuildRequires: gsm-devel BuildRequires: ladspa-devel BuildRequires: lame-devel BuildRequires: libao-devel BuildRequires: libebur128-devel BuildRequires: libid3tag-devel BuildRequires: libmad-devel BuildRequires: libpng-devel BuildRequires: libsndfile-devel BuildRequires: libtool-ltdl-devel BuildRequires: libvorbis-devel BuildRequires: opusfile-devel BuildRequires: pulseaudio-libs-devel BuildRequires: speex-devel BuildRequires: speexdsp-devel BuildRequires: twolame-devel BuildRequires: wavpack-devel %description SoX (Sound eXchange) is a command-line audio file format converter and effects processor. This package is based on SoX_ng, the actively maintained fork of the original SoX codebase. It provides the traditional sox, soxi, play and rec command names, as well as the native sox_ng, soxi_ng, play_ng and rec_ng names. %package devel Summary: Development files for SoX Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Headers, libraries, pkg-config data and manual pages for developing software against SoX and SoX_ng. %prep %forgesetup %build autoreconf -fiv # Work around upstream configure.ac variable-name typo. export found_libebur128=yes %configure \ --enable-replace \ --disable-static \ --with-distro=Fedora \ --with-dyn-default \ --without-dolbyb \ --without-lpc10 %make_build %install %make_install find %{buildroot} -name '*.la' -delete %check # LPC10 is deliberately disabled because Fedora has no compatible # standalone system liblpc10. sed -i 's/ ima lpc10 prc/ ima prc/' \ test/convert-number-of-channels/run export LD_LIBRARY_PATH="$PWD/src/.libs:" %make_build check %files %license COPYING libdolbyb/COPYING libebur128/COPYING libgsm/COPYRIGHT %doc AUTHORS ChangeLog README.md %{_bindir}/play %{_bindir}/play_ng %{_bindir}/rec %{_bindir}/rec_ng %{_bindir}/sox %{_bindir}/sox_ng %{_bindir}/soxi %{_bindir}/soxi_ng %{_libdir}/libsox_ng.so.* %dir %{_libdir}/sox_ng %{_libdir}/sox_ng/libsox_ng_fmt_*.so %{_mandir}/man1/play.1* %{_mandir}/man1/play_ng.1* %{_mandir}/man1/rec.1* %{_mandir}/man1/rec_ng.1* %{_mandir}/man1/sox.1* %{_mandir}/man1/sox_ng.1* %{_mandir}/man1/soxi.1* %{_mandir}/man1/soxi_ng.1* %{_mandir}/man7/soxeffect.7* %{_mandir}/man7/soxeffect_ng.7* %{_mandir}/man7/soxformat.7* %{_mandir}/man7/soxformat_ng.7* %files devel %{_includedir}/sox.h %{_includedir}/sox_ng.h %{_libdir}/libsox.so %{_libdir}/libsox_ng.so %{_libdir}/pkgconfig/sox.pc %{_libdir}/pkgconfig/sox_ng.pc %{_mandir}/man3/libsox.3* %{_mandir}/man3/libsox_ng.3* %{_mandir}/man3/libsoxeffect.3* %{_mandir}/man3/libsoxeffect_ng.3* %{_mandir}/man3/libsoxformat.3* %{_mandir}/man3/libsoxformat_ng.3* %changelog ## START: Generated by rpmautospec * Wed Sep 02 2026 Gerald B Cox - 14.8.1-1 - Uncommitted changes * Fri Jul 17 2026 Fedora Release Engineering - 14.4.2.0-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Sat Jan 17 2026 Fedora Release Engineering - 14.4.2.0-45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jul 25 2025 Fedora Release Engineering - 14.4.2.0-44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue May 27 2025 Jitka Plesnikova - 14.4.2.0-43 - Rebuilt for flac 1.5.0 * Sun Jan 19 2025 Fedora Release Engineering - 14.4.2.0-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Sep 04 2024 Miroslav Suchý - 14.4.2.0-41 - convert license to SPDX * Sat Jul 20 2024 Fedora Release Engineering - 14.4.2.0-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu May 30 2024 Software Management Team - 14.4.2.0-39 - Eliminate use of obsolete %%patchN syntax (#2283636) * Sat Jan 27 2024 Fedora Release Engineering - 14.4.2.0-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering - 14.4.2.0-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 14.4.2.0-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 28 2022 Florian Weimer - 14.4.2.0-35 - Fix C99 compatibile issue in src/sox_sample_test.h * Wed Sep 14 2022 Michel Alexandre Salim - 14.4.2.0-34 - Rebuilt for flac 1.4.0 * Sat Jul 23 2022 Fedora Release Engineering - 14.4.2.0-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 14.4.2.0-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 14.4.2.0-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 14.4.2.0-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 08 2021 Tom Stellard - 14.4.2.0-29 - Add BuildRequires: make * Wed Jul 29 2020 Fedora Release Engineering - 14.4.2.0-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Jiri Kucera - 14.4.2.0-27 - Fix CVE-2017-18189 * Wed Jan 29 2020 Jiri Kucera - 14.4.2.0-26 - Remove %%check from specfile * Fri Jul 26 2019 Fedora Release Engineering - 14.4.2.0-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering - 14.4.2.0-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Igor Gnatenko - 14.4.2.0-23 - Remove obsolete Group tag * Tue Jan 22 2019 Igor Gnatenko - 14.4.2.0-22 - Remove obsolete ldconfig scriptlets * Sat Jul 14 2018 Fedora Release Engineering - 14.4.2.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 15 2018 Richard Shaw - 14.4.2.0-20 - Add twolame-devel to build requirements now that it's in Fedora. * Wed Jun 06 2018 Jiri Kucera - 14.4.2.0-19 - Fix CVE-2017-11332, CVE-2017-11358, CVE-2017-11359 * Tue Jun 05 2018 Jiri Kucera - 14.4.2.0-18 - src/ao.c: prevent division by zero * Wed Mar 21 2018 Jiri Kucera - 14.4.2.0-17 - Fix of WAV to HCOM conversion abortion on 64 bit big endian machines * Tue Mar 20 2018 Jiri Kucera - 14.4.2.0-16 - CVEs tests became CI tests, libsox path-to-plugins workaround - CVEs presence tests beakerized and moved to tests/ directory as CI tests - %%check section: creating of additional binaries for testing was replaced by the libsox binary patch workaround hack; during the testing the hardcoded path to the directory with sox plugins is replaced for non-root alternative and hence running the tests under the mock is possible (before the binary patching, the backup of libsox is made, and at the end of tests it is restored); this decrease the build time of the package, but may increase the fragility of the package build process (future features in gcc toolchain may make the binary patching impossible/not working) * Wed Mar 14 2018 Jiri Kucera - 14.4.2.0-15 - Initial commit of CI tests * Thu Feb 22 2018 Jiri Kucera - 14.4.2.0-14 - Added missing gcc dependency * Tue Feb 06 2018 Jiri Kucera - 14.4.2.0-13 - SOX_PLUGINS is now disabled * Thu Feb 01 2018 Jiri Kucera - 14.4.2.0-12 - HCOM conversion tests (src/test{s,all}.sh) were disabled on BE arches - conversion between hcom and wav raises SIGABRT on big endian architectures (ppc64, s390x) * Tue Jan 30 2018 Jiri Kucera - 14.4.2.0-11 - Path to plugins overriding support & CVE's fixes - added patch that fixes stack-overflow vulnerability in lsx_ms_adpcm_block_expand_i (CVE-2017-15372) + resolves #1500553, #1510919 - added patch that fixes use-after-free in lsx_aiffstartread (CVE-2017-15642) + resolves #1510923 - added patch that fixes incorrect FSF address in src/ladspa.h - added patch that introduces SOX_PLUGINS environment variable that overrides standard sox location for plugins - added patch that inserts $(DESTDIR) before ${bindir} in src/Makefile.am installcheck target - added tests that checks if previously fixed bugs remain fixed in newer releases - spec file changes: + suppressed rpmlint warning about bad Source URL + added comments to security patches + in %%description: added missing sentence period + in %%prep: suppressed "%%setup is not quite" rpmlint warning + in %%install: removed redundant slashes before %%{_libdir} + added %%check section * Wed Jan 10 2018 Jiri Kucera - 14.4.2.0-10 - Added sox-14.4.2-bug_1500554_fix.patch to fix the heap-based buffer overflow in the ImaExpandS function * Wed Jan 03 2018 Jiri Kucera - 14.4.2.0-9 - Added sox-14.4.2-bug_1500570_fix.patch that fix a reachable assertion abort in function sox_append_comment bug * Tue Dec 19 2017 Jiri Kucera - 14.4.2.0-8 - Wrong source archive suffix - the suffix of source archive was changed from .gz to .bz2 since its format is BZIP * Thu Aug 03 2017 Fedora Release Engineering - 14.4.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 14.4.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed May 17 2017 Frantisek Kluknavsky - 14.4.2.0-5 - built with lame-devel * Sat Feb 11 2017 Fedora Release Engineering - 14.4.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Dec 20 2016 Frantisek Kluknavsky - 14.4.2.0-3 - play mp3 using libmad * Fri Feb 05 2016 Fedora Release Engineering - 14.4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 12 2015 Frantisek Kluknavsky - 14.4.2.0-1 - temporary change in versioning to fix broken upgrade path * Tue Nov 10 2015 Richard M. Shaw - 14.4.2-4 - Expose required lsx_* symbols so all plugins can build dynamically. - Minor spec fixes for merge review, RHBZ#226425. * Wed Aug 19 2015 Frantisek Kluknavsky - 14.4.2-3 - play opus files (added dependency on opusfile) * Fri Jun 19 2015 Dennis Gilmore - 14.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Feb 23 2015 Frantisek Kluknavsky - 14.4.2-1 - rebase * Thu Feb 12 2015 Frantisek Kluknavsky - 14.4.2rc2-1 - rebase to rc because of https://access.redhat.com/security/cve/CVE-2014-8145 - with-dyn-default broken, link oss and flac statically * Mon Aug 18 2014 Peter Robinson - 14.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Dennis Gilmore - 14.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Jul 25 2013 Frantisek Kluknavsky - 14.4.1-6 - Added MIT to list of licenses in spec file because of libgsm. * Thu Jul 25 2013 Frantisek Kluknavsky - 14.4.1-5 - removed liblpc10 from source tarball due to licensing uncertainity - added license file to libgsm - fixed bogus dates in changelog * Tue Apr 02 2013 Frantisek Kluknavsky - 14.4.1-4 - added autoreconf to replace old scropts => support aarch64 * Fri Feb 15 2013 Frantisek Kluknavsky - 14.4.1-3 - added sox-mcompand_clipping.patch to prevent integer overflow * Fri Feb 15 2013 Frantisek Kluknavsky - 14.4.1-2 - added sox-mcompand_clipping.patch to prevent integer overflow * Thu Feb 14 2013 Frantisek Kluknavsky - 14.4.1-1 - rebase to 14.4.1 * Tue Sep 18 2012 Honza Horák - 14.4.0-3 - Minor spec file fixes * Sat Jul 21 2012 Dennis Gilmore - 14.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Mar 09 2012 Honza Horák - 14.4.0-1 - updated to upstream version 14.4.0 * Sat Jan 14 2012 Dennis Gilmore - 14.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Nov 07 2011 Adam Jackson - 14.3.2-2 - Rebuild for libpng 1.5 * Sat Mar 19 2011 Felix Kaechele - 14.3.2-1 - 14.3.2 added PulseAudio support removed obsolete patches * Wed Feb 09 2011 Dennis Gilmore - 14.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Sep 02 2010 Jiri Moskovcak - 14.3.1-3 - rebuild * Thu Jul 29 2010 Fedora Release Engineering - 14.3.1-2 - dist-git conversion * Mon Apr 12 2010 Jiří Moskovčák - 14.3.1-1 - updated to latest upstream * Fri Feb 26 2010 Jiří Moskovčák - 14.3.0-3 - fixed license tag * Wed Nov 25 2009 Bill Nottingham - 14.3.0-2 - Fix typo that causes a failure to update the common directory. (releng #2781) * Mon Nov 23 2009 Jiří Moskovčák - 14.3.0-1 - New version * Mon Jul 27 2009 Jesse Keating - 14.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Jesse Keating - 14.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Nov 24 2008 Tom Callaway - 14.2.0-1 - update to 14.2.0 * Mon Nov 24 2008 Tom Callaway - 14.1.0-6 - rebuild for libtool * Wed Nov 05 2008 Tom Callaway - 14.1.0-5 - forgot to add libtool as a BR * Wed Nov 05 2008 Tom Callaway - 14.1.0-4 - fix many bugs, including 468567 * Thu Sep 04 2008 Tom Callaway - 14.1.0-3 - missed some BR, this should be all of them * Thu Sep 04 2008 Tom Callaway - 14.1.0-2 - add missing BR * Thu Sep 04 2008 Tom Callaway - 14.1.0-1 - fix license tag, update to 14.1.0 * Wed Apr 16 2008 Jiří Moskovčák - 14.0.1-2 - Enabled flac support * Mon Feb 25 2008 Jiří Moskovčák - 14.0.1-1 - New version * Tue Feb 19 2008 Jesse Keating - 14.0.0-2 - Autorebuild for GCC 4.3 * Mon Oct 29 2007 Jiří Moskovčák - 14.0.0-1 - New version 14.0.0 * Mon Oct 15 2007 Bill Nottingham - 13.0.0-5 - makefile update to properly grab makefile.common * Wed Aug 29 2007 Jesse Keating - 13.0.0-4 - Rebuild for selinux ppc32 issue. * Mon Jul 16 2007 Jiří Moskovčák - 13.0.0-3 - Updated spec file to build with external libgsm * Mon Feb 26 2007 Thomas Woerner - 13.0.0-2 - [tw] - new ldconfig calls for post and postun * Mon Feb 26 2007 Thomas Woerner - 13.0.0-1 - [tw] - new version 13.0.0 - spec file cleanup (#227429) * Mon Jul 24 2006 Thomas Woerner - 12.18.1-1 - [tw] - new version 12.18.1 - fixed multilib devel conflict in libst- config (#192751) * Wed Jul 12 2006 Jesse Keating - 12.17.9-4 - bumped for rebuild * Sat Feb 11 2006 Jesse Keating - 12.17.9-3 - bump for bug in double-long on ppc(64) * Tue Feb 07 2006 Jesse Keating - 12.17.9-2 - bump for new gcc/glibc * Tue Dec 13 2005 Thomas Woerner - 12.17.9-1 - [tw] - new version 12.17.9 * Fri Dec 09 2005 Jesse Keating - 12.17.7-5 - gcc update bump * Thu May 12 2005 Thomas Woerner - 12.17.7-4 - [tw] forgot to add the kernel_inc patch * Thu May 12 2005 Thomas Woerner - 12.17.7-3 - [tw] - fixed bad link for man/man1/rec.1.gz (#154089) - using /usr/include instead of kernel-devel includes * Tue Apr 26 2005 Warren Togami - 12.17.7-2 - overflow patch (#155224 upstream) * Mon Apr 18 2005 Warren Togami - 12.17.7-1 - 12.17.7 - BR alsa-lib-devel (#155224 thias) * Sun Feb 27 2005 Florian La Roche - 12.17.6-18 - rebuild * Mon Nov 22 2004 Thomas Woerner - [tw] - new source * Mon Nov 22 2004 Thomas Woerner - [tw] - new version 12.17.6 * Wed Sep 15 2004 Thomas Woerner - [tw] - moved libst-config to devel package (#132489) * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.5-2.src.rpm Thu Aug 26 2004 Thomas Woerner 12.17.5-2 - fixed initialization bug in wav file handler (#130968) * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.5-1.src.rpm Thu Aug 19 2004 Thomas Woerner 12.17.5-1 - new version 12.17.5 Fri Jul 23 2004 Bill Nottingham 12.17.4-4.fc2 - add patch for buffer overflow in wav code (CAN-2004-0557, #128158) * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.4-4.src.rpm Fri Jul 09 2004 Bill Nottingham 12.17.4-4 - add patch for 64-bit problem (#127502) * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.4-3.src.rpm Tue Jun 15 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.4-2.1.src.rpm Tue Mar 02 2004 Elliot Lee - rebuilt Fri Feb 13 2004 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.4-1.src.rpm Tue Oct 07 2003 Bill Nottingham 12.17.4-1 - update to 12.17.4 - ship soxmix (#102499) - fix soxplay to handle files with spaces (#91144) - use LFS (#79151) Wed Jun 04 2003 Elliot Lee - rebuilt * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.3-11.src.rpm Mon Feb 24 2003 Elliot Lee - rebuilt Fri Feb 21 2003 Elliot Lee 12.17.3-10 - Add sox-vorberr.patch to fix segfault in #81448 - _smp_mflags Wed Jan 22 2003 Tim Powers - rebuilt Wed Nov 27 2002 Tim Powers 12.17.3-8 - remoive unpackaged files from the buildroot - lib64'ize * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.3-7.src.rpm Thu Jul 18 2002 Bill Nottingham - build against current libvorbis * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.3-6.src.rpm Fri Jun 21 2002 Tim Powers - automated rebuild Thu May 23 2002 Tim Powers - automated rebuild * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.3-4.src.rpm Thu Feb 21 2002 Bill Nottingham - rebuild Wed Jan 09 2002 Tim Powers - automated rebuild Mon Jan 07 2002 Florian La Roche - do not require gsm-devel as it has been excluded from rawhide Fri Jan 04 2002 Bill Nottingham 12.17.3-1 - update to 12.17.3 Tue Dec 04 2001 Bill Nottingham - update to 12.17.2 * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.1-4.src.rpm Thu Aug 09 2001 Bill Nottingham - add patch to fix recording (#41755) - fix license (#50574) * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.1-3.src.rpm Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.17.1-2.src.rpm Tue Jan 09 2001 Bill Nottingham - rebuild against new gsm-devel Tue Jan 02 2001 Bill Nottingham - re-enable gsm stuff - update to 12.17.1 Fri Dec 01 2000 Bill Nottingham - rebuild because of broken fileutils Mon Nov 13 2000 Bill Nottingham - update to 12.17 - yank out gsm stuff * Thu Sep 09 2004 cvsdist - auto-import changelog data from sox-12.16-11.src.rpm Mon Aug 07 2000 Bill Nottingham - fix playing of sounds on cards that don't support mono Sat Aug 05 2000 Bill Nottingham - fix playing of sounds on cards that don't support 8-bit Wed Jul 12 2000 Prospector - automatic rebuild Thu Feb 03 2000 Bill Nottingham - fix manpage link the Right Way(tm) Thu Feb 03 2000 Bernhard Rosenkraenzer - Fix rec manpage link - now that man pages are compressed, it should point to play.1.gz, not play.1 Wed Feb 02 2000 Cristian Gafton - fix description Tue Sep 28 1999 Bill Nottingham - Grrr. Arrrrgh. Fix link. Fri Sep 24 1999 Bill Nottingham - add some more files to devel Fri Sep 17 1999 Bill Nottingham - fix link Fri Jul 30 1999 Bill Nottingham - update to 12.16 Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 4) Wed Jan 20 1999 Bill Nottingham - allow spaces in filenames for play/rec Wed Dec 09 1998 Bill Nottingham - fix docs Mon Nov 23 1998 Bill Nottingham - update to 12.15 Sat Oct 10 1998 Michael Maher - fixed broken spec file Mon Jul 13 1998 Michael Maher - updated source from Chris Bagwell. Tue Jun 23 1998 Michael Maher - made patch to fix the '-e' option. BUG 580 - added buildroot Fri May 08 1998 Prospector System - translations modified for de, fr, tr Thu Nov 06 1997 Erik Troan - built against glibc ## END: Generated by rpmautospec