commit kwindowsystem for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2016-08-08 13:58:43

Comparing /work/SRC/openSUSE:Factory/kwindowsystem (Old)
 and  /work/SRC/openSUSE:Factory/.kwindowsystem.new (New)


Package is "kwindowsystem"

Changes:

--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes  
2016-07-15 12:40:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2016-08-08 13:58:45.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 07:12:25 UTC 2016 - fab...@ritter-vogt.de
+
+- Add compositingchanged.patch from https://git.reviewboard.kde.org/r/128576/
+to fix kde#362531
+
+---

New:

  compositingchanged.patch



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.LWcjUd/_old  2016-08-08 13:58:45.0 +0200
+++ /var/tmp/diff_new_pack.LWcjUd/_new  2016-08-08 13:58:46.0 +0200
@@ -43,6 +43,9 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# Patch from reviewboard (128576), not merged yet
+# PATCH-FIX-UPSTREAM compositingchanged.patch Ensure the compositingChanged 
signal is emitted kde#362531
+Patch1: compositingchanged.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -89,6 +92,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert

++ compositingchanged.patch ++
Subject: [xcb] Ensure the compositingChanged signal is emitted if 
NETEventFilter is recreated
Author: Martin Gräßlin 

The Xcb implementation of KWindowSystem has two operations modes and when
switching between the two it recreates the NETEventFilter.

This could result in the compositingChanged signal never to be emitted if:
1) NETEventFilter gets created before compositor is started
2) NETEventFilter gets recreated after compositor is started but before
   the old filter had a chance to process the XFixes event

This was the cause for e.g. plasmashell not properly detecting that a
Compositor is running on X11.

This change ensures that the signal is emitted if the compositing state
differs after the recreation. Also a test case is added which simulates
the condition.

BUG: 362531

---
 autotests/CMakeLists.txt  |1 
 autotests/compositingenabled_test.cpp |   53 ++
 src/platforms/xcb/kwindowsystem.cpp   |4 ++
 3 files changed, 58 insertions(+)

Index: kwindowsystem-5.24.0/autotests/CMakeLists.txt
===
--- kwindowsystem-5.24.0.orig/autotests/CMakeLists.txt
+++ kwindowsystem-5.24.0/autotests/CMakeLists.txt
@@ -48,6 +48,7 @@ if(X11_FOUND)
 netrootinfotestwm
 netwininfotestclient
 netwininfotestwm
+compositingenabled_test
 )
 
 kwindowsystem_executable_tests(
Index: kwindowsystem-5.24.0/autotests/compositingenabled_test.cpp
===
--- /dev/null
+++ kwindowsystem-5.24.0/autotests/compositingenabled_test.cpp
@@ -0,0 +1,53 @@
+/*
+ *   Copyright 2016 Martin Gräßlin 
+ *
+ *   This library is free software; you can redistribute it and/or
+ *   modify it under the terms of the GNU Lesser General Public
+ *   License as published by the Free Software Foundation; either
+ *   version 2.1 of the License, or (at your option) any later version.
+ *
+ *   This library is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *   Lesser General Public License for more details.
+ *
+ *   You should have received a copy of the GNU Lesser General Public
+ *   License along with this library.  If not, see 
.
+ */
+#include 
+#include 
+#include 
+
+class CompositingEnabledTest : public QObject
+{
+Q_OBJECT
+private Q_SLOTS:
+void testRecreatingNetEventFilter();
+};
+
+void CompositingEnabledTest::testRecreatingNetEventFilter()
+{
+// this test simulates the condition that the compositor gets enabled 
while the NetEventFilter gets recreated
+QVERIFY(!KWindowSystem::compositingActive());
+
+// fake the compositor
+QSignalSpy compositingChangedSpy(KWindowSystem::self(), 
::compositingChanged);
+QVERIFY(compositingChangedSpy.isValid());
+KSelectionOwner compositorSelection("_NET_WM_CM_S0");
+QSignalSpy 

commit kdepim for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim for openSUSE:Factory checked 
in at 2016-08-08 13:58:23

Comparing /work/SRC/openSUSE:Factory/kdepim (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim.new (New)


Package is "kdepim"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim/kdepim.changes2016-07-21 
07:45:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim.new/kdepim.changes   2016-08-08 
13:58:26.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 27 21:11:10 UTC 2016 - wba...@tmo.at
+
+- Cleanup/update build requirements
+
+---



Other differences:
--
++ kdepim.spec ++
--- /var/tmp/diff_new_pack.As4YQR/_old  2016-08-08 13:58:27.0 +0200
+++ /var/tmp/diff_new_pack.As4YQR/_new  2016-08-08 13:58:27.0 +0200
@@ -67,38 +67,39 @@
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-notes-devel
 BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  boost-devel
 BuildRequires:  calendarsupport-devel
-BuildRequires:  cyrus-sasl-devel
 BuildRequires:  eventviews-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
 BuildRequires:  gpgmepp5-devel
 BuildRequires:  grantlee5-devel
 BuildRequires:  grantleetheme-devel
 BuildRequires:  incidenceeditor-devel
-BuildRequires:  kactivities5-devel
 BuildRequires:  kalarmcal-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kauth-devel
 BuildRequires:  kblog-devel
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
 BuildRequires:  kcmutils-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcontacts-devel
+BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdelibs4support-devel
 BuildRequires:  kdepim-apps-libs-devel
 BuildRequires:  kdewebkit-devel >= 5.0
 BuildRequires:  kdgantt2-devel
 BuildRequires:  kdnssd-framework-devel
+BuildRequires:  kdoctools-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
+BuildRequires:  kholidays-devel
 BuildRequires:  kidentitymanagement-devel
 BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
+BuildRequires:  incidenceeditor-devel
 BuildRequires:  kldap-devel
 BuildRequires:  kmailtransport-devel
 BuildRequires:  kmbox-devel
@@ -108,38 +109,35 @@
 BuildRequires:  kontactinterface-devel
 BuildRequires:  kpimtextedit-devel
 BuildRequires:  kross-devel
+BuildRequires:  kservice-devel
 BuildRequires:  ktexteditor-devel
 BuildRequires:  ktnef-devel
 BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
 BuildRequires:  libgravatar-devel
 BuildRequires:  libkdepim-devel
 BuildRequires:  libkgapi-devel
 BuildRequires:  libkleo-devel
 BuildRequires:  libksieve-devel
 BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
 BuildRequires:  mailcommon-devel
 BuildRequires:  mailimporter-devel
 BuildRequires:  messagelib-devel
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
+BuildRequires:  sonnet-devel
 BuildRequires:  syndication-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Sql) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.5.0
 Requires:   akonadi-search
 Requires:   akonadi_resources = %{version}
 # PATCH-FIX-OPENSUSE korgac-autostart-default.patch fv...@suse.com -- Change 
korgac autostart default




commit plasma5-workspace for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2016-08-08 13:58:51

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)


Package is "plasma5-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2016-07-15 12:28:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2016-08-08 13:58:54.0 +0200
@@ -1,0 +2,59 @@
+Mon Aug  1 11:42:08 UTC 2016 - alarr...@suse.com
+
+- Added fix-breeze-sddm-theme-with-many-users.patch again. 
+  This is still needed since upstream dropped the planned changes
+  on the login breeze theme from the 5.7 release.
+
+---
+Sat Jul 30 21:59:11 UTC 2016 - fab...@ritter-vogt.de
+
+- Add 0001-Workaround-kde-362531.patch as a workaround for
+kde#362531
+
+---
+Fri Jul 29 18:05:53 UTC 2016 - fab...@ritter-vogt.de
+
+- Remove 0005-Missing-method-for-activity-deletion-from-plasma-scr.patch
+  Not only unnecessary, but also reverted by later patch.
+
+---
+Thu Jul 28 20:33:35 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream:
+  0002-don-t-try-to-load-layout-before-kamd-starts.patch
+  0005-Missing-method-for-activity-deletion-from-plasma-scr.patch
+  0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch
+  0007-apparently-containment-can-be-null.patch
+  0010-Properly-registering-existing-activities-before-load.patch
+  0001-check-harder-to-include-only-desktops-in-desktops.patch
+
+---
+Wed Jul 20 08:54:41 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Sat Jul 16 00:28:50 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added Configuration-option-for-System-Tray-icon-size.patch from
+  upstream
+
+---
+Wed Jul 13 06:13:37 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:57:06 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  plasma-workspace-5.7.0.tar.xz
  plasma5-workspace-rpmlintrc

New:

  0001-Workaround-kde-362531.patch
  0001-check-harder-to-include-only-desktops-in-desktops.patch
  0002-don-t-try-to-load-layout-before-kamd-starts.patch
  0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch
  0007-apparently-containment-can-be-null.patch
  0010-Properly-registering-existing-activities-before-load.patch
  Configuration-option-for-System-Tray-icon-size.patch
  fix-breeze-sddm-theme-with-many-users.patch
  plasma-workspace-5.7.2.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.1fWkMC/_old  2016-08-08 13:58:55.0 +0200
+++ /var/tmp/diff_new_pack.1fWkMC/_new  2016-08-08 13:58:55.0 +0200
@@ -18,24 +18,34 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.7.0
+Version:5.7.2
 Release:0
-%define plasma_version 5.7.0
+%define plasma_version 5.7.2
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: plasma-workspace-%{version}.tar.xz
 Source1:baselibs.conf
-Source99:   %{name}-rpmlintrc
 # PATCH-FIX_OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboude...@gmx.com 
-- Rename the qdbus executable in startkde
 Patch0: 0001-Rename-qdbus-in-startkde.patch
 # PATCH-FIX_OPENSUSE require-qt56.diff
 Patch1: require-qt56.diff
+# PATCH-FIX_OPENSUSE fix-breeze-sddm-theme-with-many-users.patch 
alarr...@suse.com -- Asks for user/password and hide the user list when there's 
a large number of users
+Patch2: fix-breeze-sddm-theme-with-many-users.patch
 # PATCH-FIX-OPENSUSE plasmashell-disable-windowclosing-on-logout.patch 
kde#349805 wba...@tmo.at -- Prevent plasma from closing too early on logout 
resulting in an unusable desktop if the 

commit kdepim-addons for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim-addons for openSUSE:Factory 
checked in at 2016-08-08 13:58:33

Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-addons.new (New)


Package is "kdepim-addons"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes  
2016-07-21 07:43:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2016-08-08 13:58:36.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 27 20:02:34 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ kdepim-addons.spec ++
--- /var/tmp/diff_new_pack.OUYZGm/_old  2016-08-08 13:58:37.0 +0200
+++ /var/tmp/diff_new_pack.OUYZGm/_new  2016-08-08 13:58:37.0 +0200
@@ -23,83 +23,32 @@
 License:GPL-2.0
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  calendarsupport-devel
-BuildRequires:  cyrus-sasl-devel
 BuildRequires:  eventviews-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
 BuildRequires:  grantleetheme-devel
 BuildRequires:  incidenceeditor-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdepim-apps-libs-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdgantt2-devel
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
 BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
-BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libgravatar-devel
 BuildRequires:  libkdepim-devel
 BuildRequires:  libkgapi-devel
 BuildRequires:  libkleo-devel
-BuildRequires:  libksieve-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
 BuildRequires:  mailcommon-devel
-BuildRequires:  mailimporter-devel
 BuildRequires:  messagelib-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.xz
 




commit kdepim-runtime for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim-runtime for openSUSE:Factory 
checked in at 2016-08-08 13:58:06

Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-runtime.new (New)


Package is "kdepim-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes
2016-07-21 07:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new/kdepim-runtime.changes   
2016-08-08 13:58:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 27 20:13:03 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ kdepim-runtime.spec ++
--- /var/tmp/diff_new_pack.EEuGLe/_old  2016-08-08 13:58:09.0 +0200
+++ /var/tmp/diff_new_pack.EEuGLe/_new  2016-08-08 13:58:09.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define kf5_version 5.1.0
+%define kf5_version 5.19.0
 %define kf5_pimlibs_version 16.04.3
 Name:   kdepim-runtime
 Version:16.04.3
@@ -32,14 +32,14 @@
 BuildRequires:  akonadi-mime-devel >= %{kf5_pimlibs_version}
 BuildRequires:  akonadi-notes-devel >= %{kf5_pimlibs_version}
 BuildRequires:  akonadi-socialutils-devel >= %{kf5_pimlibs_version}
-BuildRequires:  boost-devel >= 1.34.0
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kalarmcal-devel >= %{kf5_pimlibs_version}
 BuildRequires:  kcalcore-devel >= %{kf5_pimlibs_version}
 BuildRequires:  kcalutils-devel >= %{kf5_pimlibs_version}
-BuildRequires:  kcmutils-devel >= %{kf5_version}
+BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcontacts5-devel >= %{kf5_pimlibs_version}
+BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
+BuildRequires:  kcontacts-devel >= %{kf5_pimlibs_version}
 BuildRequires:  kdelibs4support-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kidentitymanagement-devel >= %{kf5_pimlibs_version}
@@ -49,28 +49,24 @@
 BuildRequires:  kmailtransport-devel >= %{kf5_pimlibs_version}
 BuildRequires:  kmbox-devel >= %{kf5_pimlibs_version}
 BuildRequires:  kmime-devel >= %{kf5_pimlibs_version}
-BuildRequires:  knewstuff-devel >= %{kf5_version}
 BuildRequires:  knotifyconfig-devel >= %{kf5_version}
 BuildRequires:  kpimtextedit-devel >= %{kf5_pimlibs_version}
 BuildRequires:  kross-devel >= %{kf5_version}
-BuildRequires:  kwallet-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  libkgapi-devel >= 1.9.81
+BuildRequires:  ktextwidgets-devel >= %{kf5_version}
+BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  libkgapi-devel >= 5.1.0
 BuildRequires:  libkolab-qt5-devel >= 1.0.1
 BuildRequires:  libkolabxml-devel >= 1.1
 BuildRequires:  libxslt-devel
-# broken KF5::AkonadiContact, phonon is in interface includes, but private 
link library
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  syndication-devel >= %{kf5_pimlibs_version}
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.5.0
 Requires:   akonadi-server
 Requires:   kio-pimlibs
 Requires(post): shared-mime-info




commit libkdcraw for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2016-08-08 13:58:14

Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old)
 and  /work/SRC/openSUSE:Factory/.libkdcraw.new (New)


Package is "libkdcraw"

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2016-07-21 
07:48:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2016-08-08 
13:58:17.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  1 18:12:25 UTC 2016 - wba...@tmo.at
+
+- Drop build requirements that are not needed any more
+- Remove kdelibs4support-devel and threadweaver-devel requires from
+  the devel package, they are not used/needed in current versions
+
+---



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.OVGsqB/_old  2016-08-08 13:58:18.0 +0200
+++ /var/tmp/diff_new_pack.OVGsqB/_new  2016-08-08 13:58:18.0 +0200
@@ -29,16 +29,9 @@
 Source0:%{name}-%{version}.tar.xz
 Patch0: fix-libraw-dependency.diff
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kconfig-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kcompletion-devel
-BuildRequires:  kio-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  threadweaver-devel
+BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  xz
 %if 0%{?suse_version}==1315 && !0%{?is_opensuse}
 BuildRequires:  pkgconfig(libraw) >= 0.15.4
@@ -95,8 +88,6 @@
 Summary:Shared library interface around dcraw
 Group:  Development/Libraries/KDE
 Requires:   %{lname}%{_so} = %{version}
-Requires:   kdelibs4support-devel
-Requires:   threadweaver-devel
 Obsoletes:  libkdcraw-kf5-devel < %{version}
 Provides:   libkdcraw-kf5-devel = %{version}
 




commit mailcommon for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2016-08-08 13:57:26

Comparing /work/SRC/openSUSE:Factory/mailcommon (Old)
 and  /work/SRC/openSUSE:Factory/.mailcommon.new (New)


Package is "mailcommon"

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2016-07-21 
07:43:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2016-08-08 13:57:30.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 24 15:25:22 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Add necessary dependencies to the devel package
+
+---



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.oS5mLu/_old  2016-08-08 13:57:31.0 +0200
+++ /var/tmp/diff_new_pack.oS5mLu/_new  2016-08-08 13:57:31.0 +0200
@@ -24,75 +24,30 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
+BuildRequires:  kitemviews-devel
 BuildRequires:  kldap-devel
 BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libkleo-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
 BuildRequires:  mailimporter-devel
 BuildRequires:  messagelib-devel
 BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  xsltproc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -126,6 +81,10 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Requires:   libKF5MailCommon5 = %{version}
+Requires:   akonadi-server-devel
+Requires:   akonadi-mime-devel
+Requires:   messagelib-devel
+Requires:   pimcommon-devel
 
 %description devel
 The development package for the mailcommon libraries




commit kleopatra5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kleopatra5 for openSUSE:Factory 
checked in at 2016-08-08 13:57:49

