[freemind/f16] fixed startup script to fix bug 800769

hannes hannes at fedoraproject.org
Fri Mar 30 20:02:53 UTC 2012


commit 5f563367612af39485604228cdcb6552bbb25fd8
Author: hannes <hannes at fedoraproject.org>
Date:   Fri Mar 30 20:55:31 2012 +0100

    fixed startup script to fix bug 800769
    
    Conflicts:
    
    	freemind.spec

 freemind.sh   |    2 +-
 freemind.spec |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/freemind.sh b/freemind.sh
index c21421e..0cbb1f1 100644
--- a/freemind.sh
+++ b/freemind.sh
@@ -27,6 +27,6 @@ set_jvm
 set_classpath $BASE_JARS
 set_flags $BASE_FLAGS
 set_options $BASE_OPTIONS
-
+cd /usr/share/freemind
 # Let's start
 run "$@"
diff --git a/freemind.spec b/freemind.spec
index 090adf9..d02a2a1 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -257,6 +257,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Mar 30 2012 Johannes Lips <hannes at fedoraproject.org> 0.9.0-8
+- fixed the startup script to find all necessary files
+- fixes bug #800769 
+
 * Tue Aug 30 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-7
 - rebuild against OpenJDK 1.6.0
 


More information about the scm-commits mailing list