rpms/nethack-vultures/FC-4 nethack-vultures-1.11.0-optflags.patch, NONE, 1.1 nethack-vultures.spec, 1.4, 1.5

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


Author: meme

Update of /cvs/extras/rpms/nethack-vultures/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6617/FC-4

Modified Files:
	nethack-vultures.spec 
Added Files:
	nethack-vultures-1.11.0-optflags.patch 
Log Message:
Fixed (?) some broken patches.



nethack-vultures-1.11.0-optflags.patch:

--- NEW FILE nethack-vultures-1.11.0-optflags.patch ---
--- 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/
+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
@@ -89,7 +89,7 @@
 # flags for debugging:
 # CFLAGS = -g -I../include
 
-CFLAGS = -O -I../include -I../win/vultures -DVULTURESEYE
+CFLAGS = $(RPM_OPT_FLAGS) -I../include -I../win/vultures -DVULTURESEYE
 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
 
-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
@@ -89,7 +89,7 @@
 # flags for debugging:
 # CFLAGS = -g -I../include
 
-CFLAGS = -O -I../include -I../win/vultures -DVULTURESCLAW
+CFLAGS = $(RPM_OPT_FLAGS) -I../include -I../win/vultures -DVULTURESCLAW
 LFLAGS =
 
 LIBS =


Index: nethack-vultures.spec
===================================================================
RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nethack-vultures.spec	15 Dec 2005 18:33:01 -0000	1.4
+++ nethack-vultures.spec	15 Dec 2005 19:18:57 -0000	1.5
@@ -7,10 +7,9 @@
 License:        NetHack General Public License
 URL:            http://www.darkarts.co.za/projects/vultures/
 Source0:        http://www.darkarts.co.za/projects/vultures/downloads/vultures-%{version}/vultures-%{version}-full.tar.bz2
-Patch0:         %{name}-1.10.1-optflags.patch
+Patch0:         %{name}-1.11.0-optflags.patch
 Patch1:         %{name}-1.10.1-config.patch
 Patch2:         %{name}-1.10.1-clawguide.patch
-Patch3:         %{name}-1.10.1-log2stderr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel
@@ -161,6 +160,9 @@
 
 
 %changelog
+* Thu Dec 15 2005 Karen Pease <meme at daughtersoftiresias.org> - 1.11.0-2%{?dist}
+- Forgot to update the patches previously; done.
+
 * Thu Dec 15 2005 Karen Pease <meme at daughtersoftiresias.org> - 1.11.0-1%{?dist}
 - Upgraded the tarball to the latest release
 - Upped the version




More information about the scm-commits mailing list