Comparing /work/SRC/openSUSE:Factory/kleopatra5 (Old)
 and  /work/SRC/openSUSE:Factory/.kleopatra5.new (New)


Package is "kleopatra5"

Changes:

--- /work/SRC/openSUSE:Factory/kleopatra5/kleopatra5.changes2016-07-21 
07:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kleopatra5.new/kleopatra5.changes   
2016-08-08 13:57:50.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 24 17:20:57 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ kleopatra5.spec ++
--- /var/tmp/diff_new_pack.VPMWLA/_old  2016-08-08 13:57:51.0 +0200
+++ /var/tmp/diff_new_pack.VPMWLA/_new  2016-08-08 13:57:51.0 +0200
@@ -24,84 +24,30 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kleopatra-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
 BuildRequires:  boost-devel
-BuildRequires:  calendarsupport-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  eventviews-devel
 BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
 BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  grantleetheme-devel
-BuildRequires:  incidenceeditor-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
 BuildRequires:  kcmutils-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdepim-apps-libs-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdgantt2-devel
-BuildRequires:  kdnssd-framework-devel
+BuildRequires:  kdbusaddons-devel
+BuildRequires:  kdoctools-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
+BuildRequires:  kcmutils-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
+BuildRequires:  knotifications-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libassuan-devel
-BuildRequires:  libgravatar-devel
-BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi-devel
 BuildRequires:  libkleo-devel
-BuildRequires:  libksieve-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  mailcommon-devel
-BuildRequires:  mailimporter-devel
-BuildRequires:  messagelib-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit libkdepim for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkdepim for openSUSE:Factory 
checked in at 2016-08-08 13:57:57

Comparing /work/SRC/openSUSE:Factory/libkdepim (Old)
 and  /work/SRC/openSUSE:Factory/.libkdepim.new (New)


Package is "libkdepim"

Changes:

--- /work/SRC/openSUSE:Factory/libkdepim/libkdepim.changes  2016-07-21 
07:43:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdepim.new/libkdepim.changes 2016-08-08 
13:57:59.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 31 14:34:10 UTC 2016 - wba...@tmo.at
+
+- Update build requirements
+- Add necessary requires to the devel package
+
+---



Other differences:
--
++ libkdepim.spec ++
--- /var/tmp/diff_new_pack.nVSgVN/_old  2016-08-08 13:58:00.0 +0200
+++ /var/tmp/diff_new_pack.nVSgVN/_new  2016-08-08 13:58:00.0 +0200
@@ -26,18 +26,15 @@
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-search-devel
-BuildRequires:  boost-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kcalcore-devel
 BuildRequires:  kcmutils-devel
 BuildRequires:  kcodecs-devel
 BuildRequires:  kcompletion-devel
 BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
 BuildRequires:  ki18n-devel
-BuildRequires:  kitemmodels-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kitemviews-devel
 BuildRequires:  kldap-devel
 BuildRequires:  kmime-devel
@@ -80,6 +77,8 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Requires:   libKF5Libkdepim5 = %{version}
+Requires:   akonadi-server-devel
+Requires:   akonadi-contact-devel
 
 %description devel
 The development package for the libkdepim libraries




commit kjots for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kjots for openSUSE:Factory checked 
in at 2016-08-08 13:57:35

Comparing /work/SRC/openSUSE:Factory/kjots (Old)
 and  /work/SRC/openSUSE:Factory/.kjots.new (New)


Package is "kjots"

Changes:

--- /work/SRC/openSUSE:Factory/kjots/kjots.changes  2016-06-29 
15:02:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjots.new/kjots.changes 2016-08-08 
13:57:38.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 24 17:23:47 UTC 2016 - wba...@tmo.at
+
+- Remove boost-devel build requirement, it's not needed
+
+---



Other differences:
--
++ kjots.spec ++
--- /var/tmp/diff_new_pack.bEEC4B/_old  2016-08-08 13:57:38.0 +0200
+++ /var/tmp/diff_new_pack.bEEC4B/_new  2016-08-08 13:57:38.0 +0200
@@ -26,7 +26,6 @@
 Source0:
http://download.kde.org/stable/kjots/%{version}/src/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM fix-desktop-file.patch -- Make sure that the desktop file 
is Qt5/Plasma5 compatible
 Patch0: fix-desktop-file.patch
-BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  grantlee5-devel
 BuildRequires:  libxslt-tools




commit akonadi-search for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package akonadi-search for openSUSE:Factory 
checked in at 2016-08-08 13:57:17

Comparing /work/SRC/openSUSE:Factory/akonadi-search (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-search.new (New)


Package is "akonadi-search"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-search/akonadi-search.changes
2016-07-21 07:41:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-search.new/akonadi-search.changes   
2016-08-08 13:57:19.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 24 15:07:57 UTC 2016 - wba...@tmo.at
+
+- Cleanup/update build requirements and the requires of the devel
+  package
+
+---



Other differences:
--
++ akonadi-search.spec ++
--- /var/tmp/diff_new_pack.9HvckI/_old  2016-08-08 13:57:20.0 +0200
+++ /var/tmp/diff_new_pack.9HvckI/_new  2016-08-08 13:57:20.0 +0200
@@ -24,32 +24,21 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  boost-devel
-BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  kauth-devel >= 5.0.0
+BuildRequires:  akonadi-server-devel
+BuildRequires:  extra-cmake-modules >= 5.17.0
 BuildRequires:  kcalcore-devel
-BuildRequires:  kcmutils-devel >= 5.0.0
-BuildRequires:  kconfig-devel >= 5.0.0
+BuildRequires:  kcmutils-devel >= 5.19.0
+BuildRequires:  kconfig-devel >= 5.19.0
 BuildRequires:  kcontacts-devel
-BuildRequires:  kcrash-devel >= 5.0.0
-BuildRequires:  kdelibs4support-devel >= 5.0.0
+BuildRequires:  kcrash-devel >= 5.19.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  kfilemetadata5-devel >= 5.0.0
-BuildRequires:  ki18n-devel >= 5.0.0
-BuildRequires:  kidletime-devel >= 5.0.0
-BuildRequires:  kio-devel >= 5.0.0
+BuildRequires:  ki18n-devel >= 5.19.0
 BuildRequires:  kmime-devel
-BuildRequires:  krunner-devel >= 5.0.0
-BuildRequires:  libattr-devel
+BuildRequires:  krunner-devel >= 5.19.0
 BuildRequires:  libxapian-devel
-BuildRequires:  solid-devel >= 5.0.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Test)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  baloo-pim < %{version}
 
@@ -67,11 +56,14 @@
 %package devel
 Summary:Development package for baloo5
 Group:  Development/Libraries/KDE
-Requires:   kcoreaddons-devel >= 5.0.0
-Requires:   kfilemetadata5-devel >= 5.0.0
+Requires:   akonadi-mime-devel
+Requires:   akonadi-server-devel
+Requires:   kcalcore-devel
+Requires:   kcontacts-devel
+Requires:   kcoreaddons-devel
+Requires:   kmime-devel
 Requires:   libKF5AkonadiSearch = %{version}
-Requires:   libxapian-devel
-Requires:   pkgconfig(Qt5Core) >= 5.2.0
+Requires:   pkgconfig(Qt5Core)
 
 %description devel
 Baloo is a framework for searching and managing metadata. This




commit kmime for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kmime for openSUSE:Factory checked 
in at 2016-08-08 13:57:07

Comparing /work/SRC/openSUSE:Factory/kmime (Old)
 and  /work/SRC/openSUSE:Factory/.kmime.new (New)


Package is "kmime"

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2016-07-21 
07:47:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2016-08-08 
13:57:08.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 21 15:17:53 UTC 2016 - wba...@tmo.at
+
+- Clean up build requirements
+- Remove dependency on kdelibs4support-devel from the devel package,
+  it's not needed
+
+---



Other differences:
--
++ kmime.spec ++
--- /var/tmp/diff_new_pack.2MU0Km/_old  2016-08-08 13:57:09.0 +0200
+++ /var/tmp/diff_new_pack.2MU0Km/_new  2016-08-08 13:57:09.0 +0200
@@ -19,48 +19,17 @@
 Name:   kmime
 Version:16.04.3
 Release:0
-%define kf5_version 5.1.0
+%define kf5_version 5.19.0
 Summary:KDE PIM Libraries: Mime support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kmime-%{version}.tar.xz
-BuildRequires:  boost-devel >= 1.34.0
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  gpgme-devel
-BuildRequires:  kcmutils-devel >= %{kf5_version}
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
-BuildRequires:  kemoticons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  kparts-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwallet-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
-BuildRequires:  akonadi-server-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libical-devel >= 0.42
-BuildRequires:  libxslt-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  solid-devel >= %{kf5_version}
-BuildRequires:  sonnet-devel >= %{kf5_version}
-BuildRequires:  pkgconfig(Qt5Designer) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -76,7 +45,6 @@
 %package devel
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   kdelibs4support-devel >= %{kf5_version}
 Requires:   libKF5Mime5 = %{version}
 
 %description devel




commit plasma5-desktop for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2016-08-08 13:56:48

Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New)


Package is "plasma5-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2016-07-15 12:29:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2016-08-08 13:56:51.0 +0200
@@ -1,0 +2,41 @@
+Sat Jul 30 12:41:41 UTC 2016 - jeng...@inai.de
+
+- Run fdupes to soothe rpmlint
+
+---
+Fri Jul 29 15:42:18 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream:
+  0001-don-t-create-activities-by-ourselves.patch
+  0002-use-desktopsForActivty-currentActivity.patch
+  and 0003-correct-typo.patch
+
+---
+Thu Jul 28 20:39:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added loop-trough-screens-only-once.patch from upstream
+
+---
+Wed Jul 20 08:54:37 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:34 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:52:02 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  plasma-desktop-5.7.0.tar.xz
  plasma5-desktop-rpmlintrc

New:

  0001-don-t-create-activities-by-ourselves.patch
  0002-use-desktopsForActivty-currentActivity.patch
  0003-correct-typo.patch
  loop-trough-screens-only-once.patch
  plasma-desktop-5.7.2.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.jmJPwE/_old  2016-08-08 13:56:52.0 +0200
+++ /var/tmp/diff_new_pack.jmJPwE/_new  2016-08-08 13:56:52.0 +0200
@@ -18,19 +18,23 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: plasma-desktop-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 Patch0: 0001-Require-xorg-evdev-2.8.99.1.patch
 # PATCHES 100-200 and above are from upstream 5.7 branch
+Patch100:   loop-trough-screens-only-once.patch
+Patch101:   0001-don-t-create-activities-by-ourselves.patch
+Patch102:   0002-use-desktopsForActivty-currentActivity.patch
+Patch103:   0003-correct-typo.patch
 # PATCHES 201-300 and above are from upstream master/5.8 branch
 BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpulse-devel
@@ -176,18 +180,26 @@
 %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
 %patch0 -Rp1
 %endif
