Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2013-06-18 10:28:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-06-13 
16:12:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2013-06-18 
10:28:42.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun 17 02:11:31 UTC 2013 - [email protected]
+
+- Update to version 2.67b
+- Remove blender-2.66a-bigendian.patch, fixed upstream.
+- Upstream bug fixes see :
+       http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67a and
+       http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67b
+- Upstream changes for 2.67 see :
+       http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67
+
+-------------------------------------------------------------------

Old:
----
  blender-2.66a-bigendian.patch
  blender-2.66a.tar.gz

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

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.wvyoTb/_old  2013-06-18 10:28:44.000000000 +0200
+++ /var/tmp/diff_new_pack.wvyoTb/_new  2013-06-18 10:28:44.000000000 +0200
@@ -24,9 +24,9 @@
 %define DISTRIBUTABLE 1
 
 Name:           blender
-Version:        2.66a
+Version:        2.67b
 Release:        0
-%define _version 2.66
+%define _version 2.67
 Summary:        A 3D Modelling And Rendering Package
 License:        GPL-2.0+
 Group:          Productivity/Graphics/3D Editors
@@ -39,12 +39,10 @@
 Source6:        blender.xpm
 Source7:        x-blend.desktop
 Source8:        blender-getversion.py
-# Fixed and refreshed for 2.66a.
+# Fixed and refreshed for 2.67b.
 Patch0:         blender-2.64a-fix-locale-files-path.patch
-# Refreshed for 2.66a
+# Refreshed for 2.67b
 Patch1:         blender-2.58-python_include.patch
-#Big endian patch for 2.66a
-Patch2:         blender-2.66a-bigendian.patch
 BuildRequires:  gettext-tools
 %if 0%{?suse_version} > 1210
 BuildRequires:  libGLw-devel
@@ -88,7 +86,6 @@
 BuildRequires:  lzo-devel
 BuildRequires:  openal-soft-devel
 BuildRequires:  openssl-devel
-BuildRequires:  openssl-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-Text-Iconv
 BuildRequires:  ruby
@@ -150,7 +147,6 @@
 %setup -q
 %patch0
 %patch1
-%patch2 -p1
 
 %if %DISTRIBUTABLE == 1
 rm -rf release/scripts/presets/ffmpeg

++++++ blender-2.58-python_include.patch ++++++
--- /var/tmp/diff_new_pack.wvyoTb/_old  2013-06-18 10:28:44.000000000 +0200
+++ /var/tmp/diff_new_pack.wvyoTb/_new  2013-06-18 10:28:44.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- CMakeLists.txt.orig        2013-02-07 16:10:01.000000000 +0200
 +++ CMakeLists.txt     2013-04-30 07:54:34.648195498 +0200
-@@ -550,6 +550,7 @@ if(UNIX AND NOT APPLE)
+@@ -584,6 +584,7 @@ if(UNIX AND NOT APPLE)
                # XXX Linking errors with debian static python :/
  #             find_package_wrapper(PythonLibsUnix REQUIRED)
                find_package(PythonLibsUnix REQUIRED)

++++++ blender-2.64a-fix-locale-files-path.patch ++++++
--- /var/tmp/diff_new_pack.wvyoTb/_old  2013-06-18 10:28:44.000000000 +0200
+++ /var/tmp/diff_new_pack.wvyoTb/_new  2013-06-18 10:28:44.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- source/creator/CMakeLists.txt.orig 2013-05-01 22:32:06.000000000 +0200
 +++ source/creator/CMakeLists.txt      2013-05-01 22:33:27.049051615 +0200
-@@ -294,11 +294,16 @@ endif()
+@@ -308,11 +308,16 @@ endif()
  if(WITH_INTERNATIONAL)
        install(
                DIRECTORY
@@ -37,13 +37,9 @@
 ===================================================================
 --- source/blender/blenlib/intern/path_util.c.orig     2013-05-01 
22:32:06.000000000 +0200
 +++ source/blender/blenlib/intern/path_util.c  2013-05-01 22:33:27.065051615 
+0200
-@@ -989,38 +989,6 @@ static int get_path_system(char *targetp
+@@ -1113,38 +1113,6 @@ static int get_path_system(char *targetp
        char system_path[FILE_MAX];
        const char *system_base_path;
- 
--
--      /* first allow developer only overrides to the system path
--       * these are only used when running blender from source */
 -      char cwd[FILE_MAX];
 -      char relfolder[FILE_MAX];
 -
@@ -59,20 +55,24 @@
 -              relfolder[0] = '\0';
 -      }
 -
+-      /* first allow developer only overrides to the system path
+-       * these are only used when running blender from source */
+-
 -      /* try CWD/release/folder_name */
 -      if (BLI_current_working_dir(cwd, sizeof(cwd))) {
 -              if (test_path(targetpath, cwd, "release", relfolder)) {
--                      return 1;
+-                      return true;
 -              }
 -      }
 -
 -      /* try EXECUTABLE_DIR/release/folder_name */
 -      if (test_path(targetpath, bprogdir, "release", relfolder))
--              return 1;
--      /* end developer overrides */
+-              return true;
 -
+-      /* end developer overrides */
 -
 -
+
        system_path[0] = '\0';
  
        if (test_env_path(system_path, envvar)) {

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


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

Reply via email to