[aeskulap: 1/2] Update mimetype in desktop file

Ankur Sinha ankursinha at fedoraproject.org
Wed Mar 13 22:52:28 UTC 2013


commit ab2be54b8880949f5b119f9d0ff331566a7a4bc5
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Thu Mar 14 09:47:35 2013 +1100

    Update mimetype in desktop file
    
    Desktop file patch updated.
    
    The mimetype in desktop file was incorrect. It should've been
    application/dicom instead of image/dicom.
    
    I thank Ville Skyttä and Richard Shaw for pointing this out.

 aeskulap-desktop.patch |   14 +++-----------
 aeskulap.spec          |    5 ++++-
 2 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/aeskulap-desktop.patch b/aeskulap-desktop.patch
index 576c1d4..c05d089 100644
--- a/aeskulap-desktop.patch
+++ b/aeskulap-desktop.patch
@@ -1,13 +1,5 @@
-Authors: Andreas Tille, Charles Plessy
-Forwarded: https://savannah.nongnu.org/bugs/index.php?23958
-Description: Corrects the FreeDesktop menu entry.
- Application is not a valid category, see:
- http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html
-Lisense: same as aeskulap itself.
-Index: aeskulap/src/aeskulap.desktop
-===================================================================
---- aeskulap.orig/src/aeskulap.desktop
-+++ aeskulap/src/aeskulap.desktop
+--- src/aeskulap.desktop	2013-03-14 09:42:43.582764423 +1100
++++ ../aeskulap-0.2.2-beta1/src/aeskulap.desktop	2013-03-14 09:43:32.381558039 +1100
 @@ -1,11 +1,10 @@
  [Desktop Entry]
 -Encoding=UTF-8
@@ -21,4 +13,4 @@ Index: aeskulap/src/aeskulap.desktop
 +Categories=Viewer;MedicalSoftware;Graphics;
  StartupNotify=true
 -MimeType=image/dicom
-+MimeType=image/dicom;
++MimeType=application/dicom;
diff --git a/aeskulap.spec b/aeskulap.spec
index a3d2417..de2d110 100644
--- a/aeskulap.spec
+++ b/aeskulap.spec
@@ -4,7 +4,7 @@
 # Schemas handling also needs to be looked at.
 Name:           aeskulap
 Version:        0.2.2
-Release:        0.10beta1%{?dist}
+Release:        0.11beta1%{?dist}
 Summary:        A full open source replacement for commercially available DICOM viewers
 
 License:        LGPLv2+
@@ -128,6 +128,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc AUTHORS ABOUT-NLS ChangeLog COPYING README %{name}-tutorials.pdf
 
 %changelog
+* Thu Mar 14 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.2-0.11beta1
+- Update desktop file patch to correct mimetype
+
 * Mon May 07 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.2.2-0.10beta1
 - Spec bump for libtiff update and rebuild
 


More information about the scm-commits mailing list