+%patch100 -p1
+%patch101 -p1
+%patch102 -p1
+%patch103 -p1
 # conflict with kactivitimanagerd lang (and unused)
 rm -rf po/*/kactivities5.po
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
   # no devel files needed here
   rm -rfv %{buildroot}%{_kf5_sharedir}/dbus-1/interfaces/
+%fdupes %{buildroot}/%{_prefix}
 
 %post   -p /sbin/ldconfig
 
@@ -303,10 +315,9 @@
 %{_kf5_plugindir}/plasma/dataengine/plasma_engine_kimpanel.so
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %doc %lang(ca) %{_kf5_htmldir}/ca/
+%doc %lang(cs) %{_kf5_htmldir}/cs/
 %doc %lang(it) %{_kf5_htmldir}/it/
 #doc %%lang(de) %%{_kf5_htmldir}/de/
 %doc %lang(nl) %{_kf5_htmldir}/nl/

++ 0001-don-t-create-activities-by-ourselves.patch ++
>From 89cb478eb205e5586751311594f2dcf4ec447199 Mon Sep 17 00:00:00 2001
From: Marco Martin 
Date: Fri, 29 Jul 2016 12:39:53 +0200
Subject: [PATCH 1/3] don't create activities by ourselves

---
 desktoppackage/contents/layout.js | 4 

commit kmbox for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kmbox for openSUSE:Factory checked 
in at 2016-08-08 13:56:58

Comparing /work/SRC/openSUSE:Factory/kmbox (Old)
 and  /work/SRC/openSUSE:Factory/.kmbox.new (New)


Package is "kmbox"

Changes:

--- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes  2016-07-21 
07:47:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmbox.new/kmbox.changes 2016-08-08 
13:57:01.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 15:28:11 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements and the dependencies of the devel
+  package
+
+---



Other differences:
--
++ kmbox.spec ++
--- /var/tmp/diff_new_pack.ubKGed/_old  2016-08-08 13:57:02.0 +0200
+++ /var/tmp/diff_new_pack.ubKGed/_new  2016-08-08 13:57:02.0 +0200
@@ -19,49 +19,16 @@
 Name:   kmbox
 Version:16.04.3
 Release:0
-%define kf5_version 5.1.0
+%define kf5_version 5.19.0
 Summary:KDE PIM Libraries: Mailbox functionality
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kmbox-%{version}.tar.xz
-BuildRequires:  boost-devel >= 1.34.0
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  gpgme-devel
-BuildRequires:  kcmutils-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
-BuildRequires:  kemoticons-devel >= %{kf5_version}
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
 BuildRequires:  kmime-devel
-BuildRequires:  kparts-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwallet-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
-BuildRequires:  akonadi-server-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libical-devel >= 0.42
-BuildRequires:  libxslt-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  solid-devel >= %{kf5_version}
-BuildRequires:  sonnet-devel >= %{kf5_version}
-BuildRequires:  pkgconfig(Qt5Designer) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,8 +44,6 @@
 %package devel
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   kcoreaddons-devel >= %{kf5_version}
-Requires:   kdelibs4support-devel >= %{kf5_version}
 Requires:   kmime-devel >= %{version}
 Requires:   libKF5Mbox5 = %{version}
 




commit incidenceeditor for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package incidenceeditor for openSUSE:Factory 
checked in at 2016-08-08 13:56:12

Comparing /work/SRC/openSUSE:Factory/incidenceeditor (Old)
 and  /work/SRC/openSUSE:Factory/.incidenceeditor.new (New)


Package is "incidenceeditor"

Changes:

--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes  
2016-07-21 07:43:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.incidenceeditor.new/incidenceeditor.changes 
2016-08-08 13:56:13.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 18:37:06 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Add necessary dependencies to the devel package
+
+---



Other differences:
--
++ incidenceeditor.spec ++
--- /var/tmp/diff_new_pack.PoTOCz/_old  2016-08-08 13:56:14.0 +0200
+++ /var/tmp/diff_new_pack.PoTOCz/_new  2016-08-08 13:56:14.0 +0200
@@ -24,75 +24,25 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  calendarsupport-devel
-BuildRequires:  cyrus-sasl-devel
 BuildRequires:  eventviews-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kdepim-apps-libs-devel
-BuildRequires:  kdewebkit-devel >= 5.0
 BuildRequires:  kdgantt2-devel
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kldap-devel
 BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -127,6 +77,13 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Requires:   libKF5IncidenceEditor5 = %{version}
+Requires:   kdgantt2-devel
+Requires:   eventviews-devel
+Requires:   calendarsupport-devel
+Requires:   kcalutils-devel
+Requires:   kcalcore-devel
+Requires:   kmailtransport-devel
+Requires:   kmime-devel
 
 %description devel
 The development package for the incidenceeditor libraries




commit systemsettings5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2016-08-08 13:56:39

Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and  /work/SRC/openSUSE:Factory/.systemsettings5.new (New)


Package is "systemsettings5"

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2016-07-15 12:28:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2016-08-08 13:56:40.0 +0200
@@ -1,0 +2,28 @@
+Thu Jul 21 21:18:35 UTC 2016 - jeng...@inai.de
+
+- Re-set rpm group
+
+---
+Wed Jul 20 08:54:44 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:59:45 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  systemsettings-5.7.0.tar.xz
  systemsettings5-rpmlintrc

New:

  systemsettings-5.7.2.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.2kHDa7/_old  2016-08-08 13:56:41.0 +0200
+++ /var/tmp/diff_new_pack.2kHDa7/_new  2016-08-08 13:56:41.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: systemsettings-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System 
Administration category, needed at least for YaST KCM
 Patch0: install_administration_category.diff
 # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to 
Configure Desktop, in order to cause less confusion for KDE4 users
@@ -57,7 +56,7 @@
 
 %package devel
 Summary:KDE's control center
-Group:  System/GUI/KDE
+Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Conflicts:  kdebase4-workspace-devel
 
@@ -73,11 +72,14 @@
 %endif
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
   %suse_update_desktop_file  kdesystemsettings X-SuSE-core
 
 %post   -p /sbin/ldconfig
@@ -106,9 +108,7 @@
 %{_includedir}/*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %doc %lang(ca) %{_kf5_htmldir}/ca/
 %doc %lang(de) %{_kf5_htmldir}/de/
 %doc %lang(it) %{_kf5_htmldir}/it/

++ systemsettings-5.7.0.tar.xz -> systemsettings-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.0/CMakeLists.txt 
new/systemsettings-5.7.2/CMakeLists.txt
--- old/systemsettings-5.7.0/CMakeLists.txt 2016-06-30 17:15:05.0 
+0200
+++ new/systemsettings-5.7.2/CMakeLists.txt 2016-07-19 13:15:44.0 
+0200
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.0/doc/CMakeLists.txt 
new/systemsettings-5.7.2/doc/CMakeLists.txt
--- old/systemsettings-5.7.0/doc/CMakeLists.txt 2016-06-30 17:15:05.0 
+0200
+++ new/systemsettings-5.7.2/doc/CMakeLists.txt 2016-07-19 13:15:44.0 
+0200
@@ -1,8 +1,8 @@
 add_subdirectory(en)
-add_subdirectory(ca)
 add_subdirectory(de)
 add_subdirectory(it)
+add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
-add_subdirectory(sv)
 add_subdirectory(uk)
+add_subdirectory(ca)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.0/doc/ca/index.docbook 
new/systemsettings-5.7.2/doc/ca/index.docbook
--- old/systemsettings-5.7.0/doc/ca/index.docbook   

commit plasma5-openSUSE for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2016-08-08 13:56:32

Comparing /work/SRC/openSUSE:Factory/plasma5-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new (New)


Package is "plasma5-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2016-07-15 12:44:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2016-08-08 13:56:33.0 +0200
@@ -1,0 +2,25 @@
+Fri Jul 29 18:11:30 UTC 2016 - fab...@ritter-vogt.de
+
+- Update plasma-change-defaults.diff to latest upstream code
+
+---
+Thu Jul 28 21:16:51 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update plasma-change-defaults.diff to latest upstream code
+
+---
+Wed Jul 20 09:17:15 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Bump Plasma (Build)Requires to 5.7.2
+
+---
+Sat Jul 16 00:42:56 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Supply default plasmoidscript for systray icon size
+
+---
+Fri Jul 15 15:51:21 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Bump Plasma (Build)Requires to 5.7.1
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.oPL25l/_old  2016-08-08 13:56:34.0 +0200
+++ /var/tmp/diff_new_pack.oPL25l/_new  2016-08-08 13:56:34.0 +0200
@@ -19,7 +19,7 @@
 # the greeter is currently not built by default, see boo#950863
 %bcond_with greeter
 
-%define plasma_version 5.7.0
+%define plasma_version 5.7.2
 %if %suse_version == 1315 && %is_opensuse
 %define suse_branding_version 42.1
 %else

++ plasma-change-defaults.diff ++
--- /var/tmp/diff_new_pack.oPL25l/_old  2016-08-08 13:56:34.0 +0200
+++ /var/tmp/diff_new_pack.oPL25l/_new  2016-08-08 13:56:34.0 +0200
@@ -19,20 +19,11 @@
 
 --- ./shells/org.kde.plasma.desktop/contents/layout.js 2011-05-20 
22:32:08.0 +0200
 +++ ./shells/org.kde.plasma.desktop/contents/layout.js 2011-10-13 
13:03:13.251007088 +0200
-@@ -1,12 +1,16 @@
- 
- loadTemplate("org.kde.plasma.desktop.defaultPanel")
- 
-+sleep(100);
-+
- for (var i = 0; i < screenCount; ++i) {
- var id = createActivity("Desktop");
- var desktopsArray = desktopsForActivity(id);
- print(desktopsArray.length);
- for( var j = 0; j < desktopsArray.length; j++) {
- desktopsArray[j].wallpaperPlugin = 'org.kde.image';
-+var folderview = desktopsArray[j].addWidget("org.kde.plasma.folder");
-+folderview.writeConfig("url", "desktop:/");
- //var clock = 
desktopsArray[j].addWidget("org.kde.plasma.analogclock");
- }
+@@ -4,5 +4,7 @@ loadTemplate("org.kde.plasma.desktop.defaultPanel")
+ var desktopsArray = desktopsForActivity(currentActivity());
+ for( var j = 0; j < desktopsArray.length; j++) {
+ desktopsArray[j].wallpaperPlugin = 'org.kde.image';
++var folderview = desktopsArray[j].addWidget("org.kde.plasma.folder");
++folderview.writeConfig("url", "desktop:/");
+ //var clock = desktopsArray[j].addWidget("org.kde.plasma.analogclock");
  }

++ plasma5-openSUSE-13.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/plasmoidsetupscripts/org.kde.plasma.private.systemtray.js
 
new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/plasmoidsetupscripts/org.kde.plasma.private.systemtray.js
--- 
old/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/plasmoidsetupscripts/org.kde.plasma.private.systemtray.js
1970-01-01 01:00:00.0 +0100
+++ 
new/plasma5-openSUSE/config-files/usr/share/plasma/look-and-feel/org.openSUSE.desktop/contents/plasmoidsetupscripts/org.kde.plasma.private.systemtray.js
2016-07-16 02:36:26.0 +0200
@@ -0,0 +1,3 @@
+applet.currentConfigGroup = new Array("General");
+applet.writeConfig("iconSize", 1);
+applet.reloadConfig();




commit cmake for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2016-08-08 13:56:25

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2016-07-18 
21:19:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2016-08-08 
13:56:28.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 24 12:53:31 UTC 2016 - f...@grueninger.de
+
+- update to CMake 3.6.1
+  no changes specific to CMake-GUI
+  full changelog: https://blog.kitware.com/cmake-3-6-1-available-for-download/
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2016-07-18 
21:19:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2016-08-08 
13:56:28.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul 24 12:53:26 UTC 2016 - f...@grueninger.de
+
+- update to CMake 3.6.1
+  * CPack/RPM: Add missed CPACK_RPM_FILE_NAME fallback variable
+  * Restore find_(library|file|path) search of PATH itself
+  * Ninja: Do not force response files when no sysconf(3) limit is used
+  * CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS value
+  * Autogen: Revert changes to generate moc/rcc in subdirectories
+  full changelog: https://blog.kitware.com/cmake-3-6-1-available-for-download/
+
+---

Old:

  cmake-3.6.0-SHA-256.txt
  cmake-3.6.0-SHA-256.txt.asc
  cmake-3.6.0.tar.gz

New:

  cmake-3.6.1-SHA-256.txt
  cmake-3.6.1-SHA-256.txt.asc
  cmake-3.6.1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.xexz3E/_old  2016-08-08 13:56:29.0 +0200
+++ /var/tmp/diff_new_pack.xexz3E/_new  2016-08-08 13:56:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:3.6.0
+Version:3.6.1
 Release:0
 Summary:CMake graphical user interface
 License:BSD-3-Clause

cmake.spec: same change
++ cmake-3.6.0-SHA-256.txt -> cmake-3.6.1-SHA-256.txt ++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.6.0-SHA-256.txt2016-07-18 
21:19:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.6.1-SHA-256.txt   
2016-08-08 13:56:27.0 +0200
@@ -1,16 +1,16 @@
-3f7a5b46009de2ed1a5444ec1b54745a4dfd0d267ba9c027d054dce278ed2abd  
cmake-3.6.0-Darwin-x86_64.dmg
-4b1acbf9cb5b83c0eee39ee15055d5fba60207f06533d2a436f6923b54702c90  
cmake-3.6.0-Darwin-x86_64.tar.Z
-195db78ed916e04237de4e2ba063cda384214f1f4a0bd1a37c0fafa3da44eca2  
cmake-3.6.0-Darwin-x86_64.tar.gz
-10d4758cd1b2ac807d1108e65396a25b5b114b82d9aa02a46557ff4aad229f3c  
cmake-3.6.0-Linux-i386.sh
-726b27df07944f5d750c20db18207a7f2f77f8a38d4f2b886405dc284b25  
cmake-3.6.0-Linux-i386.tar.Z
-20fcddb0c888615b3a6663cd1ce5a04aebdecba1ab13a13cfeec70661f7143c3  
cmake-3.6.0-Linux-i386.tar.gz
-29c5085fba1128587c0a0b6e9a90d882401e74780de2660544b0e1c1fe22fe31  
cmake-3.6.0-Linux-x86_64.sh
-bf57e4dd7e0d46b39a57db96689a9a463cb154a9e290114606cd8a7e299360ea  
cmake-3.6.0-Linux-x86_64.tar.Z
-46cd2b5f72895fd6aeef94c7c159dbec9e7db89ad7d873b4b7843be86cf55505  
cmake-3.6.0-Linux-x86_64.tar.gz
-e147960cb02aaef00876ff613e7004bcabb3878812d8c44dbeb70d6e0320f214  
cmake-3.6.0-win32-x86.msi
-2ef3b4103ebc3a5d3e489f7ac77795387b5e6e080fee90549cdec31d9ef429f7  
cmake-3.6.0-win32-x86.zip
-ab491f3d925a2251be04752d16a81bcaf90b88abb48ac8b5760fb090d540b11f  
cmake-3.6.0-win64-x64.msi
-24c6fe91991ece9deae9a926bc925ec0b9d5702ffe174ed85062dc5a6fccf0f4  
cmake-3.6.0-win64-x64.zip
-09bdf31cd38c57f7815221d28da99267fd2c19c71920901217c715bbd38f62c7  
cmake-3.6.0.tar.Z
-fd05ed40cc40ef9ef99fac7b0ece2e0b871858a82feade48546f5d2940147670  
cmake-3.6.0.tar.gz
-9e170d01370018adf7eec4eade875d6a9b19289ab0721716ce639bdecc486b8c  
cmake-3.6.0.zip
+bcf1dc55040de3a2a16b040c3c2c82bffe08d6a7bc8406903444061fe869d6bc  
cmake-3.6.1-Darwin-x86_64.dmg
+d0d57e3e71f0ced3c66850a9cd366973d31dd704db6cac0bc1a9518c8de4e03b  
cmake-3.6.1-Darwin-x86_64.tar.Z
+dc3c1769921102846fa0d68b6bbf503ddcc6936e94e9415bd31a967f4e2154ae  
cmake-3.6.1-Darwin-x86_64.tar.gz
+efda10d69695b9603191b10d6fa40f75421d53e7cd86118b629822e3fd9ab6ec  
cmake-3.6.1-Linux-i386.sh
+5b8de8b23836133267aaf5c0b2ac1d65d0872d8a618dc2588098a70fbeaa8227  
cmake-3.6.1-Linux-i386.tar.Z
+ff73d3694fc24d4b94b1a5dd65a922bf24dbcf3a05d9525601deeb5516b70b4e  
cmake-3.6.1-Linux-i386.tar.gz
+9ab3feaf59ed9ccb4e9757091a921e010404127e6ccb86abe054337493ed0ae7  
cmake-3.6.1-Linux-x86_64.sh
+86fe327e13ef85faa1c8043f8f6df078b988a31eb31d00d991ac26c9502c09e0  
cmake-3.6.1-Linux-x86_64.tar.Z

commit plasma5-pa for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-08-08 13:56:18

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-07-15 
12:27:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-08-08 13:56:20.0 +0200
@@ -1,0 +2,22 @@
+Wed Jul 20 08:54:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:54:06 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+
+---

Old:

  plasma-pa-5.7.0.tar.xz

New:

  plasma-pa-5.7.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.o9Fm7L/_old  2016-08-08 13:56:21.0 +0200
+++ /var/tmp/diff_new_pack.o9Fm7L/_new  2016-08-08 13:56:21.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -54,11 +54,14 @@
 %setup -q -n plasma-pa-%{version}
 
 %build
-%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+%kf5_find_lang
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -81,10 +84,11 @@
 %endif
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
+%dir %{_kf5_htmldir}
+%dir %lang(ca) %{_kf5_htmldir}/ca
+%doc %lang(ca) %{_kf5_htmldir}/ca/*/
 %endif
 
 %changelog

++ plasma-pa-5.7.0.tar.xz -> plasma-pa-5.7.2.tar.xz ++
 16367 lines of diff (skipped)




commit messagelib for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2016-08-08 13:55:39

Comparing /work/SRC/openSUSE:Factory/messagelib (Old)
 and  /work/SRC/openSUSE:Factory/.messagelib.new (New)


Package is "messagelib"

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2016-07-21 
07:44:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2016-08-08 13:55:41.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 19:00:46 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Add necessary dependencies to the devel package
+
+---



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.6Lz4K5/_old  2016-08-08 13:55:41.0 +0200
+++ /var/tmp/diff_new_pack.6Lz4K5/_new  2016-08-08 13:55:41.0 +0200
@@ -25,79 +25,43 @@
 Group:  Development/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-notes-devel
 BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  calendarsupport-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  eventviews-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
 BuildRequires:  gpgmepp5-devel
 BuildRequires:  grantlee5-devel
 BuildRequires:  grantleetheme-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kcodecs-devel
+BuildRequires:  kcompletion-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
 BuildRequires:  kdepim-apps-libs-devel
 BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdgantt2-devel
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
+BuildRequires:  kitemviews-devel
 BuildRequires:  kldap-devel
 BuildRequires:  kmailtransport-devel
 BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libgravatar-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
 BuildRequires:  libkleo-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -122,6 +86,15 @@
 # FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines;
 Group:  Development/Libraries
 Requires:   %{name} = %{version}
+Requires:   akonadi-mime-devel
+Requires:   akonadi-server-devel
+Requires:   kcontacts-devel
+Requires:   kdewebkit-devel
+Requires:   kidentitymanagement-devel
+Requires:   kmime-devel
+Requires:   libkleo-devel

commit eventviews for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package eventviews for openSUSE:Factory 
checked in at 2016-08-08 13:55:46

Comparing /work/SRC/openSUSE:Factory/eventviews (Old)
 and  /work/SRC/openSUSE:Factory/.eventviews.new (New)


Package is "eventviews"

Changes:

--- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes2016-07-21 
07:42:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.eventviews.new/eventviews.changes   
2016-08-08 13:55:48.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 16:41:39 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Add necessary requires to the devel package
+
+---



Other differences:
--
++ eventviews.spec ++
--- /var/tmp/diff_new_pack.PYfY0e/_old  2016-08-08 13:55:48.0 +0200
+++ /var/tmp/diff_new_pack.PYfY0e/_new  2016-08-08 13:55:48.0 +0200
@@ -25,72 +25,20 @@
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  calendarsupport-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
+BuildRequires:  kcodecs-devel
 BuildRequires:  kdgantt2-devel
-BuildRequires:  kdnssd-framework-devel
-BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,6 +72,11 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   libKF5EventViews5 = %{version}
+Requires:   akonadi-server-devel
+Requires:   calendarsupport-devel
+Requires:   kcalcore-devel
+Requires:   kcalutils-devel
+Requires:   akonadi-calendar-devel
 
 %description devel
 The development package for the eventviews libraries




commit kpimtextedit for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2016-08-08 13:55:23

Comparing /work/SRC/openSUSE:Factory/kpimtextedit (Old)
 and  /work/SRC/openSUSE:Factory/.kpimtextedit.new (New)


Package is "kpimtextedit"

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2016-07-21 07:47:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2016-08-08 13:55:25.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 20 20:00:13 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.j28lis/_old  2016-08-08 13:55:26.0 +0200
+++ /var/tmp/diff_new_pack.j28lis/_new  2016-08-08 13:55:26.0 +0200
@@ -26,42 +26,23 @@
 Url:http://www.kde.org
 Source: kpimtextedit-%{version}.tar.xz
 BuildRequires:  boost-devel >= 1.34.0
-BuildRequires:  cyrus-sasl-devel
 BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  gpgme-devel
 BuildRequires:  grantlee5-devel
-BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
+BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  kdesignerplugin-devel >= %{kf5_version}
 BuildRequires:  kemoticons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
+BuildRequires:  kiconthemes-devel >= %{kf5_version}
 BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  kparts-devel >= %{kf5_version}
 BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwallet-devel >= %{kf5_version}
 BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
 BuildRequires:  kxmlgui-devel >= %{kf5_version}
-BuildRequires:  akonadi-server-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libical-devel >= 0.42
-BuildRequires:  libxslt-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  solid-devel >= %{kf5_version}
 BuildRequires:  sonnet-devel >= %{kf5_version}
-BuildRequires:  pkgconfig(Qt5Designer) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Designer) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,7 +58,7 @@
 %package devel
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   kcoreaddons-devel >= %{kf5_version}
+Requires:   ktextwidgets-devel >= %{kf5_version}
 Requires:   libKF5PimTextEdit5 = %{version}
 
 %description devel




