Hello community,

here is the log from the commit of package thunar for openSUSE:Factory checked 
in at 2016-02-08 09:48:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thunar (Old)
 and      /work/SRC/openSUSE:Factory/.thunar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thunar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/thunar/thunar.changes    2015-05-23 
13:09:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.thunar.new/thunar.changes       2016-02-08 
09:48:44.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Jan 26 11:01:10 UTC 2016 - davejpla...@gmail.com
+
+- Created thunar-appdata.patch to correct mismatched names between
+  thunar.appdata.xml and thunar.desktop. Renamed Thunar.desktop to
+  thunar.desktop to solve installation system problems see:
+  boo#952324
+
+-------------------------------------------------------------------

New:
----
  thunar-appdata.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ thunar.spec ++++++
--- /var/tmp/diff_new_pack.d8vgRa/_old  2016-02-08 09:48:45.000000000 +0100
+++ /var/tmp/diff_new_pack.d8vgRa/_new  2016-02-08 09:48:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Source100:      %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM thunar-use-xdg-icon-spec-icons.patch g...@opensuse.org -- 
Use generic icons that conform to the XDG Icon Naming Spec
 Patch0:         thunar-use-xdg-icon-spec-icons.patch
+# fix mismatched names between thunar.desktop and thunar.appdata.xml.
+Patch1:         thunar-appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  perl-XML-Parser
@@ -95,6 +97,7 @@
 %prep
 %setup -q -n Thunar-%{version}
 %patch0 -p1
+%patch1
 
 %build
 %configure \
@@ -131,6 +134,8 @@
 %suse_update_desktop_file -i Thunar-folder-handler System Utility Core GTK 
FileManager
 
 %find_lang Thunar %{?no_lang_C}
+# rename processed Thunar.desktop to match thunar.appdata.xml's name.
+mv %{buildroot}%{_datadir}/applications/Thunar.desktop 
%{buildroot}%{_datadir}/applications/thunar.desktop
 
 %fdupes %{buildroot}%{_datadir}
 

++++++ thunar-appdata.patch ++++++
Index: thunar.appdata.xml.in
===================================================================
--- thunar.appdata.xml.in.orig
+++ thunar.appdata.xml.in
@@ -2,8 +2,9 @@
 <!-- Copyright 2014 Ryan Lerch <rle...@redhat.com> -->
 
 <application>
-  <id type="desktop">Thunar.desktop</id>
+  <id type="desktop">thunar.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
+  <name>Thunar File Manager</name>
   <summary>File Browser</summary>
   <description>
     <_p>

Reply via email to