commit knewstuff for openSUSE:Leap:15.2

2020-06-17 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Leap:15.2 
checked in at 2020-06-17 11:36:18

Comparing /work/SRC/openSUSE:Leap:15.2/knewstuff (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.3606 (New)


Package is "knewstuff"

Wed Jun 17 11:36:18 2020 rev:64 rq:814457 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knewstuff/knewstuff.changes2020-05-12 
11:39:22.836624165 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.3606/knewstuff.changes  
2020-06-17 11:37:15.808015836 +0200
@@ -1,0 +2,18 @@
+Sun Jun  7 08:06:52 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:
+  * Don't duplicate error messages in a passive notification (kde#421425)
+  * Port from runUrl to OpenUrlJob
+  * Fix incorrect colours in the KNS Quick messagebox (kde#421270)
+  * Do not mark entry as uninstalled if uninstallation script failed 
(kde#420312)
+  * KNS: Deprecate isRemote method and handle parse error properly
+  * KNS: Do not mark entry as installed if install script failed
+  * Fix showing updates when the option is selected (kde#416762)
+  * Fix update auto selection (kde#419959)
+  * Add KPackage support to KNewStuffCore (kde#418466)
+
+---

Old:

  knewstuff-5.70.0.tar.xz
  knewstuff-5.70.0.tar.xz.sig

New:

  knewstuff-5.71.0.tar.xz
  knewstuff-5.71.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.skLXSa/_old  2020-06-17 11:37:16.176016928 +0200
+++ /var/tmp/diff_new_pack.skLXSa/_new  2020-06-17 11:37:16.180016940 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
-%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:   knewstuff
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later
@@ -49,6 +49,7 @@
 BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}


++ knewstuff-5.70.0.tar.xz -> knewstuff-5.71.0.tar.xz ++
 52898 lines of diff (skipped)




commit knewstuff for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:38:53

Comparing /work/SRC/openSUSE:Leap:15.2/knewstuff (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.2738 (New)


Package is "knewstuff"

Tue May 12 11:38:53 2020 rev:63 rq:802187 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knewstuff/knewstuff.changes2020-04-21 
19:05:27.843737359 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.2738/knewstuff.changes  
2020-05-12 11:39:22.836624165 +0200
@@ -1,0 +2,16 @@
+Sun May  3 09:40:06 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:
+  * KNewStuff: Fix file path and process call (kde#420312)
+  * KNewStuff: port from KRun::runApplication to KIO::ApplicationLauncherJob
+  * [KNewStuff] Port QRegExp to QRegularExpression
+  * Replace Vokoscreen with VokoscreenNG (kde#416460)
+  * Fix minor typo (stray word from the wrong bit of the sentence)
+  * Fix minor typo
+  * Introduce more user-visible error reporting for installations
+
+---

Old:

  knewstuff-5.69.0.tar.xz
  knewstuff-5.69.0.tar.xz.sig

New:

  knewstuff-5.70.0.tar.xz
  knewstuff-5.70.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.rOyUHQ/_old  2020-05-12 11:39:23.204624939 +0200
+++ /var/tmp/diff_new_pack.rOyUHQ/_new  2020-05-12 11:39:23.208624947 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
-%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:   knewstuff
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later


++ knewstuff-5.69.0.tar.xz -> knewstuff-5.70.0.tar.xz ++
 43380 lines of diff (skipped)




commit knewstuff for openSUSE:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Leap:15.2 
checked in at 2020-04-21 19:05:26

Comparing /work/SRC/openSUSE:Leap:15.2/knewstuff (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.2738 (New)


Package is "knewstuff"

Tue Apr 21 19:05:26 2020 rev:62 rq:794325 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knewstuff/knewstuff.changes2020-03-21 
16:45:08.909523781 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.2738/knewstuff.changes  
2020-04-21 19:05:27.843737359 +0200
@@ -1,0 +2,14 @@
+Sun Apr  5 19:45:43 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:
+  * Show filename too
+  * Fix layout in DownloadItemsSheet (kde#419535)
+  * [QtQuick dialog] Port to UrlBUtton and hide when there's no URL
+  * Switch to using Kirigami's ShadowedRectangle
+  * Fix update scenarios with no explicit downloadlink selected (kde#417510)
+
+---

Old:

  knewstuff-5.68.0.tar.xz
  knewstuff-5.68.0.tar.xz.sig

New:

  knewstuff-5.69.0.tar.xz
  knewstuff-5.69.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.cQCF05/_old  2020-04-21 19:05:28.215738117 +0200
+++ /var/tmp/diff_new_pack.cQCF05/_new  2020-04-21 19:05:28.219738125 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
-%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:   knewstuff
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later


++ knewstuff-5.68.0.tar.xz -> knewstuff-5.69.0.tar.xz ++
 17335 lines of diff (skipped)




commit knewstuff for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:44:06

Comparing /work/SRC/openSUSE:Leap:15.2/knewstuff (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.3160 (New)


Package is "knewstuff"

Sat Mar 21 16:44:06 2020 rev:61 rq:786585 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knewstuff/knewstuff.changes2020-02-16 
18:28:09.570712945 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.3160/knewstuff.changes  
2020-03-21 16:45:08.909523781 +0100
@@ -1,0 +2,18 @@
+Sun Mar  8 09:17:54 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:
+  * Fix clicking thumb-only delegate (kde#418368)
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::. + they 
reverted error() -> networkError()
+  * Fix scrolling on the EntryDetails page (kde#418191)
+  * Don't double delete CommentsModel (kde#417802)
+  * Make it compile against last qt5.15 without deprecated method. 
QProcess::execute(QString) is deprecated
+  * Cover also the qtquick plugin in the installed categories file
+  * Use ecm_qt_install_logging_categories over manual categories file
+  * Use the right translation catalog to show translations
+  * Fix the KNSQuick Dialog's close title and basic layout (kde#415606)
+
+---

Old:

  knewstuff-5.67.0.tar.xz
  knewstuff-5.67.0.tar.xz.sig

New:

  knewstuff-5.68.0.tar.xz
  knewstuff-5.68.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.1etHbO/_old  2020-03-21 16:45:10.849525769 +0100
+++ /var/tmp/diff_new_pack.1etHbO/_new  2020-03-21 16:45:10.849525769 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
-%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:   knewstuff
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later


++ knewstuff-5.67.0.tar.xz -> knewstuff-5.68.0.tar.xz ++
 11013 lines of diff (skipped)




commit knewstuff for openSUSE:Leap:15.2

2020-02-16 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Leap:15.2 
checked in at 2020-02-16 18:27:11

Comparing /work/SRC/openSUSE:Leap:15.2/knewstuff (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.26092 (New)


Package is "knewstuff"

Sun Feb 16 18:27:11 2020 rev:60 rq:773935 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knewstuff/knewstuff.changes2020-01-19 
15:49:55.597789435 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.26092/knewstuff.changes 
2020-02-16 18:28:09.570712945 +0100
@@ -1,0 +2,20 @@
+Sun Feb  2 18:07:05 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:53 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:
+  * Unbreak the KNSQuick::Engine::changedEntries functionality
+  * Make it compile against last qt5.15 without deprecated methods
+  * Add ellipsis at the end, as per HIG
+  * API dox: add since for KDE_INSTALL_KNSRCDIR, note
+backward-compatible variant
+  * Fix the KNSQuick Dialog's close title and basic layout
+
+---

Old:

  knewstuff-5.66.0.tar.xz
  knewstuff-5.66.0.tar.xz.sig

New:

  knewstuff-5.67.0.tar.xz
  knewstuff-5.67.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.cznWA3/_old  2020-02-16 18:28:09.978713159 +0100
+++ /var/tmp/diff_new_pack.cznWA3/_new  2020-02-16 18:28:09.982713160 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
-%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:   knewstuff
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later
@@ -53,11 +53,11 @@
 BuildRequires:  cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5Qml) >= 5.11.0
-BuildRequires:  cmake(Qt5Quick) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
-BuildRequires:  cmake(Qt5Xml) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Qml) >= 5.12.0
+BuildRequires:  cmake(Qt5Quick) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Xml) >= 5.12.0
 
 %description
 The KNewStuff library implements collaborative data sharing for
@@ -129,7 +129,7 @@
 Requires:   libKF5NewStuffCore5 = %{version}
 Requires:   cmake(KF5Service) >= %{_kf5_bugfix_version}
 Requires:   cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5Widgets) >= 5.11.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
 
 %description devel
 The KNewStuff library implements collaborative data sharing for
@@ -143,7 +143,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ knewstuff-5.66.0.tar.xz -> knewstuff-5.67.0.tar.xz ++
 6332 lines of diff (skipped)




commit knewstuff for openSUSE:Leap:15.2

2020-01-19 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Leap:15.2 
checked in at 2020-01-19 15:48:14

Comparing /work/SRC/openSUSE:Leap:15.2/knewstuff (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.26092 (New)


Package is "knewstuff"

Sun Jan 19 15:48:14 2020 rev:59 rq:764657 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knewstuff/knewstuff.changes2020-01-15 
15:16:25.622275621 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.knewstuff.new.26092/knewstuff.changes 
2020-01-19 15:49:55.597789435 +0100
@@ -1,0 +2,16 @@
+Sun Jan  5 09:02:15 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:
+  * Remove endl. qCritical/qDebug already adds a endl.
+  * QHash::insertMulti is deprecated
+  * Update the obsolete projects.kde.org URL
+  * Ensure the dialog title is correct with an uninitialised engine
+  * Don't show the info icon on the big preview delegate (kde#413436)
+  * Support archive installs with adoption commands (kde#407687)
+  * Send along the config name with requests
+
+---

Old:

  knewstuff-5.65.0.tar.xz
  knewstuff-5.65.0.tar.xz.sig

New:

  knewstuff-5.66.0.tar.xz
  knewstuff-5.66.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.SjNeVB/_old  2020-01-19 15:49:56.173789777 +0100
+++ /var/tmp/diff_new_pack.SjNeVB/_new  2020-01-19 15:49:56.173789777 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knewstuff
 #
-# 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   libKF5NewStuff5
-%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:   knewstuff
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 License:LGPL-2.1-or-later


++ knewstuff-5.65.0.tar.xz -> knewstuff-5.66.0.tar.xz ++
 14237 lines of diff (skipped)