[freemind/f17: 1/2] fixed freemind.xml according to bug #890360

hannes hannes at fedoraproject.org
Thu Dec 27 17:35:37 UTC 2012


commit 1bfd5218328edef4492835772e0d6f3e6afb2512
Author: hannes <hannes at fedoraproject.org>
Date:   Thu Dec 27 18:30:36 2012 +0100

    fixed freemind.xml according to bug #890360
    
    Conflicts:
    	freemind.spec

 freemind.spec |    5 ++++-
 freemind.xml  |   11 ++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/freemind.spec b/freemind.spec
index af25e68..1238858 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -260,6 +260,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Dec 27 2012 Johannes Lips <hannes at fedoraproject.org> 0.9.0-10
+- fixed the freemind.xml to fix bug #890360
+
 * Fri Mar 30 2012 Johannes Lips <hannes at fedoraproject.org> 0.9.0-9
 - fixed the startup script to find all necessary files
 - fixes bug #800769 
diff --git a/freemind.xml b/freemind.xml
index cbf3340..4bb377b 100644
--- a/freemind.xml
+++ b/freemind.xml
@@ -1,6 +1,7 @@
-<mime-info>
-<mime-type type="application/x-freemind">
-  <comment xml:lang="en">FreeMind Mindmap</comment>
-  <glob pattern="*.mm" />
-</mime-type>
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+    <mime-type type="application/x-freemind">
+        <comment xml:lang="en">FreeMind Mindmap</comment>
+        <glob pattern="*.mm" />
+  </mime-type>
 </mime-info>


More information about the scm-commits mailing list