[bullet/f14/master] Updatet to version 2.77

Thomas Kowaliczek linuxdonald at fedoraproject.org
Tue Sep 28 22:21:36 UTC 2010


commit fc04712ce8dc9d57646a6bd3efe4943dd37640d8
Author: LinuxDonald <linuxdonald at linuxdonald.de>
Date:   Wed Sep 29 00:19:05 2010 +0200

    Updatet to version 2.77

 bullet-2.75-cmake_pkgconfig.patch |   23 -------------------
 bullet.pc.cmake                   |    6 -----
 bullet.spec                       |   22 ++++++------------
 lib_suffix.patch                  |   44 -------------------------------------
 4 files changed, 7 insertions(+), 88 deletions(-)
---
diff --git a/bullet.spec b/bullet.spec
index d80a50f..19dd49d 100644
--- a/bullet.spec
+++ b/bullet.spec
@@ -1,6 +1,6 @@
 Name: bullet
-Version: 2.75
-Release: 4%{?dist}
+Version: 2.77
+Release: 1%{?dist}
 Summary: 3D Collision Detection and Rigid Body Dynamics Library
 Group: Development/Libraries
 License: zlib and MIT and BSD
@@ -11,21 +11,13 @@ Source0: %{name}-%{version}-free.tar.gz
 # this script to remove the non-free code before shipping it.
 # Download the upstream tarball and invoke this script while in the
 # tarball's directory:
-# ./generate-tarball.sh 2.75
+# ./generate-tarball.sh 2.77
 Source1: generate-tarball.sh
 
-Source10: bullet.pc.cmake
-
-# See http://code.google.com/p/bullet/issues/detail?id=174
-Patch0: lib_suffix.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake, libGL-devel, libGLU-devel, freeglut-devel, libICE-devel
 
-# upstreamable patch (plus Source10 above)
-Patch10: bullet-2.75-cmake_pkgconfig.patch
-
 %description
 Bullet is a 3D Collision Detection and Rigid Body Dynamics Library for games
 and animation.
@@ -41,11 +33,7 @@ Development headers and libraries for %{name}.
 
 %prep
 %setup -q
-
-install -p %{SOURCE10} .
-
 %patch0
-%patch10 -p1 -b .cmake_pkgconfig
 
 # Set these files to right permission
 chmod 644 src/LinearMath/btPoolAllocator.h
@@ -119,6 +107,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wen Sep 29 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.77-1
+- Updatet to version 2.77
+- Droped all patches because they are all in upstream
+
 * Sat Aug 21 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.75-4
 - Hope fix (#599495)
 


More information about the scm-commits mailing list