rpms/ode/devel ode-0.9-no-normalize-assert.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 ode.spec, 1.9, 1.10 sources, 1.6, 1.7

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Oct 12 20:54:32 UTC 2007


Author: jwrdegoede

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

Modified Files:
	.cvsignore ode.spec sources 
Added Files:
	ode-0.9-no-normalize-assert.patch 
Log Message:
* Fri Oct 12 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9-1
- New upstream release 0.9 (final)


ode-0.9-no-normalize-assert.patch:

--- NEW FILE ode-0.9-no-normalize-assert.patch ---
diff -up ode-0.9/include/ode/odemath.h~ ode-0.9/include/ode/odemath.h
--- ode-0.9/include/ode/odemath.h~	2007-10-12 22:08:55.000000000 +0200
+++ ode-0.9/include/ode/odemath.h	2007-10-12 22:08:55.000000000 +0200
@@ -294,14 +294,14 @@ ODE_API int  dSafeNormalize4 (dVector4 a
 static __inline void _dNormalize3(dVector3 a)
 {
 	int bNormalizationResult = dSafeNormalize3(a);
-	dIASSERT(bNormalizationResult);
+/*	dIASSERT(bNormalizationResult); */
 	dVARIABLEUSED(bNormalizationResult);
 }
 
 static __inline void _dNormalize4(dVector4 a)
 {
 	int bNormalizationResult = dSafeNormalize4(a);
-	dIASSERT(bNormalizationResult);
+/*	dIASSERT(bNormalizationResult); */
 	dVARIABLEUSED(bNormalizationResult);
 }
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ode/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	28 Sep 2007 15:05:34 -0000	1.6
+++ .cvsignore	12 Oct 2007 20:53:59 -0000	1.7
@@ -1 +1 @@
-ode-src-0.9-rc1.zip
+ode-src-0.9.zip


Index: ode.spec
===================================================================
RCS file: /cvs/extras/rpms/ode/devel/ode.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ode.spec	28 Sep 2007 15:05:34 -0000	1.9
+++ ode.spec	12 Oct 2007 20:53:59 -0000	1.10
@@ -1,15 +1,15 @@
-%define prever rc1
-
 Name:           ode
 Version:        0.9
-Release:        0.1.%{prever}%{?dist}
+Release:        1%{?dist}
 Summary:        High performance library for simulating rigid body dynamics
 Group:          System Environment/Libraries
 License:        BSD or LGPLv2+
 URL:            http://www.ode.org
-Source0:        http://downloads.sourceforge.net/opende/ode-src-%{version}-%{prever}.zip
+Source0:        http://downloads.sourceforge.net/opende/ode-src-%{version}.zip
 Patch0:         ode-0.6-configure.patch
 Patch1:         ode-0.8-install.patch
+# hack to stop stormbaancoureur from aborting due to a (new in 0.9) assert
+Patch2:         ode-0.9-no-normalize-assert.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libGL-devel libGLU-devel
 
@@ -33,9 +33,10 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-%{prever}
+%setup -q
 %patch0 -p1 -z .configure
 %patch1 -p1 -z .install
+%patch2 -p1
 # sigh stop autoxxx from rerunning because of our patches above.
 touch aclocal.m4
 touch configure
@@ -81,6 +82,9 @@
 
 
 %changelog
+* Fri Oct 12 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9-1
+- New upstream release 0.9 (final)
+
 * Fri Sep 28 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9-0.1.rc1
 - New upstream release 0.9-rc1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ode/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Sep 2007 15:05:34 -0000	1.6
+++ sources	12 Oct 2007 20:53:59 -0000	1.7
@@ -1 +1 @@
-94187243d98df4c687f11afa11743d54  ode-src-0.9-rc1.zip
+4c03759b76a0649a6d5108c8e172e1e4  ode-src-0.9.zip




More information about the fedora-extras-commits mailing list