SHA256
1
0
forked from pool/audacity
OBS User unknown 2008-04-03 08:36:39 +00:00 committed by Git OBS Bridge
parent 1ca12d0cb4
commit c4b9173f47
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,13 @@
--- 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(""))

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 2 14:11:45 CEST 2008 - anosek@suse.cz
- fixed Insecure symlink handling (bnc#344588) (CVE-2007-6061.patch)
- temp file is now created in users home directory
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 25 15:37:39 CET 2008 - adrian@suse.de Fri Jan 25 15:37:39 CET 2008 - adrian@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: audacity Name: audacity
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-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 # build with local portaudio for now
@ -17,7 +18,7 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel
%define DISTRIBUTABLE 1 %define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.4 Version: 1.3.4
Release: 5 Release: 34
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -33,6 +34,7 @@ Patch5: %{name}-%{version}-retval.patch
Patch6: %{name}-%{version}-strict-aliasing.patch Patch6: %{name}-%{version}-strict-aliasing.patch
Patch7: %{name}-%{version}-nosse.patch Patch7: %{name}-%{version}-nosse.patch
Patch8: %{name}-%{version}-compile.patch Patch8: %{name}-%{version}-compile.patch
Patch9: %{name}-%{version}-CVE-2007-6061.patch
%description %description
Audacity is a program that manipulates digital audio wave forms. In Audacity is a program that manipulates digital audio wave forms. In
@ -73,6 +75,7 @@ Authors:
%patch7 %patch7
%endif %endif
%patch8 %patch8
%patch9
%build %build
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}} %{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
@ -121,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/mime/packages/audacity.xml %{_datadir}/mime/packages/audacity.xml
%changelog %changelog
* Wed Apr 02 2008 anosek@suse.cz
- fixed Insecure symlink handling (bnc#344588) (CVE-2007-6061.patch)
- temp file is now created in users home directory
* Fri Jan 25 2008 adrian@suse.de * Fri Jan 25 2008 adrian@suse.de
- remove mad-devel in BuildRequires to keep the package as part - remove mad-devel in BuildRequires to keep the package as part
of Factory of Factory
@ -269,7 +275,7 @@ rm -rf $RPM_BUILD_ROOT
- build as user - build as user
* Mon Sep 15 2003 tiwai@suse.de * Mon Sep 15 2003 tiwai@suse.de
- added desktop icon. - added desktop icon.
* Sun Sep 14 2003 adrian@suse.de * Mon Sep 15 2003 adrian@suse.de
- add AudioVideoEditing Category - add AudioVideoEditing Category
* Fri Aug 29 2003 tiwai@suse.de * Fri Aug 29 2003 tiwai@suse.de
- fixed the bug of WAVE display. - fixed the bug of WAVE display.