rpms/nethack-vultures/devel nethack-vultures-1.11.0-optflags.patch, 1.1, 1.2 nethack-vultures.spec, 1.5, 1.6

Karen Rei Pease (meme) fedora-extras-commits at redhat.com
Thu Dec 15 19:46:00 UTC 2005


Author: meme

Update of /cvs/extras/rpms/nethack-vultures/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7075/devel

Modified Files:
	nethack-vultures-1.11.0-optflags.patch nethack-vultures.spec 
Log Message:
Darn, I didn't get that patch right :(  this should do it.



nethack-vultures-1.11.0-optflags.patch:

Index: nethack-vultures-1.11.0-optflags.patch
===================================================================
RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures-1.11.0-optflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nethack-vultures-1.11.0-optflags.patch	15 Dec 2005 19:19:03 -0000	1.1
+++ nethack-vultures-1.11.0-optflags.patch	15 Dec 2005 19:45:58 -0000	1.2
@@ -1,16 +1,16 @@
---- vultures-1.10.1/nethack/sys/unix/Makefile.src~	2005-11-11 10:47:34.000000000 +0200
-+++ vultures-1.10.1/nethack/sys/unix/Makefile.src	2005-11-15 16:44:21.000000000 +0200
-@@ -164,7 +164,7 @@
- # flags for debugging:
- # CFLAGS = -g -I../include
- 
--CFLAGS = -g -I../include -I../win/vultures/
+--- vultures-1.11.1/nethack/sys/unix/Makefile.src~	2005-11-11 10:47:34.000000000 +0200
++++ vultures-1.11.1/nethack/sys/unix/Makefile.src	2005-11-15 16:44:21.000000000 +0200
+@@ -153,7 +153,7 @@
+ 
+ # VULTURESCFLAGS will be passed to the sub-makefile for vultures
+ VULTURESCFLAGS = -Wall -g
+-CFLAGS = -g -I../include -I ../win/vultures/
 +CFLAGS = $(RPM_OPT_FLAGS) -I../include -I../win/vultures/
  LFLAGS = 
  
  # The Qt and Be window systems are written in C++, while the rest of
---- vultures-1.10.1/nethack/sys/unix/Makefile.utl~	2005-11-11 10:47:34.000000000 +0200
-+++ vultures-1.10.1/nethack/sys/unix/Makefile.utl	2005-11-15 16:44:49.000000000 +0200
+--- vultures-1.11.1/nethack/sys/unix/Makefile.utl~	2005-11-11 10:47:34.000000000 +0200
++++ vultures-1.11.1/nethack/sys/unix/Makefile.utl	2005-11-15 16:44:49.000000000 +0200
 @@ -89,7 +89,7 @@
  # flags for debugging:
  # CFLAGS = -g -I../include
@@ -20,19 +20,19 @@
  LFLAGS =
  
  LIBS =
---- vultures-1.10.1/slashem/sys/unix/Makefile.src~	2005-11-11 10:47:37.000000000 +0200
-+++ vultures-1.10.1/slashem/sys/unix/Makefile.src	2005-11-15 16:45:05.000000000 +0200
-@@ -157,7 +157,7 @@
- # flags for debugging:
- # CFLAGS = -g -I../include
- 
+--- vultures-1.11.1/slashem/sys/unix/Makefile.src~	2005-11-11 10:47:37.000000000 +0200
++++ vultures-1.11.1/slashem/sys/unix/Makefile.src	2005-11-15 16:45:05.000000000 +0200
+@@ -147,7 +157,7 @@
+
+ # VULTURESCFLAGS will be passed to the sub-makefile for vultures
+ VULTURESCFLAGS = -g -O -Wall
 -CFLAGS = -g -O -I../include -I../win/vultures
 +CFLAGS = $(RPM_OPT_FLAGS) -I../include -I../win/vultures
  LFLAGS =
  
  # Only used for the Gnome interface.
---- vultures-1.10.1/slashem/sys/unix/Makefile.utl~	2005-11-11 10:47:37.000000000 +0200
-+++ vultures-1.10.1/slashem/sys/unix/Makefile.utl	2005-11-15 16:45:14.000000000 +0200
+--- vultures-1.11.1/slashem/sys/unix/Makefile.utl~	2005-11-11 10:47:37.000000000 +0200
++++ vultures-1.11.1/slashem/sys/unix/Makefile.utl	2005-11-15 16:45:14.000000000 +0200
 @@ -89,7 +89,7 @@
  # flags for debugging:
  # CFLAGS = -g -I../include


Index: nethack-vultures.spec
===================================================================
RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nethack-vultures.spec	15 Dec 2005 19:19:03 -0000	1.5
+++ nethack-vultures.spec	15 Dec 2005 19:45:58 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           nethack-vultures
 Version:        1.11.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        NetHack - Vulture's Eye and Vulture's Claw
 
 Group:          Amusements/Games
@@ -160,6 +160,9 @@
 
 
 %changelog
+* Thu Dec 15 2005 Karen Pease <meme at daughtersoftiresias.org> - 1.11.0-3
+- Didn't quite get that patch right.
+
 * Thu Dec 15 2005 Karen Pease <meme at daughtersoftiresias.org> - 1.11.0-2%{?dist}
 - Forgot to update the patches previously; done.
 




More information about the scm-commits mailing list