[bullet/f14/master] Hope fix #599495

Thomas Kowaliczek linuxdonald at fedoraproject.org
Fri Aug 20 23:29:31 UTC 2010


commit 97f6a93aaa6f1c2a87789516a553ed2fd8bc3125
Author: LinuxDonald <linuxdonald at linuxdonald.de>
Date:   Sat Aug 21 01:29:25 2010 +0200

    Hope fix #599495

 bullet.pc.cmake |    4 ++--
 bullet.spec     |    8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/bullet.pc.cmake b/bullet.pc.cmake
index c6be414..826948f 100644
--- a/bullet.pc.cmake
+++ b/bullet.pc.cmake
@@ -2,5 +2,5 @@ Name: bullet
 Description: Bullet Continuous Collision Detection and Physics Library
 Requires:
 Version: @BULLET_VERSION@
-Libs: -L at LIB_DESTINATION@ -lbulletdynamics -lbulletcollision -lbulletmath
-Cflags: -I at INCLUDE_INSTALL_DIR@/bullet
+Libs: -L at LIB_DESTINATION@ -lBulletDynamics -lBulletCollision -lBulletMath -lBulletSoftBody
+Cflags: -I at INCLUDE_INSTALL_DIR@/
diff --git a/bullet.spec b/bullet.spec
index 1a908d0..d80a50f 100644
--- a/bullet.spec
+++ b/bullet.spec
@@ -1,6 +1,6 @@
 Name: bullet
 Version: 2.75
-Release: 2%{?dist}
+Release: 4%{?dist}
 Summary: 3D Collision Detection and Rigid Body Dynamics Library
 Group: Development/Libraries
 License: zlib and MIT and BSD
@@ -119,6 +119,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 21 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.75-4
+- Hope fix (#599495)
+
+* Sat Aug 21 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.75-3
+- Hope fix (#619885)
+
 * Tue Mar 09 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.75-2
 - pkgconfig file not installed (#549051)
 


More information about the scm-commits mailing list