rpms/ninvaders/devel ninvaders-0.1.1-fedora.patch, NONE, 1.1 import.log, 1.1, 1.2 ninvaders.spec, 1.1, 1.2

Adam Miller maxamillion at fedoraproject.org
Tue Apr 21 19:24:38 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/ninvaders/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30273/devel

Modified Files:
	import.log ninvaders.spec 
Added Files:
	ninvaders-0.1.1-fedora.patch 
Log Message:
Patched Makefile to include $RPM_OPT_FLAGS to fix debuginfo issue



ninvaders-0.1.1-fedora.patch:

--- NEW FILE ninvaders-0.1.1-fedora.patch ---
--- Makefile	2003-05-08 14:19:50.000000000 -0500
+++ Makefile.patched	2009-04-21 14:17:47.000000000 -0500
@@ -1,5 +1,5 @@
 CC=gcc
-CFLAGS=-O3 -Wall
+CFLAGS=-O3 -Wall $(RPM_OPT_FLAGS)
 LIBS=-lncurses
 
 CFILES=globals.c view.c aliens.c ufo.c player.c nInvaders.c


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/ninvaders/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	23 Mar 2009 13:30:20 -0000	1.1
+++ import.log	21 Apr 2009 19:24:35 -0000	1.2
@@ -1 +1,2 @@
 ninvaders-0_1_1-2:HEAD:ninvaders-0.1.1-2.src.rpm:1237814978
+ninvaders-0_1_1-3:HEAD:ninvaders-0.1.1-3.src.rpm:1240341840


Index: ninvaders.spec
===================================================================
RCS file: /cvs/extras/rpms/ninvaders/devel/ninvaders.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ninvaders.spec	23 Mar 2009 13:30:20 -0000	1.1
+++ ninvaders.spec	21 Apr 2009 19:24:35 -0000	1.2
@@ -1,12 +1,14 @@
 Name:           ninvaders
 Version:        0.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Space Invaders clone written in ncurses for cli gaming
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://ninvaders.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         ninvaders-0.1.1-fedora.patch
+
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  ncurses-devel
@@ -18,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 iconv -f iso-8859-1 -t utf8 ChangeLog > ChangeLog.new && \
 touch -r ChangeLog ChangeLog.new && mv ChangeLog.new ChangeLog
 
@@ -39,6 +42,9 @@
 
 
 %changelog
+* Tue Apr 21 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.1.1-3
+- Patched Makefile to include $RPM_OPT_FLAGS to fix debuginfo issue
+
 * Fri Mar 20 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.1.1-2
 - Added smp_mflags, fixed utf8 encoding, removed ncurses requirement
 - Added trailing period to description, changed name to match upstream




More information about the scm-commits mailing list