commit kdeclarative for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-10-12 13:54:20

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


Package is "kdeclarative"

Mon Oct 12 13:54:20 2020 rev:85 rq:840809 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-09-18 14:39:43.235912387 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.3486/kdeclarative.changes  
2020-10-12 13:55:48.342128396 +0200
@@ -1,0 +2,15 @@
+Mon Oct  5 08:33:04 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * QML for I18n are added in KF 5.17
+  * Relicense files to LGPL-2.0-or-later
+  * Block shortcuts when recording key sequences (kde#425979)
+  * Fix typo, qdebug--
+  * Add SettingHighlighter as a manual version of the highlighting done by 
SettingStateBinding
+  * [autotests] Fix unstable BSD test
+
+---

Old:

  kdeclarative-5.74.0.tar.xz
  kdeclarative-5.74.0.tar.xz.sig

New:

  kdeclarative-5.75.0.tar.xz
  kdeclarative-5.75.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Y3RQfg/_old  2020-10-12 13:55:48.986128658 +0200
+++ /var/tmp/diff_new_pack.Y3RQfg/_new  2020-10-12 13:55:48.990128659 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.74.0.tar.xz -> kdeclarative-5.75.0.tar.xz ++
 8417 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-09-18 14:38:49

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


Package is "kdeclarative"

Fri Sep 18 14:38:49 2020 rev:84 rq:834394 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-08-12 12:27:07.164137830 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.4249/kdeclarative.changes  
2020-09-18 14:39:43.235912387 +0200
@@ -1,0 +2,18 @@
+Sun Sep  6 12:49:04 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * [KKeySequenceItem] Make Meta+Shift+num shortcuts work
+  * Expose checkForConflictsAgainst property
+  * Add a new AbstractKCM class
+  * Using no deprecated enum Qt::MiddleButton
+  * typo--
+  * Remove obsolete COPYING files
+  * Port KRunProxy away from KRun
+  * Fix warning: zero as null pointer constant
+  * KDeclarative: Convert copyright statements to SPDX expressions
+
+---

Old:

  kdeclarative-5.73.0.tar.xz
  kdeclarative-5.73.0.tar.xz.sig

New:

  kdeclarative-5.74.0.tar.xz
  kdeclarative-5.74.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.xyb4oh/_old  2020-09-18 14:39:44.407913433 +0200
+++ /var/tmp/diff_new_pack.xyb4oh/_new  2020-09-18 14:39:44.407913433 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.73
+%define _tar_path 5.74
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -47,6 +47,7 @@
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
@@ -147,27 +148,27 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5Declarative.so.*
 
 %files -n libKF5QuickAddons5
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5QuickAddons.so.*
 
 %files -n libKF5CalendarEvents5
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5CalendarEvents.so.*
 
 %files components
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/qt5/qml/
 
 %files tools
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_bindir}/kpackagelauncherqml
 


++ kdeclarative-5.73.0.tar.xz -> kdeclarative-5.74.0.tar.xz ++
 18464 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-08-12 12:23:39

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


Package is "kdeclarative"

Wed Aug 12 12:23:39 2020 rev:83 rq:825067 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-07-14 07:53:07.812593018 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.3399/kdeclarative.changes  
2020-08-12 12:27:07.164137830 +0200
@@ -1,0 +2,16 @@
+Sun Aug  2 07:13:15 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * SettingStateBinding : expose whether non default highlight is enabled
+  * Make sure KF5CoreAddons is installed before using KF5Declarative
+  * Add KF5::CoreAddons to public interface for KF5::QuickAddons
+  * Introduce SettingState* elements to ease KCM writing.
+  * fix version in new api
+  * support config notifications in configpropertymap
+  * Use camelcase include. (scripted)
+
+---

Old:

  kdeclarative-5.72.0.tar.xz
  kdeclarative-5.72.0.tar.xz.sig

New:

  kdeclarative-5.73.0.tar.xz
  kdeclarative-5.73.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.baHkdZ/_old  2020-08-12 12:27:07.864137178 +0200
+++ /var/tmp/diff_new_pack.baHkdZ/_new  2020-08-12 12:27:07.868137174 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.72.0.tar.xz -> kdeclarative-5.73.0.tar.xz ++
 3636 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-07-14 07:52:21

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


Package is "kdeclarative"

Tue Jul 14 07:52:21 2020 rev:82 rq:820354 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-06-16 13:42:40.273077669 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.3060/kdeclarative.changes  
2020-07-14 07:53:07.812593018 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:14 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Port to CommandLauncherJob
+
+---

Old:

  kdeclarative-5.71.0.tar.xz
  kdeclarative-5.71.0.tar.xz.sig

New:

  kdeclarative-5.72.0.tar.xz
  kdeclarative-5.72.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.IvpHf6/_old  2020-07-14 07:53:09.796599442 +0200
+++ /var/tmp/diff_new_pack.IvpHf6/_new  2020-07-14 07:53:09.796599442 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.71
+%define _tar_path 5.72
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kdeclarative-5.71.0.tar.xz -> kdeclarative-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.71.0/CMakeLists.txt 
new/kdeclarative-5.72.0/CMakeLists.txt
--- old/kdeclarative-5.71.0/CMakeLists.txt  2020-06-07 20:25:10.0 
+0200
+++ new/kdeclarative-5.72.0/CMakeLists.txt  2020-07-04 15:09:08.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.71.0/po/bn/kdeclarative5.po 
new/kdeclarative-5.72.0/po/bn/kdeclarative5.po
--- old/kdeclarative-5.71.0/po/bn/kdeclarative5.po  2020-06-07 
20:25:10.0 +0200
+++ new/kdeclarative-5.72.0/po/bn/kdeclarative5.po  2020-07-04 
15:09:08.0 +0200
@@ -14,7 +14,7 @@
 "PO-Revision-Date: 2012-07-16 14:27+0530\n"
 "Last-Translator: Deepayan Sarkar \n"
 "Language-Team: American English \n"
-"Language: en_US\n"
+"Language: bn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.71.0/po/bs/kdeclarative5.po 
new/kdeclarative-5.72.0/po/bs/kdeclarative5.po
--- old/kdeclarative-5.71.0/po/bs/kdeclarative5.po  2020-06-07 
20:25:10.0 +0200
+++ new/kdeclarative-5.72.0/po/bs/kdeclarative5.po  2020-07-04 
15:09:08.0 +0200
@@ -16,7 +16,7 @@
 "PO-Revision-Date: 2013-12-21 17:26+\n"
 "Last-Translator: Ademovic Saudin \n"
 "Language-Team: bosanski \n"
-"Language: bosnian\n"
+"Language: bs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.71.0/po/cs/kdeclarative5.po 
new/kdeclarative-5.72.0/po/cs/kdeclarative5.po
--- old/kdeclarative-5.71.0/po/cs/kdeclarative5.po  2020-06-07 
20:25:10.0 +0200
+++ new/kdecla

commit kdeclarative for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-06-16 13:41:46

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


Package is "kdeclarative"

Tue Jun 16 13:41:46 2020 rev:81 rq:814349 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-05-11 13:28:54.951553197 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.3606/kdeclarative.changes  
2020-06-16 13:42:40.273077669 +0200
@@ -1,0 +2,16 @@
+Sun Jun  7 08:06:29 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Improve dox
+  * Fix #include guards
+  * Create kcmshell.openSystemSettings() and kcmshell.openInfoCenter() 
functions
+  * Port KKeySequenceItem to QQC2
+  * Pixel align children of GridViewInternal
+- Drop upstream patch:
+  * 0001-Pixel-align-children-of-GridViewInternal.patch
+
+---

Old:

  0001-Pixel-align-children-of-GridViewInternal.patch
  kdeclarative-5.70.0.tar.xz
  kdeclarative-5.70.0.tar.xz.sig

New:

  kdeclarative-5.71.0.tar.xz
  kdeclarative-5.71.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.59xf6d/_old  2020-06-16 13:42:40.933080075 +0200
+++ /var/tmp/diff_new_pack.59xf6d/_new  2020-06-16 13:42:40.937080089 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.70
+%define _tar_path 5.71
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -36,8 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch0: 0001-Pixel-align-children-of-GridViewInternal.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes


++ kdeclarative-5.70.0.tar.xz -> kdeclarative-5.71.0.tar.xz ++
 2542 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-05-11 13:27:38

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


Package is "kdeclarative"

Mon May 11 13:27:38 2020 rev:80 rq:802075 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-04-15 20:02:31.633934995 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.2738/kdeclarative.changes  
2020-05-11 13:28:54.951553197 +0200
@@ -1,0 +2,21 @@
+Thu May  7 11:24:52 UTC 2020 - Christophe Giboudeaux 
+
+- Add upstream patch:
+  * 0001-Pixel-align-children-of-GridViewInternal.patch
+
+---
+Sun May  3 09:39:50 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Introduce SettingState* elements to ease KCM writing
+  * Properly name the content of the kcmcontrols project
+  * Tweak kcmcontrols docs
+  * Add startCapture method
+  * [KeySequenceHelper] Work around Meta modifier behavior
+  * Also relase the window in the destructor
+
+---

Old:

  kdeclarative-5.69.0.tar.xz
  kdeclarative-5.69.0.tar.xz.sig

New:

  0001-Pixel-align-children-of-GridViewInternal.patch
  kdeclarative-5.70.0.tar.xz
  kdeclarative-5.70.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Eceffj/_old  2020-05-11 13:28:56.311556049 +0200
+++ /var/tmp/diff_new_pack.Eceffj/_new  2020-05-11 13:28:56.319556067 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -36,6 +36,8 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch0: 0001-Pixel-align-children-of-GridViewInternal.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -122,7 +124,7 @@
 %lang_package -n %{lname}
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Pixel-align-children-of-GridViewInternal.patch ++
>From 9725a21bcd0ee07c48be5077a735710c5658cf59 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Thu, 7 May 2020 11:41:04 +0200
Subject: [PATCH] Pixel align children of GridViewInternal

Summary:
The scroll bar size can be odd (for breeze it's 21), which causes leftMargin
to be 12.5. This causes every delegate inside to be blurred.

Test Plan: Monkeypatched, now kcm_style is no longer blurred.

Reviewers: #frameworks, broulik, mart, davidedmundson

Reviewed By: broulik, davidedmundson

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D29503
---
 src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml 
b/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml
index b55dea3..5d09a3d 100644
--- a/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml
+++ b/src/qmlcontrols/kcmcontrols/qml/private/GridViewInternal.qml
@@ -37,7 +37,7 @@ GridView {
 anchors {
 fill: parent
 margins: 2
-leftMargin: scroll.QtControls.ScrollBar.vertical.visible ? 2 :  
internal.scrollBarSpace/2 + 2
+leftMargin: scroll.QtControls.ScrollBar.vertical.visible ? 2 : 
Math.round(internal.scrollBarSpace/2) + 2
 }
 clip: true
 activeFocusOnTab: true
-- 
2.26.2


++ kdeclarative-5.69.0.tar.xz -> kdeclarative-5.70.0.tar.xz ++
 8322 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-04-15 20:01:16

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


Package is "kdeclarative"

Wed Apr 15 20:01:16 2020 rev:79 rq:793142 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-03-19 19:43:59.331976347 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.2738/kdeclarative.changes  
2020-04-15 20:02:31.633934995 +0200
@@ -1,0 +2,12 @@
+Sun Apr  5 19:45:27 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- Changes since 5.68.0:
+  * Introduce api for passive notifications
+  * [KCM Controls GridDelegate] Use `ShadowedRectangle`
+  * [kcmcontrols] Respect header/footer visibility
+
+---

Old:

  kdeclarative-5.68.0.tar.xz
  kdeclarative-5.68.0.tar.xz.sig

New:

  kdeclarative-5.69.0.tar.xz
  kdeclarative-5.69.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.5NZxOF/_old  2020-04-15 20:02:34.309937004 +0200
+++ /var/tmp/diff_new_pack.5NZxOF/_new  2020-04-15 20:02:34.313937006 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.68.0.tar.xz -> kdeclarative-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.68.0/CMakeLists.txt 
new/kdeclarative-5.69.0/CMakeLists.txt
--- old/kdeclarative-5.68.0/CMakeLists.txt  2020-03-07 10:38:53.0 
+0100
+++ new/kdeclarative-5.69.0/CMakeLists.txt  2020-04-05 00:56:54.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -32,7 +32,7 @@
 #
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 
 #add_definitions(-Wno-deprecated)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.68.0/po/cs/kdeclarative5.po 
new/kdeclarative-5.69.0/po/cs/kdeclarative5.po
--- old/kdeclarative-5.68.0/po/cs/kdeclarative5.po  2020-03-07 
10:38:53.0 +0100
+++ new/kdeclarative-5.69.0/po/cs/kdeclarative5.po  2020-04-05 
00:56:54.0 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl , 2010, 2011, 2012.
-# Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2019.
+# Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2019, 2020.
 # Tomáš Chvátal , 2012, 2013.
 #
 msgid ""
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-03 02:54+0100\n"
-"PO-Revision-Date: 2019-11-01 14:59+0100\n"
+"PO-Revision-Date: 2020-02-11 11:12+0100\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: en_US\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 19.08.2\n"
+"X-Generator: Lokalize 19.12.1\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 
@@ -111,7 +111,7 @@
 #: quickaddons/configmodule.cpp:176
 #, kde-format
 

commit kdeclarative for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-03-19 19:42:08

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


Package is "kdeclarative"

Thu Mar 19 19:42:08 2020 rev:78 rq:785311 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-02-14 16:33:06.035442827 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.3160/kdeclarative.changes  
2020-03-19 19:43:59.331976347 +0100
@@ -1,0 +2,15 @@
+Sun Mar  8 09:17:41 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Expose capture signal on KeySequenceItem
+  * Fix size of the header in GridViewKCM (kde#417347)
+  * Allow ManagedConfigModule derived class to register explicitly 
KCoreConfigSkeleton.
+  * Allow to use KPropertySkeletonItem in ManagedConfigModule
+  * respect header's visibility
+
+---

Old:

  kdeclarative-5.67.0.tar.xz
  kdeclarative-5.67.0.tar.xz.sig

New:

  kdeclarative-5.68.0.tar.xz
  kdeclarative-5.68.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.IUUsj1/_old  2020-03-19 19:44:00.099976794 +0100
+++ /var/tmp/diff_new_pack.IUUsj1/_new  2020-03-19 19:44:00.103976796 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.67.0.tar.xz -> kdeclarative-5.68.0.tar.xz ++
 2453 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-02-14 16:32:01

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


Package is "kdeclarative"

Fri Feb 14 16:32:01 2020 rev:77 rq:773249 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2020-01-14 21:04:04.162673607 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.26092/kdeclarative.changes 
2020-02-14 16:33:06.035442827 +0100
@@ -1,0 +2,18 @@
+Sun Feb  2 18:06:50 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:37 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * typo--
+  * Correctly compute bottom margin for grid delegates with subtitles
+  * Port away from deprecated IconSize() method
+  * [ConfigModule] Say which package is invalid
+
+---

Old:

  kdeclarative-5.66.0.tar.xz
  kdeclarative-5.66.0.tar.xz.sig

New:

  kdeclarative-5.67.0.tar.xz
  kdeclarative-5.67.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.OHj26s/_old  2020-02-14 16:33:07.875443852 +0100
+++ /var/tmp/diff_new_pack.OHj26s/_new  2020-02-14 16:33:07.879443854 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -51,11 +51,11 @@
 BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5Gui) >= 5.11.0
-BuildRequires:  cmake(Qt5Qml) >= 5.11.0
-BuildRequires:  cmake(Qt5Quick) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Gui) >= 5.12.0
+BuildRequires:  cmake(Qt5Qml) >= 5.12.0
+BuildRequires:  cmake(Qt5Quick) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 
 %description
 KDeclarative provides integration of QML and KDE workspaces.
@@ -113,7 +113,7 @@
 Requires:   cmake(KF5Config) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5Package) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5Qml) >= 5.11.0
+Requires:   cmake(Qt5Qml) >= 5.12.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.
@@ -126,7 +126,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kdeclarative-5.66.0.tar.xz -> kdeclarative-5.67.0.tar.xz ++
 2406 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2020-01-14 21:00:13

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


Package is "kdeclarative"

Tue Jan 14 21:00:13 2020 rev:76 rq:763448 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-12-18 14:42:29.293778615 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.6675/kdeclarative.changes  
2020-01-14 21:04:04.162673607 +0100
@@ -1,0 +2,15 @@
+Sun Jan  5 09:02:05 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * [KeySequenceHelper] Grab actual window when embedded
+  * Update the obsolete projects.kde.org URL
+  * Add optional subtitle to grid delegate
+  * document colorbutton with an example
+  * [QImageItem/QPixmapItem] Don't lose precision during calculation
+  * kdeclarative EBN spelling cleanup
+
+---

Old:

  kdeclarative-5.65.0.tar.xz
  kdeclarative-5.65.0.tar.xz.sig

New:

  kdeclarative-5.66.0.tar.xz
  kdeclarative-5.66.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.q0ey53/_old  2020-01-14 21:04:05.134674057 +0100
+++ /var/tmp/diff_new_pack.q0ey53/_new  2020-01-14 21:04:05.138674059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.65.0.tar.xz -> kdeclarative-5.66.0.tar.xz ++
 7727 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-12-18 14:40:28

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


Package is "kdeclarative"

Wed Dec 18 14:40:28 2019 rev:75 rq:757023 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-11-12 11:43:59.394635904 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.4691/kdeclarative.changes  
2019-12-18 14:42:29.293778615 +0100
@@ -1,0 +2,15 @@
+Sun Dec  8 11:18:27 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * EBN kdeclarative transfer protocol cleanup
+  * Adapt to change in KConfigCompiler
+  * MAke it compile without deprecated method
+  * make header and footer visible when they get content
+  * support qqmlfileselectors
+  * Allow to disable autosave behavior in ConfigPropertyMap
+
+---

Old:

  kdeclarative-5.64.0.tar.xz
  kdeclarative-5.64.0.tar.xz.sig

New:

  kdeclarative-5.65.0.tar.xz
  kdeclarative-5.65.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.NDtKBw/_old  2019-12-18 14:42:29.753778825 +0100
+++ /var/tmp/diff_new_pack.NDtKBw/_new  2019-12-18 14:42:29.753778825 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.64
+%define _tar_path 5.65
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.64.0.tar.xz -> kdeclarative-5.65.0.tar.xz ++
 3051 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-11-12 11:43:56

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


Package is "kdeclarative"

Tue Nov 12 11:43:56 2019 rev:74 rq:747100 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-10-14 13:34:43.562457072 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.2990/kdeclarative.changes  
2019-11-12 11:43:59.394635904 +0100
@@ -1,0 +2,17 @@
+Sun Nov  3 15:46:55 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Use compile time checked connect
+  * Make the settingChanged() slot protected.
+  * Get KQuickAddons::ConfigModule to expose if we're in the defaults state
+  * Grab the keyboard when KeySequenceItem is recording
+  * Add ManagedConfigModule
+  * Remove outdated comment about [$e] expansion
+  * Use ECMGenerateExportHeader to manage deprecated API better
+  * [ConfigModule] Expose mainUi component status and error string
+
+---

Old:

  kdeclarative-5.63.0.tar.xz
  kdeclarative-5.63.0.tar.xz.sig

New:

  kdeclarative-5.64.0.tar.xz
  kdeclarative-5.64.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.cnS37H/_old  2019-11-12 11:44:00.186636738 +0100
+++ /var/tmp/diff_new_pack.cnS37H/_new  2019-11-12 11:44:00.190636742 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.63
+%define _tar_path 5.64
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later


++ kdeclarative-5.63.0.tar.xz -> kdeclarative-5.64.0.tar.xz ++
 9410 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-10-14 13:34:39

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


Package is "kdeclarative"

Mon Oct 14 13:34:39 2019 rev:73 rq:738018 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-09-23 12:22:20.569758346 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.2352/kdeclarative.changes  
2019-10-14 13:34:43.562457072 +0200
@@ -1,0 +2,14 @@
+Sun Oct  6 13:26:25 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * Delete QQmlObjectSharedEngine context in sync with QQmlObject
+  * [KDeclarative] Port away from deprecated QWheelEvent methods
+  * [KDeclarative] Port from deprecated QWheelEvent::delta() to angleDelta()
+  * [KDeclarative] Port away from deprecated QQuickWindow::sendEvent
+  * [KDeclarative autotests] Replace fork of old modeltest with 
QAbstractItemModelTester
+
+---

Old:

  kdeclarative-5.62.0.tar.xz
  kdeclarative-5.62.0.tar.xz.sig

New:

  kdeclarative-5.63.0.tar.xz
  kdeclarative-5.63.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.aFzYa3/_old  2019-10-14 13:34:44.14640 +0200
+++ /var/tmp/diff_new_pack.aFzYa3/_new  2019-10-14 13:34:44.14640 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -51,11 +51,11 @@
 BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5Gui) >= 5.6.0
-BuildRequires:  cmake(Qt5Qml) >= 5.6.0
-BuildRequires:  cmake(Qt5Quick) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5Gui) >= 5.11.0
+BuildRequires:  cmake(Qt5Qml) >= 5.11.0
+BuildRequires:  cmake(Qt5Quick) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
 
 %description
 KDeclarative provides integration of QML and KDE workspaces.
@@ -113,7 +113,7 @@
 Requires:   cmake(KF5Config) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5Package) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5Qml) >= 5.6.0
+Requires:   cmake(Qt5Qml) >= 5.11.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.


