Hello community,

here is the log from the commit of package ode for openSUSE:Factory checked in 
at 2017-11-16 14:01:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ode (Old)
 and      /work/SRC/openSUSE:Factory/.ode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ode"

Thu Nov 16 14:01:31 2017 rev:3 rq:541084 version:0.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ode/ode.changes  2017-06-20 09:40:06.562487367 
+0200
+++ /work/SRC/openSUSE:Factory/.ode.new/ode.changes     2017-11-16 
14:01:33.436445080 +0100
@@ -1,0 +2,36 @@
+Thu Nov  9 15:11:32 UTC 2017 - [email protected]
+
+- Update to 0.15.2:
+  * Fixed: A bug with dWorldStep assigning both body feedbacks into
+    the first body variables fixed 
+- Includes changes from 0.15.1:
+  * Changed: dSTATIC_ARRAY_SIZE() macro has been added
+  * code refactoring, cleanup, optimizations
+- Includes changes from 0.15, 0.14, 0.13.1:
+  * Changed: dSTATIC_ARRAY_SIZE() macro has been added
+  * Changed: Project generation options changed to enable built-in
+    multithreaded threading by default
+  * Changed: dWorldStep threaded execution extended to final steps
+    on constraint force application and body position updates
+  * New: dAddVectorScaledVector3() function has been added
+  * New: CCD_ATAN2() macro added for libccd
+  * New: dAddThreeScaledVectors3() function added in the odemath.h
+  * Deprecations:
+    + dGeomTriMeshDataGetBuff (use dGeomTriMeshDataGet)
+    + dGeomTriMeshDataSetBuff (use dGeomTriMeshDataSet)
+    + ddGeomTriMeshDataPreprocess (use GeomTriMeshDataPreprocess2)
+  * Changed: Trimesh-Convex edge contact normals have been changed
+    to retain their inclination along edges as generated by libCCD
+  * Changed: A finer control over OU features implemented and OU
+    basic features have been made available by default
+  * Fixed: An access beyond the edges array has been fixed in the
+    case if last edge was a boundary one
+  * Fixed: A bug fixed with HashSpace calling big boxes collision
+    twice (both straight and reverse geometries order)
+- For the full list of changes, see:
+  * https://bitbucket.org/odedevs/ode/compare/0.15.2%0D0.13
+- cleanup with spec-cleaner
+- move to new bitbucket url
+- use %make_install macro
+
+-------------------------------------------------------------------

Old:
----
  ode-0.13.tar.bz2

New:
----
  ode-0.15.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ode.spec ++++++
--- /var/tmp/diff_new_pack.FeCZBf/_old  2017-11-16 14:01:33.992424932 +0100
+++ /var/tmp/diff_new_pack.FeCZBf/_new  2017-11-16 14:01:33.996424787 +0100
@@ -16,17 +16,16 @@
 #
 
 
-%define so_maj  3
+%define so_maj  6
 %define lname   libode%{so_maj}
-
 Name:           ode
-Url:            http://ode.org/
+Version:        0.15.2
+Release:        0
 Summary:        Open Dynamics Engine Library
-License:        LGPL-2.1+ or BSD-3-Clause or Zlib
+License:        LGPL-2.1+ OR BSD-3-Clause OR Zlib
 Group:          Development/Libraries/C and C++
-Version:        0.13
-Release:        0
-Source0:        
https://sourceforge.net/projects/opende/files/ODE/%{version}/ode-%{version}.tar.bz2
+Url:            http://ode.org/
+Source0:        
https://bitbucket.org/odedevs/ode/downloads/%{name}-%{version}.tar.gz
 Source1:        ode-config.1
 Patch0:         ode-iso-cpp.patch
 BuildRequires:  Mesa-devel
@@ -85,7 +84,7 @@
 make V=1 %{?_smp_mflags}
 
 %install
-make V=1 %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 mkdir -p %{buildroot}%{_mandir}/man1
 gzip -c9 %{SOURCE1} | tee -a %{buildroot}%{_mandir}/man1/ode-config.1.gz
 find %{buildroot} -type f -name "*.la" -delete -print
@@ -101,14 +100,12 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(-,root,root)
-%doc LICENSE.TXT README.txt CHANGELOG.txt COPYING
+%doc LICENSE.TXT
 %{_libdir}/libode.so.%{so_maj}.*
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/ode-config
-%{_mandir}/man1/ode-config.1.gz
+%{_mandir}/man1/ode-config.1%{ext_man}
 %{_includedir}/ode
 %{_libdir}/libode.so
 %{_libdir}/libode.so.%{so_maj}


Reply via email to