commit libgravatar for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libgravatar for openSUSE:Factory 
checked in at 2016-08-08 13:56:04

Comparing /work/SRC/openSUSE:Factory/libgravatar (Old)
 and  /work/SRC/openSUSE:Factory/.libgravatar.new (New)


Package is "libgravatar"

Changes:

--- /work/SRC/openSUSE:Factory/libgravatar/libgravatar.changes  2016-07-21 
07:43:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgravatar.new/libgravatar.changes 
2016-08-08 13:56:06.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 16 17:00:40 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ libgravatar.spec ++
--- /var/tmp/diff_new_pack.kRuLzs/_old  2016-08-08 13:56:08.0 +0200
+++ /var/tmp/diff_new_pack.kRuLzs/_new  2016-08-08 13:56:08.0 +0200
@@ -24,71 +24,15 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
-BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit calendarsupport for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2016-08-08 13:55:13

Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
 and  /work/SRC/openSUSE:Factory/.calendarsupport.new (New)


Package is "calendarsupport"

Changes:

--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2016-07-21 07:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.calendarsupport.new/calendarsupport.changes 
2016-08-08 13:55:16.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 15:11:23 UTC 2016 - wba...@tmo.at
+
+- Cleanup the build requirements
+- Add missing Requires to the devel package
+
+---



Other differences:
--
++ calendarsupport.spec ++
--- /var/tmp/diff_new_pack.YnfIUW/_old  2016-08-08 13:55:17.0 +0200
+++ /var/tmp/diff_new_pack.YnfIUW/_new  2016-08-08 13:55:17.0 +0200
@@ -27,72 +27,22 @@
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
+BuildRequires:  akonadi-server-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kdepim-apps-libs-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
+BuildRequires:  kholidays-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -112,6 +62,9 @@
 License:LGPL-2.1+
 Group:  Development/Libraries
 Requires:   %{lname} = %{version}
+Requires:   kmime-devel >= %{version}
+Requires:   kidentitymanagement-devel >= %{version}
+Requires:   akonadi-calendar-devel >= %{version}
 
 %description devel
 The development package for the calendarsupport libraries




commit kdepim-apps-libs for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdepim-apps-libs for 
openSUSE:Factory checked in at 2016-08-08 13:55:53

Comparing /work/SRC/openSUSE:Factory/kdepim-apps-libs (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new (New)


Package is "kdepim-apps-libs"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-apps-libs/kdepim-apps-libs.changes
2016-07-21 07:43:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-apps-libs.new/kdepim-apps-libs.changes   
2016-08-08 13:55:55.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 23 08:03:52 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Add necessary requires to the devel package
+
+---



Other differences:
--
++ kdepim-apps-libs.spec ++
--- /var/tmp/diff_new_pack.zYio5m/_old  2016-08-08 13:55:56.0 +0200
+++ /var/tmp/diff_new_pack.zYio5m/_new  2016-08-08 13:55:56.0 +0200
@@ -25,74 +25,35 @@
 Group:  Development/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
 BuildRequires:  grantlee5-devel
 BuildRequires:  grantleetheme-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  kcompletion-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
+BuildRequires:  kservice-devel
 BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libkleo-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  sonnet-devel
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -118,6 +79,8 @@
 # FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines;
 Group:  Development/Libraries
 Requires:   %{name} = %{version}
+Requires:   akonadi-server-devel
+Requires:   grantlee5-devel
 
 %description devel
 The development package for the kdepim-apps-libs libraries




commit plasma5-session for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-session for openSUSE:Factory 
checked in at 2016-08-08 13:55:04

Comparing /work/SRC/openSUSE:Factory/plasma5-session (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-session.new (New)


Package is "plasma5-session"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-session/plasma5-session.changes  
2016-07-15 12:27:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-session.new/plasma5-session.changes 
2016-08-08 13:55:07.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 20 09:16:30 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Bump to 5.7.2
+
+---
+Wed Jul 13 06:04:09 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Bump to 5.7.1
+
+---



Other differences:
--
++ plasma5-session.spec ++
--- /var/tmp/diff_new_pack.3FvzFG/_old  2016-08-08 13:55:08.0 +0200
+++ /var/tmp/diff_new_pack.3FvzFG/_new  2016-08-08 13:55:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-session
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:The KDE Session
 License:GPL-2.0+




commit libksieve for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libksieve for openSUSE:Factory 
checked in at 2016-08-08 13:55:31

Comparing /work/SRC/openSUSE:Factory/libksieve (Old)
 and  /work/SRC/openSUSE:Factory/.libksieve.new (New)


Package is "libksieve"

Changes:

--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes  2016-07-21 
07:43:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksieve.new/libksieve.changes 2016-08-08 
13:55:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 18:53:47 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ libksieve.spec ++
--- /var/tmp/diff_new_pack.xcFJH3/_old  2016-08-08 13:55:34.0 +0200
+++ /var/tmp/diff_new_pack.xcFJH3/_new  2016-08-08 13:55:34.0 +0200
@@ -25,72 +25,25 @@
 Group:  Development/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
+BuildRequires:  akonadi-server-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
+BuildRequires:  karchive-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
 BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
 BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
 BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  kwindowsystem-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit powerdevil5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2016-08-08 13:54:56

Comparing /work/SRC/openSUSE:Factory/powerdevil5 (Old)
 and  /work/SRC/openSUSE:Factory/.powerdevil5.new (New)


Package is "powerdevil5"

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2016-07-15 
12:28:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2016-08-08 13:54:59.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:43 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:58:58 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  powerdevil-5.7.0.tar.xz
  powerdevil5-rpmlintrc

New:

  powerdevil-5.7.2.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.4xUl5D/_old  2016-08-08 13:55:00.0 +0200
+++ /var/tmp/diff_new_pack.4xUl5D/_new  2016-08-08 13:55:00.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE Power Management module
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: powerdevil-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 # PATCHES 100-200 and above are from upstream 5.5 branch
 # PATCHES 201-300 and above are from upstream master/5.6 branch
 BuildRequires:  extra-cmake-modules >= 1.2.0
@@ -72,11 +71,14 @@
 %setup -q -n powerdevil-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
   rm -rfv 
%{buildroot}%{_kf5_libdir}/libpowerdevil{ui,core,configcommonprivate}.so
 
@@ -103,9 +105,7 @@
 %{_kf5_sharedir}/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ powerdevil-5.7.0.tar.xz -> powerdevil-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.7.0/CMakeLists.txt 
new/powerdevil-5.7.2/CMakeLists.txt
--- old/powerdevil-5.7.0/CMakeLists.txt 2016-06-30 17:14:17.0 +0200
+++ new/powerdevil-5.7.2/CMakeLists.txt 2016-07-19 13:14:54.0 +0200
@@ -1,5 +1,5 @@
 project(PowerDevil)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.7.0/po/cs/powerdevil.po 
new/powerdevil-5.7.2/po/cs/powerdevil.po
--- old/powerdevil-5.7.0/po/cs/powerdevil.po2016-06-30 17:13:29.0 
+0200
+++ new/powerdevil-5.7.2/po/cs/powerdevil.po2016-07-19 13:14:12.0 
+0200
@@ -249,10 +249,9 @@
 msgstr ""
 
 #: powerdevilcore.cpp:500
-#, fuzzy, kde-format
-#| msgid "Battery Low (%1% Remaining)"
+#, kde-format
 msgid "Mouse Battery Low (%1% Remaining)"
-msgstr "Baterie je téměř vybitá (zbývá %1%)"
+msgstr ""
 
 #: powerdevilcore.cpp:502
 #, kde-format
@@ -263,10 +262,9 @@
 msgstr ""
 
 #: powerdevilcore.cpp:507
-#, fuzzy, kde-format
-#| msgid "Battery Low (%1% Remaining)"
+#, kde-format
 msgid "Keyboard Battery Low (%1% Remaining)"
-msgstr "Baterie je téměř vybitá (zbývá %1%)"
+msgstr ""
 
 #: powerdevilcore.cpp:509
 #, kde-format
@@ -277,11 +275,10 @@
 msgstr ""
 
 #: powerdevilcore.cpp:514
-#, fuzzy, kde-format
-#| msgid "Battery Low (%1% Remaining)"
+#, kde-format
 msgctxt "The battery in an external device"
 msgid "Device Battery Low (%1% Remaining)"
-msgstr "Baterie je téměř vybitá (zbývá %1%)"
+msgstr ""
 
 #: powerdevilcore.cpp:516
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.7.0/po/fi/powerdevil.po 
new/powerdevil-5.7.2/po/fi/powerdevil.po
--- 

commit plasma5-addons for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2016-08-08 13:54:30

Comparing /work/SRC/openSUSE:Factory/plasma5-addons (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-addons.new (New)


Package is "plasma5-addons"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2016-07-15 12:27:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2016-08-08 13:54:33.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:50:24 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kdeplasma-addons-5.7.0.tar.xz
  plasma5-addons-rpmlintrc

New:

  kdeplasma-addons-5.7.2.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.0NgefF/_old  2016-08-08 13:54:33.0 +0200
+++ /var/tmp/diff_new_pack.0NgefF/_new  2016-08-08 13:54:33.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Additional Plasma5 Widgets
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: kdeplasma-addons-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Activities) >= 5.8.0
 BuildRequires:  cmake(KF5Config) >= 5.8.0
@@ -77,11 +76,14 @@
 %setup -q -n kdeplasma-addons-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -102,10 +104,8 @@
 %{_kf5_iconsdir}/hicolor/*/*/*.*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
 %endif
 
 %changelog

++ kdeplasma-addons-5.7.0.tar.xz -> kdeplasma-addons-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.7.0/CMakeLists.txt 
new/kdeplasma-addons-5.7.2/CMakeLists.txt
--- old/kdeplasma-addons-5.7.0/CMakeLists.txt   2016-06-30 16:54:22.0 
+0200
+++ new/kdeplasma-addons-5.7.2/CMakeLists.txt   2016-07-19 12:56:08.0 
+0200
@@ -1,5 +1,5 @@
 project(kdeplasma-addons)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.7.0/applets/fuzzy-clock/package/metadata.desktop 
new/kdeplasma-addons-5.7.2/applets/fuzzy-clock/package/metadata.desktop
--- old/kdeplasma-addons-5.7.0/applets/fuzzy-clock/package/metadata.desktop 
2016-06-30 16:53:19.0 +0200
+++ new/kdeplasma-addons-5.7.2/applets/fuzzy-clock/package/metadata.desktop 
2016-07-19 12:55:19.0 +0200
@@ -17,7 +17,7 @@
 Name[fr]=Horloge floue
 Name[ga]=Clog Doiléir
 Name[gl]=Reloxo impreciso
-Name[he]=שעון מטשטש
+Name[he]=שעון לא מדויק
 Name[hr]=Neizrazit sat
 Name[hu]=Fuzzy óra
 Name[is]=Ónákvæm klukka
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.7.0/applets/kickerdash/metadata.desktop 
new/kdeplasma-addons-5.7.2/applets/kickerdash/metadata.desktop
--- old/kdeplasma-addons-5.7.0/applets/kickerdash/metadata.desktop  
2016-06-30 16:53:19.0 +0200
+++ new/kdeplasma-addons-5.7.2/applets/kickerdash/metadata.desktop  
2016-07-19 12:55:19.0 +0200
@@ -10,6 +10,7 @@
 Name[fi]=Sovelluskojelauta
 Name[fr]=Tableau de bord des applications
 Name[gl]=Cadro de control de programas
+Name[he]=משגר בסך מלא
 Name[hu]=Alkalmazásáttekintő
 Name[it]=Cruscotto applicazioni
 Name[ko]=프로그램 대시보드
@@ -45,6 +46,7 @@
 Comment[fi]=Koko näytön sovelluskäynnistin
 Comment[fr]=Un lanceur d'application en plein écran
 

commit plasma5-integration for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2016-08-08 13:54:40

Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-integration.new (New)


Package is "plasma5-integration"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2016-07-15 12:27:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes 
2016-08-08 13:54:41.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:38 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:34 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  plasma-integration-5.7.0.tar.xz

New:

  plasma-integration-5.7.2.tar.xz



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.2RHqY2/_old  2016-08-08 13:54:42.0 +0200
+++ /var/tmp/diff_new_pack.2RHqY2/_new  2016-08-08 13:54:42.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:GPL-2.0+

++ plasma-integration-5.7.0.tar.xz -> plasma-integration-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.7.0/CMakeLists.txt 
new/plasma-integration-5.7.2/CMakeLists.txt
--- old/plasma-integration-5.7.0/CMakeLists.txt 2016-06-30 17:06:28.0 
+0200
+++ new/plasma-integration-5.7.2/CMakeLists.txt 2016-07-19 13:07:35.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)




commit oxygen5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2016-08-08 13:54:22

Comparing /work/SRC/openSUSE:Factory/oxygen5 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen5.new (New)


Package is "oxygen5"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2016-07-15 
12:27:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2016-08-08 
13:54:24.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:35 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:47:34 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  oxygen-5.7.0.tar.xz
  oxygen5-rpmlintrc

New:

  oxygen-5.7.2.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.n748Zl/_old  2016-08-08 13:54:24.0 +0200
+++ /var/tmp/diff_new_pack.n748Zl/_new  2016-08-08 13:54:24.0 +0200
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Oxygen style, KWin decoration, cursors and sounds
 License:GPL-2.0+
@@ -29,7 +29,6 @@
 #Source: 
http://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz
 Source: oxygen-%{version}.tar.xz
 Source1:baselibs.conf
-Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Completion)
@@ -138,11 +137,14 @@
 %setup -q -n oxygen-%{version}
 
 %build
-%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %post style -p /sbin/ldconfig
 
@@ -202,9 +204,7 @@
 %{_kf5_libdir}/liboxygenstyle5.so
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ oxygen-5.7.0.tar.xz -> oxygen-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.7.0/CMakeLists.txt 
new/oxygen-5.7.2/CMakeLists.txt
--- old/oxygen-5.7.0/CMakeLists.txt 2016-06-30 17:04:19.0 +0200
+++ new/oxygen-5.7.2/CMakeLists.txt 2016-07-19 13:05:33.0 +0200
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.7.0/kstyle/config/oxygenstyleconfig.cpp 
new/oxygen-5.7.2/kstyle/config/oxygenstyleconfig.cpp
--- old/oxygen-5.7.0/kstyle/config/oxygenstyleconfig.cpp2016-06-30 
17:03:34.0 +0200
+++ new/oxygen-5.7.2/kstyle/config/oxygenstyleconfig.cpp2016-07-19 
13:04:53.0 +0200
@@ -81,6 +81,7 @@
 connect( _menuHighlightSubtle, SIGNAL(toggled(bool)), 
SLOT(updateChanged()) );
 connect( _windowDragMode, SIGNAL(currentIndexChanged(int)), 
SLOT(updateChanged()) );
 
+connect( _animationConfigWidget, SIGNAL(changed(bool)), 
SLOT(updateChanged()) );
 connect( _animationConfigWidget, SIGNAL(layoutChanged()), 
SLOT(updateLayout()) );
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.7.0/kstyle/oxygenstyle.cpp 
new/oxygen-5.7.2/kstyle/oxygenstyle.cpp
--- old/oxygen-5.7.0/kstyle/oxygenstyle.cpp 2016-06-30 17:03:34.0 
+0200
+++ new/oxygen-5.7.2/kstyle/oxygenstyle.cpp 2016-07-19 13:04:53.0 
+0200
@@ -862,6 +862,7 @@
 case SH_ToolBox_SelectedPageTitleBold: return false;
 
 #if QT_VERSION >= 0x05
+case SH_Widget_Animate: return 
StyleConfigData::animationsEnabled();
 case SH_Menu_SupportsSections: return true;
 #endif
 




commit polkit-kde-agent-5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2016-08-08 13:54:49

Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new (New)


Package is "polkit-kde-agent-5"

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2016-07-15 12:28:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2016-08-08 13:54:51.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:43 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:38 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  polkit-kde-agent-1-5.7.0.tar.xz

New:

  polkit-kde-agent-1-5.7.2.tar.xz



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.0hdbaL/_old  2016-08-08 13:54:52.0 +0200
+++ /var/tmp/diff_new_pack.0hdbaL/_new  2016-08-08 13:54:52.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0 and LGPL-2.1+

