rpms/zasx/devel zasx-1.30-fixes.patch,1.1,1.2 zasx.spec,1.8,1.9

Hans de Goede jwrdegoede at fedoraproject.org
Sun Feb 14 09:37:01 UTC 2010


Author: jwrdegoede

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

Modified Files:
	zasx-1.30-fixes.patch zasx.spec 
Log Message:
* Sun Feb 14 2010 Hans de Goede <hdegoede at redhat.com> 1.30-9
- Fix FTBFS (#565175)


zasx-1.30-fixes.patch:
 Makefile            |   25 ++++++++
 include/anim.h      |    2 
 include/asteroid.h  |    2 
 include/config.h    |    2 
 include/game.h      |    1 
 include/gamemenu.h  |    2 
 include/gametimer.h |    2 
 include/gfx.h       |   11 ++-
 include/jgmod.h     |   40 ++++++++++++++
 include/log.h       |    8 +-
 include/particle.h  |    2 
 include/star.h      |    2 
 include/weapon.h    |    2 
 src/anim.c          |    2 
 src/asteroid.c      |    2 
 src/config.c        |   43 +++++++++++++--
 src/dataload.c      |   36 ++++++------
 src/drs.c           |   33 ++++++-----
 src/gamemenu.c      |    5 -
 src/gametimer.c     |   34 ++++++++++--
 src/gfx.c           |   31 +++--------
 src/input.c         |   43 +++++++--------
 src/jgmod.c         |  146 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c          |   80 +++++++++++++++++++++-------
 src/scorer.c        |   22 +++++--
 src/star.c          |    2 
 src/unix.c          |   38 +++++++++++++
 src/weapon.c        |   15 -----
 28 files changed, 480 insertions(+), 153 deletions(-)

Index: zasx-1.30-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/zasx/devel/zasx-1.30-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- zasx-1.30-fixes.patch	3 Apr 2006 19:24:55 -0000	1.1
+++ zasx-1.30-fixes.patch	14 Feb 2010 09:37:00 -0000	1.2
@@ -5,7 +5,7 @@ diff -urN Zasx.org/Makefile Zasx/Makefil
 +PREFIX  = /usr/local
 +DATADIR = $(PREFIX)/share/$(TARGET)
 +CFLAGS  = -g -Wall -Wno-deprecated-declarations -O2 -fsigned-char
-+LDFLAGS = `allegro-config --libs` -ldumb -laldmb
++LDFLAGS = `allegro-config --libs` -ldumb -laldmb -lm -lpthread
 +DEFINES = -DDATADIR=\"$(DATADIR)/\" -Iinclude
 +OBJS    = obj/anim.o obj/dataload.o obj/gamemenu.o obj/input.o obj/log.o \
 + obj/particle.o obj/scorer.o obj/asteroid.o obj/drs.o obj/gametimer.o \


Index: zasx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zasx/devel/zasx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- zasx.spec	27 Jul 2009 08:59:28 -0000	1.8
+++ zasx.spec	14 Feb 2010 09:37:00 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           zasx
 Version:        1.30
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Asteroid like game with powerups
 Group:          Amusements/Games
 License:        GPLv2+ and Freely redistributable without restriction
@@ -74,6 +74,9 @@ fi
 
 
 %changelog
+* Sun Feb 14 2010 Hans de Goede <hdegoede at redhat.com> 1.30-9
+- Fix FTBFS (#565175)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.30-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list