[blender] New minor upstream update

Jochen Schmitt s4504kr at fedoraproject.org
Fri Apr 29 12:37:40 UTC 2011


commit 458d70541e4d3cc73716b4c2e655e9c6b5f68023
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Fri Apr 29 14:37:20 2011 +0200

    New minor upstream update

 .gitignore   |    1 +
 blender.spec |   17 ++++++++++-------
 sources      |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55ebd5b..7490d82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ blender-2.49b-repack.tar.bz2
 /blender-2.56.svn36007.tar.bz2
 /blender-2.57.svn36147.tar.bz2
 /blender-2.57.tar.gz
+/blender-2.57b.tar.gz
diff --git a/blender.spec b/blender.spec
index e615a7e..97d3238 100644
--- a/blender.spec
+++ b/blender.spec
@@ -6,8 +6,8 @@
 
 Name:           blender
 Epoch:		1
-Version:        2.57
-Release: 	3%{?dist}
+Version:        2.57b
+Release: 	1%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -195,14 +195,14 @@ cp -R -a -p release/scripts/* ${RPM_BUILD_ROOT}%{blenderlib}/scripts
 find ${RPM_BUILD_ROOT}%{blenderlib}/scripts -type f -exec sed -i -e 's/\r$//g' {} \;
 
 # Install hicolor icons.
-for i in 16x16 22x22 32x32 48x48 64x64 96x96 128x128 192x192 ; do
+for i in 16x16 22x22 32x32 48x48 256x256 ; do
   mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/${i}/apps
-  install -pm 0644 release/freedesktop/icons/${i}/%{name}.png \
+  install -pm 0644 release/freedesktop/icons/${i}/apps/%{name}.png \
     ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/${i}/apps/%{name}.png
 done
 
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/scalable/apps
-install -pm 0644 release/freedesktop/icons/scalable/%{name}.svg \
+install -pm 0644 release/freedesktop/icons/scalable/apps/%{name}.svg \
     ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 
 install -p -D -m 644 %{SOURCE5} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/blender.xml
@@ -272,10 +272,13 @@ fi || :
 %{_sysconfdir}/rpm/macros.blender
 
 %changelog
-* Wed Apr 27 2011 Jochen Schmitt <s4504kr at omega.inet.herr-schmitt.de> - 1:2.57-3
+* Fri Apr 29 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:2.57b-1
+- New minor upstream update
+
+* Wed Apr 27 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:2.57-3
 - Add patch to solve CVE-2009-3850 (#5333395)
 
-* Sat Apr 16 2011 Jochen Schmitt <JOchen herr-schmitt de> 1:2.57-2
+* Sat Apr 16 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:2.57-2
 - Add plugin directory
 - Add locale
 
diff --git a/sources b/sources
index caad910..0e107fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6cb5523323a71c070051e6fe6efe497  blender-2.57.tar.gz
+d5f1083d39545686fe8ec8480546ec3f  blender-2.57b.tar.gz


More information about the scm-commits mailing list