rpms/gt/devel gt-0.4-unsf-tremolo.patch,NONE,1.1 gt.spec,1.4,1.5

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Feb 3 14:03:41 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/gt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12321

Modified Files:
	gt.spec 
Added Files:
	gt-0.4-unsf-tremolo.patch 
Log Message:
* Sun Feb  3 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-7
- Fix an error in unsf's tremolo settings export


gt-0.4-unsf-tremolo.patch:

--- NEW FILE gt-0.4-unsf-tremolo.patch ---
diff -up gt-0.4/utils/unsf.c~ gt-0.4/utils/unsf.c
--- gt-0.4/utils/unsf.c~	2008-02-03 13:45:08.000000000 +0100
+++ gt-0.4/utils/unsf.c	2008-02-03 13:45:08.000000000 +0100
@@ -1462,7 +1462,7 @@ convert_lfo (void)
 static void convert_tremolo(void)
 {
 	int level;
-	unsigned int freq;
+	int freq;
 
 	sp_tremolo_phase_increment = sp_tremolo_sweep_increment = sp_tremolo_depth = 0;
 


Index: gt.spec
===================================================================
RCS file: /cvs/extras/rpms/gt/devel/gt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gt.spec	2 Feb 2008 21:40:07 -0000	1.4
+++ gt.spec	3 Feb 2008 14:03:06 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           gt
 Version:        0.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Modified Timidity which supportes enhanced gus format patches
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -16,6 +16,7 @@
 Patch3:         gt-0.4-config-default-velocity-layer.patch
 Patch4:         gt-0.4-ppc-compile-fix.patch
 Patch5:         gt-0.4-unsf-bigendian-fix.patch
+Patch6:         gt-0.4-unsf-tremolo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  alsa-lib-devel libvorbis-devel
 Requires:       timidity++-patches
@@ -42,6 +43,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 cp -p src/README README.timidity
 
 
@@ -81,6 +83,9 @@
 
 
 %changelog
+* Sun Feb  3 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-7
+- Fix an error in unsf's tremolo settings export
+
 * Sat Feb  2 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-6
 - Fix hopefully the last endian issue in unsf
 




More information about the fedora-extras-commits mailing list