diff --git a/blender.spec b/blender.spec index 309eefe..a1afc3d 100644 --- a/blender.spec +++ b/blender.spec @@ -22,7 +22,7 @@ Name: blender Epoch: 1 Version: %{blender_api} -Release: 1%{?dist} +Release: 3%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -182,7 +182,8 @@ cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DWITH_PYTHON_SAFETY=ON \ -DWITH_PLAYER=ON \ -DWITH_MEM_JEMALLOC=ON \ - -DBOOST_ROOT=%{_prefix} + -DBOOST_ROOT=%{_prefix} \ + -DWITH_INPUT_NDOF=ON make VERBOSE=1 # %{?_smp_mflags} @@ -296,6 +297,12 @@ fi %doc release/datafiles/LICENSE-bmonofont-i18n.ttf.txt %changelog +* Mon May 4 2015 Jochen Schmitt - 1:2.74-3 +- Enable 3D mice support + +* Sun May 03 2015 Kalev Lember - 1:2.74-2 +- Rebuilt for GCC 5 C++11 ABI change + * Wed Apr 1 2015 Jochen Schmitt - 1:2.74-1 - New upstream release