Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2014-07-10 14:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blender (Old)
 and      /work/SRC/openSUSE:Factory/.blender.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blender"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blender/blender.changes  2014-04-26 
09:59:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2014-07-10 
14:55:14.000000000 +0200
@@ -1,0 +2,56 @@
+Wed Jul  2 12:54:03 UTC 2014 - [email protected]
+
+- Introduced hard build requirement for Python3 >= 3.4, because otherwise it
+  won't build anymore.
+- Adjusted Python 3 path for building 13.1, which doesn't build anymore anyway 
+- Fixed some minor spec file entries, because version string in the tarball
+  changed again
+- update to version 2.71 from 2.70a
+  Most important changes from upstream (see full list under
+  http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.71)
+  - Animation
+    More easing equations added to the IPO editor for better animation
+    control, locking time to other windows is again possible, auto snapping is
+    now independent from display type.
+
+    The user interface now offers more feedback, especially on errors, updates
+    driver expressions automatically on editing, includes more icons and
+    offers more editing tools.
+
+    New tools also include lasso selection support, non-linked duplication for
+    strips, and setting preview range based on selected strips.
+  - Modelling
+    The new per-face normals feature allows blender to display and export
+    sharp edges correctly without geometry duplication.
+
+    In addition, selection tools offer more options.
+  - Sculpting/Painting
+    New features include a HSL color wheel for color selection and tools to
+    handle homogenous density in dynamic topology sculpting.
+
+    Dyntopo and matcap display for sculpt mode have also had performance
+    optimizations.
+
+  - Game Engine
+    UI to deactivate logic bricks, multi-threaded animations, shadows-only
+    materials and more action layers are among the new features for the game
+    engine
+  - Freestyle NPR Rendering
+
+    Freestyle has been upgraded with textured stroke support. Textured stroke
+    support makes it possible to apply patterns to the lines and simulate
+    rough surfaces or different kinds of brush tips for the strokes
+    themselves.
+
+    Line sorting also gives artists more control over the order of line
+    drawing
+  - User Interface
+
+    Interface features include new icons for texture painting, resizeable
+    preview widgets and draggable popups.
+  - More Features
+    More control for curve bevelling, explicit shadow cast control for blender
+    internal materials, new distortion model for motion tracking and better
+    handles for mask editors.
+
+-------------------------------------------------------------------

Old:
----
  blender-2.70a.tar.gz

New:
----
  blender-2.71.tar.gz

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.lau8jd/_old  2014-07-10 14:55:17.000000000 +0200
+++ /var/tmp/diff_new_pack.lau8jd/_new  2014-07-10 14:55:17.000000000 +0200
@@ -24,13 +24,13 @@
 %define DISTRIBUTABLE 1
 
 Name:           blender
-Version:        2.70a
+Version:        2.71
 Release:        0
 
 # blender has versions like x.xxy which have x.xx (notice the missing
 # trailing y) in the directory path. This makes this additional variable
 # necessary.
-%define _version 2.70
+%define _version 2.71
 
 Summary:        A 3D Modelling And Rendering Package
 License:        GPL-2.0+
@@ -54,7 +54,7 @@
 %endif
 BuildRequires:  libexpat-devel
 BuildRequires:  pkg-config
-BuildRequires:  python3-devel
+BuildRequires:  python3-devel >= 3.4
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11
 %if %documentation == 1
@@ -147,7 +147,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q
 %patch1
 
 %if %DISTRIBUTABLE == 1
@@ -171,6 +171,7 @@
 %build
 mkdir -p Build && pushd Build
 # 12.2 has Python 3.2, but blender now needs 3.3 at least. Therefore building 
fails for 12.2
+# Since Blender 2.71 Python >=3.4 is a hard requirement for building.
 cmake ../ -DBUILD_SHARED_LIBS:BOOL=off \
       -DWITH_FFTW3:BOOL=on \
       -DWITH_JACK:BOOL=on \
@@ -188,7 +189,7 @@
       -DSUPPORT_SSE2_BUILD=false \
 %endif
       -DWITH_MOD_OCEANSIM:BOOL=OFF \
-%if (0%{?suse_version} > 1220 && 0%{?suse_version} < 1310) || 0%{?sles_version}
+%if (0%{?suse_version} > 1220 && 0%{?suse_version} <= 1310) || 
0%{?sles_version}
       -DPYTHON_VERSION=3.3 \
       -DPYTHON_LIBPATH=/usr/lib \
       -DPYTHON_LIBRARY=python3.3m \


++++++ blender-2.70a.tar.gz -> blender-2.71.tar.gz ++++++
/work/SRC/openSUSE:Factory/blender/blender-2.70a.tar.gz 
/work/SRC/openSUSE:Factory/.blender.new/blender-2.71.tar.gz differ: char 5, 
line 1


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to