++ kdeclarative-5.62.0.tar.xz -> kdeclarative-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.62.0/CMakeLists.txt 
new/kdeclarative-5.63.0/CMakeLists.txt
--- old/kdeclarative-5.62.0/CMakeLists.txt  2019-09-07 15:57:15.0 
+0200
+++ new/kdeclarative-5.63.0/CMakeLists.txt  2019-10-06 11:44:03.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -31,7 +31,7 @@
 
 #
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 
 #add_definitions(-Wno-deprecated)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.62.0/autotests/CMakeLists.txt 
new/kdec

commit kdeclarative for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-09-23 12:22:19

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


Package is "kdeclarative"

Mon Sep 23 12:22:19 2019 rev:72 rq:730918 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-08-19 21:04:26.556900984 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.7948/kdeclarative.changes  
2019-09-23 12:22:20.569758346 +0200
@@ -1,0 +2,16 @@
+Sat Sep  7 20:36:37 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Warn if KPackage is invalid
+  * Remove unused includes
+  * [GridDelegate] Don't select unselected item when clicking on any of its
+action buttons (kde#404536)
+  * [ColorButton] Forward accepted signal from ColorDialog
+  * use zero-based coordinate system on the plot
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kdeclarative-5.61.0.tar.xz
  kdeclarative-5.61.0.tar.xz.sig

New:

  kdeclarative-5.62.0.tar.xz
  kdeclarative-5.62.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.ftCSM5/_old  2019-09-23 12:22:21.141758253 +0200
+++ /var/tmp/diff_new_pack.ftCSM5/_new  2019-09-23 12:22:21.145758252 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
@@ -39,18 +39,18 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kpackage-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libepoxy-devel
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
@@ -108,11 +108,11 @@
 Requires:   %{lname} = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfig-devel >= %{_kf5_bugfix_version}
-Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
-Requires:   kpackage-devel >= %{_kf5_bugfix_version}
 Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
+Requires:   cmake(KF5Config) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5Package) >= %{_kf5_bugfix_version}
 Requires:   cmake(Qt5Qml) >= 5.6.0
 
 %description devel


++ kdeclarative-5.61.0.tar.xz -> kdeclarative-5.62.0.tar.xz ++
 7880 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-08-19 21:04:04

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


Package is "kdeclarative"

Mon Aug 19 21:04:04 2019 rev:71 rq:722455 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-07-26 12:11:51.682837790 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.22127/kdeclarative.changes 
2019-08-19 21:04:26.556900984 +0200
@@ -1,0 +2,21 @@
+Wed Aug  7 17:51:16 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * Scrollview - Don't fill the parent with the view (kde#407643) 
+  * introduce FallbackTapHandler 
+  * Fix typo - GridView -> ScrollView 
+  * KRun QML proxy: port away from deprecated KRun API 
+  * Docs: fix bad example code 
+  * KRun QML proxy: fix path/URL confusion 
+  * Calendar events: allow plugins to show event details
+
+---
+Fri Jul 19 11:39:46 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kdeclarative-5.60.0.tar.xz

New:

  frameworks.keyring
  kdeclarative-5.61.0.tar.xz
  kdeclarative-5.61.0.tar.xz.sig



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.oyQJIM/_old  2019-08-19 21:04:27.008900912 +0200
+++ /var/tmp/diff_new_pack.oyQJIM/_new  2019-08-19 21:04:27.012900910 +0200
@@ -17,21 +17,25 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -119,9 +123,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build

