diff --git a/gxmame/gxmame.patch b/gxmame/gxmame.patch deleted file mode 100644 index eb3d9b31b9..0000000000 --- a/gxmame/gxmame.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: src/options.c ---- src/options.c.orig 2003-06-08 20:48:37.000000000 +0200 -+++ src/options.c 2003-10-26 19:49:01.000000000 +0100 -@@ -6555,8 +6555,8 @@ - "-%sanalogstick " - "%s " /* joy */ - "-%smouse " -- "-%shotrod " -- "-%shotrodse " -+ "%s " -+ "%s " - "-%susbpspad " - "-%srapidfire " - "%s " /* trackball1 */ -@@ -6571,8 +6571,8 @@ - (target->analogstick)?"":"no", - joy?joy:"", - (target->mouse)?"":"no", -- (target->hotrod)?"":"no", -- (target->hotrodse)?"":"no", -+ (target->hotrod)?"-ctrlr HotRod":"", -+ (target->hotrodse)?"-ctrlr HotRodSE":"", - (target->usbpspad)?"":"no", - (target->rapidfire)?"":"no", - trackball1?trackball1:"", diff --git a/gxmame/gxmame.spec b/gxmame/gxmame.spec index b3d2827ff9..4ed0986703 100644 --- a/gxmame/gxmame.spec +++ b/gxmame/gxmame.spec @@ -32,12 +32,11 @@ Packager: The OpenPKG Project Distribution: OpenPKG [EVAL] Group: Games License: GPL -Version: 0.33 -Release: 20031026 +Version: 0.34 +Release: 20031216 # list of sources Source0: http://osdn.dl.sourceforge.net/gxmame/gxmame-%{version}.tar.gz -Patch0: gxmame.patch # build information Prefix: %{l_prefix} @@ -56,7 +55,6 @@ AutoReqProv: no %prep %setup -q - %patch -p0 %build CC="%{l_cc}" \