Hello community, here is the log from the commit of package psi+ for openSUSE:Factory checked in at 2016-05-05 08:12:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/psi+ (Old) and /work/SRC/openSUSE:Factory/.psi+.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "psi+" Changes: -------- --- /work/SRC/openSUSE:Factory/psi+/psi+.changes 2016-05-03 10:16:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes 2016-05-05 08:12:58.000000000 +0200 @@ -1,0 +2,9 @@ +Tue May 3 15:43:11 UTC 2016 - [email protected] + +- Add psi+-appdata-desktop-reference.patch: Fix the reference to + the .desktop file in appdata.xml: upstream installs psi.desktop + as psi-plus.desktop, psi.appdata.xml as psi-plus.appdata.xml. + The reference inside the appdata.xml has to match in order for + the linking between appdata file and .desktop file to work. + +------------------------------------------------------------------- New: ---- psi+-appdata-desktop-reference.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ psi+.spec ++++++ --- /var/tmp/diff_new_pack.N35VB3/_old 2016-05-05 08:12:59.000000000 +0200 +++ /var/tmp/diff_new_pack.N35VB3/_new 2016-05-05 08:12:59.000000000 +0200 @@ -31,6 +31,8 @@ Group: Productivity/Networking/Talk/Clients Source0: psi+-%{version}.tar.xz Source1: psi-plus-l10n-1.tar.xz +# PATCH-FIX-UPSTREAM psi+-appdata-desktop-reference.patch [email protected] -- Fix the reference to the .desktop file in appdata.xml: upstream installs psi.desktop as psi-plus.desktop, psi.appdata.xml as psi-plus.appdata.xml. The reference inside the appdata.xml has to match in order for the linking between appdata file and .desktop file to work +Patch0: psi+-appdata-desktop-reference.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: aspell-devel BuildRequires: fdupes @@ -393,6 +395,7 @@ %prep %setup -q -b 1 +%patch0 -p1 %if 0%{?with_qt5} sed -i 's@\<lrelease\>@&-qt5@' ../psi-plus-l10n-1/update-repo.sh ++++++ psi+-appdata-desktop-reference.patch ++++++ Index: psi+-20160501/psi.appdata.xml =================================================================== --- psi+-20160501.orig/psi.appdata.xml +++ psi+-20160501/psi.appdata.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <application> - <id type="desktop">psi.desktop</id> + <id type="desktop">psi-plus.desktop</id> <licence>GPL-2.0</licence> <name>Psi</name> <name xml:lang="ru">Psi</name>
