Hello community, here is the log from the commit of package yakuake for openSUSE:Factory checked in at 2016-07-26 13:00:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yakuake (Old) and /work/SRC/openSUSE:Factory/.yakuake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yakuake" Changes: -------- --- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes 2016-03-07 13:29:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes 2016-07-26 13:12:58.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 15 19:25:27 UTC 2016 - [email protected] + +- Add yakuake-appdata-xml-desktop-ref.patch: fix the .desktop file + referenced in the appdata.xml: yakuake.desktop -> + org.kde.yakuake.desktop. + +------------------------------------------------------------------- New: ---- yakuake-appdata-xml-desktop-ref.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yakuake.spec ++++++ --- /var/tmp/diff_new_pack.ETlwRj/_old 2016-07-26 13:12:59.000000000 +0200 +++ /var/tmp/diff_new_pack.ETlwRj/_new 2016-07-26 13:12:59.000000000 +0200 @@ -24,6 +24,8 @@ Group: System/GUI/KDE Url: https://yakuake.kde.org Source: http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM yakuake-appdata-xml-desktop-ref.patch [email protected] -- Fix the .desktop file referenced in the appdata.xml: yakuake.desktop -> org.kde.yakuake.desktop +Patch0: yakuake-appdata-xml-desktop-ref.patch BuildRequires: fdupes BuildRequires: karchive-devel BuildRequires: kconfig-devel @@ -59,6 +61,7 @@ %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build ++++++ yakuake-appdata-xml-desktop-ref.patch ++++++ Index: yakuake-3.0.2/data/org.kde.yakuake.appdata.xml =================================================================== --- yakuake-3.0.2.orig/data/org.kde.yakuake.appdata.xml +++ yakuake-3.0.2/data/org.kde.yakuake.appdata.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <component type="desktop"> - <id>yakuake.desktop</id> + <id>org.kde.yakuake.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <name>Yakuake</name>
