Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-11-21 14:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and      /work/SRC/openSUSE:Factory/.kpackage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpackage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes        2016-11-17 
12:35:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-11-21 
14:23:03.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 18 15:17:15 UTC 2016 - alarr...@suse.com
+
+- Add 0001-keep-installing-metadata-desktop.patch to keep installing
+  metadata.desktop (kde#372594) 
+
+-------------------------------------------------------------------

New:
----
  0001-keep-installing-metadata-desktop.patch

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

Other differences:
------------------
++++++ kpackage.spec ++++++
--- /var/tmp/diff_new_pack.hlDb5Z/_old  2016-11-21 14:23:04.000000000 +0100
+++ /var/tmp/diff_new_pack.hlDb5Z/_new  2016-11-21 14:23:04.000000000 +0100
@@ -42,6 +42,7 @@
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+Patch0:         0001-keep-installing-metadata-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,6 +62,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++++++ 0001-keep-installing-metadata-desktop.patch ++++++
>From e7861d979c71815a614f2baf0b3d25f329fadef0 Mon Sep 17 00:00:00 2001
From: Marco Martin <notm...@gmail.com>
Date: Fri, 18 Nov 2016 15:51:49 +0100
Subject: keep installing metadata.desktop

there are too many existing users that rely on existence of metadata.desktop,
so keep installing it, even if with new plasma-workspace releases only the
metadata.json would be used. the framework should never change its behavior
wrt old software, even if it was doing something in a sense wrong
CCMAIL: Aleix Pol Gonzalez <aleix...@kde.org>
BUG:372594
---
 KF5PackageMacros.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/KF5PackageMacros.cmake b/KF5PackageMacros.cmake
index cc5aae2..a14ab0b 100644
--- a/KF5PackageMacros.cmake
+++ b/KF5PackageMacros.cmake
@@ -31,7 +31,6 @@ function(kpackage_install_package dir component)
       set(install_dir ${KPACKAGE_RELATIVE_DATA_INSTALL_DIR})
    endif()
    install(DIRECTORY ${dir}/ DESTINATION 
${KDE_INSTALL_DATADIR}/${install_dir}/${root}/${component}
-           PATTERN metadata.desktop EXCLUDE
            PATTERN .svn EXCLUDE
            PATTERN CMakeLists.txt EXCLUDE
            PATTERN Messages.sh EXCLUDE
-- 
cgit v0.11.2


Reply via email to