++ kdeclarative-5.60.0.tar.xz -> kdeclarative-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.60.0/CMakeLists.txt 
new/kdeclarative-5.61.0/CMakeLists.txt
--- old/kdeclarative-5.60.0/CMakeLists.txt  2019-07-07 20:32:06.0 
+0200
+++ new/kdeclarative-5.61.0/CMakeLists.txt  2019-08-03 21:52:36.0 
+0200
@@ -1,16 +1,16 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH})
 
 set(REQUIRED_QT_VERSION 5.11.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.60.0/README.md 
new/kdeclarative-5.61.0/README.md
--- old/kdeclarative-5.60.0/README.md   2019-07-07 20:32:06.0 +0200
+++ new/kdeclarative-5.61.0/README.md   2019-08-03 21:52:3

commit kdeclarative for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-07-26 12:11:49

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


Package is "kdeclarative"

Fri Jul 26 12:11:49 2019 rev:70 rq:715867 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-06-22 11:10:22.596425288 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.4126/kdeclarative.changes  
2019-07-26 12:11:51.682837790 +0200
@@ -1,0 +2,15 @@
+Sun Jul 14 06:41:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * [GridDelegate] Fix gaps in corners of thumbnailArea highlight
+  * get rid of blockSignals
+  * [KCM GridDelegate] Silence warning
+  * [KCM GridDelegate] Take into account implicitCellHeight for inner delegate 
height
+  * Fix GridDelegate icon
+  * Fix fragile comparison to i18n("None") and describe behavior in docs 
(kde#407999)
+
+---

Old:

  kdeclarative-5.59.0.tar.xz

New:

  kdeclarative-5.60.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.W5qRig/_old  2019-07-26 12:11:52.282837703 +0200
+++ /var/tmp/diff_new_pack.W5qRig/_new  2019-07-26 12:11:52.286837703 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.59
+%define _tar_path 5.60
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.59.0.tar.xz -> kdeclarative-5.60.0.tar.xz ++
 2529 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-06-22 11:09:29

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


Package is "kdeclarative"

Sat Jun 22 11:09:29 2019 rev:69 rq:710729 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-05-21 10:26:55.747516704 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.4615/kdeclarative.changes  
2019-06-22 11:10:22.596425288 +0200
@@ -1,0 +2,10 @@
+Sun Jun 09 07:35:11 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- Changes since 5.58.0:
+  * Fix qmldir files
+
+---

Old:

  kdeclarative-5.58.0.tar.xz

New:

  kdeclarative-5.59.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.HY3gqi/_old  2019-06-22 11:10:24.192427639 +0200
+++ /var/tmp/diff_new_pack.HY3gqi/_new  2019-06-22 11:10:24.228427692 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.58
+%define _tar_path 5.59
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.58.0.tar.xz -> kdeclarative-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.58.0/CMakeLists.txt 
new/kdeclarative-5.59.0/CMakeLists.txt
--- old/kdeclarative-5.58.0/CMakeLists.txt  2019-05-07 13:20:39.0 
+0200
+++ new/kdeclarative-5.59.0/CMakeLists.txt  2019-06-01 18:54:16.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.58.0/po/af/kdeclarative5.po 
new/kdeclarative-5.59.0/po/af/kdeclarative5.po
--- old/kdeclarative-5.58.0/po/af/kdeclarative5.po  2019-05-07 
13:20:39.0 +0200
+++ new/kdeclarative-5.59.0/po/af/kdeclarative5.po  2019-06-01 
18:54:16.0 +0200
@@ -2,8 +2,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4 stable\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2019-04-17 03:14+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 02:55+0200\n"
 "PO-Revision-Date: 2006-01-12 16:33+0200\n"
 "Last-Translator: JUANITA FRANZ \n"
 "Language-Team: AFRIKAANS \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.58.0/po/ar/kdeclarative5.po 
new/kdeclarative-5.59.0/po/ar/kdeclarative5.po
--- old/kdeclarative-5.58.0/po/ar/kdeclarative5.po  2019-05-07 
13:20:39.0 +0200
+++ new/kdeclarative-5.59.0/po/ar/kdeclarative5.po  2019-06-01 
18:54:16.0 +0200
@@ -20,8 +20,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2019-04-17 03:14+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-05-20 02:55+0200\n"
 "PO-Revision-Date: 2018-06-09 19:24+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.58.0/po/as/kdeclarative5.po 
new/kdeclarative-5.59.0/po/as/kdeclarative5.po
--- old/kdeclarative-5.58.0/po/as/kdeclarative5.po  2019-05-07 
13:20:39.0 +0200
+++ new/kdeclarative-5.59.0/po/as/kdeclarative5.po  2019-06-01 
18:54:16.0 +0200
@@ -6,8 +6,8 @@
 msgid ""

commit kdeclarative for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-05-21 10:26:52

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


Package is "kdeclarative"

Tue May 21 10:26:52 2019 rev:68 rq:703340 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-04-19 21:22:23.723722255 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.5148/kdeclarative.changes  
2019-05-21 10:26:55.747516704 +0200
@@ -1,0 +2,15 @@
+Wed May 15 18:16:16 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * [KeySequenceItem] Make the clear button have the same height as shortcut 
button
+  * Plotter: Scope GL Program to lifespan of scenegraph node (kde#403453)
+  * use the base implementation hints
+  * KeySequenceHelperPrivate::updateShortcutDisplay: Don't show english text 
to the user
+  * [ConfigModule] Pass initial properties in push()
+  * Enable glGetGraphicsResetStatus support by default on Qt >= 5.13 
(kde#364766)
+
+---

Old:

  kdeclarative-5.57.0.tar.xz

New:

  kdeclarative-5.58.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.2eu3pn/_old  2019-05-21 10:26:56.683516343 +0200
+++ /var/tmp/diff_new_pack.2eu3pn/_new  2019-05-21 10:26:56.687516342 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.57.0.tar.xz -> kdeclarative-5.58.0.tar.xz ++
 7927 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-04-19 21:21:41

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


Package is "kdeclarative"

Fri Apr 19 21:21:41 2019 rev:67 rq:695211 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-03-21 09:44:44.358919118 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.5536/kdeclarative.changes  
2019-04-19 21:22:23.723722255 +0200
@@ -1,0 +2,13 @@
+Sun Apr 14 20:21:42 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * [kdeclarative] compile without foreach
+  * [GridViewKCM] Fix implicit width calculation
+  * move the gridview in a separate file
+  * Avoid fractionals in GridDelegate sizes and alignments
+
+---

Old:

  kdeclarative-5.56.0.tar.xz

New:

  kdeclarative-5.57.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.2Yb5dZ/_old  2019-04-19 21:22:24.151722800 +0200
+++ /var/tmp/diff_new_pack.2Yb5dZ/_new  2019-04-19 21:22:24.151722800 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.56.0.tar.xz -> kdeclarative-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.56.0/.gitignore 
new/kdeclarative-5.57.0/.gitignore
--- old/kdeclarative-5.56.0/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/kdeclarative-5.57.0/.gitignore  2019-04-07 09:26:10.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.56.0/CMakeLists.txt 
new/kdeclarative-5.57.0/CMakeLists.txt
--- old/kdeclarative-5.56.0/CMakeLists.txt  2019-03-02 14:36:54.0 
+0100
+++ new/kdeclarative-5.57.0/CMakeLists.txt  2019-04-07 09:26:10.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -73,7 +73,7 @@
 if(epoxy_FOUND)
 set(HAVE_EPOXY 1)
 endif()
-
+add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.56.0/po/en_GB/kdeclarative5.po 
new/kdeclarative-5.57.0/po/en_GB/kdeclarative5.po
--- old/kdeclarative-5.56.0/po/en_GB/kdeclarative5.po   2019-03-02 
14:36:54.0 +0100
+++ new/kdeclarative-5.57.0/po/en_GB/kdeclarative5.po   2019-04-07 
09:26:10.0 +0200
@@ -2,21 +2,21 @@
 # Malcolm Hunter , 2002,2003,2004, 2005, 2006, 2007, 
2008, 2009.
 # Jonathan Riddell , 2003.
 # Andrew Coles , 2004, 2005, 2009, 2010.
-# Steve Allewell , 2014, 2015.
+# Steve Allewell , 2014, 2015, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-02-04 03:08+0100\n"
-"PO-Revision-Date: 2015-03-14 14:49+\n"
-"Last-Translator: \n"
-"Language-Team: British English \n"
+"PO-Revision-Date: 2019-03-24 19:11+\n"
+"Last-Translator: Steve Allewell \n"
+"Language-Team: Britis

commit kdeclarative for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-03-21 09:44:32

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


Package is "kdeclarative"

Thu Mar 21 09:44:32 2019 rev:66 rq:686729 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-02-28 21:28:56.173822079 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.28833/kdeclarative.changes 
2019-03-21 09:44:44.358919118 +0100
@@ -1,0 +2,15 @@
+Sun Mar 10 20:15:35 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * use KPackage::fileUrl to support rcc KCMs packages
+  * Remove not necessary flags
+  * [GridDelegate] Fix long labels blending into each other (kde#404389)
+  * [GridViewKCM] improve contrast and legibility for delegates' inline hover 
buttons (kde#395510)
+  * Correct the accept flag of the event object on DragMove (kde#396011)
+  * Use different "None" item icon in grid view KCMs
+
+---

Old:

  kdeclarative-5.55.0.tar.xz

New:

  kdeclarative-5.56.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.cMRNSh/_old  2019-03-21 09:44:44.746919029 +0100
+++ /var/tmp/diff_new_pack.cMRNSh/_new  2019-03-21 09:44:44.746919029 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.55
+%define _tar_path 5.56
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.55.0.tar.xz -> kdeclarative-5.56.0.tar.xz ++
 2865 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-02-28 21:28:51

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


Package is "kdeclarative"

Thu Feb 28 21:28:51 2019 rev:65 rq:678677 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-02-14 14:24:40.667893848 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.28833/kdeclarative.changes 
2019-02-28 21:28:56.173822079 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.8QVR27/_old  2019-02-28 21:28:56.901821836 +0100
+++ /var/tmp/diff_new_pack.8QVR27/_new  2019-02-28 21:28:56.909821833 +0100
@@ -119,6 +119,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kdeclarative for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-02-14 14:24:37

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


Package is "kdeclarative"

Thu Feb 14 14:24:37 2019 rev:64 rq:674228 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2019-01-21 10:19:10.610146032 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.28833/kdeclarative.changes 
2019-02-14 14:24:40.667893848 +0100
@@ -1,0 +2,11 @@
+Sun Feb 10 22:03:04 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * [KCM Controls GridView] Add remove animation
+  * KDeclarative: Delete copy constructor and assignment operator
+
+---

Old:

  kdeclarative-5.54.0.tar.xz

New:

  kdeclarative-5.55.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.LN8hwt/_old  2019-02-14 14:24:41.363893520 +0100
+++ /var/tmp/diff_new_pack.LN8hwt/_new  2019-02-14 14:24:41.367893518 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.54.0.tar.xz -> kdeclarative-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.54.0/CMakeLists.txt 
new/kdeclarative-5.55.0/CMakeLists.txt
--- old/kdeclarative-5.54.0/CMakeLists.txt  2019-01-06 21:20:13.0 
+0100
+++ new/kdeclarative-5.55.0/CMakeLists.txt  2019-02-03 00:55:15.0 
+0100
@@ -1,18 +1,18 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.54.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.55.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.54.0/po/zh_CN/kdeclarative5.po   2019-01-06 
21:20:13.0 +0100
+++ new/kdeclarative-5.55.0/po/zh_CN/kdeclarative5.po   2019-02-03 
00:55:15.0 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2019-01-05 20:42\n"
+"PO-Revision-Date: 2019-01-27 22:57\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.54.0/src/kdeclarative/kdeclarative.h 
new/kdeclarative-5.55.0/src/kdeclarative/kdeclarative.h
--- old/kdeclarative-5.54.0/src/kdeclarative/kdeclarative.h 2019-01-06 
21:20:13.0 +0100
+++ new/kdeclarative-5.55.0/src/kdeclarative/kdeclarative.h 2019-02-03 
00:55:15.0 +0100
@@ -43,6 +43,9 @@
 explicit KDeclarative();
 ~KDeclarative();
 
+KDeclarative(const KDeclarative &) = delete;
+KDeclarative &operator=(const KDeclarative &) = delete;
+
 #ifndef KDECLARATIVE_NO_DEPRECATE
 /**
  * @deprecated since 5.0. The method is a no-op now, any call can be 
simply removed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative

commit kdeclarative for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2019-01-21 10:19:06

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


Package is "kdeclarative"

Mon Jan 21 10:19:06 2019 rev:63 rq:665792 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-12-19 13:40:12.292059334 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.28833/kdeclarative.changes 
2019-01-21 10:19:10.610146032 +0100
@@ -1,0 +2,12 @@
+Mon Jan 14 06:08:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * don't show separators on mobile
+  * root.contentItem instead of just contentItem
+  * Add the missing api for multilevel KCMs to control the columns
+
+---

Old:

  kdeclarative-5.53.0.tar.xz

New:

  kdeclarative-5.54.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.5ycQxD/_old  2019-01-21 10:19:10.990145650 +0100
+++ /var/tmp/diff_new_pack.5ycQxD/_new  2019-01-21 10:19:10.990145650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.53.0.tar.xz -> kdeclarative-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.53.0/CMakeLists.txt 
new/kdeclarative-5.54.0/CMakeLists.txt
--- old/kdeclarative-5.53.0/CMakeLists.txt  2018-12-01 15:53:53.0 
+0100
+++ new/kdeclarative-5.54.0/CMakeLists.txt  2019-01-06 21:20:13.0 
+0100
@@ -1,12 +1,12 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.53.0/po/ca/kdeclarative5.po 
new/kdeclarative-5.54.0/po/ca/kdeclarative5.po
--- old/kdeclarative-5.53.0/po/ca/kdeclarative5.po  2018-12-01 
15:53:53.0 +0100
+++ new/kdeclarative-5.54.0/po/ca/kdeclarative5.po  2019-01-06 
21:20:13.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kdeclarative5.po to Catalan
-# Copyright (C) 2014-2016 This_file_is_part_of_KDE
+# Copyright (C) 1998-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.53.0/po/ca@valencia/kdeclarative5.po 
new/kdeclarative-5.54.0/po/ca@valencia/kdeclarative5.po
--- old/kdeclarative-5.53.0/po/ca@valencia/kdeclarative5.po 2018-12-01 
15:53:53.0 +0100
+++ new/kdeclarative-5.54.0/po/ca@valencia/kdeclarative5.po 2019-01-06 
21:20:13.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kdeclarative5.po to Catalan (Valencian)
-# Copyright (C) 2014-2016 This_file_is_part_of_KDE
+# Copyright (C) 1998-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KD

commit kdeclarative for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-12-19 13:40:00

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


Package is "kdeclarative"

Wed Dec 19 13:40:00 2018 rev:62 rq:658553 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-11-14 14:32:53.735355145 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new.28833/kdeclarative.changes 
2018-12-19 13:40:12.292059334 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:43 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Normalize signal/slot
+
+---

Old:

  kdeclarative-5.52.0.tar.xz

New:

  kdeclarative-5.53.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.MKKYcw/_old  2018-12-19 13:40:12.784058639 +0100
+++ /var/tmp/diff_new_pack.MKKYcw/_new  2018-12-19 13:40:12.784058639 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.52.0.tar.xz -> kdeclarative-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.52.0/CMakeLists.txt 
new/kdeclarative-5.53.0/CMakeLists.txt
--- old/kdeclarative-5.52.0/CMakeLists.txt  2018-11-03 18:59:30.0 
+0100
+++ new/kdeclarative-5.53.0/CMakeLists.txt  2018-12-01 15:53:53.0 
+0100
@@ -1,18 +1,18 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.52.0/autotests/columnproxymodeltest.cpp 
new/kdeclarative-5.53.0/autotests/columnproxymodeltest.cpp
--- old/kdeclarative-5.52.0/autotests/columnproxymodeltest.cpp  2018-11-03 
18:59:30.0 +0100
+++ new/kdeclarative-5.53.0/autotests/columnproxymodeltest.cpp  2018-12-01 
15:53:53.0 +0100
@@ -30,7 +30,7 @@
 qRegisterMetaType("QModelIndex");
 
 ColumnProxyModel* listify = new ColumnProxyModel;
-QSignalSpy spy(listify, SIGNAL(rowsInserted(QModelIndex, int, int)));
+QSignalSpy spy(listify, SIGNAL(rowsInserted(QModelIndex,int,int)));
 
 new ModelTest(listify, listify);
 QStandardItemModel* m = new QStandardItemModel(listify);
@@ -67,7 +67,7 @@
 void ColumnProxyModelTest::testSet()
 {
 ColumnProxyModel* listify = new ColumnProxyModel;
-QSignalSpy spy(listify, SIGNAL(rowsInserted(QModelIndex, int, int)));
+QSignalSpy spy(listify, SIGNAL(rowsInserted(QModelIndex,int,int)));
 
 new ModelTest(listify, listify);
 QStandardItemModel* m = new QStandardItemModel(listify);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.52.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.53.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.52.0/po/zh_CN/kdeclarative5.po   2018-11-03 
18:59:30.0 +0100
+++ new/kdeclarative-5.53.0/po/zh_CN/kdeclarative5.po   2018-12-01 
15:53:53.0 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.o

commit kdeclarative for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-11-14 14:32:42

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


Package is "kdeclarative"

Wed Nov 14 14:32:42 2018 rev:61 rq:648504 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-10-22 11:10:26.403918735 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-11-14 14:32:53.735355145 +0100
@@ -1,0 +2,13 @@
+Sun Nov 11 19:48:04 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * API dox QCH creation: fix "linking" to kconfig docs
+  * make push/pop part of ConfigModule API
+  * Use reserve()
+  * Use QVariant::toFoo() where possible
+
+---

Old:

  kdeclarative-5.51.0.tar.xz

New:

  kdeclarative-5.52.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.zY9gCx/_old  2018-11-14 14:32:55.843353095 +0100
+++ /var/tmp/diff_new_pack.zY9gCx/_new  2018-11-14 14:32:55.843353095 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.51
+%define _tar_path 5.52
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.51.0.tar.xz -> kdeclarative-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.51.0/CMakeLists.txt 
new/kdeclarative-5.52.0/CMakeLists.txt
--- old/kdeclarative-5.51.0/CMakeLists.txt  2018-10-08 10:12:05.0 
+0200
+++ new/kdeclarative-5.52.0/CMakeLists.txt  2018-11-03 18:59:30.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.51.0/po/ast/kdeclarative5.po 
new/kdeclarative-5.52.0/po/ast/kdeclarative5.po
--- old/kdeclarative-5.51.0/po/ast/kdeclarative5.po 2018-10-08 
10:12:05.0 +0200
+++ new/kdeclarative-5.52.0/po/ast/kdeclarative5.po 1970-01-01 
01:00:00.0 +0100
@@ -1,106 +0,0 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# enolp , 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2016-12-20 23:02+0100\n"
-"Last-Translator: enolp \n"
-"Language-Team: Asturian \n"
-"Language: ast\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"
-
-#, kde-format
-msgctxt "NAME OF TRANSLATORS"
-msgid "Your names"
-msgstr "Softastur"
-
-#, kde-format
-msgctxt "EMAIL OF TRANSLATORS"
-msgid "Your emails"
-msgstr "alministrado...@softastur.org"
-
-#: kpackagelauncherqml/main.cpp:43
-#, kde-format
-msgid "KPackage QML application shell"
-msgstr "Shell d'aplicaciones QML de KPackage "
-
-#: kpackagelauncherqml/main.cpp:50
-#, kde-format
-msgid "The unique name of the application (mandatory)"
-msgstr "El nome únicu de l'aplicación (obligatorio)"
-
-#: qmlcontrols/kquickcontrols/KeySequenceItem.qml:38
-#, kde-format
-msgid ""
-"Click on the button, then enter the shortcut like you would in the program.\n"
-"Example for Ctrl+A: hold the Ctrl key and press A."
-msgstr ""
-"Primi nel menú, depués introduz l'atayu como te prest

commit kdeclarative for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-10-22 11:10:24

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


Package is "kdeclarative"

Mon Oct 22 11:10:24 2018 rev:60 rq:642307 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-10-01 08:05:15.550389930 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-10-22 11:10:26.403918735 +0200
@@ -1,0 +2,16 @@
+Tue Oct 16 08:02:00 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:48 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * Avoid potential detach on range-loops with non-const Qt containers
+  * Fix minor EBN issues
+
+---

Old:

  kdeclarative-5.50.0.tar.xz

New:

  kdeclarative-5.51.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Z7hdso/_old  2018-10-22 11:10:26.943918296 +0200
+++ /var/tmp/diff_new_pack.Z7hdso/_new  2018-10-22 11:10:26.943918296 +0200
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kdeclarative-5.50.0.tar.xz -> kdeclarative-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.50.0/CMakeLists.txt 
new/kdeclarative-5.51.0/CMakeLists.txt
--- old/kdeclarative-5.50.0/CMakeLists.txt  2018-09-02 21:16:38.0 
+0200
+++ new/kdeclarative-5.51.0/CMakeLists.txt  2018-10-08 10:12:05.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.50.0/autotests/modeltest.cpp 
new/kdeclarative-5.51.0/autotests/modeltest.cpp
--- old/kdeclarative-5.50.0/autotests/modeltest.cpp 2018-09-02 
21:16:38.0 +0200
+++ new/kdeclarative-5.51.0/autotests/modeltest.cpp 2018-10-08 
10:12:05.0 +0200
@@ -40,10 +40,10 @@
 /
 
 
-#include 
-
 #include "modeltest.h"
 
+#include 
+
 #include 
 //#undef Q_ASSERT
 //#define Q_ASSERT  QVERIFY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.50.0/autotests/quickviewsharedengine.cpp 
new/kdeclarative-5.51.0/autotests/quickviewsharedengine.cpp
--- old/kdeclarative-5.50.0/autotests/quickviewsharedengine.cpp 2018-09-02 
21:16:38.0 +0200
+++ new/kdeclarative-5.51.0/autotests/quickviewsharedengine.cpp 2018-10-08 
10:12:05.0 +0200
@@ -30,6 +30,7 @@
 ** $QT_END_LICENSE$
 **
 /
+#include 
 #include 
 #include 
 #include 

commit kdeclarative for openSUSE:Factory

2018-09-30 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-10-01 08:05:11

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


Package is "kdeclarative"

Mon Oct  1 08:05:11 2018 rev:59 rq:635986 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-08-24 16:52:16.445231934 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-10-01 08:05:15.550389930 +0200
@@ -1,0 +2,13 @@
+Thu Sep 13 21:58:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * Revert "ensure we are always writing in the engine's root context"
+  * Attach property to "delegate" (kde#397367)
+  * add an implicit size
+  * [KCM GridDelegate] Use layer effect only on OpenGL backend
+
+---

Old:

  kdeclarative-5.49.0.tar.xz

New:

  kdeclarative-5.50.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.soUIeP/_old  2018-10-01 08:05:16.118389625 +0200
+++ /var/tmp/diff_new_pack.soUIeP/_new  2018-10-01 08:05:16.122389623 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.49
+%define _tar_path 5.50
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kdeclarative
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later

++ kdeclarative-5.49.0.tar.xz -> kdeclarative-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.49.0/CMakeLists.txt 
new/kdeclarative-5.50.0/CMakeLists.txt
--- old/kdeclarative-5.49.0/CMakeLists.txt  2018-08-04 12:57:00.0 
+0200
+++ new/kdeclarative-5.50.0/CMakeLists.txt  2018-09-02 21:16:38.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.49.0/po/af/kdeclarative5.po 
new/kdeclarative-5.50.0/po/af/kdeclarative5.po
--- old/kdeclarative-5.49.0/po/af/kdeclarative5.po  2018-08-04 
12:57:00.0 +0200
+++ new/kdeclarative-5.50.0/po/af/kdeclarative5.po  2018-09-02 
21:16:38.0 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4 stable\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-11-30 03:07+0100\n"
+"POT-Creation-Date: 2018-08-16 09:05+0200\n"
 "PO-Revision-Date: 2006-01-12 16:33+0200\n"
 "Last-Translator: JUANITA FRANZ \n"
 "Language-Team: AFRIKAANS \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.49.0/po/ar/kdeclarative5.po 
new/kdeclarative-5.50.0/po/ar/kdeclarative5.po
--- old/kdeclarative-5.49.0/po/ar/kdeclarative5.po  2018-08-04 
12:57:00.0 +0200
+++ new/kdeclarative-5.50.0/po/ar/kdeclarative5.po  2018-09-02 
21:16:38.0 +0200
@@ -16,13 +16,13 @@
 # Zayed Al-Saidi , 2009.
 # hanny , 2012.
 # Abderrahim Kitouni , 2012.
-# Safa Alfulaij , 2013, 2017.
+# Safa Alfulaij , 2013, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-11-30 03:07+0100\n"
-"PO-Revision-Date: 2017-11-30 12:15+0300\n"
+"POT-Creation-Date: 2018-08-16 09:05+0200\n"
+"PO-Revision-Date: 2018-06-09 19:24+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -47,12 +47,12 @@
 #: kpackagelauncherqml/main.cpp:43
 #, kde-format
 msgid "KPackage QML application shell"
-msgstr "صدف

commit kdeclarative for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-08-24 16:52:15

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


Package is "kdeclarative"

Fri Aug 24 16:52:15 2018 rev:58 rq:630597 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-07-21 10:11:54.843147083 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-08-24 16:52:16.445231934 +0200
@@ -1,0 +2,13 @@
+Sun Aug 19 09:18:57 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * ensure we are always writing in the engine's root context
+  * better readability
+  * Improve API docs a bit
+  * Honor BUILD_TESTING
+
+---

Old:

  kdeclarative-5.48.0.tar.xz

New:

  kdeclarative-5.49.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.0mx9La/_old  2018-08-24 16:52:16.965232547 +0200
+++ /var/tmp/diff_new_pack.0mx9La/_new  2018-08-24 16:52:16.965232547 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
 Name:   kdeclarative
-Version:5.48.0
+Version:5.49.0
 Release:0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
@@ -52,22 +52,21 @@
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KDeclarative provides integration of QML and KDE workspaces.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Integration of QML and KDE workspaces
 # QQmlPropertyMap leaks private but exported QObjectPrivate symbol
 # https://bugreports.qt.io/browse/QTBUG-46433 and 
https://bugs.launchpad.net/bugs/1426335
 Group:  System/GUI/KDE
 %requires_eq libQt5Core5
 %if %{with lang}
-Recommends: %lname-lang = %{version}
+Recommends: %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 KDeclarative provides integration of QML and KDE workspaces.
 
 %package -n libKF5QuickAddons5
@@ -102,7 +101,7 @@
 %package devel
 Summary:Integration of QML and KDE workspaces: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
 Requires:   kconfig-devel >= %{_kf5_bugfix_version}
@@ -116,7 +115,8 @@
 KDeclarative provides integration of QML and KDE workspaces.
 Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -132,49 +132,43 @@
 %find_lang %{name}5
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
-
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 %post -n libKF5QuickAddons5 -p /sbin/ldconfig
-
 %postun -n libKF5QuickAddons5 -p /sbin/ldconfig
-
 %post -n libKF5CalendarEvents5 -p /sbin/ldconfig
-
 %postun -n libKF5CalendarEvents5 -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5Declarative.so.*
 
 %files -n libKF5QuickAddons5
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5QuickAddons.so.*
 
 %files -n libKF5CalendarEvents5
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5CalendarEvents.so.*
 
 %files components
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/qt5/qml/
 
 %files tools
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf

commit kdeclarative for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-07-21 10:11:53

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


Package is "kdeclarative"

Sat Jul 21 10:11:53 2018 rev:57 rq:623271 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-06-22 13:19:30.041877186 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-07-21 10:11:54.843147083 +0200
@@ -1,0 +2,11 @@
+Mon Jul 16 04:37:37 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
+  * check the node actually has a valid texture (kde#395554)
+
+---

Old:

  kdeclarative-5.47.0.tar.xz

New:

  kdeclarative-5.48.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.saC3LM/_old  2018-07-21 10:11:55.487146933 +0200
+++ /var/tmp/diff_new_pack.saC3LM/_new  2018-07-21 10:11:55.491146932 +0200
@@ -18,15 +18,14 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.47
+%define _tar_path 5.48
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE

++ kdeclarative-5.47.0.tar.xz -> kdeclarative-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.47.0/CMakeLists.txt 
new/kdeclarative-5.48.0/CMakeLists.txt
--- old/kdeclarative-5.47.0/CMakeLists.txt  2018-06-02 19:51:26.0 
+0200
+++ new/kdeclarative-5.48.0/CMakeLists.txt  2018-07-08 00:29:54.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -34,8 +34,6 @@
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0)
 
 #add_definitions(-Wno-deprecated)
-add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
 
 remove_definitions(-DQT_STRICT_ITERATORS -DQT_NO_KEYWORDS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.47.0/po/id/kdeclarative5.po 
new/kdeclarative-5.48.0/po/id/kdeclarative5.po
--- old/kdeclarative-5.47.0/po/id/kdeclarative5.po  2018-06-02 
19:51:26.0 +0200
+++ new/kdeclarative-5.48.0/po/id/kdeclarative5.po  2018-07-08 
00:29:54.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-30 03:07+0100\n"
-"PO-Revision-Date: 2018-01-26 18:53+0700\n"
+"PO-Revision-Date: 2018-06-16 08:03+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -17,6 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -89,7 +90,7 @@
 #, kde-format
 msgctxt "What the user inputs now will be taken as the new shortcut"
 msgid "Input"
-msgstr "Masukan"
+msgstr "Input"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:388
 #, kde-format
@@ -105,4 +106,4 @@
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:410
 #, kde-format
 msgid "Unsupported Key"
-msgstr "Tombol Tak Didukung"
+msgstr "Tuts Tak Didukung"

commit kdeclarative for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-06-22 13:18:46

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


Package is "kdeclarative"

Fri Jun 22 13:18:46 2018 rev:56 rq:616749 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-05-18 14:20:25.578834532 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-06-22 13:19:30.041877186 +0200
@@ -1,0 +2,14 @@
+Tue Jun 12 21:26:03 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * Revert "GHNS button"
+  * Set kcm context property on the correct context
+  * GHNS button
+  * [Plotter] Don't render if m_node is null (kde#394283)
+  * assign the contentItem
+
+---

Old:

  kdeclarative-5.46.0.tar.xz

New:

  kdeclarative-5.47.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.hojEGN/_old  2018-06-22 13:19:30.681853456 +0200
+++ /var/tmp/diff_new_pack.hojEGN/_new  2018-06-22 13:19:30.681853456 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.46
+%define _tar_path 5.47
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces

++ kdeclarative-5.46.0.tar.xz -> kdeclarative-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.46.0/CMakeLists.txt 
new/kdeclarative-5.47.0/CMakeLists.txt
--- old/kdeclarative-5.46.0/CMakeLists.txt  2018-05-05 14:56:38.0 
+0200
+++ new/kdeclarative-5.47.0/CMakeLists.txt  2018-06-02 19:51:26.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.46.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.47.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.46.0/po/zh_CN/kdeclarative5.po   2018-05-05 
14:56:38.0 +0200
+++ new/kdeclarative-5.47.0/po/zh_CN/kdeclarative5.po   2018-06-02 
19:51:26.0 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-30 03:07+0100\n"
-"PO-Revision-Date: 2018-04-26 05:22-0400\n"
+"PO-Revision-Date: 2018-05-18 06:23-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.46.0/src/qmlcontrols/kcmcontrols/qml/ScrollView.qml 
new/kdeclarative-5.47.0/src/qmlcontrols/kcmcontrols/qml/ScrollView.qml
--- old/kdeclarative-5.46.0/src/qmlcontrols/kcmcontrols/qml/ScrollView.qml  
2018-05-05 14:56:38.0 +0200
+++ new/kdeclarative-5.47.0/src/qmlcontrols/kcmcontrols/qml/ScrollView.qml  
2018-06-02 19:51:26.0 +0200
@@ -44,7 +44,11 @@
  * Exposes the internal flickable
  */
 property Flickable view
-onViewChanged: view.parent = scroll;
+contentItem: view
+onViewChanged: {
+view.parent = scroll;
+view.anchors.fill = view.parent;
+}
 
 activeFocusOnTab: false
 Kirigami.Theme.colorSet: Kirigami.Theme.View
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.46.0/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp 
new/kdeclarative-5.47.0/src/qmlcontrols/kquickcontrolsaddons/p

commit kdeclarative for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-05-18 14:20:01

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


Package is "kdeclarative"

Fri May 18 14:20:01 2018 rev:55 rq:607547 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-04-19 15:15:51.672047138 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-05-18 14:20:25.578834532 +0200
@@ -1,0 +2,20 @@
+Sun May 13 21:03:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Load NV graphics reset based on config
+  * ScrollViewKCM
+  * [KUserProxy] Adjust to accounts service (kde#384107)
+  * Plasma mobile optimizations
+  * Make room for footer and header.
+  * base on the proper tooltip
+  * don't use tooltips if empty
+  * new resize policy (kde#391910)
+  * Warning--
+  * support actions visibility
+  * Support nvidia reset notifications in QtQuickViews
+
+---

Old:

  kdeclarative-5.45.0.tar.xz

New:

  kdeclarative-5.46.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.APhISJ/_old  2018-05-18 14:20:26.358805909 +0200
+++ /var/tmp/diff_new_pack.APhISJ/_new  2018-05-18 14:20:26.362805762 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces

++ kdeclarative-5.45.0.tar.xz -> kdeclarative-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.45.0/CMakeLists.txt 
new/kdeclarative-5.46.0/CMakeLists.txt
--- old/kdeclarative-5.45.0/CMakeLists.txt  2018-04-07 21:34:05.0 
+0200
+++ new/kdeclarative-5.46.0/CMakeLists.txt  2018-05-05 14:56:38.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.45.0/po/gl/kdeclarative5.po 
new/kdeclarative-5.46.0/po/gl/kdeclarative5.po
--- old/kdeclarative-5.45.0/po/gl/kdeclarative5.po  2018-04-07 
21:34:05.0 +0200
+++ new/kdeclarative-5.46.0/po/gl/kdeclarative5.po  2018-05-05 
14:56:38.0 +0200
@@ -10,20 +10,21 @@
 # Xosé , 2010.
 # Marce Villarino , 2011, 2012, 2013, 2014.
 # Adrián Chaves Fernández , 2015.
+# Adrian Chaves , 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-30 03:07+0100\n"
-"PO-Revision-Date: 2015-03-14 06:28+0100\n"
-"Last-Translator: Adrián Chaves Fernández \n"
+"PO-Revision-Date: 2018-04-21 20:08+0100\n"
+"Last-Translator: Adrian Chaves \n"
 "Language-Team: Galician \n"
 "Language: gl\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 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde, development\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -41,7 +42,7 @@
 #: kpackagelauncherqml/main.cpp:43
 #, kde-format
 msgid "KPackage QML application shell"
-msgstr "Shell de aplicativos en QML de KPackage"
+msgstr "Intérprete de ordes de aplicativos en QML de KPackage"
 
 #: kpackagelauncherqml/main.cpp:50
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--e

commit kdeclarative for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-04-19 15:15:23

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


Package is "kdeclarative"

Thu Apr 19 15:15:23 2018 rev:54 rq:596860 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-03-20 21:45:11.278459297 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-04-19 15:15:51.672047138 +0200
@@ -1,0 +2,13 @@
+Sat Apr 14 13:19:03 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Remove useless QT_VERSION_CHECK
+  * Remove not necessary QtCore and co
+  * Setup QQmlEngine only once in QmlObject
+  * Minor: Fix -Wmismatched-tags warning
+
+---

Old:

  kdeclarative-5.44.0.tar.xz

New:

  kdeclarative-5.45.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.WPnkCa/_old  2018-04-19 15:15:52.444016481 +0200
+++ /var/tmp/diff_new_pack.WPnkCa/_new  2018-04-19 15:15:52.452016163 +0200
@@ -18,19 +18,16 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.44
+%define _tar_path 5.45
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
-# Note for legal: GPL-2.0+ files relicensed upstream with permission from the 
authors
-# See commits g7482bef08, g62b8e46 and gaf91457 in the upstream KDE repository.
-# They will be part of the next release (5.39)
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org

++ kdeclarative-5.44.0.tar.xz -> kdeclarative-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.44.0/CMakeLists.txt 
new/kdeclarative-5.45.0/CMakeLists.txt
--- old/kdeclarative-5.44.0/CMakeLists.txt  2018-03-03 11:02:11.0 
+0100
+++ new/kdeclarative-5.45.0/CMakeLists.txt  2018-04-07 21:34:05.0 
+0200
@@ -1,18 +1,18 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.44.0/autotests/modeltest.cpp 
new/kdeclarative-5.45.0/autotests/modeltest.cpp
--- old/kdeclarative-5.44.0/autotests/modeltest.cpp 2018-03-03 
11:02:11.0 +0100
+++ new/kdeclarative-5.45.0/autotests/modeltest.cpp 2018-04-07 
21:34:05.0 +0200
@@ -40,11 +40,11 @@
 /
 
 
-#include 
+#include 
 
 #include "modeltest.h"
 
-#include 
+#include 
 //#undef Q_ASSERT
 //#define Q_ASSERT  QVERIFY
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.44.0/autotests/modeltest.h 
new/kdeclarative-5.45.0/autotests/modeltest.h
--- old/kdeclarative-5.44.0/autotests/modeltest.h   2018-03-03 
11:02:11.0 +0100
+++ new/kdeclarative-5.45.0/autotests/modeltest.h   2018-04-07 
21:34:05.0 +0200
@@ -43,9 +43,9 @@
 #ifndef MODELTEST_H
 #define MODELTEST_H
 
-#include 
-#include 
-#include 
+#include 
+#include 
+#include 
 
 class ModelTest : public QObject
 {
diff -urN '--exclude=CVS' '--exclude=.cvsig

commit kdeclarative for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-03-20 21:44:15

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


Package is "kdeclarative"

Tue Mar 20 21:44:15 2018 rev:53 rq:586817 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-02-16 21:29:23.360183520 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-03-20 21:45:11.278459297 +0100
@@ -1,0 +2,12 @@
+Mon Mar 12 23:29:41 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Fix the build failure on armhf/aarch64
+  * Kill QmlObjectIncubationController
+  * disconnect render() on window change (kde#388508, kde#374280, kde#365052, 
kde#343576)
+
+---

Old:

  kdeclarative-5.43.0.tar.xz

New:

  kdeclarative-5.44.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.7iPqwF/_old  2018-03-20 21:45:12.454416973 +0100
+++ /var/tmp/diff_new_pack.7iPqwF/_new  2018-03-20 21:45:12.454416973 +0100
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
 # Note for legal: GPL-2.0+ files relicensed upstream with permission from the 
authors
 # See commits g7482bef08, g62b8e46 and gaf91457 in the upstream KDE repository.
 # They will be part of the next release (5.39)
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kdeclarative-5.43.0.tar.xz -> kdeclarative-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.43.0/CMakeLists.txt 
new/kdeclarative-5.44.0/CMakeLists.txt
--- old/kdeclarative-5.43.0/CMakeLists.txt  2018-02-05 12:58:42.0 
+0100
+++ new/kdeclarative-5.44.0/CMakeLists.txt  2018-03-03 11:02:11.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.43.0/po/id/kdeclarative5.po 
new/kdeclarative-5.44.0/po/id/kdeclarative5.po
--- old/kdeclarative-5.43.0/po/id/kdeclarative5.po  2018-02-05 
12:58:42.0 +0100
+++ new/kdeclarative-5.44.0/po/id/kdeclarative5.po  2018-03-03 
11:02:11.0 +0100
@@ -17,7 +17,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.43.0/po/nb/kdeclarative5.po 
new/kdeclarative-5.44.0/po/nb/kdeclarative5.po
--- old/kdeclarative-5.43.0/po/nb/kdeclarative5.po  2018-02-05 
12:58:42.0 +0100
+++ new/kdeclarative-5.44.0/po/nb/kdeclarative5.po  2018-03-03 
11:02:11.0 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-06-30 03:05+0200\n"
+"POT-Creation-Date: 2017-11-30 03:07+0100\n"
 "PO-Revision-Date: 2015-04-28 08:55+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -40,7 +40,7 @@
 ms

commit kdeclarative for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-02-16 21:29:22

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


Package is "kdeclarative"

Fri Feb 16 21:29:22 2018 rev:52 rq:576521 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-01-22 16:09:03.568484284 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-02-16 21:29:23.360183520 +0100
@@ -1,0 +2,13 @@
+Mon Feb 12 23:42:08 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * API dox: note @since & whattodo with deprecated KDeclarative::initialize()
+  * [ConfigModule] Re-use QML context and engine if any
+  * [ConfigPropertyMap] Add missing include
+  * [ConfigPropertyMap] Don't emit valueChanged on initial creation
+
+---

Old:

  kdeclarative-5.42.0.tar.xz

New:

  kdeclarative-5.43.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.VZUlde/_old  2018-02-16 21:29:24.116156220 +0100
+++ /var/tmp/diff_new_pack.VZUlde/_new  2018-02-16 21:29:24.116156220 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces

++ kdeclarative-5.42.0.tar.xz -> kdeclarative-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.42.0/CMakeLists.txt 
new/kdeclarative-5.43.0/CMakeLists.txt
--- old/kdeclarative-5.42.0/CMakeLists.txt  2018-01-07 17:16:58.0 
+0100
+++ new/kdeclarative-5.43.0/CMakeLists.txt  2018-02-05 12:58:42.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.42.0/po/id/kdeclarative5.po 
new/kdeclarative-5.43.0/po/id/kdeclarative5.po
--- old/kdeclarative-5.42.0/po/id/kdeclarative5.po  2018-01-07 
17:16:58.0 +0100
+++ new/kdeclarative-5.43.0/po/id/kdeclarative5.po  2018-02-05 
12:58:42.0 +0100
@@ -2,42 +2,42 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
-# Wantoyo , 2017.
+# Wantoyo , 2017, 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-11-30 03:07+0100\n"
-"PO-Revision-Date: 2017-12-11 22:03+0700\n"
+"PO-Revision-Date: 2018-01-26 18:53+0700\n"
 "Last-Translator: Wantoyo \n"
-"Language-Team: Indonesian \n"
+"Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Andhika Padmawan"
+msgstr "Andhika Padmawan,Wantoyo"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "andhika.padma...@gmail.com"
+msgstr "andhika.padma...@gmail.com,wanto...@gmail.com"
 
 #: kpackagelauncherqml/main.cpp:43
 #, kde-format
 msgid "KPackage QML application shell"
-msgstr ""
+msgstr "Shell aplikasi KPackage QML"
 
 #: kpackagelauncherqml/main.cpp:50
-#, fuzzy, kde-format
-#| msgid "defines the application font"
+#, kde-format
 msgid 

commit kdeclarative for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-01-22 16:09:01

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


Package is "kdeclarative"

Mon Jan 22 16:09:01 2018 rev:51 rq:567219 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2018-01-09 14:46:44.561948176 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-01-22 16:09:03.568484284 +0100
@@ -1,0 +2,14 @@
+Tue Jan 16 22:50:15 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * crash--
+  * it was split
+  * fix build
+  * Qml controls for kcm creation
+
+---

Old:

  kdeclarative-5.41.0.tar.xz

New:

  kdeclarative-5.42.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.degan1/_old  2018-01-22 16:09:04.232453218 +0100
+++ /var/tmp/diff_new_pack.degan1/_new  2018-01-22 16:09:04.236453031 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.41
+%define _tar_path 5.42
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
@@ -91,6 +91,7 @@
 %package components
 Summary:KDeclarative QML components
 Group:  System/GUI/KDE
+Requires:   kirigami2 >= %{_kf5_bugfix_version}
 
 %description components
 KDeclarative provides integration of QML and KDE workspaces.

++ kdeclarative-5.41.0.tar.xz -> kdeclarative-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.41.0/.reviewboardrc 
new/kdeclarative-5.42.0/.reviewboardrc
--- old/kdeclarative-5.41.0/.reviewboardrc  2017-12-02 21:03:24.0 
+0100
+++ new/kdeclarative-5.42.0/.reviewboardrc  1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org";
-REPOSITORY = 'git://anongit.kde.org/kdeclarative'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.41.0/CMakeLists.txt 
new/kdeclarative-5.42.0/CMakeLists.txt
--- old/kdeclarative-5.41.0/CMakeLists.txt  2017-12-02 21:03:24.0 
+0100
+++ new/kdeclarative-5.42.0/CMakeLists.txt  2018-01-07 17:16:58.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -126,9 +126,7 @@
   COMPONENT Devel
 )
 
-if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-  feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-endif()
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 if(KF5Config_FOUND AND KF5I18n_FOUND AND KF5IconThemes_FOUND AND KF5KIO_FOUND)
   message("Dependencies for libkdeclarative found: it will be built")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.41.0/po/id/kdeclarative5.po 
new/kdeclarative-5.42.0/po/id/kdeclarative5.po
--- old/kdeclarative-5.41.0/po/id/kdeclarative5.po  2017-12-02 
21:03:24.0 +0100
+++ new/kdeclarative-5.42.0/po/

commit kdeclarative for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2018-01-09 14:46:43

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


Package is "kdeclarative"

Tue Jan  9 14:46:43 2018 rev:50 rq:559646 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-12-23 12:15:58.077876650 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2018-01-09 14:46:44.561948176 +0100
@@ -1,0 +2,6 @@
+Wed Dec 20 06:37:45 UTC 2017 - lbeltr...@kde.org
+
+- Dropped patches, now upstream:
+  - MouseEventListener-Allow-accepting-mouse-event.patch
+
+---
@@ -6,0 +13,14 @@
+
+---
+Sun Dec 17 09:43:48 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * Make it compile on windows
+  * make it compile with QT_NO_CAST_FROM_ASCII/QT_NO_CAST_FROM_BYTEARRAY
+  * [MouseEventListener] Allow accepting mouse event
+  * use a single QML engine
+  * add some metadata

Old:

  MouseEventListener-Allow-accepting-mouse-event.patch
  kdeclarative-5.40.0.tar.xz

New:

  kdeclarative-5.41.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.lZwqEe/_old  2018-01-09 14:46:45.333911977 +0100
+++ /var/tmp/diff_new_pack.lZwqEe/_new  2018-01-09 14:46:45.345911415 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.40
+%define _tar_path 5.41
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
@@ -36,8 +36,6 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch:  MouseEventListener-Allow-accepting-mouse-event.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -124,7 +122,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch -p1
 
 %build
   %cmake_kf5 -d build

++ kdeclarative-5.40.0.tar.xz -> kdeclarative-5.41.0.tar.xz ++
 2653 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2017-12-23 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-12-23 12:15:33

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


Package is "kdeclarative"

Sat Dec 23 12:15:33 2017 rev:49 rq:559499 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-11-16 14:36:55.719559153 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-12-23 12:15:58.077876650 +0100
@@ -1,0 +2,7 @@
+Mon Dec 18 16:55:36 UTC 2017 - wba...@tmo.at
+
+- Add MouseEventListener-Allow-accepting-mouse-event.patch to make
+  it possible to fix double context menu issue with Qt 5.10 in
+  plasma5-desktop (kde#387199)
+
+---

New:

  MouseEventListener-Allow-accepting-mouse-event.patch



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.xN7p0Q/_old  2017-12-23 12:15:58.589851687 +0100
+++ /var/tmp/diff_new_pack.xN7p0Q/_new  2017-12-23 12:15:58.589851687 +0100
@@ -36,6 +36,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
+Patch:  MouseEventListener-Allow-accepting-mouse-event.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -122,6 +124,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch -p1
 
 %build
   %cmake_kf5 -d build

++ MouseEventListener-Allow-accepting-mouse-event.patch ++
>From e2795e9472333d5e8b2ce70017ca705474ebe3d2 Mon Sep 17 00:00:00 2001
From: Kai Uwe Broulik 
Date: Thu, 23 Nov 2017 11:04:01 +0100
Subject: [MouseEventListener] Allow accepting mouse event

This will keep the event from propagating. Accepting a press event will also 
not result in
clicked or pressAndHold being handled.

In Qt 5.10 event propagation changed resulting in FolderView opening both the 
item context menu
and containment context menu. Imho this actually makes sense since we never 
accepted the
mouse event there.

Differential Revision: https://phabricator.kde.org/D8864
---
 .../kquickcontrolsaddons/mouseeventlistener.cpp| 30 ++
 .../kquickcontrolsaddons/mouseeventlistener.h  | 13 ++
 2 files changed, 43 insertions(+)

diff --git a/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp 
b/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp
index 0b8d981..10aa2f7 100644
--- a/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp
+++ b/src/qmlcontrols/kquickcontrolsaddons/mouseeventlistener.cpp
@@ -171,6 +171,11 @@ void MouseEventListener::mousePressEvent(QMouseEvent *me)
 emit pressed(&dme);
 emit pressedChanged();
 
+if (dme.isAccepted()) {
+me->setAccepted(true);
+return;
+}
+
 
m_pressAndHoldTimer->start(QGuiApplication::styleHints()->mousePressAndHoldInterval());
 }
 
@@ -187,6 +192,10 @@ void MouseEventListener::mouseMoveEvent(QMouseEvent *me)
 
 KDeclarativeMouseEvent dme(me->pos().x(), me->pos().y(), 
me->screenPos().x(), me->screenPos().y(), me->button(), me->buttons(), 
me->modifiers(), screenForGlobalPos(me->globalPos()));
 emit positionChanged(&dme);
+
+if (dme.isAccepted()) {
+me->setAccepted(true);
+}
 }
 
 void MouseEventListener::mouseReleaseEvent(QMouseEvent *me)
@@ -205,6 +214,10 @@ void MouseEventListener::mouseReleaseEvent(QMouseEvent *me)
 emit clicked(&dme);
 m_pressAndHoldTimer->stop();
 }
+
+if (dme.isAccepted()) {
+me->setAccepted(true);
+}
 }
 
 void MouseEventListener::wheelEvent(QWheelEvent *we)
@@ -260,7 +273,12 @@ bool MouseEventListener::childMouseEventFilter(QQuickItem 
*item, QEvent *event)
 emit pressed(&dme);
 emit pressedChanged();
 
+if (dme.isAccepted()) {
+return true;
+}
+
 
m_pressAndHoldTimer->start(QGuiApplication::styleHints()->mousePressAndHoldInterval());
+
 break;
 }
 case QEvent::HoverMove: {
@@ -280,6 +298,10 @@ bool MouseEventListener::childMouseEventFilter(QQuickItem 
*item, QEvent *event)
 KDeclarativeMouseEvent dme(myPos.x(), myPos.y(), screenPos.x(), 
screenPos.y(), Qt::NoButton, Qt::NoButton, he->modifiers(), nullptr);
 //qDebug() << "positionChanged..." << dme.x() << dme.y();
 emit positionChanged(&dme);
+
+if (dme.isAccepted()) {
+return true;
+}
 break;
 }
 case QEvent::MouseMove: {
@@ -304,6 +326,10 @@ bool MouseEventListener::childMouseEventFilter(Q

commit kdeclarative for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-11-16 14:36:54

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


Package is "kdeclarative"

Thu Nov 16 14:36:54 2017 rev:48 rq:541647 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-10-27 13:54:22.551777552 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-11-16 14:36:55.719559153 +0100
@@ -1,0 +2,12 @@
+Mon Nov 13 07:01:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Add explicit keyword
+  * Item can't be null here
+  * Add .arcconfig
+
+---

Old:

  kdeclarative-5.39.0.tar.xz

New:

  kdeclarative-5.40.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.jVp58J/_old  2017-11-16 14:36:56.251539868 +0100
+++ /var/tmp/diff_new_pack.jVp58J/_new  2017-11-16 14:36:56.255539723 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces

++ kdeclarative-5.39.0.tar.xz -> kdeclarative-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/.arcconfig 
new/kdeclarative-5.40.0/.arcconfig
--- old/kdeclarative-5.39.0/.arcconfig  1970-01-01 01:00:00.0 +0100
+++ new/kdeclarative-5.40.0/.arcconfig  2017-11-05 09:27:30.0 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/CMakeLists.txt 
new/kdeclarative-5.40.0/CMakeLists.txt
--- old/kdeclarative-5.39.0/CMakeLists.txt  2017-10-07 21:10:46.0 
+0200
+++ new/kdeclarative-5.40.0/CMakeLists.txt  2017-11-05 09:27:30.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/po/gl/kdeclarative5.po 
new/kdeclarative-5.40.0/po/gl/kdeclarative5.po
--- old/kdeclarative-5.39.0/po/gl/kdeclarative5.po  2017-10-07 
21:10:46.0 +0200
+++ new/kdeclarative-5.40.0/po/gl/kdeclarative5.po  2017-11-05 
09:27:30.0 +0100
@@ -36,7 +36,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "xoseca...@gmail.com, mvillar...@gmail.com, proxe...@trasno.net"
+msgstr "xoseca...@gmail.com, mvillar...@gmail.com, proxe...@trasno.gal"
 
 #: kpackagelauncherqml/main.cpp:43
 #, kde-format
@@ -88,7 +88,7 @@
 msgstr ""
 "A combinación de teclas «%1» tamén está asignada á acción estándar «%2», que "
 "é usada por algúns aplicativos.\n"
-"Está seguro de que quere empregala tamén como atallo global?"
+"Seguro que quere empregala tamén como atallo global?"
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:339
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.39.0/po/zh_CN/kdeclarative5.po 
new/kdeclarative-5.40.0/po/zh_CN/kdeclarative5.po
--- old/kdeclarative-5.39.0/po/zh_CN/kdeclarative5.po   2017-10-07 
21:10:46.0 +0200
+++ new/kdeclarative-5.40.0/po/zh_CN/kdeclarative5.po   2017-11-05 
09:27:30.0 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bu

commit kdeclarative for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-10-27 13:54:04

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


Package is "kdeclarative"

Fri Oct 27 13:54:04 2017 rev:47 rq:536313 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-09-19 16:31:25.203100352 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-10-27 13:54:22.551777552 +0200
@@ -1,0 +2,13 @@
+Mon Oct 23 06:41:38 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * Remove copy of the GPL
+  * Relicense to LGPL2.1+ (part 2)
+  * Relicense some files to LGPL2.1+
+  * Added openService() method to KRunProxy
+
+---

Old:

  kdeclarative-5.38.0.tar.xz

New:

  kdeclarative-5.39.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.SMt4tz/_old  2017-10-27 13:54:23.379738851 +0200
+++ /var/tmp/diff_new_pack.SMt4tz/_new  2017-10-27 13:54:23.387738478 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.38
+%define _tar_path 5.39
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces

++ kdeclarative-5.38.0.tar.xz -> kdeclarative-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.38.0/CMakeLists.txt 
new/kdeclarative-5.39.0/CMakeLists.txt
--- old/kdeclarative-5.38.0/CMakeLists.txt  2017-09-03 10:03:18.0 
+0200
+++ new/kdeclarative-5.39.0/CMakeLists.txt  2017-10-07 21:10:46.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.38.0/COPYING 
new/kdeclarative-5.39.0/COPYING
--- old/kdeclarative-5.38.0/COPYING 2017-09-03 10:03:18.0 +0200
+++ new/kdeclarative-5.39.0/COPYING 1970-01-01 01:00:00.0 +0100
@@ -1,346 +0,0 @@
-NOTE! The GPL below is copyrighted by the Free Software Foundation, but
-the instance of code that it refers to (the kde programs) are copyrighted
-by the authors who actually wrote it.
-

-   
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-   Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (a

commit kdeclarative for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-09-19 16:29:17

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


Package is "kdeclarative"

Tue Sep 19 16:29:17 2017 rev:46 rq:527039 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-08-24 17:55:53.250942804 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-09-19 16:31:25.203100352 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * None
+
+---

Old:

  kdeclarative-5.37.0.tar.xz

New:

  kdeclarative-5.38.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.BlKKgZ/_old  2017-09-19 16:31:25.771019901 +0200
+++ /var/tmp/diff_new_pack.BlKKgZ/_new  2017-09-19 16:31:25.779018768 +0200
@@ -18,31 +18,38 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kdeclarative
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
+# Note for legal: GPL-2.0+ files relicensed upstream with permission from the 
authors
+# See commits g7482bef08, g62b8e46 and gaf91457 in the upstream KDE repository.
+# They will be part of the next release (5.39)
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_tar_path}
-BuildRequires:  kguiaddons-devel >= %{_tar_path}
-BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  kiconthemes-devel >= %{_tar_path}
-BuildRequires:  kio-devel >= %{_tar_path}
-BuildRequires:  kpackage-devel >= %{_tar_path}
-BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
-BuildRequires:  kwindowsystem-devel >= %{_tar_path}
+BuildRequires:  kglobalaccel-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kpackage-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libepoxy-devel
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0
@@ -101,9 +108,9 @@
 Requires:   %lname = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfig-devel >= %{_tar_path}
-Requires:   kcoreaddons-devel >= %{_tar_path}
-Requires:   kpackage-devel >= %{_tar_path}
+Requires:   kconfig-devel >= %{_kf5_bugfix_version}
+Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
+Requires:   kpackage-devel >= %{_kf5_bugfix_version}
 Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
 Requires:   cmake(Qt5Qml) >= 5.6.0

++ kdeclarative-5.37.0.tar.xz -> kdeclarative-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.37.0/CMakeLists.txt 
new/kdeclarative-5.38.0/CMakeLists.txt
--- old/kdeclarative-5.37.0/CMakeLists.txt  2017-08-06 19:59:45.0 
+0200
+++ new/kdeclarative-5.38.0/CMakeLists.txt  2017-09-03 10:03:18.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts

commit kdeclarative for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-08-24 17:54:57

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


Package is "kdeclarative"

Thu Aug 24 17:54:57 2017 rev:45 rq:516668 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-07-17 10:22:51.793840503 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-08-24 17:55:53.250942804 +0200
@@ -1,0 +2,12 @@
+Sat Aug 12 09:23:22 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * fix plasmashell unsetting QSG_RENDER_LOOP
+  * API dox: fix @param to use name of parameter, not type
+  * API dox: use @param for normal parameter listing, not @arg
+
+---

Old:

  kdeclarative-5.36.0.tar.xz

New:

  kdeclarative-5.37.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.5z2WAl/_old  2017-08-24 17:55:54.182811550 +0200
+++ /var/tmp/diff_new_pack.5z2WAl/_new  2017-08-24 17:55:54.186810986 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kdeclarative
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces

++ kdeclarative-5.36.0.tar.xz -> kdeclarative-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.36.0/CMakeLists.txt 
new/kdeclarative-5.37.0/CMakeLists.txt
--- old/kdeclarative-5.36.0/CMakeLists.txt  2017-07-02 09:59:54.0 
+0200
+++ new/kdeclarative-5.37.0/CMakeLists.txt  2017-08-06 19:59:45.0 
+0200
@@ -1,18 +1,18 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.36.0/po/nb/kdeclarative5.po 
new/kdeclarative-5.37.0/po/nb/kdeclarative5.po
--- old/kdeclarative-5.36.0/po/nb/kdeclarative5.po  2017-07-02 
09:59:54.0 +0200
+++ new/kdeclarative-5.37.0/po/nb/kdeclarative5.po  2017-08-06 
19:59:45.0 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"POT-Creation-Date: 2017-06-30 03:05+0200\n"
 "PO-Revision-Date: 2015-04-28 08:55+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -92,24 +92,24 @@
 msgid "Reassign"
 msgstr "Tilordne på nytt"
 
-#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:379
+#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:381
 #, kde-format
 msgctxt "What the user inputs now will be taken as the new shortcut"
 msgid "Input"
 msgstr "Inndata"
 
-#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:386
+#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:388
 #, kde-format
 msgctxt "No shortcut defined"
 msgid "None"
 msgstr "Ingen"
 
-#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:407
+#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:409
 #, kde-format
 msgid "The key you just pressed is not supported by Qt."
 msgstr "Qt støtter ikke den tasten du nettopp trykket."
 
-#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:408
+#: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:410
 #, kde-format
 msgid "Unsupported Key"
 msgstr "Ustøttet tast"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--excl

commit kdeclarative for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-07-17 10:22:32

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


Package is "kdeclarative"

Mon Jul 17 10:22:32 2017 rev:44 rq:509894 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-07-05 23:54:49.350793857 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-07-17 10:22:51.793840503 +0200
@@ -1,0 +2,15 @@
+Wed Jul 12 07:13:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * KKeySequenceItem: make it possible to record Ctrl+Num+1 as a shortcut.
+  * Start drag with press and hold on touch events (kde#368698)
+  * Don't rely on QQuickWindow delivering QEvent::Ungrab as mouseUngrabEvent 
(as it no longer does in Qt 5.8+) (kde#380354)
+  * [FEATURE] Option to build & install QCH file with the public API dox
+- Drop upstreamed patches:
+  * 0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
+
+---

Old:

  0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
  kdeclarative-5.35.0.tar.xz

New:

  kdeclarative-5.36.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.IMIdjJ/_old  2017-07-17 10:22:52.397755370 +0200
+++ /var/tmp/diff_new_pack.IMIdjJ/_new  2017-07-17 10:22:52.397755370 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kdeclarative
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 Summary:Integration of QML and KDE workspaces
@@ -29,8 +29,6 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch100:   0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
@@ -117,7 +115,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch100 -p1
 
 %build
   %cmake_kf5 -d build

++ kdeclarative-5.35.0.tar.xz -> kdeclarative-5.36.0.tar.xz ++
 906324 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-07-05 23:54:47

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


Package is "kdeclarative"

Wed Jul  5 23:54:47 2017 rev:43 rq:504341 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-06-01 16:18:54.096155257 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-07-05 23:54:49.350793857 +0200
@@ -1,0 +2,21 @@
+Sat Jun 17 10:20:31 UTC 2017 - fab...@ritter-vogt.de
+
+- Add upstream patch to account for behavioural change in Qt 5.8+
+  regarding ungrab events:
+  * 0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
+
+---
+Sun Jun 11 09:27:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * Consistently emit MouseEventListener::pressed signal
+  * Use explicit flag constructor instead of nullptr
+  * Don't leak MimeData object (kde#380270)
+  * API Dox: note forwarding CamelCase files as class headers
+  * API Dox: add some non-empty class/namespace docs where missing
+
+---

Old:

  kdeclarative-5.34.0.tar.xz

New:

  0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
  kdeclarative-5.35.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.1pVG9N/_old  2017-07-05 23:54:50.086690197 +0200
+++ /var/tmp/diff_new_pack.1pVG9N/_new  2017-07-05 23:54:50.090689633 +0200
@@ -18,11 +18,19 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kdeclarative
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
+Summary:Integration of QML and KDE workspaces
+License:LGPL-2.1+
+Group:  System/GUI/KDE
+Url:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch100:   0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
@@ -43,12 +51,6 @@
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-Summary:Integration of QML and KDE workspaces
-License:LGPL-2.1+
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -115,6 +117,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch100 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch ++
>From 3a832a27fc655ea39c8a2943ad9af41213fea8df Mon Sep 17 00:00:00 2001
From: Eike Hein 
Date: Sat, 17 Jun 2017 12:19:26 +0200
Subject: [PATCH] Don't rely on QQuickWindow delivering QEvent::Ungrab as
 mouseUngrabEvent (as it no longer does in Qt 5.8+)

Summary:
QQuickWindow::sendEvent in Qt 5.7 and older had the following code
to deliver QEvent::UngrabMouse by calling QQuickItem::mouseUngrabEvent:

case QEvent::UngrabMouse: {
QSet hasFiltered;
if (!d->sendFilteredMouseEvent(item->parentItem(), item, e, 
&hasFiltered)) {
e->accept();
item->mouseUngrabEvent();
}
}

This is gone from Qt 5.8+. While QEvent::Ungrab is still delivered to
items, QQuickItem::mouseUngrabEvent is only called under constrained
circumstances elsewhere, e.g. when ending an actual mouse grab held by
an item and tracked by Qt.

MouseEventListener relied on mouseUngrabEvent being called to implement
something akin to MouseArea::canceled: Signaling a user it should clean
up state after a press event, instead of, say, assuming the button is
still held and waiting around for a release event. While QEvent::Ungrab
was already being intercepted as well, it was only done for event de-
duplication, not used for the above.

This changes the code so handleUngrab checks first whether we're
actually in press state (to make it safe to call repeatedly) and then
call it from both the generic event handler and mouseUngrabEvent. This
makes it work again with newer Qts.

We rely on this particularl

commit kdeclarative for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-06-01 16:18:27

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


Package is "kdeclarative"

Thu Jun  1 16:18:27 2017 rev:42 rq:495031 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-04-30 21:17:57.103003680 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-06-01 16:18:54.096155257 +0200
@@ -1,0 +2,11 @@
+Mon May 15 13:53:13 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * Don't set ItemHasContents in DropArea
+  * Don't accept hover events in the DragArea
+
+---

Old:

  kdeclarative-5.33.0.tar.xz

New:

  kdeclarative-5.34.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.dY0e5h/_old  2017-06-01 16:18:54.616081941 +0200
+++ /var/tmp/diff_new_pack.dY0e5h/_new  2017-06-01 16:18:54.620081377 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kdeclarative
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdeclarative-5.33.0.tar.xz -> kdeclarative-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.33.0/CMakeLists.txt 
new/kdeclarative-5.34.0/CMakeLists.txt
--- old/kdeclarative-5.33.0/CMakeLists.txt  2017-04-01 21:31:14.0 
+0200
+++ new/kdeclarative-5.34.0/CMakeLists.txt  2017-05-06 11:31:37.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.33.0/po/bg/kdeclarative5.po 
new/kdeclarative-5.34.0/po/bg/kdeclarative5.po
--- old/kdeclarative-5.33.0/po/bg/kdeclarative5.po  2017-04-01 
21:31:14.0 +0200
+++ new/kdeclarative-5.34.0/po/bg/kdeclarative5.po  2017-05-06 
11:31:37.0 +0200
@@ -1,8 +1,5 @@
-# translation of kdelibs4.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id:$
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov , 2006, 2007, 2008, 2009.
 # Yasen Pramatarov , 2009, 2010, 2011, 2012, 2013.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.33.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.cpp 
new/kdeclarative-5.34.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.cpp
--- old/kdeclarative-5.33.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.cpp 
2017-04-01 21:31:14.0 +0200
+++ new/kdeclarative-5.34.0/src/qmlcontrols/draganddrop/DeclarativeDropArea.cpp 
2017-05-06 11:31:37.0 +0200
@@ -34,9 +34,6 @@
   m_containsDrag(false)
 {
 setFlag(ItemAcceptsDrops, m_enabled);
-setFlag(ItemHasContents, m_enabled);
-setAcceptHoverEvents(m_enabled);
-
 }
 
 void DeclarativeDropArea::temporaryInhibitParent(bool inhibit)
@@ -137,7 +134,6 @@
 }
 
 m_enabled = enabled;
-setAcceptHoverEvents(m_enabled);
 setFlag(ItemAcceptsDrops, m_enabled);
 emit enabledChanged();
 }




commit kdeclarative for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-04-30 21:16:53

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


Package is "kdeclarative"

Sun Apr 30 21:16:53 2017 rev:41 rq:492052 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-03-28 15:09:05.121214990 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-04-30 21:17:57.103003680 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:46 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+  * With Qt >= 5.8 use the new API to set scene graph backend
+  * Don't set acceptHoverEvents in DragArea as we don't use them
+
+---

Old:

  kdeclarative-5.32.0.tar.xz

New:

  kdeclarative-5.33.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.aS4Ip3/_old  2017-04-30 21:17:57.782907815 +0200
+++ /var/tmp/diff_new_pack.aS4Ip3/_new  2017-04-30 21:17:57.786907250 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdeclarative
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdeclarative-5.32.0.tar.xz -> kdeclarative-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.32.0/CMakeLists.txt 
new/kdeclarative-5.33.0/CMakeLists.txt
--- old/kdeclarative-5.32.0/CMakeLists.txt  2017-03-04 17:10:12.0 
+0100
+++ new/kdeclarative-5.33.0/CMakeLists.txt  2017-04-01 21:31:14.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.32.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
new/kdeclarative-5.33.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp
--- old/kdeclarative-5.32.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
2017-03-04 17:10:12.0 +0100
+++ new/kdeclarative-5.33.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
2017-04-01 21:31:14.0 +0200
@@ -57,7 +57,6 @@
 setAcceptedMouseButtons(Qt::LeftButton);
 // setFiltersChildEvents(true);
 setFlag(ItemAcceptsDrops, m_enabled);
-setAcceptHoverEvents(true);
 setFiltersChildMouseEvents(true);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.32.0/src/quickaddons/qtquicksettings.cpp 
new/kdeclarative-5.33.0/src/quickaddons/qtquicksettings.cpp
--- old/kdeclarative-5.32.0/src/quickaddons/qtquicksettings.cpp 2017-03-04 
17:10:12.0 +0100
+++ new/kdeclarative-5.33.0/src/quickaddons/qtquicksettings.cpp 2017-04-01 
21:31:14.0 +0200
@@ -21,6 +21,7 @@
 #include "renderersettings.h"
 
 #include 
+#include 
 
 void KQuickAddons::QtQuickSettings::init()
 {
@@ -30,8 +31,11 @@
 }
 
 if (!s.sceneGraphBackend().isNull()) {
-qputenv("QMLSCENE_DEVICE", s.sceneGraphBackend().toLatin1());
-//TODO Qt5.8 - QQuickWindow::setSceneGraphBackend(..)
+#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
+ QQuickWindow::setSceneGraphBackend(s.sceneGraphBackend());
+#else
+qputenv("QMLSCENE_DEVICE", s.sceneGraphBackend().toLatin1());
+#endif
 }
 if (s.forceGlCoreProfile()) {
 QSurfaceFormat format;




commit kdeclarative for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-03-28 15:09:03

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


Package is "kdeclarative"

Tue Mar 28 15:09:03 2017 rev:40 rq:481500 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-03-03 15:22:40.469552914 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-03-28 15:09:05.121214990 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:19 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kdeclarative-5.31.0.tar.xz

New:

  kdeclarative-5.32.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.E25aod/_old  2017-03-28 15:09:05.965095436 +0200
+++ /var/tmp/diff_new_pack.E25aod/_new  2017-03-28 15:09:05.969094869 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kdeclarative
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -56,9 +56,9 @@
 
 %package -n %lname
 Summary:Integration of QML and KDE workspaces
-Group:  System/GUI/KDE
 # QQmlPropertyMap leaks private but exported QObjectPrivate symbol
 # https://bugreports.qt.io/browse/QTBUG-46433 and 
https://bugs.launchpad.net/bugs/1426335
+Group:  System/GUI/KDE
 %requires_eq libQt5Core5
 %if %{with lang}
 Recommends: %lname-lang = %{version}

++ kdeclarative-5.31.0.tar.xz -> kdeclarative-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.31.0/CMakeLists.txt 
new/kdeclarative-5.32.0/CMakeLists.txt
--- old/kdeclarative-5.31.0/CMakeLists.txt  2017-02-05 11:52:50.0 
+0100
+++ new/kdeclarative-5.32.0/CMakeLists.txt  2017-03-04 17:10:12.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kdeclarative for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-03-03 15:22:40

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


Package is "kdeclarative"

Fri Mar  3 15:22:40 2017 rev:39 rq:461410 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-02-03 17:44:19.672423645 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-03-03 15:22:40.469552914 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:25:41 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kdeclarative-5.30.0.tar.xz

New:

  kdeclarative-5.31.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.WyqnhS/_old  2017-03-03 15:22:41.009476471 +0100
+++ /var/tmp/diff_new_pack.WyqnhS/_new  2017-03-03 15:22:41.013475904 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kdeclarative
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -38,11 +38,11 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libepoxy-devel
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5Gui) >= 5.5.0
-BuildRequires:  cmake(Qt5Qml) >= 5.5.0
-BuildRequires:  cmake(Qt5Quick) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Gui) >= 5.6.0
+BuildRequires:  cmake(Qt5Qml) >= 5.6.0
+BuildRequires:  cmake(Qt5Quick) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -106,7 +106,7 @@
 Requires:   kpackage-devel >= %{_tar_path}
 Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
-Requires:   cmake(Qt5Qml) >= 5.5.0
+Requires:   cmake(Qt5Qml) >= 5.6.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.

++ kdeclarative-5.30.0.tar.xz -> kdeclarative-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.30.0/CMakeLists.txt 
new/kdeclarative-5.31.0/CMakeLists.txt
--- old/kdeclarative-5.30.0/CMakeLists.txt  2017-01-08 21:48:46.0 
+0100
+++ new/kdeclarative-5.31.0/CMakeLists.txt  2017-02-05 11:52:50.0 
+0100
@@ -1,18 +1,18 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.30.0/autotests/modeltest.h 
new/kdeclarative-5.31.0/autotests/modeltest.h
--- old/kdeclarative-5.30.0/autotests/modeltest.h   2017-01-08 
21:48:46.0 +0100
+++ new/kdeclarative-5.31.0/autotests/modeltest.h   2017-02-05 
11:52:50.0 +0100
@@ -52,7 +52,7 @@
   Q_OBJECT
 
 public:
-  explicit ModelTest( QAbstractItemModel *model, QObject *parent = 0 );
+  explicit ModelTest( QAbstractItemModel *model, QObject *parent = nullptr );
 
 private Q_SLOTS:
   void nonDestructiveBasicTest();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.30.0/autotests/util.cpp 
new/kdeclarative-5.31.0/autotests/util.cpp
--- old/kdeclarative-5.30.0/autotests/util.cpp  2017-01-08 21:48:46.0 
+0100
+++ new/kdeclarative-5.31.0/autotests/util.cpp  2017-02-05 11:52:50.0 
+010

commit kdeclarative for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-01-31 11:57:34

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-12-17 11:06:45.502365284 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-02-03 17:44:19.672423645 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:39:29 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  kdeclarative-5.29.0.tar.xz

New:

  kdeclarative-5.30.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.njfvwp/_old  2017-02-03 17:44:20.192350054 +0100
+++ /var/tmp/diff_new_pack.njfvwp/_new  2017-02-03 17:44:20.192350054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kdeclarative
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_tar_path}

++ kdeclarative-5.29.0.tar.xz -> kdeclarative-5.30.0.tar.xz ++
 922040 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-11-17 12:29:25

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-10-28 12:17:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-11-17 12:29:26.0 +0100
@@ -1,0 +2,8 @@
+Sat Nov  5 20:27:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * [QtQuickRendererSettings] Fix default to be empty instead of "false"
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kdeclarative-5.27.0.tar.xz

New:

  kdeclarative-5.28.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.vc1L1k/_old  2016-11-17 12:29:27.0 +0100
+++ /var/tmp/diff_new_pack.vc1L1k/_new  2016-11-17 12:29:27.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kdeclarative
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.27.0.tar.xz -> kdeclarative-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.27.0/CMakeLists.txt 
new/kdeclarative-5.28.0/CMakeLists.txt
--- old/kdeclarative-5.27.0/CMakeLists.txt  2016-10-02 11:47:36.0 
+0200
+++ new/kdeclarative-5.28.0/CMakeLists.txt  2016-11-05 15:45:43.0 
+0100
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.5.0)
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.27.0/po/nn/kdeclarative5.po 
new/kdeclarative-5.28.0/po/nn/kdeclarative5.po
--- old/kdeclarative-5.27.0/po/nn/kdeclarative5.po  2016-10-02 
11:47:36.0 +0200
+++ new/kdeclarative-5.28.0/po/nn/kdeclarative5.po  2016-11-05 
15:45:43.0 +0100
@@ -2,14 +2,14 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015.
+# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2016.
 # Eirik U. Birkeland , 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-05-08 07:20+\n"
-"PO-Revision-Date: 2015-06-03 19:02+0100\n"
+"PO-Revision-Date: 2016-10-30 17:23+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -44,7 +44,7 @@
 "Example for Ctrl+A: hold the Ctrl key and press A."
 msgstr ""
 "Trykk på knappen, og skriv så inn snarvegen du ønskjer å bruka.\n"
-"For eksempel for «Ctrl + A»: Hald inne «Ctrl»-tasten, og trykk «A»."
+"For eksempel for «Ctrl + A»: Hald inne «Ctrl»-tasten og trykk «A»."
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:276
 msgid "Reserved Shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.27.0/src/quickaddons/renderer.kcfg 
new/kdeclarative-5.28.0/src/quickaddons/renderer.kcfg
--- old/kdeclarative-5.27.0/src/quickaddons/renderer.kcfg   2016-10-02 
11:47:36.0 +0200
+++ new/kdeclarative-5.28.0/src/quickaddons/renderer.kcfg   2016-11-05 
15:45:43.0 +0100
@@ -9,7 +9,7 @@
 
 
 
-false
+
 
 
 false




commit kdeclarative for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-10-28 12:17:53

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-09-14 23:20:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-10-28 12:17:53.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:52:10 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kdeclarative-5.26.0.tar.xz

New:

  kdeclarative-5.27.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.ASFVbX/_old  2016-10-28 12:17:54.0 +0200
+++ /var/tmp/diff_new_pack.ASFVbX/_new  2016-10-28 12:17:54.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kdeclarative
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.26.0.tar.xz -> kdeclarative-5.27.0.tar.xz ++
 921763 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-09-14 23:20:33

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-08-29 15:00:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-09-14 23:20:34.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep  6 20:48:16 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * [kpackagelauncherqml] Assume desktop file name is same as pluginId
+  * Load QtQuick rendering settings from a config file and set default
+  * icondialog.cpp - proper compile fix that doesn't shadow m_dialog
+  * Fix crash when no QApplication is available
+  * Expose translation domain
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kdeclarative-5.25.0.tar.xz

New:

  kdeclarative-5.26.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Fsk5lJ/_old  2016-09-14 23:20:35.0 +0200
+++ /var/tmp/diff_new_pack.Fsk5lJ/_new  2016-09-14 23:20:35.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kdeclarative
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.25.0.tar.xz -> kdeclarative-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.25.0/CMakeLists.txt 
new/kdeclarative-5.26.0/CMakeLists.txt
--- old/kdeclarative-5.25.0/CMakeLists.txt  2016-08-07 15:44:43.0 
+0200
+++ new/kdeclarative-5.26.0/CMakeLists.txt  2016-09-06 13:59:05.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.5.0)
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.25.0/po/pl/kdeclarative5.po 
new/kdeclarative-5.26.0/po/pl/kdeclarative5.po
--- old/kdeclarative-5.25.0/po/pl/kdeclarative5.po  2016-08-07 
15:44:43.0 +0200
+++ new/kdeclarative-5.26.0/po/pl/kdeclarative5.po  2016-09-06 
13:59:05.0 +0200
@@ -11,13 +11,13 @@
 # Marta Rybczyńska , 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
 # Michal Rudolf , 2010.
 # Artur Chłond , 2010.
-# Łukasz Wojniłowicz , 2011, 2012, 2013, 2014, 
2015.
+# Łukasz Wojniłowicz , 2011, 2012, 2013, 2014, 
2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-05-08 07:20+\n"
-"PO-Revision-Date: 2015-03-07 07:15+0100\n"
+"PO-Revision-Date: 2016-08-20 08:31+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -108,7 +108,7 @@
 ">\n"
 ">\n"
 ">\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -149,7 +149,7 @@
 msgstr ""
 "Skrót F12 jest zarezerwowany w Windows, więc nie można go użyć jako skrótu "
 "globalnego.\n"
-"Proszę wybrać inny."
+"Wybierz inny."
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:333
 msgid "Conflict with Standard Application Shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.25.0/src/kpackagelauncherqml/main.cpp 
new/kdeclarative-5.26.0/src/kpackagelauncherqml/main.cpp
--- old/kdeclarative-5.25.0/src/kpackagelauncherqml/main.cpp2016-08-07 
15:44:43.0 +0200
+++ new/kdeclarative-5.26.0/src/kpackagelauncherqml/main.cpp2016-09-06 
13:59:05.0 +0

commit kdeclarative for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-08-29 15:00:44

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-07-15 12:33:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-08-29 15:00:52.0 +0200
@@ -1,0 +2,9 @@
+Sun Aug  7 21:51:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * Actually emit valueChanged
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kdeclarative-5.24.0.tar.xz

New:

  kdeclarative-5.25.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.AP4kiQ/_old  2016-08-29 15:00:55.0 +0200
+++ /var/tmp/diff_new_pack.AP4kiQ/_new  2016-08-29 15:00:55.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kdeclarative
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -38,11 +38,11 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libepoxy-devel
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5Gui) >= 5.4.0
-BuildRequires:  cmake(Qt5Qml) >= 5.4.0
-BuildRequires:  cmake(Qt5Quick) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5Gui) >= 5.5.0
+BuildRequires:  cmake(Qt5Qml) >= 5.5.0
+BuildRequires:  cmake(Qt5Quick) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -106,7 +106,7 @@
 Requires:   kpackage-devel >= %{_tar_path}
 Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
-Requires:   cmake(Qt5Qml) >= 5.4.0
+Requires:   cmake(Qt5Qml) >= 5.5.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.

++ kdeclarative-5.24.0.tar.xz -> kdeclarative-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.24.0/CMakeLists.txt 
new/kdeclarative-5.25.0/CMakeLists.txt
--- old/kdeclarative-5.24.0/CMakeLists.txt  2016-07-03 02:04:45.0 
+0200
+++ new/kdeclarative-5.25.0/CMakeLists.txt  2016-08-07 15:44:43.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.4.0)
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(REQUIRED_QT_VERSION 5.5.0)
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.24.0/po/ca@valencia/kdeclarative5.po 
new/kdeclarative-5.25.0/po/ca@valencia/kdeclarative5.po
--- old/kdeclarative-5.24.0/po/ca@valencia/kdeclarative5.po 2016-07-03 
02:04:45.0 +0200
+++ new/kdeclarative-5.25.0/po/ca@valencia/kdeclarative5.po 2016-08-07 
15:44:43.0 +0200
@@ -1,5 +1,5 @@
 # Translation of kdeclarative5.po to Catalan (Valencian)
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.24.0/src/kdeclarative/configpropertymap.cpp 
new/kdeclarative-5.25.0/src/kdeclarative/configpropertymap.cpp
--- old/kdeclarative-5.24.0/src/kdeclarative/configpropertymap.cpp  
2016-07-03 02:04:45.00

commit kdeclarative for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-07-15 12:33:07

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-07-03 12:21:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-07-15 12:33:11.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul  6 15:02:47 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * Make epoxy optional
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  kdeclarative-5.23.0.tar.xz

New:

  kdeclarative-5.24.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.bJsrYh/_old  2016-07-15 12:33:12.0 +0200
+++ /var/tmp/diff_new_pack.bJsrYh/_new  2016-07-15 12:33:12.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kdeclarative
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.23.0.tar.xz -> kdeclarative-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.23.0/CMakeLists.txt 
new/kdeclarative-5.24.0/CMakeLists.txt
--- old/kdeclarative-5.23.0/CMakeLists.txt  2016-06-06 13:30:33.0 
+0200
+++ new/kdeclarative-5.24.0/CMakeLists.txt  2016-07-03 02:04:45.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.4.0)
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
@@ -64,13 +64,16 @@
 ki18n_install(po)
 endif()
 
