rpms/gt/devel gt-0.4-config-default-velocity-layer.patch, 1.1, 1.2 gt.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Feb 1 16:30:37 UTC 2008


Author: jwrdegoede

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

Modified Files:
	gt-0.4-config-default-velocity-layer.patch gt.spec 
Log Message:
* Fri Feb  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-5
- And fix unsf for char being unsigned on ppc <sigh>


gt-0.4-config-default-velocity-layer.patch:

Index: gt-0.4-config-default-velocity-layer.patch
===================================================================
RCS file: /cvs/extras/rpms/gt/devel/gt-0.4-config-default-velocity-layer.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gt-0.4-config-default-velocity-layer.patch	30 Jan 2008 21:23:32 -0000	1.1
+++ gt-0.4-config-default-velocity-layer.patch	1 Feb 2008 16:30:26 -0000	1.2
@@ -7,8 +7,8 @@
  
 +/* allow the user to choose which velocity to write the first (as the first
 +   one gets used by apps which do not know about the extended patch format) */
-+static char melody_velocity_override[128][128];
-+static char drum_velocity_override[128][128];
++static signed char melody_velocity_override[128][128];
++static signed char drum_velocity_override[128][128];
 +
  static int opt_8bit = FALSE;
  static int opt_verbose = FALSE;


Index: gt.spec
===================================================================
RCS file: /cvs/extras/rpms/gt/devel/gt.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gt.spec	1 Feb 2008 13:15:44 -0000	1.2
+++ gt.spec	1 Feb 2008 16:30:26 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           gt
 Version:        0.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Modified Timidity which supportes enhanced gus format patches
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -46,9 +46,9 @@
 
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
 %configure
-# doesn't build properly with %{?_smp_mflags}
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -81,6 +81,9 @@
 
 
 %changelog
+* Fri Feb  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-5
+- And fix unsf for char being unsigned on ppc <sigh>
+
 * Fri Feb  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-4
 - Fix unsf running on big endian systems
 




More information about the fedora-extras-commits mailing list