++ polkit-kde-agent-1-5.7.0.tar.xz -> polkit-kde-agent-1-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.7.0/CMakeLists.txt 
new/polkit-kde-agent-1-5.7.2/CMakeLists.txt
--- old/polkit-kde-agent-1-5.7.0/CMakeLists.txt 2016-06-30 17:13:14.0 
+0200
+++ new/polkit-kde-agent-1-5.7.2/CMakeLists.txt 2016-07-19 13:13:58.0 
+0200
@@ -1,5 +1,5 @@
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 # minimal requirements
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.7.0/po/he/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.7.2/po/he/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.7.0/po/he/polkit-kde-authentication-agent-1.po 
1970-01-01 01:00:00.0 +0100
+++ new/polkit-kde-agent-1-5.7.2/po/he/polkit-kde-authentication-agent-1.po 
2016-07-19 13:13:52.0 +0200
@@ -0,0 +1,148 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Elkana Bardugo , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-05-10 08:54+\n"
+"PO-Revision-Date: 2016-06-29 16:50+0200\n"
+"Last-Translator: Elkana Bardugo \n"
+"Language-Team: Hebrew \n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr ""
+
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#. i18n: ectx: property (text), widget (QLabel, app_label)
+#: authdetails.ui:22 authdetails.ui:76
+msgid "Application:"
+msgstr "יישום:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#. i18n: ectx: property (text), widget (KUrlLabel, action_label)
+#: authdetails.ui:29 authdetails.ui:56
+msgid "Action:"
+msgstr "פעולה:"
+
+#. i18n: ectx: property (text), widget (QLabel, vendorL)
+#. i18n: ectx: property (text), widget (KUrlLabel, vendorUL)
+#: authdetails.ui:36 authdetails.ui:43
+msgid "Vendor:"
+msgstr ""
+
+#: AuthDialog.cpp:73
+msgid "Details"
+msgstr "נתונים"
+
+#: AuthDialog.cpp:89
+msgid "Authentication Required"
+msgstr "נדרש אימות"
+
+#: AuthDialog.cpp:179
+msgid "Password for root:"
+msgstr "סיסמה ל־root:"
+
+#: AuthDialog.cpp:181
+#, kde-format
+msgid "Password for %1:"
+msgstr "סיסמה ל־%1:"
+
+#: AuthDialog.cpp:185
+msgid "Password:"
+msgstr "סיסמה:"
+
+#: AuthDialog.cpp:191
+msgid "Password or swipe finger for root:"
+msgstr ""
+
+#: AuthDialog.cpp:193
+#, kde-format
+msgid "Password or swipe finger for %1:"
+msgstr ""
+
+#: AuthDialog.cpp:197
+msgid "Password or swipe finger:"
+msgstr ""
+
+#: AuthDialog.cpp:207
+msgid ""

commit libksysguard5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2016-08-08 13:54:08

Comparing /work/SRC/openSUSE:Factory/libksysguard5 (Old)
 and  /work/SRC/openSUSE:Factory/.libksysguard5.new (New)


Package is "libksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2016-07-15 12:26:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2016-08-08 13:54:09.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:42:21 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  libksysguard-5.7.0.tar.xz
  libksysguard5-rpmlintrc

New:

  libksysguard-5.7.2.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.GIZujw/_old  2016-08-08 13:54:10.0 +0200
+++ /var/tmp/diff_new_pack.GIZujw/_new  2016-08-08 13:54:10.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+
@@ -26,7 +26,6 @@
 Url:http://www.kde.org
 Source: libksysguard-%{version}.tar.xz
 Source1:baselibs.conf
-Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
@@ -89,11 +88,14 @@
 %setup -q -n libksysguard-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %post   -p /sbin/ldconfig
 
@@ -129,9 +131,7 @@
 %{_kf5_libdir}/libprocessui.so
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ libksysguard-5.7.0.tar.xz -> libksysguard-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.7.0/CMakeLists.txt 
new/libksysguard-5.7.2/CMakeLists.txt
--- old/libksysguard-5.7.0/CMakeLists.txt   2016-06-30 17:02:30.0 
+0200
+++ new/libksysguard-5.7.2/CMakeLists.txt   2016-07-19 13:03:52.0 
+0200
@@ -1,5 +1,5 @@
 project(libksysguard)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.7.0/po/he/ksgrd.po 
new/libksysguard-5.7.2/po/he/ksgrd.po
--- old/libksysguard-5.7.0/po/he/ksgrd.po   1970-01-01 01:00:00.0 
+0100
+++ new/libksysguard-5.7.2/po/he/ksgrd.po   2016-07-19 13:03:27.0 
+0200
@@ -0,0 +1,715 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Elkana Bardugo , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2015-10-13 10:31+\n"
+"PO-Revision-Date: 2016-06-30 19:16+0200\n"
+"Last-Translator: Elkana Bardugo \n"
+"Language-Team: Hebrew \n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: SensorAgent.cpp:112
+#, kde-format
+msgctxt "%1 is a host name"
+msgid ""
+"Message from %1:\n"
+"%2"
+msgstr ""
+"הודעה מ־%1:\n"
+"%2"
+
+#: SensorManager.cpp:64
+msgid "Change"
+msgstr "שינוי"
+
+#: SensorManager.cpp:65
+msgid "Rate"
+msgstr ""
+
+#: SensorManager.cpp:67
+msgid "CPU Load"
+msgstr ""
+
+#: SensorManager.cpp:68
+msgid "Idling"
+msgstr ""
+
+#: SensorManager.cpp:69
+msgid "Nice Load"
+msgstr ""
+
+#: SensorManager.cpp:70
+msgid "User Load"
+msgstr ""
+
+#: SensorManager.cpp:71
+msgctxt "@item 

commit milou5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2016-08-08 13:54:15

Comparing /work/SRC/openSUSE:Factory/milou5 (Old)
 and  /work/SRC/openSUSE:Factory/.milou5.new (New)


Package is "milou5"

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2016-07-15 
12:26:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2016-08-08 
13:54:16.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:34 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:45:02 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  milou-5.7.0.tar.xz
  milou5-rpmlintrc

New:

  milou-5.7.2.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.DRcXdZ/_old  2016-08-08 13:54:17.0 +0200
+++ /var/tmp/diff_new_pack.DRcXdZ/_new  2016-08-08 13:54:17.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/milou
 Source: milou-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -53,11 +52,14 @@
 %setup -q -n milou-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
   %fdupes -s %{buildroot}%{_kf5_localedir}/
 
@@ -78,9 +80,7 @@
 %{_kf5_plugindir}/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ milou-5.7.0.tar.xz -> milou-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.7.0/CMakeLists.txt 
new/milou-5.7.2/CMakeLists.txt
--- old/milou-5.7.0/CMakeLists.txt  2016-06-30 17:03:24.0 +0200
+++ new/milou-5.7.2/CMakeLists.txt  2016-07-19 13:04:41.0 +0200
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 




commit libkscreen2 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2016-08-08 13:54:00

Comparing /work/SRC/openSUSE:Factory/libkscreen2 (Old)
 and  /work/SRC/openSUSE:Factory/.libkscreen2.new (New)


Package is "libkscreen2"

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2016-07-15 
12:26:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2016-08-08 13:54:02.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  libkscreen-5.7.0.tar.xz

New:

  libkscreen-5.7.2.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.i764EB/_old  2016-08-08 13:54:03.0 +0200
+++ /var/tmp/diff_new_pack.i764EB/_new  2016-08-08 13:54:03.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen7
 %define plasma_version 5.0.0
 Name:   libkscreen2
-Version:5.7.0
+Version:5.7.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 5.14.0

++ libkscreen-5.7.0.tar.xz -> libkscreen-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.7.0/CMakeLists.txt 
new/libkscreen-5.7.2/CMakeLists.txt
--- old/libkscreen-5.7.0/CMakeLists.txt 2016-06-30 17:01:37.0 +0200
+++ new/libkscreen-5.7.2/CMakeLists.txt 2016-07-19 13:03:03.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})




commit kwayland-integration for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2016-08-08 13:53:28

Comparing /work/SRC/openSUSE:Factory/kwayland-integration (Old)
 and  /work/SRC/openSUSE:Factory/.kwayland-integration.new (New)


Package is "kwayland-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2016-07-15 12:25:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2016-08-08 13:53:30.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:30 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  kwayland-integration-5.7.0.tar.xz

New:

  kwayland-integration-5.7.2.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.oUJpTw/_old  2016-08-08 13:53:31.0 +0200
+++ /var/tmp/diff_new_pack.oUJpTw/_new  2016-08-08 13:53:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwayland-integration
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Integration plugins for various KDE frameworks for wayland 
windowing system
 License:LGPL-2.1+

++ kwayland-integration-5.7.0.tar.xz -> kwayland-integration-5.7.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.7.0/CMakeLists.txt 
new/kwayland-integration-5.7.2/CMakeLists.txt
--- old/kwayland-integration-5.7.0/CMakeLists.txt   2016-06-30 
17:00:00.0 +0200
+++ new/kwayland-integration-5.7.2/CMakeLists.txt   2016-07-19 
13:01:30.0 +0200
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit ksysguard5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2016-08-08 13:53:19

Comparing /work/SRC/openSUSE:Factory/ksysguard5 (Old)
 and  /work/SRC/openSUSE:Factory/.ksysguard5.new (New)


Package is "ksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2016-07-15 
12:25:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2016-08-08 13:53:21.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:28 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:38:24 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  ksysguard-5.7.0.tar.xz
  ksysguard5-rpmlintrc

New:

  ksysguard-5.7.2.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.wyJD9p/_old  2016-08-08 13:53:22.0 +0200
+++ /var/tmp/diff_new_pack.wyJD9p/_new  2016-08-08 13:53:22.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE System Guard daemon
 License:GPL-2.0
@@ -26,7 +26,6 @@
 Url:http://www.kde.org
 Source: ksysguard-%{version}.tar.xz
 Source1:ksysguardd.service
-Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE 0001-Use-run-for-ksysguardd-s-pid-file.patch
 Patch0: 0001-Use-run-for-ksysguardd-s-pid-file.patch
 BuildRequires:  extra-cmake-modules >= 1.5.0
@@ -71,11 +70,14 @@
 %patch0 -p1
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
   %suse_update_desktop_fileorg.kde.ksysguard  System Monitor
 
   install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/ksysguardd.service
@@ -114,9 +116,7 @@
 %{_unitdir}/ksysguardd.service
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %doc %lang(ca) %{_kf5_htmldir}/ca/
 %doc %lang(et) %{_kf5_htmldir}/et/
 %doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/

++ ksysguard-5.7.0.tar.xz -> ksysguard-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.0/CMakeLists.txt 
new/ksysguard-5.7.2/CMakeLists.txt
--- old/ksysguard-5.7.0/CMakeLists.txt  2016-06-30 16:59:42.0 +0200
+++ new/ksysguard-5.7.2/CMakeLists.txt  2016-07-19 13:01:12.0 +0200
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.0/doc/CMakeLists.txt 
new/ksysguard-5.7.2/doc/CMakeLists.txt
--- old/ksysguard-5.7.0/doc/CMakeLists.txt  2016-06-30 16:59:42.0 
+0200
+++ new/ksysguard-5.7.2/doc/CMakeLists.txt  2016-07-19 13:01:12.0 
+0200
@@ -1,9 +1,9 @@
 add_subdirectory(en)
-add_subdirectory(ca)
 add_subdirectory(de)
-add_subdirectory(et)
 add_subdirectory(it)
+add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
-add_subdirectory(sv)
 add_subdirectory(uk)
+add_subdirectory(ca)
+add_subdirectory(et)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.0/doc/ca/index.docbook 
new/ksysguard-5.7.2/doc/ca/index.docbook
--- old/ksysguard-5.7.0/doc/ca/index.docbook2016-06-30 16:59:35.0 
+0200
+++ new/ksysguard-5.7.2/doc/ca/index.docbook2016-07-19 13:01:04.0 
+0200
@@ -10,7 +10,7 @@
 
 
 El manual de 
+>El manual del 
 
 
  és un gestor de tasques orientat a xarxa i una aplicació de 
monitorització del sistema.El  és un gestor de tasques orientat a xarxa i una aplicació de 
monitorització del sistema. 
 
@@ -72,22 +72,22 @@
 >Introducció
 
 Eñ  és el monitor de tasques i de rendiment del . 
+>El  és el monitor de tasques i de rendiment del . 
 Compta amb una 

commit libkdecoration2 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2016-08-08 13:53:53

Comparing /work/SRC/openSUSE:Factory/libkdecoration2 (Old)
 and  /work/SRC/openSUSE:Factory/.libkdecoration2.new (New)


Package is "libkdecoration2"

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2016-07-15 12:26:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2016-08-08 13:53:54.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  kdecoration-5.7.0.tar.xz

New:

  kdecoration-5.7.2.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.1pUPww/_old  2016-08-08 13:53:55.0 +0200
+++ /var/tmp/diff_new_pack.1pUPww/_new  2016-08-08 13:53:55.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:   libkdecoration2
-Version:5.7.0
+Version:5.7.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11

++ kdecoration-5.7.0.tar.xz -> kdecoration-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.7.0/CMakeLists.txt 
new/kdecoration-5.7.2/CMakeLists.txt
--- old/kdecoration-5.7.0/CMakeLists.txt2016-06-30 16:52:52.0 
+0200
+++ new/kdecoration-5.7.2/CMakeLists.txt2016-07-19 12:54:52.0 
+0200
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit ksshaskpass5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2016-08-08 13:53:11

Comparing /work/SRC/openSUSE:Factory/ksshaskpass5 (Old)
 and  /work/SRC/openSUSE:Factory/.ksshaskpass5.new (New)


Package is "ksshaskpass5"

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2016-07-15 12:25:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2016-08-08 13:53:13.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:25 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:37:52 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  ksshaskpass-5.7.0.tar.xz
  ksshaskpass5-rpmlintrc

New:

  ksshaskpass-5.7.2.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.XEVZCX/_old  2016-08-08 13:53:13.0 +0200
+++ /var/tmp/diff_new_pack.XEVZCX/_new  2016-08-08 13:53:13.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:
http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz
 Source: ksshaskpass-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 Patch1: suse-tweaks.diff
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
@@ -57,11 +56,14 @@
 %patch1 -p1
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 # SSH_ASKPASS env
 %__install -d -m0755 %{buildroot}%{_kf5_configdir}/plasma-workspace/env
@@ -81,9 +83,7 @@
 %doc %lang(en) %{_kf5_mandir}/man1/ksshaskpass.1*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ ksshaskpass-5.7.0.tar.xz -> ksshaskpass-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.7.0/CMakeLists.txt 
new/ksshaskpass-5.7.2/CMakeLists.txt
--- old/ksshaskpass-5.7.0/CMakeLists.txt2016-06-30 16:59:14.0 
+0200
+++ new/ksshaskpass-5.7.2/CMakeLists.txt2016-07-19 13:00:42.0 
+0200
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 




commit kwin5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2016-08-08 13:53:37

Comparing /work/SRC/openSUSE:Factory/kwin5 (Old)
 and  /work/SRC/openSUSE:Factory/.kwin5.new (New)


Package is "kwin5"

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2016-07-15 
12:26:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2016-08-08 
13:53:39.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:30 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:30 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:39:09 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kwin-5.7.0.tar.xz
  kwin5-rpmlintrc

New:

  kwin-5.7.2.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.7uK3Y2/_old  2016-08-08 13:53:40.0 +0200
+++ /var/tmp/diff_new_pack.7uK3Y2/_new  2016-08-08 13:53:40.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   kwin5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE Window Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kwin-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  kf5-filesystem
 BuildRequires:  libQt5Core-private-headers-devel >= 5.4.0
@@ -136,11 +135,14 @@
 %setup -q -n kwin-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
   %fdupes %{buildroot}/%{_kf5_sharedir}/kwin/ %{buildroot}/%{_kf5_servicesdir}/
 
 %post
@@ -186,10 +188,8 @@
 %{_kf5_sharedir}/dbus-1/interfaces/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
 %endif
 
 %changelog

++ kwin-5.7.0.tar.xz -> kwin-5.7.2.tar.xz ++
 1793 lines of diff (skipped)




commit kmenuedit5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2016-08-08 13:52:44

Comparing /work/SRC/openSUSE:Factory/kmenuedit5 (Old)
 and  /work/SRC/openSUSE:Factory/.kmenuedit5.new (New)


Package is "kmenuedit5"

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2016-07-15 
12:24:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2016-08-08 13:52:46.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:27 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:30:10 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kmenuedit-5.7.0.tar.xz
  kmenuedit5-rpmlintrc

New:

  kmenuedit-5.7.2.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.1h9hP0/_old  2016-08-08 13:52:47.0 +0200
+++ /var/tmp/diff_new_pack.1h9hP0/_new  2016-08-08 13:52:47.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Provides the interface and basic tools for the KDE workspace
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: kmenuedit-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -56,11 +55,14 @@
 %setup -q -n kmenuedit-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
   %fdupes -s %{buildroot}
 
 %post   -p /sbin/ldconfig
@@ -81,9 +83,7 @@
 %{_kf5_htmldir}/en/kmenuedit/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %doc %lang(ca) %{_kf5_htmldir}/ca/
 %doc %lang(de) %{_kf5_htmldir}/de/
 %doc %lang(it) %{_kf5_htmldir}/it/