-if (NOT WIN32)
 find_package(epoxy)
 set_package_properties(epoxy PROPERTIES DESCRIPTION "libepoxy"
URL "http://github.com/anholt/libepoxy";
-   TYPE REQUIRED
+   TYPE OPTIONAL
PURPOSE "OpenGL dispatch library"
   )
+
+set(HAVE_EPOXY 0)
+if(epoxy_FOUND)
+set(HAVE_EPOXY 1)
 endif()
 
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.23.0/metainfo.yaml 
new/kdeclarative-5.24.0/metainfo.yaml
--- old/kdeclarative-5.23.0/metainfo.yaml   2016-06-06 13:30:33.0 
+0200
+++ new/kdeclarative-5.24.0/metainfo.yaml   2016-07-03 02:04:45.0 
+0200
@@ -3,7 +3,9 @@
 tier: 3
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
   note: The supported remote Urls depends from what runtime kio slaves 
plugins are installed
 portingAid: false
 deprecated: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.23.0/po/ca/kdeclarative5.po 
new/kdeclarative-5.24.0/po/ca/kdeclarative5.po
--- old/kdeclarative-5.23.0/po/ca/kdeclarative5.po  2016-06-06 
13:30:33.0 +0200
+++ new/kdeclarative-5.24.0/po/ca/kdeclarative5.po  2016-07-03 
02:04:45.0 +0200
@@ -1,12 +1,12 @@
 # Translation of kdeclarative5.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015.
+# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016.
 # Robert M

commit kdeclarative for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-07-03 12:21:00

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-05-19 12:06:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-07-03 12:21:01.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  6 21:24:24 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * Support selected state
+  * KCMShell import can now be used to query for whether opening
+a KCM is actually allowed
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kdeclarative-5.22.0.tar.xz

New:

  kdeclarative-5.23.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.IoW0gD/_old  2016-07-03 12:21:02.0 +0200
+++ /var/tmp/diff_new_pack.IoW0gD/_new  2016-07-03 12:21:02.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kdeclarative
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.22.0.tar.xz -> kdeclarative-5.23.0.tar.xz ++
 7224 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-05-19 12:06:31

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-04-12 19:13:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-05-19 12:06:33.0 +0200
@@ -1,0 +2,8 @@
+Sat May  7 18:30:44 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * Don't crash if we have no openGL context
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kdeclarative-5.21.0.tar.xz

New:

  kdeclarative-5.22.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.9E7IAD/_old  2016-05-19 12:06:34.0 +0200
+++ /var/tmp/diff_new_pack.9E7IAD/_new  2016-05-19 12:06:34.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kdeclarative
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.21.0.tar.xz -> kdeclarative-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.21.0/CMakeLists.txt 
new/kdeclarative-5.22.0/CMakeLists.txt
--- old/kdeclarative-5.21.0/CMakeLists.txt  2016-04-03 22:48:31.0 
+0200
+++ new/kdeclarative-5.22.0/CMakeLists.txt  2016-05-07 17:09:19.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.4.0)
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.21.0/po/is/kdeclarative5.po 
new/kdeclarative-5.22.0/po/is/kdeclarative5.po
--- old/kdeclarative-5.21.0/po/is/kdeclarative5.po  2016-04-03 
22:48:31.0 +0200
+++ new/kdeclarative-5.22.0/po/is/kdeclarative5.po  2016-05-07 
17:09:19.0 +0200
@@ -6,20 +6,20 @@
 # Richard Allen , 1998-2004.
 # Pjetur G. Hjaltason , 2003.
 # Arnar Leósson , 2003, 2005.
