Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2014-11-18 22:47:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-10 
14:55:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2014-11-18 
22:48:58.000000000 +0100
@@ -1,0 +2,87 @@
+Thu Nov 13 23:16:11 UTC 2014 - [email protected]
+
+- Update to version 2.72b, which is like 2.72a a bugfix release
+  A list of fixes can be found here:
+  2.72a:
+  
http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.72/Bug_Fixes#Blender_2.72a:_Bug_Fixes
+  2.72b:
+  
http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.72/Bug_Fixes#Blender_2.72b:_Bug_Fixes
+
+-------------------------------------------------------------------
+Mon Oct  6 06:56:04 UTC 2014 - [email protected]
+
+- update to version 2.71 to 2.72
+  Changes from upstream (see full list with screenshots under
+  http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.72)
+  - Cycles Rendering
+    Volume rendering and Subsurface Scattering can be rendered with GPUs.
+    Volume and Glossy sampling is improved.
+    New Ashikhmin-Shirley distribution enhances Glossy and Anisotropic BSDFs.
+    Memory usage during rendering is improved.
+    OSL rendering is faster.
+    Anamorphic Bokeh support added.
+    Caustics are under better control.
+  - User Interface
+    The long awaited pie menus are available as an addon for ⇆ Tab, Z, Q, ⇆
+    Tab⇧ ShiftCtrl, ., CtrlSpace operators.
+    New Tooltip design makes important information more noticeable.
+    Python text is displayed in a monospaced font.
+    Blender Internal preview now behaves like the Cycles preview; it starts
+    rendering at low resolution and improves from there.
+    Units parsing has been improved, even though developers claim Blender does
+    not feature a units engine, it does a better job now.
+  - Modeling
+    A new Intersection Tool was added to quickly cut up geometry. It's a bit
+    like Boolean Tool, but, does not calculate interior/exterior.
+    The Bevel Tool and the Bevel Modifier now have the option to set the
+    material of the newly created faces to the material in a given slot.
+  - Sculpting/Painting
+    Texture painting workflow has been streamlined with easy access to painted
+    images and UV layers.
+    The ability to generate strokes with curves and lines has been added.
+    More blend modes are available and new tools to fill and mask have been
+    added.
+  - Compositing
+    A new Sun Beams node has been added to the compositor.
+  - Game Development
+    A new Mouse Actuator that can achieve a mouse look effect (among other
+    things), has been added.
+    The Property Sensor has new evaluation types.
+    The TrackTo Actuator has new menus to select up/track axis.
+    The Property Actuator has a new level mode.
+    The Mouse-Over-Any Sensor has new X-Ray and Property/Material detection
+    options.
+    A new BGE Debug and Contraints Wrapper API have been added.
+  - Freestyle NPR Rendering
+    The Freestyle line rendering engine has been integrated into Cycles in
+    addition to the Blender Internal (BI). Freestyle provides Cycles users
+    with a versatile non-photorealistic (NPR) line rendering solution. Most
+    Freestyle options work in the same way for both Cycles and BI. Line
+    textures in Freestyle for Cycles are defined by means of shader nodes
+    (unlike Freestyle for BI, which relies on the conventional texture mapping
+    and influence panels). New per-material Freestyle line settings provide a
+    reliable mean to specify line colors applicable to both Cycles and the
+    BI. The Freestyle Python API also has user-visible updates for better code
+    readability and run-time performance. 
+  - Animation
+    More Features
+    Color ramps now support color interpolation in hue mode both clock-wise
+    and counter-clock-wise.
+    CtrlF in Animation Editors, is a convenience shortcut to activate Filter
+    by Name functionality.
+    Weights now draw in wireframe mode in the 3D view.
+    Temporary data gets deleted when closing Blender.
+    The Video Editor has a new Gaussian blur filter.
+    New camera presets: Blackmagic Pocket Cinema and Blackmagic Production
+    4K.
+  - Addons
+    FBX improvements: Import now supports armatures, shapekeys, animations,
+    with shapekeys also being supported for export.
+    New DXF importer supports 3D(SubD) geometry, and geo-referencing. It
+    imports curves as curve obkects and adds control over various geometry 
merge
+    options.
+    New UV addon for align distribution and copy/paste (!!) of UVs.
+    New Game Publishing Addon is available for game developers!
+    New addon for named layers & grouped layer management. 
+
+-------------------------------------------------------------------

Old:
----
  blender-2.71.tar.gz

New:
----
  blender-2.72b.tar.gz

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.KQanYT/_old  2014-11-18 22:49:00.000000000 +0100
+++ /var/tmp/diff_new_pack.KQanYT/_new  2014-11-18 22:49:00.000000000 +0100
@@ -24,13 +24,13 @@
 %define DISTRIBUTABLE 1
 
 Name:           blender
-Version:        2.71
+Version:        2.72b
 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.71
+%define _version 2.72
 
 Summary:        A 3D Modelling And Rendering Package
 License:        GPL-2.0+
@@ -49,11 +49,14 @@
 BuildRequires:  gettext-tools
 %if 0%{?suse_version} > 1210
 BuildRequires:  libGLw-devel
+BuildRequires:  libGLw1
 %else
 BuildRequires:  MesaGLw-devel
 %endif
 BuildRequires:  libexpat-devel
 BuildRequires:  pkg-config
+# Needed since blender 2.71. Otherwise it won't build
+BuildRequires:  python3-devel
 BuildRequires:  python3-devel >= 3.4
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11
@@ -181,6 +184,7 @@
       -DWITH_PYTHON:BOOL=on \
       -DWITH_PYTHON_INSTALL:BOOL=off \
       -DWITH_GAMEENGINE:BOOL=ON \
+      -DWITH_OPENIMAGEIO:BOOL=ON \
       -DWITH_CYCLES:BOOL=OFF \
       -DWITH_PLAYER:BOOL=on \
       -DWITH_INSTALL_PORTABLE:BOOL=OFF \


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


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

Reply via email to