commit audacity for openSUSE:Factory
Hello community, here is the log from the commit of package audacity for openSUSE:Factory checked in at Tue Feb 3 22:39:37 CET 2009. -------- --- audacity/audacity.changes 2009-01-12 13:56:26.000000000 +0100 +++ audacity/audacity.changes 2009-02-02 10:01:54.000000000 +0100 @@ -1,0 +2,32 @@ +Mon Feb 2 09:33:38 CET 2009 - mseben@suse.cz + +- updated to version 1.3.7 + Bug Fixes: + * Muting/soloing caused incorrect channel results in exported + stereo files + * Nyquist effects: pasted unmodified audio into the result, + no progress bar, truncation of processed audio on cancel + * Noise Removal: pasted unmodified audio into the result, unwanted + filtering tail + * Uncompressed exports: export as WAV could be corrupted if + overwriting to same file, export multiple to uncompressed formats + only produced 16-bit WAV + * Compressed exports: MP3 exports now produce correct bit rate + mode, quality and length, with improved metadata visibility + in player applications, WMA exports containing metadata are now correct + * Restored support for multi-channel recording devices that can + record more than two channels using Audacity + * fixes for spurious clipping, label typing, no shortcuts after + running effects + * project rate now always changes to respect that of first imported file + New Features: + * F11 Full Screen mode, high-quality "Sliding Time Scale/Pitch Shift" + effect, Audio Contrast Analyzer + Other changes: + * As a first step towards improving latency correction, a fixed + rather than variable correction is now applied + * Numerous minor interface fixes and improvements + +- obsolete *-compile.patch, *-locale.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- audacity-1.3.6-compile.patch audacity-1.3.6-endian-fix.patch audacity-1.3.6-font-fix.patch audacity-1.3.6-locale.patch audacity-1.3.6-modal-help-dialog.patch audacity-1.3.6-retval.patch audacity-1.3.6-strict-aliasing.patch audacity-src-1.3.6.tar.bz2 New: ---- audacity-1.3.7-endian-fix.patch audacity-1.3.7-font-fix.patch audacity-1.3.7-modal-help-dialog.patch audacity-1.3.7-retval.patch audacity-1.3.7-strict-aliasing.patch audacity-minsrc-1.3.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacity.spec ++++++ --- /var/tmp/diff_new_pack.A20185/_old 2009-02-03 22:38:10.000000000 +0100 +++ /var/tmp/diff_new_pack.A20185/_new 2009-02-03 22:38:10.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package audacity (Version 1.3.6) +# spec file for package audacity (Version 1.3.7) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,26 +18,25 @@ Name: audacity -BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libexpat-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip -# build with local portaudio for now -# BuildRequires: portaudio-devel +BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel +BuildRequires: libexpat-devel libid3tag-devel libmspack-devel libsamplerate-devel +BuildRequires: libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel +BuildRequires: unixODBC-devel update-desktop-files wxGTK-devel zip %define DISTRIBUTABLE 1 Summary: A Free, Cross-Platform Digital Audio Editor -Version: 1.3.6 -Release: 2 +Version: 1.3.7 +Release: 1 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://audacity.sourceforge.net/ -Source: %{name}-src-%{version}.tar.bz2 +Source: %{name}-minsrc-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.png -Patch1: %{name}-%{version}-locale.patch Patch2: %{name}-%{version}-endian-fix.patch Patch3: %{name}-%{version}-font-fix.patch Patch5: %{name}-%{version}-retval.patch Patch6: %{name}-%{version}-strict-aliasing.patch -Patch8: %{name}-%{version}-compile.patch Patch9: %{name}-%{version}-modal-help-dialog.patch %description @@ -67,20 +66,15 @@ %prep %setup -q -n %{name}-src-%{version} -%patch1 %patch2 %patch3 %patch5 %patch6 -%patch8 %patch9 -mv ./locale/cb.po ./locale/km.po %build %{?suse_update_config:%{suse_update_config -f . lib-src/*/.}} export AUTOMAKE="automake --foreign" -# autoreconf -f -i -# Needed for audacity-1.3.3: export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure \ --enable-unicode \ @@ -120,6 +114,34 @@ %{_datadir}/mime/packages/audacity.xml %changelog +* Mon Feb 02 2009 mseben@suse.cz +- updated to version 1.3.7 + Bug Fixes: + * Muting/soloing caused incorrect channel results in exported + stereo files + * Nyquist effects: pasted unmodified audio into the result, + no progress bar, truncation of processed audio on cancel + * Noise Removal: pasted unmodified audio into the result, unwanted + filtering tail + * Uncompressed exports: export as WAV could be corrupted if + overwriting to same file, export multiple to uncompressed formats + only produced 16-bit WAV + * Compressed exports: MP3 exports now produce correct bit rate + mode, quality and length, with improved metadata visibility + in player applications, WMA exports containing metadata are now correct + * Restored support for multi-channel recording devices that can + record more than two channels using Audacity + * fixes for spurious clipping, label typing, no shortcuts after + running effects + * project rate now always changes to respect that of first imported file + New Features: + * F11 Full Screen mode, high-quality "Sliding Time Scale/Pitch Shift" + effect, Audio Contrast Analyzer + Other changes: + * As a first step towards improving latency correction, a fixed + rather than variable correction is now applied + * Numerous minor interface fixes and improvements +- obsolete *-compile.patch, *-locale.patch * Mon Jan 12 2009 mseben@suse.cz - fixed Khmer translation file (*-locale.patch) - added array-delete.patch to fix array delete (bnc#442936) ++++++ audacity-1.3.6-endian-fix.patch -> audacity-1.3.7-endian-fix.patch ++++++ ++++++ audacity-1.3.6-font-fix.patch -> audacity-1.3.7-font-fix.patch ++++++ ++++++ audacity-1.3.6-modal-help-dialog.patch -> audacity-1.3.7-modal-help-dialog.patch ++++++ ++++++ audacity-1.3.6-retval.patch -> audacity-1.3.7-retval.patch ++++++ ++++++ audacity-1.3.6-strict-aliasing.patch -> audacity-1.3.7-strict-aliasing.patch ++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de