[blender] Fix typo in syspth patch (#771814)

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jan 5 17:29:11 UTC 2012


commit 8c5a5947060bee2e8da638f632308ccde26c4274
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Jan 5 18:28:54 2012 +0100

    Fix typo in syspth patch (#771814)

 blender-2.61-syspath.patch |    2 +-
 blender.spec               |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/blender-2.61-syspath.patch b/blender-2.61-syspath.patch
index f9cc0fa..0a3ebfd 100644
--- a/blender-2.61-syspath.patch
+++ b/blender-2.61-syspath.patch
@@ -6,7 +6,7 @@ diff -up blender-2.61/source/blender/blenfont/intern/blf_lang.c.syspath blender-
  void BLF_lang_init(void)
  {
 -	char *messagepath= BLI_get_folder(BLENDER_DATAFILES, "locale");
-+        char *messagepath = "/usr/share/local";
++        char *messagepath = "/usr/share/locale";
  	
  	BLI_strncpy(global_encoding_name, SYSTEM_ENCODING_DEFAULT, sizeof(global_encoding_name));
  	
diff --git a/blender.spec b/blender.spec
index b27d632..b039ded 100644
--- a/blender.spec
+++ b/blender.spec
@@ -12,7 +12,7 @@
 Name:           blender
 Epoch:		1
 Version:        2.61
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -292,6 +292,9 @@ fi || :
 %{_sysconfdir}/rpm/macros.blender
 
 %changelog
+* Thu Jan  5 2012 Jochen Schmitt <JOchen herr-schmitt de> 1:2.61-2
+- Fix typo in syspth patch (#771814)
+
 * Wed Dec 14 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:2.61-1
 - New upstream release
 - Add OpenImageIO-devel as a BR


More information about the scm-commits mailing list