diff --git a/audacity-1.3.4-CVE-2007-6061.patch b/audacity-1.3.4-CVE-2007-6061.patch deleted file mode 100644 index d564642..0000000 --- a/audacity-1.3.4-CVE-2007-6061.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/AudacityApp.cpp -+++ src/AudacityApp.cpp -@@ -573,8 +573,8 @@ - // * The user's .audacity-files directory in their home directory - // * The "share" and "share/doc" directories in their install path - #ifdef __WXGTK__ -- defaultTempDir.Printf(wxT("/tmp/audacity%d.%d-%s"), -- AUDACITY_VERSION, AUDACITY_RELEASE, wxGetUserId().c_str()); -+ defaultTempDir.Printf(wxT("/%s/audacity%d.%d-%s"), -+ home.c_str(), AUDACITY_VERSION, AUDACITY_RELEASE, wxGetUserId().c_str()); - - wxString pathVar = wxGetenv(wxT("AUDACITY_PATH")); - if (pathVar != wxT("")) diff --git a/audacity-1.3.4-cflags.patch b/audacity-1.3.4-cflags.patch deleted file mode 100644 index d2898f6..0000000 --- a/audacity-1.3.4-cflags.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- lib-src/allegro/Makefile.in -+++ lib-src/allegro/Makefile.in -@@ -3,7 +3,6 @@ - CCC = @CXX@ - srcdir=@srcdir@ - --CFLAGS = -g -O - CPPOBJ = \ - allegro.cpp.o \ - allegrord.cpp.o \ ---- lib-src/libnyquist/Makefile.in -+++ lib-src/libnyquist/Makefile.in -@@ -6,7 +6,7 @@ - INCL = -Inyqsrc -Itran -Ixlisp -Icmt -Isys -Isnd -Ifft - - CC = @CC@ --override CFLAGS += -g -DCMTSTUFF -O2 -DEXT $(INCL) -+CFLAGS += -DCMTSTUFF -DEXT $(INCL) - LN = $(CC) - LFLAGS = -lm - ---- lib-src/libnyquist/misc/Makefile -+++ lib-src/libnyquist/misc/Makefile -@@ -9,7 +9,7 @@ - - # the unix path gets us switches.h: - # the cmt path gets us swlogic.h: --CFLAGS = -g -I../sys -I../cmt -+CFLAGS += -I../sys -I../cmt - - # Directory info: - BINPATH = . diff --git a/audacity-1.3.4-compile.patch b/audacity-1.3.5-compile.patch similarity index 58% rename from audacity-1.3.4-compile.patch rename to audacity-1.3.5-compile.patch index 9c5102b..8d7f758 100644 --- a/audacity-1.3.4-compile.patch +++ b/audacity-1.3.5-compile.patch @@ -32,23 +32,3 @@ #include #include #include ---- src/import/ImportMP3.cpp -+++ src/import/ImportMP3.cpp -@@ -35,6 +35,8 @@ - #include "../Internat.h" - #include "../Tags.h" - -+#define DESC _("MP3 files") -+ - static const wxChar *exts[] = - { - wxT("mp3"), -@@ -49,7 +51,7 @@ - UnusableImportPluginList *unusableImportPluginList) - { - UnusableImportPlugin* mp3IsUnsupported = -- new UnusableImportPlugin(DESC, wxArrayString(wxSIZEOF(exts), exts)); -+ new UnusableImportPlugin(DESC, wxArrayString(WXSIZEOF(exts), exts)); - - unusableImportPluginList->Append(mp3IsUnsupported); - } diff --git a/audacity-1.3.4-endian-fix.patch b/audacity-1.3.5-endian-fix.patch similarity index 100% rename from audacity-1.3.4-endian-fix.patch rename to audacity-1.3.5-endian-fix.patch diff --git a/audacity-1.3.4-font-fix.patch b/audacity-1.3.5-font-fix.patch similarity index 100% rename from audacity-1.3.4-font-fix.patch rename to audacity-1.3.5-font-fix.patch diff --git a/audacity-1.3.4-nosse.patch b/audacity-1.3.5-nosse.patch similarity index 100% rename from audacity-1.3.4-nosse.patch rename to audacity-1.3.5-nosse.patch diff --git a/audacity-1.3.4-portaudio-shlib.patch b/audacity-1.3.5-portaudio-shlib.patch similarity index 100% rename from audacity-1.3.4-portaudio-shlib.patch rename to audacity-1.3.5-portaudio-shlib.patch diff --git a/audacity-1.3.4-retval.patch b/audacity-1.3.5-retval.patch similarity index 100% rename from audacity-1.3.4-retval.patch rename to audacity-1.3.5-retval.patch diff --git a/audacity-1.3.4-strict-aliasing.patch b/audacity-1.3.5-strict-aliasing.patch similarity index 100% rename from audacity-1.3.4-strict-aliasing.patch rename to audacity-1.3.5-strict-aliasing.patch diff --git a/audacity-src-1.3.4.tar.bz2 b/audacity-src-1.3.4.tar.bz2 deleted file mode 100644 index 0ec767d..0000000 --- a/audacity-src-1.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102d60e48e1928f3fd995a214ed9ba872929c6365cf5f784f107f351b42499f9 -size 4349381 diff --git a/audacity-src-1.3.5.tar.bz2 b/audacity-src-1.3.5.tar.bz2 new file mode 100644 index 0000000..3894904 --- /dev/null +++ b/audacity-src-1.3.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58beaf20d5d4bdec61c93cc9bda08faea9b1c9b51c962b4176e9390a6a65904c +size 4542637 diff --git a/audacity.changes b/audacity.changes index e4d5162..03b265d 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed May 28 15:13:22 CEST 2008 - anosek@suse.cz + +- updated to version 1.3.5 + Recording / Playback + * Several bugs fixed so that latency correction should be better, and more devices work correctly. + * Problems with invalid sample rates under Linux should be much rarer. + * Newer version of Portaudio library. + * New feature to record onto the end of an existing track (hold Shift while clicking Record). + Import / Export + * Updated versions of Libogg, Libvorbis, Libflac, Libsndfile and Twolame libraries. + * Handling of unsupported file formats more informative. + * Handling of file names with slashes on OS X improved. + * New dialog allows replacement of illegal file name characters on all platforms. + Interface + * Improved scaling and layout for rulers and VU meters. + * Envelope fixes/improvements including full control of undo/redo. + * New keyboard shortcuts and improved menu navigation. + * Preferences: + o More intuitive tab arrangement. + o New options for mute/solo and Metadata Editor behavior. + o Language can now be changed without restart. + * Expanded Build Information tab. + Effects + * New Vocal Remover plug-in, improvements for Generate effects. + +- dropped obsoleted patches (cflags.patch) (CVE-2007-6061.patch) + ------------------------------------------------------------------- Wed May 14 16:06:24 CEST 2008 - schwab@suse.de diff --git a/audacity.spec b/audacity.spec index 0b6e4a8..ea64122 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,5 +1,5 @@ # -# spec file for package audacity (Version 1.3.4) +# spec file for package audacity (Version 1.3.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,8 +16,8 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel # BuildRequires: portaudio-devel %define DISTRIBUTABLE 1 Summary: A Free, Cross-Platform Digital Audio Editor -Version: 1.3.4 -Release: 51 +Version: 1.3.5 +Release: 1 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -25,7 +25,6 @@ Url: http://audacity.sourceforge.net/ Source: %{name}-src-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.png -Patch1: %{name}-%{version}-cflags.patch Patch2: %{name}-%{version}-endian-fix.patch Patch3: %{name}-%{version}-font-fix.patch Patch4: %{name}-%{version}-portaudio-shlib.patch @@ -33,7 +32,6 @@ Patch5: %{name}-%{version}-retval.patch Patch6: %{name}-%{version}-strict-aliasing.patch Patch7: %{name}-%{version}-nosse.patch Patch8: %{name}-%{version}-compile.patch -Patch9: %{name}-%{version}-CVE-2007-6061.patch %description Audacity is a program that manipulates digital audio wave forms. In @@ -62,7 +60,6 @@ Authors: %prep %setup -q -n %{name}-src-%{version}-beta -%patch1 %patch2 %patch3 # build with local portaudio for now @@ -70,12 +67,11 @@ Authors: %patch5 %patch6 %patch8 -%patch9 %build %{?suse_update_config:%{suse_update_config -f . lib-src/*/.}} export AUTOMAKE="automake --foreign" -autoreconf -f -i +# autoreconf -f -i # Needed for audacity-1.3.3: export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure \ @@ -116,6 +112,30 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mime/packages/audacity.xml %changelog +* Wed May 28 2008 anosek@suse.cz +- updated to version 1.3.5 + Recording / Playback + * Several bugs fixed so that latency correction should be better, and more devices work correctly. + * Problems with invalid sample rates under Linux should be much rarer. + * Newer version of Portaudio library. + * New feature to record onto the end of an existing track (hold Shift while clicking Record). + Import / Export + * Updated versions of Libogg, Libvorbis, Libflac, Libsndfile and Twolame libraries. + * Handling of unsupported file formats more informative. + * Handling of file names with slashes on OS X improved. + * New dialog allows replacement of illegal file name characters on all platforms. + Interface + * Improved scaling and layout for rulers and VU meters. + * Envelope fixes/improvements including full control of undo/redo. + * New keyboard shortcuts and improved menu navigation. + * Preferences: + o More intuitive tab arrangement. + o New options for mute/solo and Metadata Editor behavior. + o Language can now be changed without restart. + * Expanded Build Information tab. + Effects + * New Vocal Remover plug-in, improvements for Generate effects. +- dropped obsoleted patches (cflags.patch) (CVE-2007-6061.patch) * Wed May 14 2008 schwab@suse.de - Remove useless patch. * Wed Apr 02 2008 anosek@suse.cz