Hello community,

here is the log from the commit of package qxmledit for openSUSE:Factory 
checked in at 2016-05-08 10:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qxmledit (Old)
 and      /work/SRC/openSUSE:Factory/.qxmledit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qxmledit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qxmledit/qxmledit.changes        2016-03-12 
12:31:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qxmledit.new/qxmledit.changes   2016-05-08 
10:46:05.000000000 +0200
@@ -1,0 +2,7 @@
+Tue May  3 13:41:33 UTC 2016 - [email protected]
+
+- Do not rename the desktop file and appdata.xml while installing
+  them: the .desktop name is referenced in the .appdata.xml file
+  and is in fact an ID for the application.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qxmledit.spec ++++++
--- /var/tmp/diff_new_pack.ECu4ih/_old  2016-05-08 10:46:06.000000000 +0200
+++ /var/tmp/diff_new_pack.ECu4ih/_new  2016-05-08 10:46:06.000000000 +0200
@@ -131,11 +131,11 @@
 
 # Install an appdata file.
 install -Dm 0644 install_scripts/environment/desktop/QXmlEdit.appdata.xml \
-    %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+    %{buildroot}%{_datadir}/appdata/QXmlEdit.appdata.xml
 
 # Install a desktop file.
 install -Dm 0644 install_scripts/environment/desktop/QXmlEdit.desktop \
-    %{buildroot}%{_datadir}/applications/%{name}.desktop
+    %{buildroot}%{_datadir}/applications/QXmlEdit.desktop
 
 # Install a manual page.
 install -Dm 0644 install_scripts/environment/man/%{name}.1 \
@@ -145,7 +145,7 @@
 rm -f \
     %{buildroot}%{_datadir}/%{name}/{QXmlEdit.appdata.xml,QXmlEdit.desktop}
 
-%suse_update_desktop_file %{name} TextEditor Development Documentation Qt
+%suse_update_desktop_file QXmlEdit TextEditor Development Documentation Qt
 
 %post
 %desktop_database_post
@@ -168,8 +168,8 @@
 %if 0%{?suse_version} && 0%{?suse_version} < 1320
 %dir %{_datadir}/appdata/
 %endif
-%{_datadir}/appdata/%{name}.appdata.xml
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/appdata/QXmlEdit.appdata.xml
+%{_datadir}/applications/QXmlEdit.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 %{_mandir}/man?/*
 


Reply via email to