[ode] 0.12.

Jon Ciesla limb at fedoraproject.org
Fri Aug 24 12:36:27 UTC 2012


commit 1b843b6ddc7ae30dc76524a4dbfebde883ee821c
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Aug 24 07:35:38 2012 -0500

    0.12.

 .gitignore |    1 +
 ode.spec   |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 022198b..18fe911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ode-0.11.1.tar.bz2
+/ode-0.12.tar.bz2
diff --git a/ode.spec b/ode.spec
index df0a73b..6d9a525 100644
--- a/ode.spec
+++ b/ode.spec
@@ -1,6 +1,6 @@
 Name:           ode
-Version:        0.11.1
-Release:        8%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        High performance library for simulating rigid body dynamics
 Group:          System Environment/Libraries
 License:        BSD or LGPLv2+
@@ -50,7 +50,7 @@ developing applications that use %{name} or %{name}-double.
 # to stop autoxxx from getting regenerated because of our configure patch
 touch -r CHANGELOG.txt configure.in
 # stop rpmlint from complaining about executable files in the debug package
-chmod -x ode/src/stepfast.cpp include/ode/collision_trimesh.h \
+chmod -x include/ode/collision_trimesh.h \
   include/ode/odeconfig.h
 
 
@@ -98,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc CHANGELOG.txt LICENSE*.TXT README.txt
-%{_libdir}/libode.so.1*
+%{_libdir}/libode.so.3*
 
 %files double
 %defattr(-,root,root,-)
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 19 2012 Jon Ciesla <limburgher at gmail.com> - 0.12-1
+- New upstream, BZ 845478.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d937b75..04d0fab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5d51e4c73bff379e5ae18ac218ebba3  ode-0.11.1.tar.bz2
+48fdd41fae1a7e7831feeded09826599  ode-0.12.tar.bz2


More information about the scm-commits mailing list