-# Sveinn í Felli , 2007, 2008, 2009, 2010, 2011, 2012, 2013.
+# Sveinn í Felli , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-22 08:34+\n"
-"PO-Revision-Date: 2013-05-13 22:40+\n"
-"Last-Translator: Sveinn í Felli \n"
-"Language-Team: Icelandic \n"
+"PO-Revision-Date: 2016-04-08 22:57+\n"
+"Last-Translator: Sveinn í Felli \n"
+"Language-Team: Icelandic \n"
 "Language: is\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 "\n"
 "\n"
@@ -38,7 +38,7 @@
 msgid "Your emails"
 msgstr ""
 "r...@ra.is, l...@logi.org, pje...@pjetur.net, leos...@frisurf.no, 
svanur@tern."
-"is, svei...@nett.is"
+"is, s...@fellsnet.is"
 
 #: kpackagelauncherqml/main.cpp:43
 msgid "KPackage QML application shell"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.21.0/src/qmlcontrols/kcoreaddons/formats.h 
new/kdeclarative-5.22.0/src/qmlcontrols/kcoreaddons/formats.h
--- old/kdeclarative-5.21.0/src/qmlcontrols/kcoreaddons/formats.h   
2016-04-03 22:48:31.0 +0200
+++ new/kdeclarative-5.22.0/src/qmlcontrols/kcoreaddons/formats.h   
2016-05-07 17:09:19.0 +0200
@@ -111,6 +111,6 @@
KFormat m_format;
 };
 
-Q_DECLARE_METATYPE(QLocale::FormatType);
+Q_DECLARE_METATYPE(QLocale::FormatType)
 
 #endif
diff -

commit kdeclarative for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-04-12 19:13:37

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-03-16 10:28:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-04-12 19:13:39.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr  4 14:19:41 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Uniform use of std::numeric_limits
+  * [DeclarativeDragArea] Don't override "text" of mime data
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kdeclarative-5.20.0.tar.xz

New:

  kdeclarative-5.21.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Vs3QLF/_old  2016-04-12 19:13:40.0 +0200
+++ /var/tmp/diff_new_pack.Vs3QLF/_new  2016-04-12 19:13:40.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kdeclarative
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -38,11 +38,11 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libepoxy-devel
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Gui) >= 5.3.0
-BuildRequires:  cmake(Qt5Qml) >= 5.3.0
-BuildRequires:  cmake(Qt5Quick) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Gui) >= 5.4.0
+BuildRequires:  cmake(Qt5Qml) >= 5.4.0
+BuildRequires:  cmake(Qt5Quick) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -106,7 +106,7 @@
 Requires:   kpackage-devel >= %{_tar_path}
 Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
-Requires:   cmake(Qt5Qml) >= 5.3.0
+Requires:   cmake(Qt5Qml) >= 5.4.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.

++ kdeclarative-5.20.0.tar.xz -> kdeclarative-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.20.0/CMakeLists.txt 
new/kdeclarative-5.21.0/CMakeLists.txt
--- old/kdeclarative-5.20.0/CMakeLists.txt  2016-03-05 19:51:32.0 
+0100
+++ new/kdeclarative-5.21.0/CMakeLists.txt  2016-04-03 22:48:31.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(REQUIRED_QT_VERSION 5.4.0)
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.20.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
new/kdeclarative-5.21.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp
--- old/kdeclarative-5.20.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
2016-03-05 19:51:32.0 +0100
+++ new/kdeclarative-5.21.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
2016-04-03 22:48:31.0 +0200
@@ -292,7 +292,6 @@
 
 QDrag *drag = new QDrag(parent());
 DeclarativeMimeData *dataCopy = new DeclarativeMimeData(m_data); //Qt will 
take ownership of this copy and delete it.
-dataCopy->setText(objectName());
 drag->setMimeData(dataCopy);
 
 const qreal devicePixelRatio = window() ? window()->devicePixelRatio() : 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.20.0/src/q

commit kdeclarative for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-03-16 10:28:26

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-03-02 14:20:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-03-16 10:28:34.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  6 09:55:53 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Don't call null object pointer (kde#347962)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kdeclarative-5.19.0.tar.xz

New:

  kdeclarative-5.20.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.xATSOB/_old  2016-03-16 10:28:35.0 +0100
