[bullet] Hope fix #599495

Thomas Kowaliczek linuxdonald at fedoraproject.org
Fri Aug 20 23:16:13 UTC 2010


commit a6bbb418c698cf3a23d62c8204daf2b8cad66249
Author: LinuxDonald <linuxdonald at linuxdonald.de>
Date:   Sat Aug 21 01:16:03 2010 +0200

    Hope fix #599495

 bullet.pc.cmake |    2 +-
 bullet.spec     |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/bullet.pc.cmake b/bullet.pc.cmake
index 269ebfb..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
+Libs: -L at LIB_DESTINATION@ -lBulletDynamics -lBulletCollision -lBulletMath -lBulletSoftBody
 Cflags: -I at INCLUDE_INSTALL_DIR@/
diff --git a/bullet.spec b/bullet.spec
index a1ece32..d80a50f 100644
--- a/bullet.spec
+++ b/bullet.spec
@@ -1,6 +1,6 @@
 Name: bullet
 Version: 2.75
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: 3D Collision Detection and Rigid Body Dynamics Library
 Group: Development/Libraries
 License: zlib and MIT and BSD
@@ -119,7 +119,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Aug 09 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.75-3
+* 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


More information about the scm-commits mailing list