rpms/stormbaancoureur/devel stormbaancoureur-1.5.3-no-static-ode.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 stormbaancoureur.spec, 1.4, 1.5 stormbaancoureur-1.5-warning.patch, 1.1, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Oct 18 13:56:28 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/stormbaancoureur/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18004

Modified Files:
	.cvsignore sources stormbaancoureur.spec 
Added Files:
	stormbaancoureur-1.5.3-no-static-ode.patch 
Removed Files:
	stormbaancoureur-1.5-warning.patch 
Log Message:
* Thu Oct 18 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.5.3-1
- New upstream bugfix release 1.5.3


stormbaancoureur-1.5.3-no-static-ode.patch:

--- NEW FILE stormbaancoureur-1.5.3-no-static-ode.patch ---
diff -up stormbaancoureur-1.5.3/src-stormbaancoureur/Makefile~ stormbaancoureur-1.5.3/src-stormbaancoureur/Makefile
--- stormbaancoureur-1.5.3/src-stormbaancoureur/Makefile~	2007-10-18 15:04:52.000000000 +0200
+++ stormbaancoureur-1.5.3/src-stormbaancoureur/Makefile	2007-10-18 15:04:52.000000000 +0200
@@ -38,7 +38,7 @@ OBJS=\
 
 
 LIBS=\
-  $(ODEPREFIX)/$(LIBDIRNAME)/libode.a \
+  -lode \
   -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul \
   -lglut -lGLU -lGL -lasound
 
@@ -46,7 +46,7 @@ LIBS=\
 all: stormbaancoureur
 
 
-stormbaancoureur: $(OBJS) $(ODEPREFIX)/$(LIBDIRNAME)/libode.a
+stormbaancoureur: $(OBJS)
 	$(CXX) -o stormbaancoureur $(OBJS) $(LFLAGS) $(LIBS)
 
 staticworldobject.o: ../src-common/staticworldobject.cxx ../src-common/staticworldobject.h ../src-common/worldobject.h


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/stormbaancoureur/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	16 Aug 2007 21:57:26 -0000	1.7
+++ .cvsignore	18 Oct 2007 13:55:55 -0000	1.8
@@ -1 +1 @@
-stormbaancoureur-1.5.1.tar.gz
+stormbaancoureur-1.5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/stormbaancoureur/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	16 Aug 2007 21:57:26 -0000	1.7
+++ sources	18 Oct 2007 13:55:55 -0000	1.8
@@ -1 +1 @@
-b6d3882a5d181b85d7881d667a5834ed  stormbaancoureur-1.5.1.tar.gz
+fa8890941964cf7144367a4f53a4da85  stormbaancoureur-1.5.3.tar.gz


Index: stormbaancoureur.spec
===================================================================
RCS file: /cvs/extras/rpms/stormbaancoureur/devel/stormbaancoureur.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stormbaancoureur.spec	25 Sep 2007 07:07:22 -0000	1.4
+++ stormbaancoureur.spec	18 Oct 2007 13:55:55 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           stormbaancoureur
-Version:        1.5.1
-Release:        2%{?dist}
+Version:        1.5.3
+Release:        1%{?dist}
 Summary:        Simulated obstacle course for automobiles
 Group:          Amusements/Games
 License:        GPLv2+
@@ -8,7 +8,7 @@
 Source0:        http://bram.creative4vision.nl/sturmbahnfahrer/download/%{name}-%{version}.tar.gz 
 Source1:        %{name}.desktop
 Source2:        sturmbahnfahrer.png
-Patch0:         stormbaancoureur-1.5-warning.patch
+Patch0:         stormbaancoureur-1.5.3-no-static-ode.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  plib-devel ode-devel freeglut-devel desktop-file-utils
 BuildRequires:  alsa-lib-devel
@@ -25,7 +25,6 @@
 %prep
 %setup -q
 %patch0 -p1
-sed -i 's|$(ODEPREFIX)/lib/libode.a|-lode|' src-%{name}/Makefile
 sed -i 's|/usr/share/games/%{name}|%{_datadir}/%{name}|' src-%{name}/main.cxx
 
 
@@ -89,6 +88,9 @@
 
 
 %changelog
+* Thu Oct 18 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.5.3-1
+- New upstream bugfix release 1.5.3
+
 * Tue Sep 25 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.5.1-2
 - Use opengl-games-utils wrapper to show error dialog when DRI is missing
 


--- stormbaancoureur-1.5-warning.patch DELETED ---




More information about the fedora-extras-commits mailing list