Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2021-07-16 00:00:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-framework.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-framework"

Fri Jul 16 00:00:20 2021 rev:111 rq:905822 version:5.84.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2021-06-19 23:02:32.239634388 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.2625/plasma-framework.changes  
    2021-07-16 00:02:16.840729010 +0200
@@ -1,0 +2,20 @@
+Mon Jul 12 10:31:32 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Add patch to revert an upstream change:
+  * 0001-Revert-KF5PlasmaMacros-Only-try-to-install-desktop-f.patch
+
+-------------------------------------------------------------------
+Sun Jul  4 07:45:56 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.84.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.84.0
+- Too many changes since 5.83.0, only listing bugfixes:
+  * Add compatibility code when GLVND is not available (kde#438444)
+  * [Calendar] Store plugin manager as QPointer (kde#385011)
+  * Connect to global shortcut changes (kde#438662)
+  * fix graphics of tooltips (kde#438121)
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  plasma-framework-5.83.0.tar.xz
  plasma-framework-5.83.0.tar.xz.sig

New:
----
  0001-Revert-KF5PlasmaMacros-Only-try-to-install-desktop-f.patch
  plasma-framework-5.84.0.tar.xz
  plasma-framework-5.84.0.tar.xz.sig

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.Si3TM4/_old  2021-07-16 00:02:17.348727210 +0200
+++ /var/tmp/diff_new_pack.Si3TM4/_new  2021-07-16 00:02:17.352727196 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Plasma5
-%define _tar_path 5.83
+%define _tar_path 5.84
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           plasma-framework
-Version:        5.83.0
+Version:        5.84.0
 Release:        0
 Summary:        Plasma library and runtime components based upon KF5 and Qt5
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -36,6 +36,9 @@
 Source2:        frameworks.keyring
 %endif
 Source99:       baselibs.conf
+# PATCH-FIX-OPENSUSE -- revert upstream change instead of adding conditions in 
the KDE:Extra package
+# affected by this change
+Patch4:         0001-Revert-KF5PlasmaMacros-Only-try-to-install-desktop-f.patch
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -174,7 +177,6 @@
 %{_kf5_debugdir}/*.renamecategories
 
 %files
-%license LICENSES/*
 %{_kf5_bindir}/*
 %{_kf5_plugindir}/
 %{_kf5_plasmadir}/
@@ -183,11 +185,9 @@
 %{_kf5_mandir}/man1/plasmapkg*.*
 
 %files components
-%license LICENSES/*
 %{_kf5_qmldir}/
 
 %files devel
-%license LICENSES/*
 %{_kf5_includedir}/Plasma/
 %{_kf5_includedir}/PlasmaQuick/
 %{_kf5_includedir}/plasma/

++++++ 0001-Revert-KF5PlasmaMacros-Only-try-to-install-desktop-f.patch ++++++
>From c3a310388745005e2049a56d4d36beecdf9fe731 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <[email protected]>
Date: Mon, 12 Jul 2021 12:25:42 +0200
Subject: [PATCH] Revert "KF5PlasmaMacros: Only try to install desktop files if
 they exist"

A lot of packages have installation issues because of this change.

This reverts commit 6e53dcc2d25089f35988eacbbfe6e3e189690db4.
---
 KF5PlasmaMacros.cmake | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/KF5PlasmaMacros.cmake b/KF5PlasmaMacros.cmake
index ae19a1b14..6b3173daf 100644
--- a/KF5PlasmaMacros.cmake
+++ b/KF5PlasmaMacros.cmake
@@ -35,10 +35,7 @@ macro(plasma_install_package dir component)
 
    kpackage_install_package(${dir} ${component} ${root} 
${PLASMA_RELATIVE_DATA_INSTALL_DIR} NO_DEPRECATED_WARNING)
 
-   # TODO KF6 Remove
-   if (EXISTS ${dir}/metadata.desktop)
-      install(FILES ${dir}/metadata.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR} RENAME plasma-${type}-${component}.desktop)
-   endif()
+   install(FILES ${dir}/metadata.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR} RENAME plasma-${type}-${component}.desktop)
 endmacro()
 
 
@@ -70,10 +67,7 @@ macro(plasma_install_bundled_package dir component)
 
    kpackage_install_bundled_package(${dir} ${component} ${root} 
${PLASMA_RELATIVE_DATA_INSTALL_DIR})
 
-   # TODO KF6 Remove
-   if (EXISTS ${dir}/metadata.desktop)
-      install(FILES ${dir}/metadata.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR} RENAME plasma-${type}-${component}.desktop)
-   endif()
+   install(FILES ${dir}/metadata.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR} RENAME plasma-${type}-${component}.desktop)
 endmacro()
 
 
-- 
2.32.0


++++++ plasma-framework-5.83.0.tar.xz -> plasma-framework-5.84.0.tar.xz ++++++
++++ 4256 lines of diff (skipped)

Reply via email to