++ kmenuedit-5.7.0.tar.xz -> kmenuedit-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.7.0/CMakeLists.txt 
new/kmenuedit-5.7.2/CMakeLists.txt
--- old/kmenuedit-5.7.0/CMakeLists.txt  2016-06-30 16:57:06.0 +0200
+++ new/kmenuedit-5.7.2/CMakeLists.txt  2016-07-19 12:58:46.0 +0200
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.7.0/doc/CMakeLists.txt 
new/kmenuedit-5.7.2/doc/CMakeLists.txt
--- old/kmenuedit-5.7.0/doc/CMakeLists.txt  2016-06-30 16:57:06.0 
+0200
+++ new/kmenuedit-5.7.2/doc/CMakeLists.txt  2016-07-19 12:58:46.0 
+0200
@@ -1,8 +1,8 @@
 add_subdirectory(en)
-add_subdirectory(ca)
 add_subdirectory(de)
 add_subdirectory(it)
+add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
-add_subdirectory(sv)
 add_subdirectory(uk)
+add_subdirectory(ca)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.7.0/doc/ca/index.docbook 
new/kmenuedit-5.7.2/doc/ca/index.docbook
--- old/kmenuedit-5.7.0/doc/ca/index.docbook2016-06-30 16:56:53.0 
+0200
+++ new/kmenuedit-5.7.2/doc/ca/index.docbook2016-07-19 12:58:39.0 
+0200
@@ -51,14 +51,14 @@
 
  permet l'edició d'un dels llançadors d'aplicacions del . 
El  permet l'edició d'un dels llançadors d'aplicacions del . 

 
 
 KDE
 Editor de menú KDE
+>Editor del menú KDE
 kmenuedit
 Introducció
 
  permet l'edició del menú dels llançadors d'aplicacions del 
.
+>El  permet l'edició del menú dels llançadors d'aplicacions del 
.
 
  es pot iniciar bé fent clic del  al botó del llançador 
d'aplicacions en el plafó i escollint Edita aplicacions...El  es pot iniciar bé fent clic del  al botó del llançador 
d'aplicacions en el plafó i escollint Edita les 

commit kscreenlocker for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2016-08-08 13:53:02

Comparing /work/SRC/openSUSE:Factory/kscreenlocker (Old)
 and  /work/SRC/openSUSE:Factory/.kscreenlocker.new (New)


Package is "kscreenlocker"

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2016-07-15 12:25:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2016-08-08 13:53:04.0 +0200
@@ -1,0 +2,22 @@
+Wed Jul 20 08:54:24 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:28 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 20:32:40 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+
+---

Old:

  kscreenlocker-5.7.0.tar.xz

New:

  kscreenlocker-5.7.2.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.kNJacx/_old  2016-08-08 13:53:05.0 +0200
+++ /var/tmp/diff_new_pack.kNJacx/_new  2016-08-08 13:53:05.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0+
@@ -93,11 +93,14 @@
 %endif
 
 %build
-  %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %post
 # boo#931296
@@ -110,10 +113,8 @@
 %postun -n libKScreenLocker5 -p /sbin/ldconfig
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
 %endif
 
 %files

++ kscreenlocker-5.7.0.tar.xz -> kscreenlocker-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.7.0/CMakeLists.txt 
new/kscreenlocker-5.7.2/CMakeLists.txt
--- old/kscreenlocker-5.7.0/CMakeLists.txt  2016-06-30 16:58:57.0 
+0200
+++ new/kscreenlocker-5.7.2/CMakeLists.txt  2016-07-19 13:00:24.0 
+0200
@@ -1,4 +1,4 @@
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.7.0/po/he/screenlocker_kcm.po 
new/kscreenlocker-5.7.2/po/he/screenlocker_kcm.po
--- old/kscreenlocker-5.7.0/po/he/screenlocker_kcm.po   1970-01-01 
01:00:00.0 +0100
+++ new/kscreenlocker-5.7.2/po/he/screenlocker_kcm.po   2016-07-19 
13:00:01.0 +0200
@@ -0,0 +1,105 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Elkana Bardugo , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-04-09 08:00+\n"
+"PO-Revision-Date: 2016-06-28 00:08+0200\n"
+"Last-Translator: Elkana Bardugo \n"
+"Language-Team: Hebrew \n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: kcm.cpp:50
+msgctxt "Spinbox suffix. Short for minutes"
+msgid " min"
+msgid_plural " mins"
+msgstr[0] "דקה"
+msgstr[1] "דקות"
+
+#: kcm.cpp:52
+msgctxt "Spinbox suffix. Short for seconds"
+msgid " sec"
+msgid_plural " secs"
+msgstr[0] "שניה"
+msgstr[1] "שניות"
+
+#: kcm.cpp:70
+msgid "Lock Session"
+msgstr "נעל הפעלה"
+
+#: kcm.cpp:113
+msgid "Error"
+msgstr "שגיאה"
+
+#: kcm.cpp:113
+msgid "Failed to successfully test the screen locker."
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QCheckBox, kcfg_Autolock)
+#: kcm.ui:29
+msgid "Lock screen automatically after:"
+msgstr "נעל את המסף אוטומטית לאחר:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: kcm.ui:36
+msgid "Re password after locking:"
+msgstr "דרוש סיסמה לאחר נעילה:"
+
+#. i18n: 

commit kde-user-manager for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2016-08-08 13:52:20

Comparing /work/SRC/openSUSE:Factory/kde-user-manager (Old)
 and  /work/SRC/openSUSE:Factory/.kde-user-manager.new (New)


Package is "kde-user-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2016-07-15 12:24:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2016-08-08 13:52:22.0 +0200
@@ -1,0 +2,27 @@
+Wed Jul 20 08:54:19 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Mon Jul 18 11:39:03 UTC 2016 - jeng...@inai.de
+
+- Redo rpm group and summary
+
+---
+Wed Jul 13 06:13:25 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:18:40 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+
+---

Old:

  user-manager-5.7.0.tar.xz

New:

  user-manager-5.7.2.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.54rWbB/_old  2016-08-08 13:52:22.0 +0200
+++ /var/tmp/diff_new_pack.54rWbB/_new  2016-08-08 13:52:22.0 +0200
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.7.0
+Version:5.7.2
 Release:0
-Summary:A simple system settings module to manage the users of your 
system
+Summary:KDE System Settings module to manage users
 License:GPL-2.0+
-Group:  Hardware/Other
+Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: user-manager-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.3.0
@@ -43,11 +43,14 @@
 %setup -q -n user-manager-%{version}
 
 %build
-%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+%kf5_find_lang
+%endif
 
 %files
 %defattr(-,root,root,-)
@@ -57,9 +60,7 @@
 %{_kf5_sharedir}/user-manager/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ user-manager-5.7.0.tar.xz -> user-manager-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.7.0/CMakeLists.txt 
new/user-manager-5.7.2/CMakeLists.txt
--- old/user-manager-5.7.0/CMakeLists.txt   2016-06-30 17:15:23.0 
+0200
+++ new/user-manager-5.7.2/CMakeLists.txt   2016-07-19 13:16:02.0 
+0200
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.7.0/po/he/user_manager.po 
new/user-manager-5.7.2/po/he/user_manager.po
--- old/user-manager-5.7.0/po/he/user_manager.po1970-01-01 
01:00:00.0 +0100
+++ new/user-manager-5.7.2/po/he/user_manager.po2016-07-19 
13:15:57.0 +0200
@@ -0,0 +1,261 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Elkana Bardugo , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-06-02 08:01+\n"
+"PO-Revision-Date: 2016-06-29 15:23+0200\n"
+"Last-Translator: Elkana Bardugo \n"
+"Language-Team: Hebrew \n"
+"Language: he\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#. i18n: ectx: property (placeholderText), widget (QLineEdit, username)
+#: src/account.ui:69
+msgid "John"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_7)
+#: src/account.ui:86
+msgid "Real Name:"
+msgstr ""
+
+#. i18n: ectx: property (placeholderText), widget (QLineEdit, realName)
+#: src/account.ui:111
+msgid 

commit khotkeys5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2016-08-08 13:52:27

Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old)
 and  /work/SRC/openSUSE:Factory/.khotkeys5.new (New)


Package is "khotkeys5"

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2016-07-15 
12:24:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2016-08-08 
13:52:28.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:21 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:26:47 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  khotkeys-5.7.0.tar.xz
  khotkeys5-rpmlintrc

New:

  khotkeys-5.7.2.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.3ZyZtz/_old  2016-08-08 13:52:29.0 +0200
+++ /var/tmp/diff_new_pack.3ZyZtz/_new  2016-08-08 13:52:29.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE's hotkey daemon
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: khotkeys-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
@@ -65,11 +64,14 @@
 %setup -q -n khotkeys-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %post   -p /sbin/ldconfig
 
@@ -93,9 +95,7 @@
 %{_kf5_sharedir}/dbus-1/interfaces/org.kde.khotkeys.xml
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ khotkeys-5.7.0.tar.xz -> khotkeys-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.0/CMakeLists.txt 
new/khotkeys-5.7.2/CMakeLists.txt
--- old/khotkeys-5.7.0/CMakeLists.txt   2016-06-30 16:55:23.0 +0200
+++ new/khotkeys-5.7.2/CMakeLists.txt   2016-07-19 12:57:12.0 +0200
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit kscreen5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2016-08-08 13:52:52

Comparing /work/SRC/openSUSE:Factory/kscreen5 (Old)
 and  /work/SRC/openSUSE:Factory/.kscreen5.new (New)


Package is "kscreen5"

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2016-07-15 
12:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2016-08-08 
13:52:55.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:28 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:34:31 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kscreen-5.7.0.tar.xz
  kscreen5-rpmlintrc

New:

  kscreen-5.7.2.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.TabLz6/_old  2016-08-08 13:52:56.0 +0200
+++ /var/tmp/diff_new_pack.TabLz6/_new  2016-08-08 13:52:56.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE's screen management software
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kscreen-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
@@ -62,11 +61,14 @@
 %setup -q -n kscreen-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %files
 %defattr(-,root,root)
@@ -78,9 +80,7 @@
 %{_kf5_servicesdir}/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ kscreen-5.7.0.tar.xz -> kscreen-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.7.0/CMakeLists.txt 
new/kscreen-5.7.2/CMakeLists.txt
--- old/kscreen-5.7.0/CMakeLists.txt2016-06-30 16:58:00.0 +0200
+++ new/kscreen-5.7.2/CMakeLists.txt2016-07-19 12:59:39.0 +0200
@@ -1,5 +1,5 @@
 project(KScreen)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.7.0/console/console.cpp 
new/kscreen-5.7.2/console/console.cpp
--- old/kscreen-5.7.0/console/console.cpp   2016-06-30 16:57:15.0 
+0200
+++ new/kscreen-5.7.2/console/console.cpp   2016-07-19 12:58:55.0 
+0200
@@ -143,6 +143,8 @@
 return QStringLiteral("Panel (Laptop)");
 case Output::VGA:
 return QStringLiteral("VGA");
+case Output::DVI:
+return QStringLiteral("DVI");
 case Output::DVII:
 return QStringLiteral("DVI-I");
 case Output::DVIA:
@@ -165,10 +167,9 @@
 return QStringLiteral("TV-C4");
 case Output::DisplayPort:
 return QStringLiteral("DisplayPort");
-default:
-return QStringLiteral("Invalid Type");
 
 };
+return QStringLiteral("Invalid Type") + QString::number(type);
 }
 
 void Console::printJSONConfig()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.7.0/kded/daemon.cpp 
new/kscreen-5.7.2/kded/daemon.cpp
--- old/kscreen-5.7.0/kded/daemon.cpp   2016-06-30 16:57:15.0 +0200
+++ new/kscreen-5.7.2/kded/daemon.cpp   2016-07-19 12:58:55.0 +0200
@@ -89,7 +89,8 @@
 KActionCollection *coll = new KActionCollection(this);
 QAction* action = coll->addAction(QStringLiteral("display"));
 action->setText(i18n("Switch Display" ));
-KGlobalAccel::self()->setGlobalShortcut(action, Qt::Key_Display);
+QList switchDisplayShortcuts({Qt::Key_Display, 
Qt::MetaModifier + Qt::Key_P});
+KGlobalAccel::self()->setGlobalShortcut(action, 

commit kinfocenter5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2016-08-08 13:52:37

Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old)
 and  /work/SRC/openSUSE:Factory/.kinfocenter5.new (New)


Package is "kinfocenter5"

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2016-07-15 12:24:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2016-08-08 13:52:39.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:27 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:27:46 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kinfocenter-5.7.0.tar.xz
  kinfocenter5-rpmlintrc

New:

  kinfocenter-5.7.2.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.SXFJce/_old  2016-08-08 13:52:40.0 +0200
+++ /var/tmp/diff_new_pack.SXFJce/_new  2016-08-08 13:52:40.0 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Utility that provides information about a computer system
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 Source: kinfocenter-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE plasma-session-name.patch
 Patch0: plasma-session-name.patch
 BuildRequires:  extra-cmake-modules >= 1.2.0
@@ -81,11 +80,14 @@
 %patch0 -p1
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 %files
 %defattr(-,root,root)
@@ -106,10 +108,8 @@
 %{_kf5_sharedir}/desktop-directories/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
 %doc %lang(ca) %{_kf5_htmldir}/ca/
 %doc %lang(de) %{_kf5_htmldir}/de/
 %doc %lang(it) %{_kf5_htmldir}/it/

++ kinfocenter-5.7.0.tar.xz -> kinfocenter-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.7.0/CMakeLists.txt 
new/kinfocenter-5.7.2/CMakeLists.txt
--- old/kinfocenter-5.7.0/CMakeLists.txt2016-06-30 16:56:30.0 
+0200
+++ new/kinfocenter-5.7.2/CMakeLists.txt2016-07-19 12:58:14.0 
+0200
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.7.0/doc/CMakeLists.txt 
new/kinfocenter-5.7.2/doc/CMakeLists.txt
--- old/kinfocenter-5.7.0/doc/CMakeLists.txt2016-06-30 16:56:30.0 
+0200
+++ new/kinfocenter-5.7.2/doc/CMakeLists.txt2016-07-19 12:58:14.0 
+0200
@@ -1,10 +1,10 @@
 add_subdirectory(en)
-add_subdirectory(ca)
 add_subdirectory(de)
 add_subdirectory(it)
+add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
+add_subdirectory(uk)
 add_subdirectory(sr)
 add_subdirectory(sr@latin)
-add_subdirectory(sv)
-add_subdirectory(uk)
+add_subdirectory(ca)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.7.0/doc/ca/index.docbook 
new/kinfocenter-5.7.2/doc/ca/index.docbook
--- old/kinfocenter-5.7.0/doc/ca/index.docbook  2016-06-30 16:56:23.0 
+0200
+++ new/kinfocenter-5.7.2/doc/ca/index.docbook  2016-07-19 12:58:07.0 
+0200
@@ -35,7 +35,7 @@
 
 
 Aquest document descriu el centre d'informació de .
+>Aquest document descriu el centre d'informació del .
 
 
 
@@ -58,13 +58,13 @@
 >El 
 
 El  us proveeix d'una d'una vista general centralitzada i 
convenient del vostre sistema i escriptori. 
+>El  us proporciona una vista general centralitzada i convenient 
del vostre sistema i escriptori. 
 
 El centre d'informació està format per múltiples 

commit kde-gtk-config5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2016-08-08 13:52:10

Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old)
 and  /work/SRC/openSUSE:Factory/.kde-gtk-config5.new (New)


Package is "kde-gtk-config5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2016-07-15 12:24:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2016-08-08 13:52:13.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:19 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:25 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:17:06 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kde-gtk-config-5.7.0.tar.xz
  kde-gtk-config5-rpmlintrc

New:

  kde-gtk-config-5.7.2.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.WR6hm2/_old  2016-08-08 13:52:14.0 +0200
+++ /var/tmp/diff_new_pack.WR6hm2/_new  2016-08-08 13:52:14.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0+ and GPL-3.0+
@@ -28,7 +28,6 @@
 Source2:gtkrc-2.0-kde4.template
 Source3:gtk3-settings.ini-kde4.template
 Source: kde-gtk-config-%{version}.tar.xz
-Source99:   kde-gtk-config5-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
@@ -74,11 +73,14 @@
 %setup -q -n kde-gtk-config-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
 install -Dpm 0755 %{SOURCE1} 
%{buildroot}%{_kf5_configdir}/plasma-workspace/env/kde_gtk_config.suse.sh
 install -Dpm 0644 %{SOURCE2} 