+++ /var/tmp/diff_new_pack.xATSOB/_new  2016-03-16 10:28:35.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kdeclarative
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.19.0.tar.xz -> kdeclarative-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.19.0/CMakeLists.txt 
new/kdeclarative-5.20.0/CMakeLists.txt
--- old/kdeclarative-5.19.0/CMakeLists.txt  2016-02-06 14:40:53.0 
+0100
+++ new/kdeclarative-5.20.0/CMakeLists.txt  2016-03-05 19:51:32.0 
+0100
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.19.0/src/kdeclarative/qmlobject.cpp 
new/kdeclarative-5.20.0/src/kdeclarative/qmlobject.cpp
--- old/kdeclarative-5.19.0/src/kdeclarative/qmlobject.cpp  2016-02-06 
14:40:53.0 +0100
+++ new/kdeclarative-5.20.0/src/kdeclarative/qmlobject.cpp  2016-03-05 
19:51:32.0 +0100
@@ -113,9 +113,7 @@
 void QmlObjectPrivate::execute(const QUrl &source)
 {
 if (source.isEmpty()) {
-#ifndef NDEBUG
-qDebug() << "File name empty!";
-#endif
+qWarning() << "File name empty!";
 return;
 }
 
@@ -309,6 +307,13 @@
 if (d->incubator.object()) {
 return;
 }
+
+if (!d->component) {
+qWarning() << "No component for" << source();
+return;
+}
+
+
 if (d->component->status() != QQmlComponent::Ready || 
d->component->isError()) {
 d->errorPrint(d->component);
 return;




commit kdeclarative for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-03-02 14:20:46

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-02-24 18:54:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-03-02 14:20:47.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 26 18:54:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Add %requires_eq libQt5Core5 to the libKF5Declarative5 subpackage
+   * QQmlPropertyMap leaks private but exported QObjectPrivate symbol:
+ https://bugreports.qt.io/browse/QTBUG-46433 and
+ https://bugs.launchpad.net/bugs/1426335
+
+---



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.XW9uoX/_old  2016-03-02 14:20:48.0 +0100
+++ /var/tmp/diff_new_pack.XW9uoX/_new  2016-03-02 14:20:48.0 +0100
@@ -57,6 +57,9 @@
 %package -n %lname
 Summary:Integration of QML and KDE workspaces
 Group:  System/GUI/KDE
+# QQmlPropertyMap leaks private but exported QObjectPrivate symbol
+# https://bugreports.qt.io/browse/QTBUG-46433 and 
https://bugs.launchpad.net/bugs/1426335
+%requires_eq libQt5Core5
 %if %{with lang}
 Recommends: %lname-lang = %{version}
 %endif




commit kdeclarative for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-02-24 18:54:07

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-01-20 09:42:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-02-24 18:54:07.0 +0100
@@ -1,0 +2,18 @@
+Sat Feb  6 18:00:35 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * Clean up dependencies for KDeclarative/QuickAddons
+  * [KWindowSystemProxy] Add setter for showingDesktop
+  * DropArea: Fix correctly ignoring dragEnter event with
+preventStealing
+  * DragArea: Implement grabbing delegate item
+  * DragDropEvent: Add ignore() function
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---
+Mon Feb  1 17:56:12 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Add missing libKF5CalendarEvents5 to baselibs.conf
+
+---

Old:

  kdeclarative-5.18.0.tar.xz

New:

  kdeclarative-5.19.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.djRMQP/_old  2016-02-24 18:54:08.0 +0100
+++ /var/tmp/diff_new_pack.djRMQP/_new  2016-02-24 18:54:08.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kdeclarative
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.djRMQP/_old  2016-02-24 18:54:08.0 +0100
+++ /var/tmp/diff_new_pack.djRMQP/_new  2016-02-24 18:54:08.0 +0100
@@ -1,7 +1,9 @@
 libKF5Declarative5
 libKF5QuickAddons5
+libKF5CalendarEvents5
 kdeclarative-components
 kdeclarative-devel
requires "libKF5Declarative5- = "
requires "libKF5QuickAddons5- = "
+   requires "libKF5CalendarEvents5- = "
requires "kdeclarative-components- = "
\ No newline at end of file

++ kdeclarative-5.18.0.tar.xz -> kdeclarative-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.18.0/CMakeLists.txt 
new/kdeclarative-5.19.0/CMakeLists.txt
--- old/kdeclarative-5.18.0/CMakeLists.txt  2016-01-02 17:29:11.0 
+0100
+++ new/kdeclarative-5.19.0/CMakeLists.txt  2016-02-06 14:40:53.0 
+0100
@@ -4,19 +4,19 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.18.0/KF5DeclarativeConfig.cmake.in 
new/kdeclarative-5.19.0/KF5DeclarativeConfig.cmake.in
--- old/kdeclarative-5.18.0/KF5DeclarativeConfig.cmake.in   2016-01-02 
17:29:11.0 +0100
+++ new/kdeclarative-5.19.0/KF5DeclarativeConfig.cmake.in   2016-02-06 
14:40:53.0 +0100
@@ -1,6 +1,6 @@
 @PACKAGE_INIT@
 
-find_dependency(Qt5Qml "@REQUIRED_QT_VERSION@")
+find_dependency(Qt5Quick "@REQUIRED_QT_VERSION@")
 find_dependency(KF5Config "@KF5_DEP_VERSION@")
 find_dependency(KF5Package "@KF5_DEP_VERSION@")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.18.0/po/nb/kdeclarative5.po 
new/kdeclarative-5.19.0/po/nb/kdeclarative5.po
--- old/kdeclarative-5.18.0/po/nb/kdeclarative5.po  2016-01-02 
17:29:11.0 +0100
+++ new/kdeclarative-5.19.0/po/nb/kdeclarative5.po  2016-02-06 
14

commit kdeclarative for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-01-20 09:42:05

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-12-29 12:51:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-01-20 09:42:06.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  2 17:42:30 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * [DragArea] Add dragActive property
+  * [KQuickControlsAddons MimeDatabase] Expose QMimeType comment
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kdeclarative-5.17.0.tar.xz

New:

  kdeclarative-5.18.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.g3elBV/_old  2016-01-20 09:42:07.0 +0100
+++ /var/tmp/diff_new_pack.g3elBV/_new  2016-01-20 09:42:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kdeclarative
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.17.0.tar.xz -> kdeclarative-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.17.0/CMakeLists.txt 
new/kdeclarative-5.18.0/CMakeLists.txt
--- old/kdeclarative-5.17.0/CMakeLists.txt  2015-12-06 22:21:30.0 
+0100
+++ new/kdeclarative-5.18.0/CMakeLists.txt  2016-01-02 17:29:11.0 
+0100
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.17.0/po/lt/kdeclarative5.po 
new/kdeclarative-5.18.0/po/lt/kdeclarative5.po
--- old/kdeclarative-5.17.0/po/lt/kdeclarative5.po  2015-12-06 
22:21:30.0 +0100
+++ new/kdeclarative-5.18.0/po/lt/kdeclarative5.po  2016-01-02 
17:29:11.0 +0100
@@ -7,14 +7,15 @@
 # Remigijus Jarmalavičius , 2011.
 # Liudas Ališauskas , 2011, 2012, 2013, 2014.
 # Liudas Alisauskas , 2013, 2015.
+# Mindaugas Baranauskas , 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-22 08:34+\n"
-"PO-Revision-Date: 2015-01-28 10:24+0200\n"
-"Last-Translator: Liudas Ališauskas \n"
-"Language-Team: Lithuanian \n"
+"PO-Revision-Date: 2015-12-30 18:08+0200\n"
+"Last-Translator: Mindaugas Baranauskas \n"
+"Language-Team: lt \n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -46,7 +47,7 @@
 msgstr ""
 "Spauskite mygtuką, tada įveskite klavišų derinį taip, tarsi būtumėte "
 "programoje.\n"
-"Pavyzdžiui kombinacijai Ctrl+A: laikykite Ctrl ir spauskite A."
+"Pavyzdžiui kombinacijai Vald+A: laikykite Vald ir spauskite A."
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:275
 msgid "Reserved Shortcut"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.17.0/src/calendarevents/CMakeLists.txt 
new/kdeclarative-5.18.0/src/calendarevents/CMakeLists.txt
--- old/kdeclarative-5.17.0/src/calendarevents/CMakeLists.txt   2015-12-06 
22:21:30.0 +0100
+++ new/kdeclarative-5.18.0/src/calendarevents/CM

commit kdeclarative for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-12-29 12:51:36

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-11-24 22:22:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-12-29 12:51:44.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec 10 23:04:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * Port KDeclarative to use KI18n directly
+  * DragArea delegateImage can now be a string from which an icon
+is automatically created
+  * Add new CalendarEvents library
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kdeclarative-5.16.0.tar.xz

New:

  kdeclarative-5.17.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.QA2mqC/_old  2015-12-29 12:51:45.0 +0100
+++ /var/tmp/diff_new_pack.QA2mqC/_new  2015-12-29 12:51:45.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kdeclarative
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -71,6 +71,13 @@
 %description -n libKF5QuickAddons5
 KDeclarative provides integration of QML and KDE workspaces.
 
+%package -n libKF5CalendarEvents5
+Summary:Integration of QML and KDE workspaces
+Group:  System/GUI/KDE
+
+%description -n libKF5CalendarEvents5
+KDeclarative provides integration of QML and KDE workspaces.
+
 %package components
 Summary:KDeclarative QML components
 Group:  System/GUI/KDE
@@ -94,6 +101,7 @@
 Requires:   kconfig-devel >= %{_tar_path}
 Requires:   kcoreaddons-devel >= %{_tar_path}
 Requires:   kpackage-devel >= %{_tar_path}
+Requires:   libKF5CalendarEvents5 = %{version}
 Requires:   libKF5QuickAddons5 = %{version}
 Requires:   cmake(Qt5Qml) >= 5.3.0
 
@@ -125,6 +133,10 @@
 
 %postun -n libKF5QuickAddons5 -p /sbin/ldconfig
 
+%post -n libKF5CalendarEvents5 -p /sbin/ldconfig
+
+%postun -n libKF5CalendarEvents5 -p /sbin/ldconfig
+
 %if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
 %endif
@@ -139,6 +151,11 @@
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5QuickAddons.so.*
 
+%files -n libKF5CalendarEvents5
+%defattr(-,root,root)
+%doc COPYING* README*
+%{_kf5_libdir}/libKF5CalendarEvents.so.*
+
 %files components
 %defattr(-,root,root)
 %doc COPYING* README*
@@ -153,6 +170,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Declarative.so
 %{_kf5_libdir}/libKF5QuickAddons.so
+%{_kf5_libdir}/libKF5CalendarEvents.so
 %{_kf5_libdir}/cmake/KF5Declarative/
 %{_kf5_includedir}/*.h
 %dir %{_kf5_includedir}/*/

++ kdeclarative-5.16.0.tar.xz -> kdeclarative-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.16.0/CMakeLists.txt 
new/kdeclarative-5.17.0/CMakeLists.txt
--- old/kdeclarative-5.16.0/CMakeLists.txt  2015-11-08 13:15:14.0 
+0100
+++ new/kdeclarative-5.17.0/CMakeLists.txt  2015-12-06 22:21:30.0 
+0100
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.16.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.16.0/po/ast/kdeclarative5.po 
new/kdeclarative-5.17.0/po/ast/kdeclarative5.po
--- old/kdeclarative-5.16.0/po/ast/kdeclarative5.po 2015-11-08 
13:15:14.0 +0100
+++ new/kdeclarative-5.17.0/po/ast/kdeclarative5.po 2015-12-06 
22:21:30.0 +0100
@@ -7,9 +7,9 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: 

commit kdeclarative for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-11-24 22:22:47

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-10-19 22:23:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-11-24 22:22:49.0 +0100
@@ -1,0 +2,16 @@
+Sun Nov  8 16:58:48 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * ConfigPropertyMap can now be queried for immutable config
+options using the isImmutable(key) method
+  * Unbox QJSValue in config property map
+  * EventGenerator: Add support for sending wheel events
+  * Fix lost QuickViewSharedEngine initialSize on initializing.
+  * Fix critical regression for QuickViewSharedEngine by commit
+3792923639b1c480fd622f7d4d31f6f888c925b9
+  * Make pre-specified view size precede initial object size in
+QuickViewSharedEngine
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kdeclarative-5.15.0.tar.xz

New:

  kdeclarative-5.16.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.PBcdV2/_old  2015-11-24 22:22:49.0 +0100
+++ /var/tmp/diff_new_pack.PBcdV2/_new  2015-11-24 22:22:49.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kdeclarative
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.15.0.tar.xz -> kdeclarative-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.15.0/CMakeLists.txt 
new/kdeclarative-5.16.0/CMakeLists.txt
--- old/kdeclarative-5.15.0/CMakeLists.txt  2015-10-05 09:58:02.0 
+0200
+++ new/kdeclarative-5.16.0/CMakeLists.txt  2015-11-08 13:15:14.0 
+0100
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.15.0/po/ca/kdeclarative5.po 
new/kdeclarative-5.16.0/po/ca/kdeclarative5.po
--- old/kdeclarative-5.15.0/po/ca/kdeclarative5.po  2015-10-05 
09:58:02.0 +0200
+++ new/kdeclarative-5.16.0/po/ca/kdeclarative5.po  2015-11-08 
13:15:14.0 +0100
@@ -14,14 +14,14 @@
 "Project-Id-Version: kdeclarative5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-07-22 08:34+\n"
-"PO-Revision-Date: 2015-03-05 21:59+0100\n"
+"PO-Revision-Date: 2015-10-18 16:02+0200\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -95,7 +95,7 @@
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:406
 msgid "The key you just pressed is not supported by Qt."
-msgstr "La tecla que heu premut no està implementada per Qt."
+msgstr "La tecla que heu premut no està implementada a les Qt."
 
 #: qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:407
 msgid "Unsupported Key"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.15.0/po/ca@valencia/kdeclarative5.po 
new/kdeclarative-5.16.0/po/ca@valencia/kdeclarative5.po
--- old/kdeclarative-5.15.0/po/ca@valencia/kdeclarative5.po 2015-10-05 
09:58:02.0 +0200
+++ new/kdeclarative-5.16.0/po/ca@valenci

commit kdeclarative for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-10-19 22:23:35

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-09-24 07:10:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-10-19 22:23:36.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 17:37:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * Small improvements in ColumnProxyModel
+  * Make it possible for applications to know path to homeDir
+  * Move EventForge from the desktop containment
+  * Provide enabled property for QIconItem.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kdeclarative-5.14.0.tar.xz

New:

  kdeclarative-5.15.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.IY4HI0/_old  2015-10-19 22:23:37.0 +0200
+++ /var/tmp/diff_new_pack.IY4HI0/_new  2015-10-19 22:23:37.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kdeclarative
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.14.0.tar.xz -> kdeclarative-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.14.0/CMakeLists.txt 
new/kdeclarative-5.15.0/CMakeLists.txt
--- old/kdeclarative-5.14.0/CMakeLists.txt  2015-09-05 10:55:35.0 
+0200
+++ new/kdeclarative-5.15.0/CMakeLists.txt  2015-10-05 09:58:02.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.14.0/autotests/columnproxymodeltest.cpp 
new/kdeclarative-5.15.0/autotests/columnproxymodeltest.cpp
--- old/kdeclarative-5.14.0/autotests/columnproxymodeltest.cpp  2015-09-05 
10:55:35.0 +0200
+++ new/kdeclarative-5.15.0/autotests/columnproxymodeltest.cpp  2015-10-05 
09:58:02.0 +0200
@@ -63,3 +63,28 @@
 delete listifyB;
 delete listifyC;
 }
+
+void ColumnProxyModelTest::testSet()
+{
+ColumnProxyModel* listify = new ColumnProxyModel;
+QSignalSpy spy(listify, SIGNAL(rowsInserted(QModelIndex, int, int)));
+
+new ModelTest(listify, listify);
+QStandardItemModel* m = new QStandardItemModel(listify);
+listify->setRootIndex(QModelIndex());
+listify->setSourceModel(m);
+m->appendRow(new QStandardItem("lalalal"));
+m->appendRow(new QStandardItem("lalalal"));
+m->appendRow(new QStandardItem("lalalal"));
+m->appendRow(new QStandardItem("lalalal"));
+QStandardItem* item = new QStandardItem("lalalal");
+item->appendRow(new QStandardItem("lelele"));
+item->appendRow(new QStandardItem("lelele"));
+m->appendRow(item);
+item->appendRow(new QStandardItem("lelele"));
+
+const QString newString = QStringLiteral("fu");
+QModelIndex changeIndex = listify->indexAt(0);
+listify->setData(changeIndex, QVariant::fromValue(newString), 
Qt::DisplayRole);
+QCOMPARE(changeIndex.data(Qt::DisplayRole).toString(), newString);
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.14.0/autotests/columnproxymodeltest.h 
new/kdeclarative-5.15.0/autotests/columnproxymodeltest.h
--- old/kdeclarative-5.14.0/autotests/columnproxymodeltest.h2015-09-05 
10:55:35.0 +0200
+++ new/kdeclarative-5.15.0/autotests/columnproxymodeltest.h2015-10-05 
09:58:02.0 +0200
@@ -27,6

commit kdeclarative for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-09-24 07:10:45

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-09-02 07:44:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-09-24 07:10:46.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:12:55 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kdeclarative-5.13.0.tar.xz

New:

  kdeclarative-5.14.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.jv9mwK/_old  2015-09-24 07:10:46.0 +0200
+++ /var/tmp/diff_new_pack.jv9mwK/_new  2015-09-24 07:10:46.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kdeclarative
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.13.0.tar.xz -> kdeclarative-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.13.0/CMakeLists.txt 
new/kdeclarative-5.14.0/CMakeLists.txt
--- old/kdeclarative-5.13.0/CMakeLists.txt  2015-08-04 12:50:46.0 
+0200
+++ new/kdeclarative-5.14.0/CMakeLists.txt  2015-09-05 10:55:35.0 
+0200
@@ -4,15 +4,15 @@
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.3.0")
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.13.0/po/se/kdeclarative5.po 
new/kdeclarative-5.14.0/po/se/kdeclarative5.po
--- old/kdeclarative-5.13.0/po/se/kdeclarative5.po  2015-08-04 
12:50:46.0 +0200
+++ new/kdeclarative-5.14.0/po/se/kdeclarative5.po  2015-09-05 
10:55:35.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-03-05 09:24+\n"
+"POT-Creation-Date: 2015-07-22 08:34+\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup \n"
 "Language-Team: Northern Sami \n"
@@ -27,11 +27,11 @@
 msgid "Your emails"
 msgstr ""
 
-#: kpackagelauncherqml/main.cpp:42
+#: kpackagelauncherqml/main.cpp:43
 msgid "KPackage QML application shell"
 msgstr ""
 
-#: kpackagelauncherqml/main.cpp:50
+#: kpackagelauncherqml/main.cpp:51
 msgid "The unique name of the application (mandatory)"
 msgstr ""
 




commit kdeclarative for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-09-02 07:44:48

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-08-10 09:10:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-09-02 07:44:49.0 +0200
@@ -1,0 +2,22 @@
+Tue Aug  4 19:20:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * Fix deprecated KRun::run call
+  * Same behavior of MouseArea to map coords of filtered child
+events
+  * Detect initial face icon being created
+  * Don't refresh the entire window when we render the plotter
+(kde#348385)
+  * add the userPaths context property
+  * Don't choke on empty QIconItem
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+- Drop patches merged upstream:
+  0001-Only-resize-plot-texture-if-size-actually-changes.patch
+  0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
+
+---

Old:

  0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
  0001-Only-resize-plot-texture-if-size-actually-changes.patch
  kdeclarative-5.12.0.tar.xz

New:

  kdeclarative-5.13.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.ZvbnVF/_old  2015-09-02 07:44:50.0 +0200
+++ /var/tmp/diff_new_pack.ZvbnVF/_new  2015-09-02 07:44:50.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kdeclarative
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -38,21 +38,17 @@
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libepoxy-devel
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Gui) >= 5.3.0
+BuildRequires:  cmake(Qt5Qml) >= 5.3.0
+BuildRequires:  cmake(Qt5Quick) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 Summary:Integration of QML and KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 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-Only-resize-plot-texture-if-size-actually-changes.patch
-Patch0: 0001-Only-resize-plot-texture-if-size-actually-changes.patch
-# PATCH-FIX-UPSTREAM 
0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
-Patch1: 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -99,7 +95,7 @@
 Requires:   kcoreaddons-devel >= %{_tar_path}
 Requires:   kpackage-devel >= %{_tar_path}
 Requires:   libKF5QuickAddons5 = %{version}
-Requires:   pkgconfig(Qt5Qml) >= 5.2.0
+Requires:   cmake(Qt5Qml) >= 5.3.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.
@@ -108,8 +104,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ kdeclarative-5.12.0.tar.xz -> kdeclarative-5.13.0.tar.xz ++
 2791 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2015-08-10 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-08-10 09:10:30

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-07-14 17:23:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-08-10 09:10:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 27 16:07:54 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
+  (kde#348385)
+
+---

New:

  0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.ImiDvu/_old  2015-08-10 09:10:32.0 +0200
+++ /var/tmp/diff_new_pack.ImiDvu/_new  2015-08-10 09:10:32.0 +0200
@@ -51,6 +51,8 @@
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM 
0001-Only-resize-plot-texture-if-size-actually-changes.patch
 Patch0: 0001-Only-resize-plot-texture-if-size-actually-changes.patch
+# PATCH-FIX-UPSTREAM 
0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
+Patch1: 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -107,6 +109,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch ++
>From 7a6a2cda780784e504960c96b4b41241ddf10531 Mon Sep 17 00:00:00 2001
From: David Edmundson 
Date: Mon, 27 Jul 2015 12:54:17 +0200
Subject: [PATCH 1/1] Don't refresh the entire window when we render the
 plotter

This means the window is only updated when the plotter changes, rather
than effectively every possible frame.

Reviewed by: Marco Martin

CCBUG: 348385
---
 src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp 
b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
index 
93da3c75e87aa21f6c5356b35764ded03f01d2e7..233dd6b9bc0dbeddcbeb8ee02ebc500bf10282b3
 100644
--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
+++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
@@ -709,9 +709,6 @@ void Plotter::render()
 
 // Delete the VBO
 glDeleteBuffers(1, &vbo);
-if (window()) {
-window()->update();
-}
 }
 
 QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData 
*updatePaintNodeData)
-- 
2.4.6




commit kdeclarative for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-07-14 17:23:04

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-06-23 12:07:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-07-14 17:23:05.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul  8 18:58:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added 0001-Only-resize-plot-texture-if-size-actually-changes.patch
+  (kde#346134, kde#348385)
+
+---
+Sun Jul  5 18:44:54 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Add QQC clone of KColorButton
+  * Assign a QmlObject for each kdeclarative instance when possible
+  * Make Qt.quit() from QML code work
+  * Merge branch 'mart/singleQmlEngineExperiment'
+  * Implement sizeHint based on implicitWidth/height
+  * Subclass of QmlObject with static engine
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kdeclarative-5.11.0.tar.xz

New:

  0001-Only-resize-plot-texture-if-size-actually-changes.patch
  kdeclarative-5.12.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.VoDzhG/_old  2015-07-14 17:23:06.0 +0200
+++ /var/tmp/diff_new_pack.VoDzhG/_new  2015-07-14 17:23:06.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kdeclarative
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -49,6 +49,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-Only-resize-plot-texture-if-size-actually-changes.patch
+Patch0: 0001-Only-resize-plot-texture-if-size-actually-changes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -104,6 +106,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Only-resize-plot-texture-if-size-actually-changes.patch ++
>From f399aa8b48db02f809454be5427c0ca01b809882 Mon Sep 17 00:00:00 2001
From: David Edmundson 
Date: Tue, 7 Jul 2015 11:54:11 +0100
Subject: [PATCH 1/1] Only resize plot texture if size actually changes

Test compared rounded QSize with QSizeF, which will be almost always
returning true.

CCBUG: 348385
REVIEW: 124280
---
 src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp 
b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
index 
9a939c3626fc6321a39e898b88e5b69c14b4e1b7..93da3c75e87aa21f6c5356b35764ded03f01d2e7
 100644
--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
+++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
@@ -799,16 +799,15 @@ QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, 
UpdatePaintNodeData *updateP
 u_matrix = s_program->uniformLocation("matrix");
 }
 
-if (n->texture()->textureSize() != boundingRect().size()) {
-//we need a size always equal or smaller, size.toSize() won't do
-static_cast(n->texture())->recreate(QSize(qRound(boundingRect().size().width()), 
qRound(boundingRect().size().height(;
+//we need a size always equal or smaller, size.toSize() won't do
+const QSize targetTextureSize(qRound(boundingRect().size().width()), 
qRound(boundingRect().size().height()));
+if (n->texture()->textureSize() != targetTextureSize) {
+static_cast(n->texture())->recreate(targetTextureSize);
 m_matrix = QMatrix4x4();
-m_matrix.ortho(0, qRound(width()), 0, qRound(height()), -1, 1);
+m_matrix.ortho(0, targetTextureSize.width(), 0, 
targetTextureSize.height(), -1, 1);
 }
 
-n->setRect(QRect(QPoint(0,0),
- QSize(qRound(boundingRect().size().width()),
-   qRound(boundingRect().size().height();
+n->setRect(QRect(QPoint(0,0), targetTextureSize));
 return n;
 }
 
-- 
2.4.5

++ kdeclarative-5.11.0.tar.xz -> kdeclarative-5.12.0.tar.xz ++
 1649 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-06-23 12:07:16

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-05-11 19:48:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-06-23 12:07:17.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 19:07:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * Support creation of ConfigModule from KPluginMetdata
+  * Fix pressAndhold events
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kdeclarative-5.10.0.tar.xz

New:

  kdeclarative-5.11.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.xXccsh/_old  2015-06-23 12:07:17.0 +0200
+++ /var/tmp/diff_new_pack.xXccsh/_new  2015-06-23 12:07:17.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kdeclarative
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.10.0.tar.xz -> kdeclarative-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.10.0/CMakeLists.txt 
new/kdeclarative-5.11.0/CMakeLists.txt
--- old/kdeclarative-5.10.0/CMakeLists.txt  2015-05-03 17:08:09.0 
+0200
+++ new/kdeclarative-5.11.0/CMakeLists.txt  2015-06-06 23:12:18.0 
+0200
@@ -3,12 +3,16 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
+feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.10.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.10.0") # handled by release scripts
+set(KF5_VERSION "5.11.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.11.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
@@ -38,7 +42,7 @@
 
 
 # Includes
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.10.0/po/nb/kdeclarative5.po 
new/kdeclarative-5.11.0/po/nb/kdeclarative5.po
--- old/kdeclarative-5.10.0/po/nb/kdeclarative5.po  2015-05-03 
17:08:09.0 +0200
+++ new/kdeclarative-5.11.0/po/nb/kdeclarative5.po  2015-06-06 
23:12:18.0 +0200
@@ -1,10 +1,10 @@
 # Translation of kdeclarative5 to Norwegian Bokmål
 #
-# Knut Yrvin , 2002, 2003, 2004, 2005.
+# Knut Yrvin , 2002, 2003, 2004, 2005.
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015.
 # Eskild Hustvedt , 2004, 2005.
 # Gaute Hvoslef Kvalnes , 2004, 2005.
-# Axel Bojer , 2005, 2006.
+# Axel Bojer , 2005, 2006.
 # Nils Kristian Tomren , 2005, 2007.
 # Øyvind A. Holm , 2009.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.10.0/po/nn/kdeclarative5.po 
new/kdeclarative-5.11.0/po/nn/kdeclarative5.po
--- old/kdeclarative-5.10.0/po/nn/kdeclarative5.po  2015-05-03 
17:08:09.0 +0200
+++ new/kdeclarative-5.11.0/po/nn/kdeclarative5.po  2015-06-06 
23:12:18.0 +0200
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014.
+# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015.
 # Eirik U. Birkeland , 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-03-05 09:24+\n"
-"PO-Revision-Date: 2014-10-05 09:59+0200\n"
+"PO-Revision-Date: 2015-06-03 19:02+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content

commit kdeclarative for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-05-11 19:36:42

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-04-13 20:26:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-05-11 19:48:13.0 +0200
@@ -1,0 +2,8 @@
+Sun May  3 19:48:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * Fix crash in texture cache
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kdeclarative-5.9.0.tar.xz

New:

  kdeclarative-5.10.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.PcuPqf/_old  2015-05-11 19:48:14.0 +0200
+++ /var/tmp/diff_new_pack.PcuPqf/_new  2015-05-11 19:48:14.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kdeclarative
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kdeclarative-5.9.0.tar.xz -> kdeclarative-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.9.0/CMakeLists.txt 
new/kdeclarative-5.10.0/CMakeLists.txt
--- old/kdeclarative-5.9.0/CMakeLists.txt   2015-04-04 14:02:53.0 
+0200
+++ new/kdeclarative-5.10.0/CMakeLists.txt  2015-05-03 17:08:09.0 
+0200
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.9.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.9.0") # handled by release scripts
+set(KF5_VERSION "5.10.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.10.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.9.0/cmake/Findepoxy.cmake 
new/kdeclarative-5.10.0/cmake/Findepoxy.cmake
--- old/kdeclarative-5.9.0/cmake/Findepoxy.cmake2015-04-04 
14:02:53.0 +0200
+++ new/kdeclarative-5.10.0/cmake/Findepoxy.cmake   2015-05-03 
17:08:09.0 +0200
@@ -8,8 +8,29 @@
 
 # Copyright (c) 2014 Fredrik Höglund 
 #
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#notice, this list of conditions and the following disclaimer in the
+#documentation and/or other materials provided with the distribution.
+# 3. Neither the name of the University nor the names of its contributors
+#may be used to endorse or promote products derived from this software
+#without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
 
 if (NOT WIN32)
   find_package(PkgConfig)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.9.0/po/ast/kdeclarative5.po 
new/kdeclarative-5.10.0/po/ast/kdeclarative5.po
--- old/kdeclarative-5.9.0/po/ast/kdeclarative5.po  2015-04-04 
14

commit kdeclarative for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-04-13 20:26:29

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-03-16 09:33:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-04-13 20:26:30.0 +0200
@@ -1,0 +2,8 @@
+Sat Apr  4 14:40:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Added kcoreaddons-devel Requires to devel subpackage
+
+---

Old:

  kdeclarative-5.8.0.tar.xz

New:

  kdeclarative-5.9.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.EOADKU/_old  2015-04-13 20:26:31.0 +0200
+++ /var/tmp/diff_new_pack.EOADKU/_new  2015-04-13 20:26:31.0 +0200
@@ -16,26 +16,27 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kdeclarative
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
+BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{kf5_version}
-BuildRequires:  kguiaddons-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kpackage-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  kglobalaccel-devel >= %{_tar_path}
+BuildRequires:  kguiaddons-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  kpackage-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libepoxy-devel
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
@@ -56,7 +57,9 @@
 %package -n %lname
 Summary:Integration of QML and KDE workspaces
 Group:  System/GUI/KDE
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KDeclarative provides integration of QML and KDE workspaces.
@@ -88,8 +91,9 @@
 Requires:   %lname = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfig-devel >= %{kf5_version}
-Requires:   kpackage-devel >= %{kf5_version}
+Requires:   kconfig-devel >= %{_tar_path}
+Requires:   kcoreaddons-devel >= %{_tar_path}
+Requires:   kpackage-devel >= %{_tar_path}
 Requires:   libKF5QuickAddons5 = %{version}
 Requires:   pkgconfig(Qt5Qml) >= 5.2.0
 
@@ -107,9 +111,11 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -119,7 +125,9 @@
 
 %postun -n libKF5QuickAddons5 -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++ kdeclarative-5.8.0.tar.xz -> kdeclarative-5.9.0.tar.xz ++
 1987 lines of diff (skipped)




commit kdeclarative for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-03-16 09:33:20

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-02-16 17:30:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-03-16 09:33:22.0 +0100
@@ -1,0 +2,16 @@
+Sat Mar  7 16:58:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * Prefer exposing lists to QML with QJsonArray
+  * Handle non default devicePixelRatios in images
+  * Expose hasUrls in DeclarativeMimeData
+  * Allow users to configure how many horizontal lines are drawn
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Added kpackage-devel BuildRequires
+- Added pkgconfig(Qt5Qml), kconfig-devel and kpackage-devel to
+  devel package requires
+- Drop kio-devel from devel package requires
+- New tools subpackage, containing kpackagelauncherqml tool
+
+---

Old:

  kdeclarative-5.7.0.tar.xz

New:

  kdeclarative-5.8.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Z96yhn/_old  2015-03-16 09:33:23.0 +0100
+++ /var/tmp/diff_new_pack.Z96yhn/_new  2015-03-16 09:33:23.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Declarative5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kdeclarative
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -33,6 +33,7 @@
 BuildRequires:  ki18n-devel >= %{kf5_version}
 BuildRequires:  kiconthemes-devel >= %{kf5_version}
 BuildRequires:  kio-devel >= %{kf5_version}
+BuildRequires:  kpackage-devel >= %{kf5_version}
 BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
 BuildRequires:  kwindowsystem-devel >= %{kf5_version}
 BuildRequires:  libepoxy-devel
@@ -74,14 +75,23 @@
 %description components
 KDeclarative provides integration of QML and KDE workspaces.
 
+%package tools
+Summary:KDeclarative tools
+Group:  System/GUI/KDE
+
+%description tools
+KDeclarative provides integration of QML and KDE workspaces.
+
 %package devel
 Summary:Integration of QML and KDE workspaces: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
-Requires:   kio-devel >= %{kf5_version}
+Requires:   kconfig-devel >= %{kf5_version}
+Requires:   kpackage-devel >= %{kf5_version}
 Requires:   libKF5QuickAddons5 = %{version}
+Requires:   pkgconfig(Qt5Qml) >= 5.2.0
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.
@@ -126,6 +136,11 @@
 %doc COPYING* README*
 %{_kf5_libdir}/qt5/qml/
 
+%files tools
+%defattr(-,root,root)
+%doc COPYING* README*
+%{_kf5_bindir}/kpackagelauncherqml
+
 %files devel
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Declarative.so

++ kdeclarative-5.7.0.tar.xz -> kdeclarative-5.8.0.tar.xz ++
 6196 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeclarative for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-02-16 15:06:18

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2015-01-29 12:52:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-02-16 17:30:42.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb  8 18:15:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added a plotter component
+  * Added overload method for Formats::formatDuration taking int
+  * New properties paintedWidth and paintedHeight added to
+QPixmapItem and QImageItem
+  * Fixed painting QImageItem and QPixmapItem
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Added libepoxy-devel BuildRequires
+
+---

Old:

  kdeclarative-5.6.0.tar.xz

New:

  kdeclarative-5.7.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.xj5Zre/_old  2015-02-16 17:30:43.0 +0100
+++ /var/tmp/diff_new_pack.xj5Zre/_new  2015-02-16 17:30:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Declarative5
+%define _tar_path 5.7
 Name:   kdeclarative
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -34,6 +35,7 @@
 BuildRequires:  kio-devel >= %{kf5_version}
 BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
 BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  libepoxy-devel
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
@@ -43,7 +45,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdeclarative-5.6.0.tar.xz -> kdeclarative-5.7.0.tar.xz ++
 3460 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeclarative for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-01-29 12:52:27

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-12-21 11:58:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-01-29 12:52:28.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kdeclarative-5.5.0.tar.xz

New:

  kdeclarative-5.6.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.drFvQp/_old  2015-01-29 12:52:30.0 +0100
+++ /var/tmp/diff_new_pack.drFvQp/_new  2015-01-29 12:52:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdeclarative-5.5.0.tar.xz -> kdeclarative-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.5.0/CMakeLists.txt 
new/kdeclarative-5.6.0/CMakeLists.txt
--- old/kdeclarative-5.5.0/CMakeLists.txt   2014-12-06 13:34:39.0 
+0100
+++ new/kdeclarative-5.6.0/CMakeLists.txt   2015-01-03 13:03:52.0 
+0100
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.5.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.6.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.5.0/po/ca/kdeclarative5.po 
new/kdeclarative-5.6.0/po/ca/kdeclarative5.po
--- old/kdeclarative-5.5.0/po/ca/kdeclarative5.po   2014-12-06 
13:34:39.0 +0100
+++ new/kdeclarative-5.6.0/po/ca/kdeclarative5.po   2015-01-03 
13:03:52.0 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid , 2004, 2005, 2007.
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan , 2009.
@@ -15,7 +15,7 @@
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-04-27 20:57+\n"
 "PO-Revision-Date: 2014-06-25 10:33+0200\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.5.0/po/fi/kdeclarative5.po 
new/kdeclarative-5.6.0/po/fi/kdeclarative5.po
--- old/kdeclarative-5.5.0/po/fi/kdeclarative5.po   2014-12-06 
13:34:39.0 +0100
+++ new/kdeclarative-5.6.0/po/fi/kdeclarative5.po   2015-01-03 
13:03:52.0 +0100
@@ -14,7 +14,7 @@
 # Tommi Nieminen , 2009, 2010, 2011.
 # Tommi Niemine

commit kdeclarative for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-12-21 11:58:55

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-11-11 01:09:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-12-21 11:58:40.0 +0100
@@ -1,0 +2,13 @@
+Sat Dec  6 12:53:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Use Qt's method of blocking for component completion rather
+than our own
+  * Make it possible to delay initialization of object incubated
+from QmlObject
+  * Add guard when trying to access root object before
+component is complete
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kdeclarative-5.4.0.tar.xz

New:

  kdeclarative-5.5.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.0Q5d4N/_old  2014-12-21 11:58:41.0 +0100
+++ /var/tmp/diff_new_pack.0Q5d4N/_new  2014-12-21 11:58:41.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.4.0
+Version:5.5.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.4.0
+BuildRequires:  extra-cmake-modules >= 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdeclarative-5.4.0.tar.xz -> kdeclarative-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.4.0/CMakeLists.txt 
new/kdeclarative-5.5.0/CMakeLists.txt
--- old/kdeclarative-5.4.0/CMakeLists.txt   2014-11-02 13:08:30.0 
+0100
+++ new/kdeclarative-5.5.0/CMakeLists.txt   2014-12-06 13:34:39.0 
+0100
@@ -3,33 +3,19 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.4.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
+set(KF5_VERSION "5.5.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.5.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-if("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-  # Required KF5 frameworks to build this framework
-  # For example:
-  find_package(KF5Config ${KF5_DEP_VERSION})
-
-  find_package(KF5I18n ${KF5_DEP_VERSION})
-  find_package(KF5IconThemes ${KF5_DEP_VERSION})
-  find_package(KF5KIO ${KF5_DEP_VERSION})
-
-  find_package(KF5WidgetsAddons ${KF5_DEP_VERSION})
-  find_package(KF5WindowSystem ${KF5_DEP_VERSION})
-  find_package(KF5GlobalAccel ${KF5_DEP_VERSION})
-  find_package(KF5CoreAddons ${KF5_DEP_VERSION})
-  find_package(KF5GuiAddons ${KF5_DEP_VERSION})
-endif()
+find_package(KF5 ${KF5_DEP_VERSION} COMPONENTS Config I18n IconThemes KIO 
WidgetsAddons WindowSystem GlobalAccel GuiAddons)
 
 #
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.4.0/po/fi/kdeclarative5.po 
new/kdeclarative-5.5.0/po/fi/kdeclarative5.po
--- old/kdeclarative-5.4.0/po/fi/kdeclarative5.po   2014-11-02 
13:08:30.0 +0100
+++ new/kdeclarative-5.5.0/po/fi/kdeclarative5.po   2014-12-06 
13:34:39.0 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-04-27 20:57+\n"
 "PO-Revision-Date: 2014-04-03 16:45+0300\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.4.0/po/se/kdeclarative5.

commit kdeclarative for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-11-11 01:09:48

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-10-07 16:00:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-11-11 01:09:58.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov  2 17:47:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Optimize IconItem in QIconItem in memory and speed
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Split out libKF5QuickAddons library, and QML components into
+  separate subpackages
+
+---

Old:

  kdeclarative-5.3.0.tar.xz

New:

  kdeclarative-5.4.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.k5bbi8/_old  2014-11-11 01:10:00.0 +0100
+++ /var/tmp/diff_new_pack.k5bbi8/_new  2014-11-11 01:10:00.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -58,12 +58,28 @@
 %description -n %lname
 KDeclarative provides integration of QML and KDE workspaces.
 
+%package -n libKF5QuickAddons5
+Summary:Integration of QML and KDE workspaces
+Group:  System/GUI/KDE
+
+%description -n libKF5QuickAddons5
+KDeclarative provides integration of QML and KDE workspaces.
+
+%package components
+Summary:KDeclarative QML components
+Group:  System/GUI/KDE
+
+%description components
+KDeclarative provides integration of QML and KDE workspaces.
+
 %package devel
 Summary:Integration of QML and KDE workspaces: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
+Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
 Requires:   kio-devel >= %{kf5_version}
+Requires:   libKF5QuickAddons5 = %{version}
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.
@@ -87,21 +103,36 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%post -n libKF5QuickAddons5 -p /sbin/ldconfig
+
+%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
+
 %files -n %lname-lang -f %{name}5.lang
 
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Declarative.so.*
+
+%files -n libKF5QuickAddons5
+%defattr(-,root,root)
+%doc COPYING* README*
+%{_kf5_libdir}/libKF5QuickAddons.so.*
+
+%files components
+%defattr(-,root,root)
+%doc COPYING* README*
 %{_kf5_libdir}/qt5/qml/
 
 %files devel
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Declarative.so
+%{_kf5_libdir}/libKF5QuickAddons.so
 %{_kf5_libdir}/cmake/KF5Declarative/
 %{_kf5_includedir}/*.h
 %dir %{_kf5_includedir}/*/
 %{_kf5_includedir}/*/
 %{_kf5_mkspecsdir}/qt_KDeclarative.pri
+%{_kf5_mkspecsdir}/qt_QuickAddons.pri
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.k5bbi8/_old  2014-11-11 01:10:00.0 +0100
+++ /var/tmp/diff_new_pack.k5bbi8/_new  2014-11-11 01:10:00.0 +0100
@@ -1,3 +1,7 @@
 libKF5Declarative5
+libKF5QuickAddons5
+kdeclarative-components
 kdeclarative-devel
requires "libKF5Declarative5- = "
+   requires "libKF5QuickAddons5- = "
+   requires "kdeclarative-components- = "
\ No newline at end of file

++ kdeclarative-5.3.0.tar.xz -> kdeclarative-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.3.0/CMakeLists.txt 
new/kdeclarative-5.4.0/CMakeLists.txt
--- old/kdeclarative-5.3.0/CMakeLists.txt   2014-10-04 19:01:10.0 
+0200
+++ new/kdeclarative-5.4.0/CMakeLists.txt   2014-11-02 13:08:30.0 
+0100
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)

commit kdeclarative for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-10-07 15:59:42

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-09-12 17:04:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-10-07 16:00:14.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  4 17:59:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kdeclarative-5.2.0.tar.xz

New:

  kdeclarative-5.3.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.4CAYaB/_old  2014-10-07 16:00:15.0 +0200
+++ /var/tmp/diff_new_pack.4CAYaB/_new  2014-10-07 16:00:15.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.2.0
+BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}

++ kdeclarative-5.2.0.tar.xz -> kdeclarative-5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.2.0/CMakeLists.txt 
new/kdeclarative-5.3.0/CMakeLists.txt
--- old/kdeclarative-5.2.0/CMakeLists.txt   2014-09-09 01:45:17.0 
+0200
+++ new/kdeclarative-5.3.0/CMakeLists.txt   2014-10-04 19:01:10.0 
+0200
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.2.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.2.0") # handled by release scripts
+set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.2.0/README.md 
new/kdeclarative-5.3.0/README.md
--- old/kdeclarative-5.2.0/README.md2014-09-09 01:45:17.0 +0200
+++ new/kdeclarative-5.3.0/README.md2014-10-04 19:01:10.0 +0200
@@ -5,4 +5,32 @@
 ## Introduction
 
 KDeclarative provides integration of QML and KDE work spaces.
+It's comprises two parts: a library used by the C++ part of your application
+to intergrate QML with KDE Frameworks specific features, and a series of
+QML imports that offer bindings to some of the Frameworks.
+
+## KDeclarative library
+
+KDeclarative exposes 3 namespaced classes: KDeclarative::KDeclarative, 
KDeclarative::QmlObject, KDeclarative::ConfigPropertyMap
+
+### KDeclarative::KDeclarative
+
+The KDeclarative class is used to manipulate the QQmlEngine instance used by 
the application and to get some informations about the platform, that 
influences the behavior of the QML components.
+
+In order to use it, create an instance of KDeclarative, and as soon as you 
have a pointer to your QQmlEngine, call setupBindings:
+
+KDeclarative::KDeclarative decl;
+decl.setupBindings(engine);
+
+This will add the following things to the engine:
+* use a KIOAccessManagerFactory instead of the stock 
QQmlNetworkAccessManagerFactory
+* set a new rootContextObject() that exposes all the i18n() functions from the 
KI18n framework.
+  they will be available in the global QML context: just call i18n() from 
anywhere in your QML code.
+* Add a QML icon provider, that makes possible for the Image {} element to 
load stuff from the scheme "image:/"
+
+### KDeclarative::QmlObject
+
+
+
+### KDeclarative::ConfigPropertyMap
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.2.0/po/da/kdeclarative5.po 
new/kdeclarative-5.3.0/po/da/kdeclarative5.po
--- old/kdeclarative-5.2.0/po/da/kdeclarative5.po   2014-09-09 
01:45:17.0 +0200
+++ new/kdeclarative-5.3.0/po/da/kdeclarative5.po   2014-10-04 
19:01:10.0 +0200
@@ -4,14 +4,14 @@
 #
 # Martin Schlander, 2008.
 # Martin Schlander , 2008.
-# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013.
+# Martin Schlander , 2008, 20

commit kdeclarative for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-09-12 17:03:36

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-08-16 15:42:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-09-12 17:04:42.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  9 09:49:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * KDeclarative: added org.kde.kio component.
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kdeclarative-5.1.0.tar.xz

New:

  kdeclarative-5.2.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.4ekTFc/_old  2014-09-12 17:04:45.0 +0200
+++ /var/tmp/diff_new_pack.4ekTFc/_new  2014-09-12 17:04:45.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}

++ kdeclarative-5.1.0.tar.xz -> kdeclarative-5.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.1.0/CMakeLists.txt 
new/kdeclarative-5.2.0/CMakeLists.txt
--- old/kdeclarative-5.1.0/CMakeLists.txt   2014-08-02 11:02:41.0 
+0200
+++ new/kdeclarative-5.2.0/CMakeLists.txt   2014-09-09 01:45:17.0 
+0200
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 1.1.0 REQUIRED NO_MODULE)
+find_package(ECM 1.2.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.1.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.1.0") # handled by release scripts
+set(KF5_VERSION "5.2.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.2.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.1.0/KF5DeclarativeConfig.cmake.in 
new/kdeclarative-5.2.0/KF5DeclarativeConfig.cmake.in
--- old/kdeclarative-5.1.0/KF5DeclarativeConfig.cmake.in2014-08-02 
11:02:41.0 +0200
+++ new/kdeclarative-5.2.0/KF5DeclarativeConfig.cmake.in2014-09-09 
01:45:17.0 +0200
@@ -1,9 +1,6 @@
 @PACKAGE_INIT@
 
-# Required components to use this framework
-# For example:
-# find_dependency(Qt5Widgets "@REQUIRED_QT_VERSION@")
-
+find_dependency(Qt5Qml "@REQUIRED_QT_VERSION@")
 find_dependency(KF5KIO "@KF5_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5DeclarativeTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.1.0/README.md 
new/kdeclarative-5.2.0/README.md
--- old/kdeclarative-5.1.0/README.md2014-08-02 11:02:41.0 +0200
+++ new/kdeclarative-5.2.0/README.md2014-09-09 01:45:17.0 +0200
@@ -6,9 +6,3 @@
 
 KDeclarative provides integration of QML and KDE work spaces.
 
-## Links
-
-- Home page: 
-- Mailing list: 
-- IRC channel: #kde-devel on Freenode
-- Git repository: 

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.1.0/metainfo.yaml 
new/kdeclarative-5.2.0/metainfo.yaml
--- old/kdeclarative-5.1.0/metainfo.yaml2014-08-02 11:02:41.0 
+0200
+++ new/kdeclarative-5.2.0/metainfo.yaml2014-09-09 01:45:17.0 
+0200
@@ -8,3 +8,7 @@
 portingAid: false
 deprecated: false
 release: true
+libraries:
+ - qmake: KDeclarative
+   cmake: "KF5::Declarative"
+cmakename: KF5Declarative
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.1.0/po/cs/kdeclarative5.po 
new/kdeclarative-5.2.0/po/cs/kdeclarative5.po
--- old/kdeclarative-5.1.0/po/cs/kdeclarative5.po   2014-08-02 
11:02:41.0 +0200
+++ new/kdeclarative-5.2.0/po/cs/kdeclarative5.po   2014-09-09 
01:

commit kdeclarative for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-08-16 15:42:06

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-07-18 14:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-08-16 15:42:42.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---

Old:

  kdeclarative-5.0.0.tar.xz

New:

  kdeclarative-5.1.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.jMQGZh/_old  2014-08-16 15:42:43.0 +0200
+++ /var/tmp/diff_new_pack.jMQGZh/_new  2014-08-16 15:42:43.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.0.0
+BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}

++ kdeclarative-5.0.0.tar.xz -> kdeclarative-5.1.0.tar.xz ++
 963182 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeclarative for openSUSE:Factory

2014-07-18 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-07-18 14:03:47

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-06-10 14:37:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-07-18 14:03:56.0 +0200
@@ -1,0 +2,16 @@
+Fri Jul 11 09:48:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:36:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+- Drop af7c0f8194.patch, merged upstream
+
+---

Old:

  af7c0f8194.patch
  kdeclarative-4.100.0.tar.xz

New:

  kdeclarative-5.0.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.JZS2y0/_old  2014-07-18 14:03:57.0 +0200
+++ /var/tmp/diff_new_pack.JZS2y0/_new  2014-07-18 14:03:57.0 +0200
@@ -18,21 +18,22 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:4.100.0
+Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.14
+BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
+BuildRequires:  kconfig-devel >= %{kf5_version}
+BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_kf5_version}
-BuildRequires:  kguiaddons-devel >= %{_kf5_version}
-BuildRequires:  ki18n-devel >= %{_kf5_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_version}
-BuildRequires:  kio-devel >= %{_kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_version}
+BuildRequires:  kglobalaccel-devel >= %{kf5_version}
+BuildRequires:  kguiaddons-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{kf5_version}
+BuildRequires:  kiconthemes-devel >= %{kf5_version}
+BuildRequires:  kio-devel >= %{kf5_version}
+BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
+BuildRequires:  kwindowsystem-devel >= %{kf5_version}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
@@ -42,10 +43,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM af7c0f8194.patch
-Patch0: af7c0f8194.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,7 +63,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kio-devel >= %{_kf5_version}
+Requires:   kio-devel >= %{kf5_version}
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.
@@ -73,7 +72,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ kdeclarative-4.100.0.tar.xz -> kdeclarative-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-4.100.0/CMakeLists.txt 
new/kdeclarative-5.0.0/CMakeLists.txt
--- old/kdeclarative-4.100.0/CMakeLists.txt 2014-06-01 14:12:52.0 
+0200
+++ new/kdeclarative-5.0.0/CMakeLists.txt   2014-07-01 20:28:44.0 
+0200
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "4.100.0") # handled by release scripts
-set(KF5_DEP_VERSION "4.100.0") # handled by release scripts
+set(KF5_VERSION "5.0.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.0.0") # handled by release scripts
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui)
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore

commit kdeclarative for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-06-10 14:37:19

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-05-14 20:26:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-06-10 14:37:52.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  1 18:02:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+- Add af7c0f8194.patch, to improve QML translation API
+
+---

Old:

  kdeclarative-4.99.0.tar.xz

New:

  af7c0f8194.patch
  baselibs.conf
  kdeclarative-4.100.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.NugLbd/_old  2014-06-10 14:37:52.0 +0200
+++ /var/tmp/diff_new_pack.NugLbd/_new  2014-06-10 14:37:52.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
@@ -42,7 +42,10 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kdeclarative-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM af7c0f8194.patch
+Patch0: af7c0f8194.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,6 +54,7 @@
 %package -n %lname
 Summary:Integration of QML and KDE workspaces
 Group:  System/GUI/KDE
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 KDeclarative provides integration of QML and KDE workspaces.
@@ -66,8 +70,10 @@
 KDeclarative provides integration of QML and KDE workspaces.
 Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build
@@ -77,10 +83,14 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}5
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*

++ af7c0f8194.patch ++
diff --git a/src/kdeclarative/kdeclarative.cpp 
b/src/kdeclarative/kdeclarative.cpp
index a35dac5..b3906e2 100644
--- a/src/kdeclarative/kdeclarative.cpp
+++ b/src/kdeclarative/kdeclarative.cpp
@@ -39,7 +39,8 @@ namespace KDeclarative {
 QStringList KDeclarativePrivate::s_runtimePlatform;
 
 KDeclarativePrivate::KDeclarativePrivate()
-: initialized(false)
+: initialized(false),
+  contextObj(0)
 {
 }
 
@@ -86,8 +87,14 @@ void KDeclarative::setupBindings()
 
 /*Create a context object for the root qml context.
   in this way we can register global functions, in this case the i18n() 
family*/
-RootContext *contextObj = new RootContext(d->declarativeEngine.data());
-d->declarativeEngine.data()->rootContext()->setContextObject(contextObj);
+if (!d->contextObj) {
+d->contextObj = new RootContext(d->declarativeEngine.data());
+}
+
d->declarativeEngine.data()->rootContext()->setContextObject(d->contextObj);
+
+if (!d->translationDomain.isNull()) {
+d->contextObj->setProperty("translationDomain", d->translationDomain);
+}
 
 /* Tell the engine to search for platform-specific imports first
(so it will "win" in import name resolution).
@@ -111,6 +118,19 @@ void KDeclarative::setupBindings()
 
d->declarativeEngine.data()->addImageProvider(QString(QStringLiteral("icon")), 
new KIconProvider);
 }
 
+void KDeclarative::setTranslationDomain(const QString &translationDomain)
+{
+d->translationDomain = translationDomain;
+if (d->contextObj) {
+d->contextObj->setProperty("translationDomain", d->translationDomain);
+}
+}
+
+QString KDeclarative::translationDomain() const
+{
+return d->translationDomain;
+}
+
 void KDeclarative::setupQmlJsDebugger()
 {
 if 
(QCoreApplication::arguments().contains(QLatin1String("-qmljsdebugger"))) {
diff --git a/src/kdeclarative/kdeclarative.h b/src/kdeclarative/

commit kdeclarative for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-05-14 20:26:35

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-04-02 17:22:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-05-14 20:26:55.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  kdeclarative-4.98.0.tar.xz

New:

  kdeclarative-4.99.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.ZE4yVg/_old  2014-05-14 20:26:56.0 +0200
+++ /var/tmp/diff_new_pack.ZE4yVg/_new  2014-05-14 20:26:56.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.12
+BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{_kf5_version}

++ kdeclarative-4.98.0.tar.xz -> kdeclarative-4.99.0.tar.xz ++
 971847 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeclarative for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-04-02 17:21:54

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-03-10 12:17:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-04-02 17:22:01.0 +0200
@@ -1,0 +2,12 @@
+Sat Mar 29 19:47:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+- Added kwidgetsaddons-devel, kwindowsystem-devel, kglobalaccel-devel,
+  kcoreaddons-devel and kguiaddons-devel BuildRequires, needed for
+  building components imported from plasma-framework
+
+---

Old:

  kdeclarative-4.97.0.tar.xz

New:

  kdeclarative-4.98.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.Xb8ljf/_old  2014-04-02 17:22:02.0 +0200
+++ /var/tmp/diff_new_pack.Xb8ljf/_new  2014-04-02 17:22:02.0 +0200
@@ -18,16 +18,21 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.11
+BuildRequires:  extra-cmake-modules >= 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_version}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel >= %{_kf5_version}
+BuildRequires:  kguiaddons-devel >= %{_kf5_version}
 BuildRequires:  ki18n-devel >= %{_kf5_version}
 BuildRequires:  kiconthemes-devel >= %{_kf5_version}
 BuildRequires:  kio-devel >= %{_kf5_version}
+BuildRequires:  kwidgetsaddons-devel >= %{_kf5_version}
+BuildRequires:  kwindowsystem-devel >= %{_kf5_version}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
@@ -80,6 +85,7 @@
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Declarative.so.*
+%{_kf5_libdir}/qt5/qml/
 
 %files devel
 %defattr(-,root,root)

++ kdeclarative-4.97.0.tar.xz -> kdeclarative-4.98.0.tar.xz ++
 8528 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org