rpms/audacity/devel audacity-1.3.9-labelpopup.patch, NONE, 1.1 audacity.spec, 1.83, 1.84

Michael Schwendt mschwendt at fedoraproject.org
Mon Sep 14 07:11:27 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28108

Modified Files:
	audacity.spec 
Added Files:
	audacity-1.3.9-labelpopup.patch 
Log Message:
* Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.3.beta
- add patch to fix LabelTrack popup


audacity-1.3.9-labelpopup.patch:
 TrackPanel.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE audacity-1.3.9-labelpopup.patch ---
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);
      


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- audacity.spec	12 Sep 2009 14:08:26 -0000	1.83
+++ audacity.spec	14 Sep 2009 07:11:24 -0000	1.84
@@ -19,6 +19,7 @@ Patch1: audacity-1.3.7-libmp3lame-defaul
 Patch2: audacity-1.3.9-libdir.patch
 Patch3: audacity-1.3.8-gsocket-conflict.patch
 Patch4: audacity-1.3.9-labeltrack-crash.patch
+Patch5: audacity-1.3.9-labelpopup.patch
 Patch6: audacity-1.3.7-vamp-1.3.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -70,6 +71,7 @@ grep -q -s __RPM_LIB * -R && exit 1
 
 %patch3 -p1 -b .gsocket-conflict
 %patch4 -p1 -b .labeltrack-crash
+%patch5 -p1 -b .labelpopup
 %if 0%{?fedora} < 11
 %patch6 -p1 -b .vamp-1.3
 %endif
@@ -148,6 +150,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Mon Sep 14 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.3.beta
+- add patch to fix LabelTrack popup
+
 * Sat Sep 12 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.3.9-0.2.beta
 - add wxGTK work-around patches to fix LabelTrack crash
   (shall fix #520917 and similar race-conditions)




More information about the scm-commits mailing list