[blender] New upstream release

Jochen Schmitt s4504kr at fedoraproject.org
Sat Apr 28 18:21:06 UTC 2012


commit a59c057a0d8970d12ec36b4ab981dd00895fb0d3
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Sat Apr 28 20:20:22 2012 +0200

    New upstream release

 .gitignore                 |    1 +
 blender-2.61-gcc47.patch   |   48 ----------------------------------------
 blender-2.61-syspath.patch |   51 -------------------------------------------
 blender-2.62-ndof.patch    |   52 --------------------------------------------
 blender.spec               |   20 +++++++---------
 sources                    |    2 +-
 6 files changed, 11 insertions(+), 163 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f76b70d..93e0c9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ blender-2.49b-repack.tar.bz2
 /blender-2.60a.tar.gz
 /blender-2.61.tar.gz
 /blender-2.62.tar.gz
+/blender-2.63.tar.gz
diff --git a/blender.spec b/blender.spec
index b53039f..f4ead88 100644
--- a/blender.spec
+++ b/blender.spec
@@ -1,4 +1,4 @@
-%global blender_api 2.62
+%global blender_api 2.63
 
 # [Fedora] Turn off the brp-python-bytecompile script 
 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
@@ -11,8 +11,8 @@
 
 Name:           blender
 Epoch:		1
-Version:        2.62
-Release: 	6%{?dist}
+Version:        %{blender_api}
+Release: 	1%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -27,7 +27,7 @@ Source5:        blender.xml
 Source10:	macros.blender
 
 Patch1:		blender-2.44-bid.patch
-Patch2:		blender-2.61-syspath.patch
+Patch2:		blender-2.63-syspath.patch
 
 Patch4:		blender-2.48-undefine-operation.patch
 Patch5:		blender-2.50-uninit-var.patch
@@ -35,9 +35,6 @@ Patch5:		blender-2.50-uninit-var.patch
 Patch10:	blender-2.58-python_include.patch
 Patch11: 	blender-2.61-openjpeg_stdbool.patch
 
-# Upstream Patch, Should fixed in 2.63
-Patch101:       blender-2.62-ndof.patch
-
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  libtool
@@ -150,8 +147,6 @@ addon packages to extend blender.
 %patch10 -p1
 %patch11 -p1 -b .openjpeg_stdbool
 
-%patch101 -p0 -b .ndof
-
 find -name '.svn' -print | xargs rm -rf
 
 %build
@@ -279,8 +274,8 @@ fi || :
 %{_bindir}/blender
 %{_datadir}/applications/blender.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
-%{blenderarch}/
-%{blenderlib}/
+%{_libdir}/blender/
+%{_datadir}/blender/
 %{_datadir}/mime/packages/blender.xml
 %{_mandir}/man1/blender.*
 %doc COPYING doc/license/*-license.txt 
@@ -296,6 +291,9 @@ fi || :
 %{_sysconfdir}/rpm/macros.blender
 
 %changelog
+* Fri Apr 27 2012 Jochen Schmitt <JOchen herr-schmitt de> 1:2.63-1
+- New upstream release
+
 * Wed Apr 25 2012 Jochen Schmitt <Jochen herr-schmitt de> 1:2.62-6
 - Fix crash in libspnav (#814665)
 
diff --git a/sources b/sources
index 083ecec..0a195bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2357584a5081b03f6e60ba3efe2a610  blender-2.62.tar.gz
+1cc18a9074ba63313a5711887de76c54  blender-2.63.tar.gz


More information about the scm-commits mailing list