Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2016-03-16 10:33:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-framework.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-framework"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2016-03-07 13:36:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2016-03-16 10:33:05.000000000 +0100
@@ -1,0 +2,49 @@
+Sun Mar  6 10:04:05 UTC 2016 - [email protected]
+
+- Update to 5.20.0 (boo#970856)
+  * IconItem: Don't overwrite source when using QIcon::name()
+  * ContainmentInterface: Fix use of QRect right() and bottom()
+  * Remove effectively duplicate code path for handling QPixmaps
+  * Add API docs for IconItem
+  * Fix stylesheet (kde#359345)
+  * Don't wipe window mask on every geometry change when
+    compositing is active and no mask has been set
+  * Applet: Don't crash on remove panel (kde#345723)
+  * Theme: Discard pixmap cache when changing theme (kde#359924)
+  * IconItemTest: Skip when grabToImage fails
+  * IconItem: Fix changing color of svg icons loaded from icon theme
+  * Fix svg iconPath resolving in IconItem
+  * If path is passed, pick the tail (kde#359902)
+  * Add properties configurationRequired and reason
+  * Move contextualActionsAboutToShow to Applet
+  * ScrollViewStyle: Do not use margins of the flickable item
+  * DataContainer: Fix slot checks before connect/disconnect
+  * ToolTip: Prevent multiple geometry changes while changing contents
+  * SvgItem: Don't use Plasma::Theme from rendering thread
+  * AppletQuickItem: Fix finding own attached layout (kde#358849)
+  * Smaller expander for the taskbar
+  * ToolTip: Stop show timer if hideTooltip is called (kde#358894)
+  * Disable animation of icons in plasma tooltips
+  * Drop animations from tooltips
+  * Default theme follows color scheme
+  * Fix IconItem not loading non-theme icons with name (kde#359388)
+  * Prefer other containments than desktop in containmentAt()
+  * WindowThumbnail: Discard glx pixmap in stopRedirecting()
+    (kde#357895)
+  * Remove the legacy applets filter
+  * ToolButtonStyle: Don't rely on an outside ID
+  * Don't assume we find a corona (kde#359026)
+  * Calendar: Add proper back/forward buttons and a "Today" button
+    (kde#336124, kde#348362, kde#358536)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+- Drop upstreamed patches:
+  0001-Theme-Discard-pixmap-cache-when-changing-theme.patch
+  0001-if-path-is-passed-pick-the-tail.patch
+  fix-IconItem-regression.patch
+  kde357895.patch
+- Added loosen-up-kactivities-requirement.patch -- require
+  kactivities 5.19.0, as we can't update kactivities5 to 5.20.0
+  before Plasma 5.6.0
+
+-------------------------------------------------------------------

Old:
----
  0001-Theme-Discard-pixmap-cache-when-changing-theme.patch
  0001-if-path-is-passed-pick-the-tail.patch
  fix-IconItem-regression.patch
  kde357895.patch
  plasma-framework-5.19.0.tar.xz

New:
----
  loosen-up-kactivities-requirement.patch
  plasma-framework-5.20.0.tar.xz

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.Ak17Z9/_old  2016-03-16 10:33:06.000000000 +0100
+++ /var/tmp/diff_new_pack.Ak17Z9/_new  2016-03-16 10:33:06.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:           plasma-framework
-Version:        5.19.0
+Version:        5.20.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Plasma library and runtime components based upon KF5 and Qt5
@@ -28,17 +28,11 @@
 Url:            https://projects.kde.org/plasma-framework
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM kde357895.patch Fix windowthumbnails kde#357895
-Patch0:         kde357895.patch
-# PATCH-FIX-UPSTREAM fix-IconItem-regression.patch -- kde#359388
-Patch1:         fix-IconItem-regression.patch
-# PATCH-FIX-UPSTREAM 0001-if-path-is-passed-pick-the-tail.patch
-Patch2:         0001-if-path-is-passed-pick-the-tail.patch
-# PATCH-FIX-UPSTREAM 0001-Theme-Discard-pixmap-cache-when-changing-theme.patch
-Patch3:         0001-Theme-Discard-pixmap-cache-when-changing-theme.patch
+# PATCH-FIX-OPENSUSE loosen-up-kactivities-requirement.patch -- require 
kactivities 5.19.0, as we can't update kactivities5 to 5.20.0 before Plasma 
5.6.0
+Patch0:         loosen-up-kactivities-requirement.patch
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kactivities5-devel >= %{_tar_path}
+BuildRequires:  kactivities5-devel >= 5.19.0
 BuildRequires:  karchive-devel >= %{_tar_path}
 BuildRequires:  kconfig-devel >= %{_tar_path}
 BuildRequires:  kconfigwidgets-devel >= %{_tar_path}
@@ -129,10 +123,7 @@
 %lang_package
 %prep
 %setup -q
-%patch0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ loosen-up-kactivities-requirement.patch ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e8bce5..5a74d84 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ set (REQUIRED_QT_VERSION "5.3.0")
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Quick 
Gui Sql Qml Svg Script)
 
-find_package(KF5Activities ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Activities 5.19.0 REQUIRED)
 find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5ConfigWidgets ${KF5_DEP_VERSION} REQUIRED)
++++++ plasma-framework-5.19.0.tar.xz -> plasma-framework-5.20.0.tar.xz ++++++
++++ 30291 lines of diff (skipped)


Reply via email to