%{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4.template
@@ -103,9 +105,7 @@
 %{_kf5_sharedir}/icons/hicolor/*/*/*.*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ kde-gtk-config-5.7.0.tar.xz -> kde-gtk-config-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.7.0/CMakeLists.txt 
new/kde-gtk-config-5.7.2/CMakeLists.txt
--- old/kde-gtk-config-5.7.0/CMakeLists.txt 2016-06-30 16:53:10.0 
+0200
+++ new/kde-gtk-config-5.7.2/CMakeLists.txt 2016-07-19 12:55:10.0 
+0200
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)




commit breeze-gtk for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2016-08-08 13:51:42

Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.breeze-gtk.new (New)


Package is "breeze-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2016-07-15 
12:29:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2016-08-08 13:51:43.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  breeze-gtk-5.7.0.tar.xz

New:

  breeze-gtk-5.7.2.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.nPrea4/_old  2016-08-08 13:51:44.0 +0200
+++ /var/tmp/diff_new_pack.nPrea4/_new  2016-08-08 13:51:44.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1

++ breeze-gtk-5.7.0.tar.xz -> breeze-gtk-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.7.0/CMakeLists.txt 
new/breeze-gtk-5.7.2/CMakeLists.txt
--- old/breeze-gtk-5.7.0/CMakeLists.txt 2016-06-30 16:50:15.0 +0200
+++ new/breeze-gtk-5.7.2/CMakeLists.txt 2016-07-19 12:52:29.0 +0200
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit kcm_sddm for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2016-08-08 13:52:01

Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
 and  /work/SRC/openSUSE:Factory/.kcm_sddm.new (New)


Package is "kcm_sddm"

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2016-07-15 
12:23:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2016-08-08 
13:52:03.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:24 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  sddm-kcm-5.7.0.tar.xz

New:

  sddm-kcm-5.7.2.tar.xz



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.kQ3UGh/_old  2016-08-08 13:52:04.0 +0200
+++ /var/tmp/diff_new_pack.kQ3UGh/_new  2016-08-08 13:52:04.0 +0200
@@ -21,7 +21,7 @@
 Summary:A sddm control module for KDE
 License:GPL-2.0
 Group:  System/GUI/KDE
-Version:5.7.0
+Version:5.7.2
 Release:0
 Url:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
 Source: sddm-kcm-%{version}.tar.xz

++ sddm-kcm-5.7.0.tar.xz -> sddm-kcm-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.7.0/CMakeLists.txt 
new/sddm-kcm-5.7.2/CMakeLists.txt
--- old/sddm-kcm-5.7.0/CMakeLists.txt   2016-06-30 17:14:37.0 +0200
+++ new/sddm-kcm-5.7.2/CMakeLists.txt   2016-07-19 13:15:15.0 +0200
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)




commit kactivitymanagerd for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2016-08-08 13:51:52

Comparing /work/SRC/openSUSE:Factory/kactivitymanagerd (Old)
 and  /work/SRC/openSUSE:Factory/.kactivitymanagerd.new (New)


Package is "kactivitymanagerd"

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2016-07-15 12:23:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2016-08-08 13:51:54.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:16 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:24 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  kactivitymanagerd-5.7.0.tar.xz

New:

  kactivitymanagerd-5.7.2.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.QpXfvv/_old  2016-08-08 13:51:54.0 +0200
+++ /var/tmp/diff_new_pack.QpXfvv/_new  2016-08-08 13:51:54.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivitymanagerd-5.7.0.tar.xz -> kactivitymanagerd-5.7.2.tar.xz ++




commit bluedevil5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2016-08-08 13:51:17

Comparing /work/SRC/openSUSE:Factory/bluedevil5 (Old)
 and  /work/SRC/openSUSE:Factory/.bluedevil5.new (New)


Package is "bluedevil5"

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2016-07-15 
12:23:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2016-08-08 13:51:18.0 +0200
@@ -1,0 +2,23 @@
+Wed Jul 20 08:54:13 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:08:22 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  bluedevil-5.7.0.tar.xz
  bluedevil5-rpmlintrc

New:

  bluedevil-5.7.2.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.32CvBV/_old  2016-08-08 13:51:19.0 +0200
+++ /var/tmp/diff_new_pack.32CvBV/_new  2016-08-08 13:51:19.0 +0200
@@ -19,14 +19,13 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://www.kde.org/
 Source: bluedevil-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
@@ -68,11 +67,14 @@
 %setup -q -n bluedevil-%{version}
 
 %build
-%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+%kf5_find_lang
+%endif
 
 %post
 %mime_database_post
@@ -95,9 +97,7 @@
 %{_kf5_plasmadir}/
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ bluedevil-5.7.0.tar.xz -> bluedevil-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.7.0/CMakeLists.txt 
new/bluedevil-5.7.2/CMakeLists.txt
--- old/bluedevil-5.7.0/CMakeLists.txt  2016-06-30 16:48:50.0 +0200
+++ new/bluedevil-5.7.2/CMakeLists.txt  2016-07-19 12:51:08.0 +0200
@@ -1,5 +1,5 @@
 project(bluedevil)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.7.0/po/cs/bluedevil.po 
new/bluedevil-5.7.2/po/cs/bluedevil.po
--- old/bluedevil-5.7.0/po/cs/bluedevil.po  2016-06-30 16:48:13.0 
+0200
+++ new/bluedevil-5.7.2/po/cs/bluedevil.po  2016-07-19 12:50:38.0 
+0200
@@ -116,7 +116,7 @@
 
 #: kcmodule/adapters/adapters.cpp:348
 msgid "No adapters found"
-msgstr ""
+msgstr "Adaptéry nenalezeny"
 
 #: kcmodule/common/systemcheck.cpp:69 kio/bluetooth/kiobluetooth.cpp:79
 #: kio/bluetooth/kiobluetooth.cpp:209
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.7.0/po/ja/bluedevil.po 
new/bluedevil-5.7.2/po/ja/bluedevil.po
--- old/bluedevil-5.7.0/po/ja/bluedevil.po  2016-06-30 16:48:27.0 
+0200
+++ new/bluedevil-5.7.2/po/ja/bluedevil.po  2016-07-19 12:50:50.0 
+0200
@@ -435,8 +435,8 @@
 msgid "(c) 2010, UFO Coders"
 msgstr "(c) 2010, UFO Coders"
 
-#: kded/bluedevildaemon.cpp:94 kded/bluedevildaemon.cpp:97
-#: sendfile/main.cpp:43 wizard/main.cpp:45
+#: kded/bluedevildaemon.cpp:94 kded/bluedevildaemon.cpp:97 sendfile/main.cpp:43
+#: wizard/main.cpp:45
 msgid "Previous Maintainer"
 msgstr "前メンテナ"
 




commit breeze for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-08-08 13:51:30

Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and  /work/SRC/openSUSE:Factory/.breeze.new (New)


Package is "breeze"

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2016-07-15 
12:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-08-08 
13:51:32.0 +0200
@@ -1,0 +2,28 @@
+Wed Jul 20 08:54:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Mon Jul 18 08:38:22 UTC 2016 - jeng...@inai.de
+
+- Add fdupes by recommendation of rpmlint
+
+---
+Wed Jul 13 06:13:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:11:55 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2016-07-15 
12:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2016-08-08 13:51:32.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 20 08:54:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  breeze-5.7.0.tar.xz
  breeze-rpmlintrc

New:

  breeze-5.7.2.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.772mpI/_old  2016-08-08 13:51:33.0 +0200
+++ /var/tmp/diff_new_pack.772mpI/_new  2016-08-08 13:51:33.0 +0200
@@ -18,10 +18,11 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.7.0
+Version:5.7.2
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KDecoration2) >= %{version}
@@ -50,7 +51,6 @@
 Url:http://www.kde.org
 #Source: 
http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,17 +102,19 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DBUILD_po=OFF 
-DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
+%fdupes %buildroot/%_prefix
 
 %if %{with lang}
-%files -n breeze5-style-lang
-%defattr(-,root,root)
+%files -n breeze5-style-lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
 %endif
 
 %files -n breeze5-cursors

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.772mpI/_old  2016-08-08 13:51:33.0 +0200
+++ /var/tmp/diff_new_pack.772mpI/_new  2016-08-08 13:51:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.7.0
+Version:5.7.2
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.7.0.tar.xz -> breeze-5.7.2.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.7.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.7.2.tar.xz differ: char 25, 
line 1




commit marble for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2016-08-08 13:51:07

Comparing /work/SRC/openSUSE:Factory/marble (Old)
 and  /work/SRC/openSUSE:Factory/.marble.new (New)


Package is "marble"

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2016-07-21 
07:49:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2016-08-08 
13:51:09.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 23 05:52:44 UTC 2016 - jeng...@inai.de
+
+- Drop illegal Obsoletes (this package does not provide said file)
+
+---



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.WVtqn1/_old  2016-08-08 13:51:10.0 +0200
+++ /var/tmp/diff_new_pack.WVtqn1/_new  2016-08-08 13:51:10.0 +0200
@@ -60,7 +60,7 @@
 BuildRequires:  libquazip-qt5-devel
 Requires:   libmarblewidget-qt5%{_so} = %{version}
 Requires:   %{name}-data = %{version}
-Requires:   libastro-qt5-1 = %{version}
+Requires:   libastro1 = %{version}
 Requires:   marble-frontend = %{version}
 Recommends: %{name}-doc = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -102,7 +102,7 @@
 Summary:Generic map viewer: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   libmarblewidget-qt5%{_so} = %{version}
-Requires:   libastro-qt5-1 = %{version}
+Requires:   libastro1 = %{version}
 
 %description devel
 Development headers and libraries for Marble.
@@ -126,8 +126,6 @@
 %package -n libastro1
 Summary:Astronomy: Shared Library
 Group:  Development/Libraries/KDE
-Obsoletes:  libastro-qt5-1 < %{version}
-Provides:   libastro-qt5-1 = %{version}
 
 %description -n libastro1
 The Astronomy shared library for the MarbleWidget shared library.




commit plasma-nm5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2016-08-08 13:50:58

Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-nm5.new (New)


Package is "plasma-nm5"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2016-07-15 
12:28:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2016-08-08 13:51:01.0 +0200
@@ -1,0 +2,28 @@
+Sat Jul 23 05:16:07 UTC 2016 - jeng...@inai.de
+
+- Update descriptions
+
+---
+Wed Jul 20 08:54:42 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:38 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:49:31 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  plasma-nm-5.7.0.tar.xz
  plasma-nm5-rpmlintrc

New:

  plasma-nm-5.7.2.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.4jCXxn/_old  2016-08-08 13:51:02.0 +0200
+++ /var/tmp/diff_new_pack.4jCXxn/_new  2016-08-08 13:51:02.0 +0200
@@ -19,14 +19,13 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/projects/playground/network/plasma-nm
 Source: plasma-nm-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 BuildRequires:  NetworkManager-devel >= 0.9.8.4
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
@@ -102,10 +101,10 @@
 Obsoletes:  NetworkManager-openvpn-kde4
 
 %description openvpn
-OpenVPN VPN plugin for plasma-nm components.
+OpenVPN plugin for plasma-nm components.
 
 %package vpnc
-Summary:Vpnc support for %{name}
+Summary:vpnc support for %{name}
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
 Requires:   NetworkManager-vpnc
@@ -118,7 +117,7 @@
 Obsoletes:  NetworkManager-vpnc-kde4
 
 %description vpnc
-Vpnc plugin for plasma-nm components.
+vpnc plugin for plasma-nm components.
 
 %package openconnect
 Summary:OpenConnect support for %{name}
@@ -154,7 +153,7 @@
 Openswan plugin for plasma-nm components.
 
 %package strongswan
-Summary:Strongswan support for %{name}
+Summary:strongSwan support for %{name}
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
 Requires:   NetworkManager-strongswan
@@ -166,7 +165,7 @@
 %endif
 
 %description strongswan
-Strongswan plugin for plasma-nm components.
+strongSwan plugin for plasma-nm components.
 
 %package l2tp
 Summary:L2TP support for %{name}
@@ -182,7 +181,7 @@
 %endif
 
 %description l2tp
-L2TP plugin for plasma-nm components.
+Layer Two Tunneling Protocol (L2TP) plugin for plasma-nm components.
 
 %package pptp
 Summary:PPTP support for %{name}
@@ -198,7 +197,7 @@
 Obsoletes:  NetworkManager-pptp-kde4
 
 %description pptp
-pptp plugin for plasma-nm components.
+Point-To-Point Tunneling Protocol (PPTP) plugin for plasma-nm components.
 
 %package ssh
 Summary:SSH support for %{name}
@@ -210,10 +209,10 @@
 Provides:   NetworkManager-ssh-frontend
 
 %description ssh
-ssh plugin for plasma-nm components.
+Secure Shell (SSH) plugin for plasma-nm components.
 
 %package sstp
-Summary:sstp support for %{name}
+Summary:SSTP support for %{name}
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
 # NetworkManager-ssh doesn't exist in Factory
@@ -222,18 +221,21 @@
 Provides:   NetworkManager-sstp-frontend
 
 %description sstp
-sstp plugin for plasma-nm components.
+Secure Sockets Tunneling Protocol (SSTP) plugin for plasma-nm components.
 
 %lang_package
 %prep
 %setup -q -n plasma-nm-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 

commit libkolabxml for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2016-08-08 13:50:49

Comparing /work/SRC/openSUSE:Factory/libkolabxml (Old)
 and  /work/SRC/openSUSE:Factory/.libkolabxml.new (New)


Package is "libkolabxml"

Changes:

--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2016-01-23 
01:05:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new/libkolabxml.changes 
2016-08-08 13:50:52.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 17:18:15 UTC 2016 - wba...@tmo.at
+
+- Remove kdelibs4support-devel from the build requirements, it's
+  not needed
+
+---



Other differences:
--
++ libkolabxml.spec ++
--- /var/tmp/diff_new_pack.5Phbms/_old  2016-08-08 13:50:53.0 +0200
+++ /var/tmp/diff_new_pack.5Phbms/_new  2016-08-08 13:50:53.0 +0200
@@ -61,7 +61,6 @@
 %if %{with tests}
 %if 0%{?suse_version} > 1314
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kdelibs4support-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Test)
 %else 




commit kdepimlibs for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs for openSUSE:Factory 
checked in at 2016-08-08 13:50:15

Comparing /work/SRC/openSUSE:Factory/kdepimlibs (Old)
 and  /work/SRC/openSUSE:Factory/.kdepimlibs.new (New)


Package is "kdepimlibs"

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs/kdepimlibs.changes2016-07-21 
07:45:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs.new/kdepimlibs.changes   
2016-08-08 13:50:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 15:02:52 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Update devel package dependencies
+
+---



Other differences:
--
++ kdepimlibs.spec ++
--- /var/tmp/diff_new_pack.o0m8MC/_old  2016-08-08 13:50:18.0 +0200
+++ /var/tmp/diff_new_pack.o0m8MC/_new  2016-08-08 13:50:18.0 +0200
@@ -19,55 +19,38 @@
 Name:   kdepimlibs
 Version:16.04.3
 Release:0
-%define kf5_version 5.1.0
+%define kf5_version 5.19.0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kdepimlibs-%{version}.tar.xz
-BuildRequires:  boost-devel >= 1.34.0
 BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  gpgme-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kmime-devel
 BuildRequires:  kcontacts-devel
 BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
 BuildRequires:  kldap-devel
 BuildRequires:  kmbox-devel
 BuildRequires:  grantlee5-devel
 BuildRequires:  akonadi-server-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
+BuildRequires:  kdbusaddons-devel >= %{kf5_version}
 BuildRequires:  kdoctools-devel >= %{kf5_version}
-BuildRequires:  kemoticons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  kguiaddons-devel >= %{kf5_version}
 BuildRequires:  ki18n-devel >= %{kf5_version}
 BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
-BuildRequires:  kparts-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
-BuildRequires:  kwallet-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
+BuildRequires:  kitemmodels-devel >= %{kf5_version}
 BuildRequires:  kxmlgui-devel >= %{kf5_version}
-BuildRequires:  libassuan-devel
-BuildRequires:  libical-devel >= 0.42
-BuildRequires:  libpth-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  solid-devel >= %{kf5_version}
-BuildRequires:  sonnet-devel >= %{kf5_version}
-BuildRequires:  pkgconfig(Qt5Designer) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  shared-mime-info
+BuildRequires:  pkgconfig(Qt5Test) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.5.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -115,7 +98,8 @@
 Group:  Development/Libraries/KDE
 Requires:   akonadi-contact = %{version}
 Requires:   akonadi-server-devel >= %{version}
-Requires:   kcontacts5-devel >= %{version}
+Requires:   kcalcore-devel >= %{version}
+Requires:   kcontacts-devel >= %{version}
 Requires:   libKF5AkonadiContact5 = %{version}
 
 %description -n akonadi-contact-devel
