diff --git a/audacity-1.3.9-labelpopup.patch b/audacity-1.3.9-labelpopup.patch new file mode 100644 index 0000000..1374104 --- /dev/null +++ b/audacity-1.3.9-labelpopup.patch @@ -0,0 +1,12 @@ +diff -Nur audacity-src-1.3.9-orig/src/TrackPanel.cpp audacity-src-1.3.9/src/TrackPanel.cpp +--- audacity-src-1.3.9-orig/src/TrackPanel.cpp 2009-08-31 12:45:39.000000000 +0200 ++++ audacity-src-1.3.9/src/TrackPanel.cpp 2009-09-14 08:52:22.764231346 +0200 +@@ -4464,7 +4464,7 @@ + } + + +- if (event.RightDown()) { ++ if (event.RightUp()) { + // popup menu for editing + RefreshTrack(lTrack); + diff --git a/audacity.spec b/audacity.spec index 0e625d9..2dde517 100644 --- a/audacity.spec +++ b/audacity.spec @@ -5,7 +5,7 @@ Name: audacity Version: 1.3.9 -Release: 0.2.beta%{?dist} +Release: 0.3.beta%{?dist} Summary: Multitrack audio editor Group: Applications/Multimedia License: GPLv2