@@ -133,8 +117,6 @@
 %package -n akonadi-notes-devel
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   akonadi-server-devel >= %{version}
-Requires:   kdelibs4support-devel >= %{kf5_version}
 Requires:   kmime-devel >= %{version}
 Requires:   libKF5AkonadiNotes5 = %{version}
 




commit libkleo for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2016-08-08 13:50:25

Comparing /work/SRC/openSUSE:Factory/libkleo (Old)
 and  /work/SRC/openSUSE:Factory/.libkleo.new (New)


Package is "libkleo"

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2016-07-21 
07:43:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2016-08-08 
13:50:27.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 20:10:41 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+- Require gpgmepp5-devel in the devel package
+
+---



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.6iSFiD/_old  2016-08-08 13:50:28.0 +0200
+++ /var/tmp/diff_new_pack.6iSFiD/_new  2016-08-08 13:50:28.0 +0200
@@ -24,71 +24,18 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
 BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
+BuildRequires:  kcompletion-devel
+BuildRequires:  kcoreaddons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
-BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
 BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  pimcommon-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,6 +71,7 @@
 # FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines;
 Group:  Development/Libraries/KDE
 Requires:   libKF5Libkleo5 = %{version}
+Requires:   gpgmepp5-devel
 
 %description devel
 The development package for the libkleo libraries




commit mailimporter for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2016-08-08 13:50:33

Comparing /work/SRC/openSUSE:Factory/mailimporter (Old)
 and  /work/SRC/openSUSE:Factory/.mailimporter.new (New)


Package is "mailimporter"

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2016-07-21 07:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2016-08-08 13:50:35.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 16 19:50:41 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.p5clqU/_old  2016-08-08 13:50:35.0 +0200
+++ /var/tmp/diff_new_pack.p5clqU/_new  2016-08-08 13:50:35.0 +0200
@@ -24,71 +24,20 @@
 Group:  Development/Libraries/C and C++
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  karchive-devel
 BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit akonadi-calendar for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package akonadi-calendar for 
openSUSE:Factory checked in at 2016-08-08 13:50:40

Comparing /work/SRC/openSUSE:Factory/akonadi-calendar (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-calendar.new (New)


Package is "akonadi-calendar"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-calendar/akonadi-calendar.changes
2016-07-21 07:41:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-calendar.new/akonadi-calendar.changes   
2016-08-08 13:50:42.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 17:04:31 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ akonadi-calendar.spec ++
--- /var/tmp/diff_new_pack.EVYO2U/_old  2016-08-08 13:50:44.0 +0200
+++ /var/tmp/diff_new_pack.EVYO2U/_new  2016-08-08 13:50:44.0 +0200
@@ -19,7 +19,7 @@
 Name:   akonadi-calendar
 Version:16.04.3
 Release:0
-%define kf5_version 5.1.0
+%define kf5_version 5.19.0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -27,18 +27,15 @@
 Source: akonadi-calendar-%{version}.tar.xz
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-server-devel
-BuildRequires:  boost-devel
-BuildRequires:  extra-cmake-modules >= 1.0.0
+BuildRequires:  extra-cmake-modules >= 5.17.0
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
 BuildRequires:  kcodecs-devel
 BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
 BuildRequires:  kidentitymanagement-devel
 BuildRequires:  kio-devel
 BuildRequires:  kmailtransport-devel
 BuildRequires:  kwallet-devel
-BuildRequires:  phonon4qt5-devel
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit libkolab-qt5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package libkolab-qt5 for openSUSE:Factory 
checked in at 2016-08-08 13:49:58

Comparing /work/SRC/openSUSE:Factory/libkolab-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.libkolab-qt5.new (New)


Package is "libkolab-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/libkolab-qt5/libkolab-qt5.changes
2016-05-31 12:14:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkolab-qt5.new/libkolab-qt5.changes   
2016-08-08 13:49:59.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 18:00:19 UTC 2016 - wba...@tmo.at
+
+- Adjust build requirements
+- Adjust requires of the devel package
+
+---



Other differences:
--
++ libkolab-qt5.spec ++
--- /var/tmp/diff_new_pack.1WKgeV/_old  2016-08-08 13:50:00.0 +0200
+++ /var/tmp/diff_new_pack.1WKgeV/_new  2016-08-08 13:50:00.0 +0200
@@ -28,17 +28,19 @@
 Url:https://kolab.org/about/libkolab
 Source: libkolab-%{version}.tar.gz
 BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.6
-BuildRequires:  libkolabxml-devel >= 1.1
+BuildRequires:  cmake >= 2.8.9
+BuildRequires:  libkolabxml-devel >= 1.1.1
 BuildRequires:  libxerces-c-devel
 BuildRequires:  php-devel >= 5.3
 BuildRequires:  python-devel
 BuildRequires:  swig >= 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  akonadi-notes-devel
+BuildRequires:  akonadi-server-devel
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
-BuildRequires:  kcontacts5-devel
+BuildRequires:  kcontacts-devel
+BuildRequires:  kcoreaddons-devel
 BuildRequires:  kmime-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -91,9 +93,10 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   akonadi-notes-devel
+Requires:   akonadi-server-devel
 Requires:   kcalcore-devel
 Requires:   kcalutils-devel
-Requires:   kcontacts5-devel
+Requires:   kcontacts-devel
 Requires:   kmime-devel
 Requires:   libXerces-c-devel
 Requires:   libkolabxml-devel >= 0.8.4




commit kmailtransport for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2016-08-08 13:50:06

Comparing /work/SRC/openSUSE:Factory/kmailtransport (Old)
 and  /work/SRC/openSUSE:Factory/.kmailtransport.new (New)


Package is "kmailtransport"

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2016-07-21 07:46:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2016-08-08 13:50:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 17:38:09 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requirements
+
+---



Other differences:
--
++ kmailtransport.spec ++
--- /var/tmp/diff_new_pack.5mK1k3/_old  2016-08-08 13:50:08.0 +0200
+++ /var/tmp/diff_new_pack.5mK1k3/_new  2016-08-08 13:50:08.0 +0200
@@ -19,7 +19,7 @@
 Name:   kmailtransport
 Version:16.04.3
 Release:0
-%define kf5_version 5.1.0
+%define kf5_version 5.19.0
 Summary:KDE PIM Libraries: Mailtransport layer
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -27,42 +27,14 @@
 Source: kmailtransport-%{version}.tar.xz
 BuildRequires:  akonadi-server-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  boost-devel >= 1.34.0
 BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules >= 1.0.0
-BuildRequires:  gpgme-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kcmutils-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kcompletion-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
-BuildRequires:  kemoticons-devel >= %{kf5_version}
+BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kitemviews-devel >= %{kf5_version}
 BuildRequires:  kmime-devel
-BuildRequires:  kparts-devel >= %{kf5_version}
-BuildRequires:  ktextwidgets-devel >= %{kf5_version}
 BuildRequires:  kwallet-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kxmlgui-devel >= %{kf5_version}
-BuildRequires:  libassuan-devel
-BuildRequires:  libical-devel >= 0.42
-BuildRequires:  libxslt-devel
-BuildRequires:  openldap2-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  solid-devel >= %{kf5_version}
-BuildRequires:  sonnet-devel >= %{kf5_version}
-BuildRequires:  pkgconfig(Qt5Designer) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit kde-cli-tools5 for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2016-08-08 13:49:37

Comparing /work/SRC/openSUSE:Factory/kde-cli-tools5 (Old)
 and  /work/SRC/openSUSE:Factory/.kde-cli-tools5.new (New)


Package is "kde-cli-tools5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2016-07-15 12:24:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2016-08-08 13:49:39.0 +0200
@@ -1,0 +2,30 @@
+Fri Jul 22 10:43:13 UTC 2016 - wba...@tmo.at
+
+- Add kdesu-Do-not-change-minimum-size.patch to prevent the
+  displayed command line text running into the password field
+  (boo#958785)
+
+---
+Wed Jul 20 08:54:18 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:25 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:13:41 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+---

Old:

  kde-cli-tools-5.7.0.tar.xz
  kde-cli-tools5-rpmlintrc

New:

  kde-cli-tools-5.7.2.tar.xz
  kdesu-Do-not-change-minimum-size.patch



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.jBQ4Xk/_old  2016-08-08 13:49:39.0 +0200
+++ /var/tmp/diff_new_pack.jBQ4Xk/_new  2016-08-08 13:49:39.0 +0200
@@ -18,16 +18,17 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: kde-cli-tools-%{version}.tar.xz
-Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
 Patch0: kdesu-add-some-i18n-love.patch
+# PATCH-FIX-UPSTREAM kdesu-Do-not-change-minimum-size.patch boo#958785 -- 
prevent the displayed command line text running into the password field
+Patch1: kdesu-Do-not-change-minimum-size.patch
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
@@ -64,13 +65,17 @@
 %prep
 %setup -q -n kde-cli-tools-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
 
   # create a dummy target for /etc/alternatives/kdesu
   install -d -m 755 %{buildroot}%{_sysconfdir}/alternatives/
@@ -124,9 +129,7 @@
 %{_kf5_mandir}/man1/kdesu*.*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %endif
 
 %changelog

++ kde-cli-tools-5.7.0.tar.xz -> kde-cli-tools-5.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.7.0/CMakeLists.txt 
new/kde-cli-tools-5.7.2/CMakeLists.txt
--- old/kde-cli-tools-5.7.0/CMakeLists.txt  2016-06-30 16:52:42.0 
+0200
+++ new/kde-cli-tools-5.7.2/CMakeLists.txt  2016-07-19 12:54:42.0 
+0200
@@ -1,5 +1,5 @@
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.7.0/doc/ca/kdesu/index.docbook 
new/kde-cli-tools-5.7.2/doc/ca/kdesu/index.docbook
--- old/kde-cli-tools-5.7.0/doc/ca/kdesu/index.docbook  2016-06-30 
16:52:34.0 +0200
+++ new/kde-cli-tools-5.7.2/doc/ca/kdesu/index.docbook  2016-07-19 
12:54:35.0 +0200
@@ -12,7 +12,7 @@
 
 
 El manual de 
+>El manual del 
 
 
  és un frontal gràfic per a l'ordre El  és un frontal gràfic per a l'ordre su de .
@@ -76,14 +76,14 @@
 -->
 
 Benvingut a !  és un frontal gràfic per a l'entorn d'escriptori 
K per a l'ordre Benvingut al ! El  és un frontal gràfic de l'entorn 
d'escriptori K per a l'ordre su. Aquest us permetrà executar un programa com a un usuari diferent indicant 
la 

commit pimcommon for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2016-08-08 13:49:45

Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and  /work/SRC/openSUSE:Factory/.pimcommon.new (New)


Package is "pimcommon"

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2016-07-21 
07:44:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2016-08-08 
13:49:51.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 21 14:30:10 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requires
+- Add necessary requirements to the devel package so that other
+  packages building against this don't have to specify them even
+  if they don't use them
+
+---



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.FwAObO/_old  2016-08-08 13:49:53.0 +0200
+++ /var/tmp/diff_new_pack.FwAObO/_new  2016-08-08 13:49:53.0 +0200
@@ -24,71 +24,36 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
+BuildRequires:  akonadi-server-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kcodecs-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcontacts-devel
+BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
+BuildRequires:  ki18n-devel
 BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
 BuildRequires:  kmime-devel
 BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
 BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
+BuildRequires:  ktextwidgets-devel
 BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  libkdepim-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  sonnet-devel
+BuildRequires:  cmake(Qt5Designer)
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -123,6 +88,11 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Requires:   libKF5PimCommon5 = %{version}
+Requires:   akonadi-server-devel
+Requires:   kcontacts-devel
+Requires:   akonadi-contact-devel
+Requires:   kconfig-devel
+Requires:   kimap-devel
 
 %description devel
 The development package for the pimcommon libraries




commit akonadi-server for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package akonadi-server for openSUSE:Factory 
checked in at 2016-08-08 13:49:30

Comparing /work/SRC/openSUSE:Factory/akonadi-server (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-server.new (New)


Package is "akonadi-server"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes
2016-07-21 07:41:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new/akonadi-server.changes   
2016-08-08 13:49:32.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 20 17:00:15 UTC 2016 - wba...@tmo.at
+
+- cmake 2.8.12 is necessary now
+- Add necessary requirements to the devel package so that other
+  packages building against this don't have to specify them even
+  if they don't use them
+
+---



Other differences:
--
++ akonadi-server.spec ++
--- /var/tmp/diff_new_pack.ycssA6/_old  2016-08-08 13:49:33.0 +0200
+++ /var/tmp/diff_new_pack.ycssA6/_new  2016-08-08 13:49:33.0 +0200
@@ -27,7 +27,7 @@
 Source: %{rname}-%{version}.tar.xz
 Source99:   akonadi-server-rpmlintrc
 BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.8.9
+BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  libxml2
@@ -106,6 +106,15 @@
 Summary:Akonadi Framework: Build Environment
 Group:  Development/Libraries/X11
 Requires:   %{name} = %{version}
+Requires:   boost-devel
+Requires:   kcompletion-devel
+Requires:   kdelibs4support-devel
+Requires:   kitemmodels-devel
+Requires:   kjobwidgets-devel
+Requires:   kservice-devel
+Requires:   kxmlgui-devel
+Requires:   pkgconfig(Qt5Network)
+Requires:   solid-devel
 Requires:   libKF5AkonadiAgentBase5 = %{version}
 Requires:   libKF5AkonadiCore5 = %{version}
 Requires:   libKF5AkonadiWidgets5 = %{version}




commit kiconthemes for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2016-08-08 13:49:19

Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old)
 and  /work/SRC/openSUSE:Factory/.kiconthemes.new (New)


Package is "kiconthemes"

Changes:

--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2016-07-15 
12:35:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 
2016-08-08 13:49:22.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 15 15:56:47 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added 0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch
+  from upstream
+
+---

New:

  0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.joQZQS/_old  2016-08-08 13:49:23.0 +0200
+++ /var/tmp/diff_new_pack.joQZQS/_new  2016-08-08 13:49:23.0 +0200
@@ -44,6 +44,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch
+Patch0: 0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,6 +75,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch ++
>From 0abf1b7a148cf6b27caea01a329631e0f1daa983 Mon Sep 17 00:00:00 2001
From: David Rosca 
Date: Tue, 12 Jul 2016 09:54:04 +0200
Subject: [PATCH 1/2] KIconEngine: Fix QIcon::hasThemeIcon always returning
 true

QIcon::hasThemeIcon(name) checks if QIcon::name() == name,
so icon engine must return empty string when icon doesn't exist.
Also implement IsNullHook for Qt 5.7. Comes with autotest.

REVIEW: 128397
BUG: 365130
---
 autotests/CMakeLists.txt   |  1 +
 autotests/kiconengine_unittest.cpp | 75 ++
 src/kiconengine.cpp| 15 
 src/kiconengine.h  |  2 +
 4 files changed, 93 insertions(+)
 create mode 100644 autotests/kiconengine_unittest.cpp

diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt
index 
0c7de5001aebfe276bd902bf2abf63516ae32831..a81425da1b79a5200234ecc360702f6eda5696b0
 100644
--- a/autotests/CMakeLists.txt
+++ b/autotests/CMakeLists.txt
@@ -16,6 +16,7 @@ kiconthemes_tests(
   kiconloader_resourcethemetest
   kiconloader_benchmark
   kicontheme_unittest
+  kiconengine_unittest
 )
 
 ### Test for RCC loading
diff --git a/autotests/kiconengine_unittest.cpp 
b/autotests/kiconengine_unittest.cpp
new file mode 100644
index 
..c7c36aad87ed267612c027916f756d315740115d
--- /dev/null
+++ b/autotests/kiconengine_unittest.cpp
@@ -0,0 +1,75 @@
+/*
+Copyright (C) 2016 David Rosca 
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public
+License as published by the Free Software Foundation; either
+version 2 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with this library; see the file COPYING.LIB.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
+*/
+
+#include 
+#include 
+
+#include 
+#include 
+#include 
+#include 
+
+class KIconEngine_UnitTest : public QObject
+{
+Q_OBJECT
+
+private Q_SLOTS:
+void initTestCase()
+{
+QStandardPaths::setTestModeEnabled(true);
+
+KConfigGroup cg(KSharedConfig::openConfig(), "Icons");
+cg.writeEntry("Theme", "oxygen");
+cg.sync();
+
+QDir testDataDir = 
QDir(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation));
+QDir testIconsDir = 
QDir(testDataDir.absoluteFilePath(QStringLiteral("icons")));
+
+// we will be recursively deleting these, so a sanity check is in order
+
QVERIFY(testIconsDir.absolutePath().contains(QStringLiteral("qttest")));
+
+testIconsDir.removeRecursively();
+
+// set up a minimal Oxygen icon theme, in case it is not installed
+