commit lazarus for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package lazarus for openSUSE:Factory checked 
in at 2020-07-14 07:55:54

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


Package is "lazarus"

Tue Jul 14 07:55:54 2020 rev:11 rq:820053 version:2.0.10

Changes:

--- /work/SRC/openSUSE:Factory/lazarus/lazarus.changes  2020-04-16 
23:02:49.443653451 +0200
+++ /work/SRC/openSUSE:Factory/.lazarus.new.3060/lazarus.changes
2020-07-14 07:58:34.849651938 +0200
@@ -1,0 +2,8 @@
+Wed Jul  8 17:15:55 UTC 2020 - Luigi Baldoni 
+
+- Update to version 2.0.10
+  This is a bugfix release. For a complete list of changes see:
+  
https://wiki.freepascal.org/Lazarus_2.0_fixes_branch#Fixes_for_2.0.10_.28merged.29
+- Add lazarus-2.0.10-fpc304.patch (fix build with fpc 3.0.4)
+
+---

Old:

  lazarus-2.0.8.tar.gz

New:

  lazarus-2.0.10-fpc304.patch
  lazarus-2.0.10.tar.gz



Other differences:
--
++ lazarus.spec ++
--- /var/tmp/diff_new_pack.5DclRM/_old  2020-07-14 07:58:36.233656419 +0200
+++ /var/tmp/diff_new_pack.5DclRM/_new  2020-07-14 07:58:36.237656432 +0200
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:   lazarus
-Version:2.0.8
+Version:2.0.10
 Release:0
 # Please note that the LGPL is modified and this is not multi-licensed, but 
each component has a separate license chosen.
 Summary:FreePascal RAD IDE and Component Library
@@ -33,6 +33,8 @@
 Patch0: %{name}-Makefile_patch.diff
 # PATCH-FIX-OPENSUSE lazarus.desktop.patch -- Fix desktop file
 Patch1: lazarus.desktop.patch
+# PATCH-FIX-UPSTREAM lazarus-2.0.10-fpc304.patch
+Patch2: lazarus-2.0.10-fpc304.patch
 %if 0%{?suse_version} > 1210
 BuildRequires:  desktop-file-utils
 %else
@@ -101,6 +103,7 @@
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # remove unneeded files
 rm -rf debian

++ lazarus-2.0.10-fpc304.patch ++
From: Mattias Gaertner 
Date: 2020-07-07 09:25:48 UTC
Subject: fixed compile fpc 3.0.4
References: r63523

chmhelp: fixed compile fpc 3.0.4

--- trunk/components/chmhelp/lhelp/chmspecialparser.pas 2020/07/07 03:59:57 
63522
+++ trunk/components/chmhelp/lhelp/chmspecialparser.pas 2020/07/07 09:25:48 
63523
@@ -136,6 +136,7 @@
 // Add new child node
 fLastNode := AParentNode;
 NewNode := TContentTreeNode(fTreeView.Items.AddChild(AParentNode, txt));
+{$IF FPC_FULLVERSION>=30200}
 URL:='';
 for x:=0 to AItem.SubItemcount-1 do
 begin
@@ -146,6 +147,9 @@
   if URL<>'' then
 break;
 end;
+{$ELSE}
+URL:=AItem.URL;
+{$ENDIF}
 NewNode.Url := FixURL('/'+URL);
 NewNode.Data := fChm;
 if fTreeView.Images <> nil then
++ lazarus-2.0.8.tar.gz -> lazarus-2.0.10.tar.gz ++
/work/SRC/openSUSE:Factory/lazarus/lazarus-2.0.8.tar.gz 
/work/SRC/openSUSE:Factory/.lazarus.new.3060/lazarus-2.0.10.tar.gz differ: char 
5, line 1




commit blender for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2020-07-14 07:57:12

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


Package is "blender"

Tue Jul 14 07:57:12 2020 rev:134 rq:820028 version:2.83.2

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2020-07-08 
19:18:24.812058827 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new.3060/blender.changes
2020-07-14 07:59:09.449763970 +0200
@@ -1,0 +2,28 @@
+Fri Jul 10 11:12:11 UTC 2020 - Marcus Rueckert 
+
+- Update to version 2.83.2 
+  - Random crash when rendering animation [T77734]
+  - Overlay: “Outline Selected” overlay doesnt affect armatures
+[T66934]
+  - Crash when closing window while Outliner shows screens
+[ef0ded4df389]
+  - Crash on undo Draw Face Sets stroke with dyntopo active
+[T77328]
+  - Fix random crash in Cycles smoke volume loading [2d89951be54d]
+  - UV Editor: Fix Vertex Overlay color not being color managed
+[000fbef35d24]
+  - Crash after any alembic import undo in an empty scene [T77754]
+  - Crash on proxied rig, custom bone shape, driver targeting rig
+[T77712]
+  - Crash in VR session when opening material preview [T77830]
+  - Fix memory leak calculating deform modifiers in edit-mode
+[91b455c00f28]
+  - Incorrect handling of negative-scale bit in DRWResourceHandle
+[T77913]
+  - VSE Sequencer/Preview crash after fullscreen [T78112]
+  - Compositor Disabled Node Config -> SegFault [T67358]
+  - Undo crash due to IDTemplate operations missing undo push
+[T78172]
+  - Simple scene created in version 2.82 crashes Blender [T77460]
+
+---

Old:

  blender-2.83.1.tar.xz
  blender-2.83.1.tar.xz.md5sum

New:

  blender-2.83.2.tar.xz
  blender-2.83.2.tar.xz.md5sum



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.B38LAl/_old  2020-07-14 07:59:10.413767091 +0200
+++ /var/tmp/diff_new_pack.B38LAl/_new  2020-07-14 07:59:10.413767091 +0200
@@ -48,7 +48,7 @@
 %define _suffix %(echo %{_version} | tr -d '.')
 
 Name:   blender
-Version:2.83.1
+Version:2.83.2
 Release:0
 Summary:A 3D Modelling And Rendering Package
 License:GPL-2.0-or-later

++ blender-2.83.1.tar.xz -> blender-2.83.2.tar.xz ++
/work/SRC/openSUSE:Factory/blender/blender-2.83.1.tar.xz 
/work/SRC/openSUSE:Factory/.blender.new.3060/blender-2.83.2.tar.xz differ: char 
26, line 1

++ blender-2.83.1.tar.xz.md5sum -> blender-2.83.2.tar.xz.md5sum ++
--- /work/SRC/openSUSE:Factory/blender/blender-2.83.1.tar.xz.md5sum 
2020-07-08 19:18:23.760055094 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new.3060/blender-2.83.2.tar.xz.md5sum   
2020-07-14 07:59:09.433763918 +0200
@@ -1 +1 @@
-17a4f13253abbc8018ec4964e5db4dc3  blender-2.83.1.tar.xz
+1fc281880f390f32698e01efe90afd60  blender-2.83.2.tar.xz





commit spyder for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2020-07-14 07:56:39

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


Package is "spyder"

Tue Jul 14 07:56:39 2020 rev:8 rq:820050 version:4.1.4

Changes:

--- /work/SRC/openSUSE:Factory/spyder/spyder.changes2020-05-29 
21:39:02.862948250 +0200
+++ /work/SRC/openSUSE:Factory/.spyder.new.3060/spyder.changes  2020-07-14 
07:59:00.145733844 +0200
@@ -1,0 +2,20 @@
+Fri Jul 10 19:58:01 UTC 2020 - Benjamin Greiner 
+
+- Update to version 4.1.4
+  * Important fixes
+* Correctly restart kernels after a crash while running code.
+* Clear variable explorer after a kernel restart.
+* Fix several errors when sorting variables in the variable
+  explorer.
+* Fix selection color in several syntax highlighting themes.
+* Support Jedi 0.17.1, which fixes several issues with code
+  completion in the editor.
+* Fix errors when running Dask code in the IPython console. 
+* Only show folding arrows when the user hovers over them, which
+  improves responsiveness in the editor.
+* Fix several problems with the integration between our projects
+  and the Python language server.
+* Handle NaT values in the Variable Explorer. 
+- drop spyder-pr12746-fixtests.patch merged upstream
+  
+---

Old:

  spyder-4.1.3.tar.gz
  spyder-pr12746-fixtests.patch

New:

  spyder-4.1.4.tar.gz



Other differences:
--
++ spyder.spec ++
--- /var/tmp/diff_new_pack.LHaIZM/_old  2020-07-14 07:59:00.977736538 +0200
+++ /var/tmp/diff_new_pack.LHaIZM/_new  2020-07-14 07:59:00.977736538 +0200
@@ -23,7 +23,7 @@
 %endif
 %define skip_python2 1
 Name:   spyder
-Version:4.1.3
+Version:4.1.4
 Release:0
 Summary:The Scientific Python Development Environment
 License:MIT
@@ -31,7 +31,6 @@
 URL:https://www.spyder-ide.org/
 Source: 
https://github.com/spyder-ide/spyder/archive/v%{version}.tar.gz#/spyder-%{version}.tar.gz
 Source1:spyder-rpmlintrc
-Patch0: spyder-pr12746-fixtests.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-setuptools
@@ -48,24 +47,24 @@
 Requires:   python3-diff-match-patch >= 2018
 Requires:   python3-intervaltree
 Requires:   python3-ipython >= 4.0
-Requires:   python3-jedi >= 0.15.2
+Requires:   python3-jedi >= 0.17.1
 Requires:   python3-keyring
 Requires:   python3-nbconvert >= 4.0
 Requires:   python3-numpydoc >= 0.6.0
 Requires:   python3-paramiko >= 2.4.0
-Requires:   python3-parso >= 0.5.2
+Requires:   python3-parso >= 0.7.0
 Requires:   python3-pexpect >= 0.4.4
 Requires:   python3-pickleshare >= 0.4
 Requires:   python3-psutil >= 5.3
 Requires:   python3-pygments >= 2.0
-Requires:   python3-pylint >= 0.25
-Requires:   python3-python-language-server >= 0.31.9
+Requires:   python3-pylint >= 1.0
+Requires:   python3-python-language-server >= 0.34
 Requires:   python3-pyxdg >= 0.26
 Requires:   python3-pyzmq >= 17
 Requires:   python3-qt5 >= 5.5
 Requires:   python3-qtconsole >= 4.6.0
 Requires:   python3-qtwebengine-qt5
-Requires:   python3-spyder-kernels >= 1.9.1
+Requires:   python3-spyder-kernels >= 1.9.2
 Requires:   python3-watchdog
 Recommends: %{name}-dicom
 Recommends: %{name}-hdf5
@@ -109,7 +108,7 @@
 BuildRequires:  python3-flaky
 BuildRequires:  python3-intervaltree
 BuildRequires:  python3-ipython >= 4.0
-BuildRequires:  python3-jedi >= 0.15.2
+BuildRequires:  python3-jedi >= 0.17.1
 BuildRequires:  python3-keyring
 BuildRequires:  python3-matplotlib >= 2.0.0
 BuildRequires:  python3-matplotlib-qt5
@@ -118,13 +117,13 @@
 BuildRequires:  python3-nbconvert >= 4.0
 BuildRequires:  python3-numpydoc >= 0.6.0
 BuildRequires:  python3-pandas >= 0.13.1
-BuildRequires:  python3-parso >= 0.5.2
+BuildRequires:  python3-parso >= 0.7.0
 BuildRequires:  python3-pexpect >= 4.4.0
 BuildRequires:  python3-pickleshare >= 0.4
 BuildRequires:  python3-psutil >= 5.3
 BuildRequires:  python3-pyaml
 BuildRequires:  python3-pygments >= 2.0
-BuildRequires:  python3-pylint >= 0.25
+BuildRequires:  python3-pylint >= 1.0
 BuildRequires:  python3-pytest >= 5.0
 BuildRequires:  python3-pytest-lazy-fixture
 BuildRequires:  python3-pytest-mock
@@ -132,14 +131,14 @@
 BuildRequires:  python3-pytest-qt
 BuildRequires:  python3-pytest-timeout
 BuildRequires:  python3-pytest-xvfb
-BuildRequires:  python3-python-language-server >= 0.31.9
+BuildRequires:  python3-python-language-server 

commit libtorrent-rasterbar for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2020-07-14 07:56:46

Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
 and  /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.3060 (New)


Package is "libtorrent-rasterbar"

Tue Jul 14 07:56:46 2020 rev:64 rq:820031 version:1.2.7

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2020-02-24 15:51:19.359327055 +0100
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new.3060/libtorrent-rasterbar.changes
  2020-07-14 07:59:02.265740708 +0200
@@ -1,0 +2,49 @@
+Fri Jul 10 04:42:21 UTC 2020 - aloi...@gmx.com
+
+- Update to version 1.2.7
+  * add set_alert_fd in python binding, to supersede
+set_alert_notify
+  * fix bug in part files > 2 GiB
+  * add function to clear the peer list for a torrent
+  * fix resume data functions to save/restore more torrent flags
+  * limit number of concurrent HTTP announces
+  * fix queue position for force_rechecking a torrent that is
+not auto-managed
+  * improve rate-based choker documentation, and minor tweak
+  * undeprecate upnp_ignore_nonrouters (but refering to devices
+on our subnet)
+  * increase default tracker timeout
+  * retry failed socks5 server connections
+  * allow UPnP lease duration to be changed after device
+discovery
+  version 1.2.6:
+  * fix peer timeout logic
+  * simplify proxy handling. A proxy now overrides
+listen_interfaces
+  * fix issues when configured to use a non-default choking
+algorithm
+  * fix issue in reading resume data
+  * revert NXDOMAIN change from 1.2.4
+  * don't open any listen sockets if listen_interfaces is empty
+or misconfigured
+  * fix bug in auto disk cache size logic
+  * fix issue with outgoing_interfaces setting, where bind()
+would be called twice
+  * add build option to disable share-mode
+  * support validation of HTTPS trackers
+  * deprecate strict super seeding mode
+  * make UPnP port-mapping lease duration configurable
+  * deprecate the bittyrant choking algorithm
+  * add build option to disable streaming
+  version 1.2.5:
+  * announce port=1 instead of port=0, when there is no listen
+port
+  * fix LSD over IPv6
+  * support TCP_NOTSENT_LOWAT
+  * fix correct interface binding of local service discovery
+multicast
+  * fix issue with knowing which interfaces to announce to
+trackers and DHT
+  * undeprecate settings_pack::dht_upload_rate_limit
+
+---

Old:

  libtorrent-rasterbar-1.2.4.tar.gz

New:

  libtorrent-rasterbar-1.2.7.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.yhImrB/_old  2020-07-14 07:59:03.449744542 +0200
+++ /var/tmp/diff_new_pack.yhImrB/_new  2020-07-14 07:59:03.449744542 +0200
@@ -18,19 +18,21 @@
 
 %define _name   libtorrent
 %define sover   10
-%define _version 1_2_4
+%define _version 1_2_7
 %bcond_without  python2
 %bcond_without  python3
 %bcond_with examples
 %bcond_with tests
 Name:   libtorrent-rasterbar
-Version:1.2.4
+Version:1.2.7
 Release:0
 Summary:A C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 URL:https://libtorrent.org/
-Source: 
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/arvidn/%{_name}/releases/download/%{_name}_%{_version}/%{name}-%{version}.tar.gz
+# for directory ownership
+BuildRequires:  cmake-full
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
@@ -203,6 +205,7 @@
 %endif
 
 %files devel
+%{_datadir}/cmake/Modules/FindLibtorrentRasterbar.cmake
 %{_includedir}/%{_name}/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc

++ libtorrent-rasterbar-1.2.4.tar.gz -> libtorrent-rasterbar-1.2.7.tar.gz 
++
 34730 lines of diff (skipped)




commit mumble for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2020-07-14 07:57:04

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


Package is "mumble"

Tue Jul 14 07:57:04 2020 rev:60 rq:820459 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/mumble/mumble.changes2020-04-16 
23:03:42.363698948 +0200
+++ /work/SRC/openSUSE:Factory/.mumble.new.3060/mumble.changes  2020-07-14 
07:59:07.117756419 +0200
@@ -1,0 +2,60 @@
+Sat Jul 11 18:06:46 UTC 2020 - Andreas Stieger 
+
+- mumble 1.3.2:
+  * client: Fixed overlay not starting
+- fetch upstream release signing key for 2020
+
+---
+Fri Jun 19 20:00:00 2020 UTC - Markus Ebner 
+
+- Update to upstream version 1.3.1
+- Security
+  * Fixed: Potential exploit in the OCB2 encryption (#4227)
+boo#1174041
+- ICE
+  * Fixed: Added missing UserKDFIterations field to UserInfo =>
+Prevents getRegistration() from failing with enumerator
+out of range error (#3835)
+- GRPC
+  * Fixed: Segmentation fault during murmur shutdown (#3938)
+- Client
+  * Fixed: Crash when using multiple monitors (#3756)
+  * Fixed: Don't send empty message from clipboard via shortcut,
+if clipboard is empty (#3864)
+  * Fixed: Talking indicator being able to freeze to indicate talking
+when self-muted (#4006)
+  * Fixed: High CPU usage for update-check if update server not
+available (#4019)
+  * Fixed: DBus getCurrentUrl returning empty string when not in
+root-channel (#4029)
+  * Fixed: Small parts of whispering leaking out (#4051)
+  * Fixed: Last audio frame of normal talking is sent to last
+whisper target (#4050)
+  * Fixed: LAN-icon not found in ConnectDialog (#4058)
+  * Improved: Set maximal vertical size for User Volume Adjustment
+dialog (#3801)
+  * Improved: Don't send empty data to PulseAudio (#3316)
+  * Improved: Use the SRV resolved port for UDP connections (#3820)
+  * Improved: Manual Plugin UI (#3919)
+  * Improved: Don't start Jack server by default (#3990)
+  * Improved: Overlay doesn't hook into all other processes by
+default (#4041)
+  * Improved: Wait longer before disconnecting from a server due
+to unanswered Ping-messages (#4123)
+- Server
+  * Fixed: Possibility to circumvent max user-count
+in channel (#3880)
+  * Fixed: Rate-limit implementation susceptible to
+time-underflow (#4004)
+  * Fixed: OpenSSL error 140E0197 with Qt >= 5.12.2 (#4032)
+  * Fixed: VersionCheck for SQL for when to use the
+WAL feature (#4163)
+  * Fixed: Wrong database encoding that could lead
+to server-crash (#4220)
+  * Fixed: DB crash due to primary key violation
+(now performs "UPSERT" to avoid this) (#4105)
+  * Improved: The fields in the Version ProtoBuf message are
+now size-restricted (#4101)
+- Drop patch add-speechd-include-path.patch, included upstream
+
+---

Old:

  add-speechd-include-path.patch
  mumble-1.3.0.tar.gz
  mumble-1.3.0.tar.gz.sig

New:

  mumble-1.3.2.tar.gz
  mumble-1.3.2.tar.gz.sig



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.IWCUxd/_old  2020-07-14 07:59:08.061759476 +0200
+++ /var/tmp/diff_new_pack.IWCUxd/_new  2020-07-14 07:59:08.061759476 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mumble
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 +17,7 @@
 
 
 #%%define snapshot rc2
-%define ver 1.3.0
+%define ver 1.3.2
 %if 0%{?fedora_version}
 %bcond_without ice
 %else
@@ -47,10 +47,9 @@
 Source2:mumble-server.init
 Source3:murmur.apparmor
 # http://mumble.info/gpg/gpg.txt
-Source4:
https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2019.asc#/%{name}.keyring
+Source4:
https://raw.githubusercontent.com/mumble-voip/mumble-gpg-signatures/master/mumble-auto-build-2020.asc#/%{name}.keyring
 Source5:mumble-server.service
 Source6:baselibs.conf
-Patch0: add-speechd-include-path.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libcap-devel
 BuildRequires:  libogg-devel
@@ -161,11 +160,11 @@
 %package server
 Summary:Voice Communication Server for Gamers
 Group:  Productivity/Multimedia/Sound/Utilities
-Recommends: libQt5Sql5-mysql
-Recommends: libQt5Sql5-postgresql
 Requires:   libQt5Sql5-sqlite
 Requires:   lsb-release
 Requires(pre):  %{_sbindir}/useradd

commit python-avro for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-avro for openSUSE:Factory 
checked in at 2020-07-14 07:58:14

Comparing /work/SRC/openSUSE:Factory/python-avro (Old)
 and  /work/SRC/openSUSE:Factory/.python-avro.new.3060 (New)


Package is "python-avro"

Tue Jul 14 07:58:14 2020 rev:7 rq:820505 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-avro/python-avro.changes  2020-06-10 
00:42:55.770109982 +0200
+++ /work/SRC/openSUSE:Factory/.python-avro.new.3060/python-avro.changes
2020-07-14 07:59:26.781820090 +0200
@@ -1,0 +2,12 @@
+Sat Jul 11 09:34:41 UTC 2020 - Benjamin Greiner 
+
+- Update to version 1.10.0
+  AVRO-2387 Type checking added to python  
+  AVRO-2656 avro-python package is now the preferred python3 library
+  and avro-python3 is prepared to be deprecated
+- reenable unit tests
+- remove unnecessary BuildRequires for the linting packages
+- add untested and not in setup.cfg declared but imported packages
+  into Requires https://issues.apache.org/jira/browse/AVRO-2595
+
+---

Old:

  avro-1.9.2.tar.gz

New:

  avro-1.10.0.tar.gz



Other differences:
--
++ python-avro.spec ++
--- /var/tmp/diff_new_pack.yhvyVA/_old  2020-07-14 07:59:27.561822615 +0200
+++ /var/tmp/diff_new_pack.yhvyVA/_new  2020-07-14 07:59:27.565822628 +0200
@@ -18,30 +18,32 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-avro
-Version:1.9.2
+Version:1.10.0
 Release:0
 Summary:A serialization and RPC framework for Python
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://avro.apache.org/
 Source: 
https://files.pythonhosted.org/packages/source/a/avro/avro-%{version}.tar.gz
-BuildRequires:  %{python_module isort}
-BuildRequires:  %{python_module pycodestyle}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Requires:   python-Twisted
+Requires:   python-zope.interface
 Suggests:   python-python-snappy
 BuildArch:  noarch
 %python_subpackages
 
 %description
-Avro is a serialization and RPC framework.
+Apache Avro is a serialization and RPC framework.
+This package contains the python implementation of Avro.
 
 %prep
 %setup -q -n avro-%{version}
+sed -i '1{\@^#!/usr/bin/env python@d}' avro/*.py avro/tether/*.py 
avro/test/*.py
 
 %build
 %python_build
@@ -52,9 +54,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# Dies on which is nowhere even in their VCS
-#  E   ImportError: No module named set_avro_test_path
-#%%pytest
+# test_server_with_path: tries to connect to apache.org
+%pytest -k "not test_server_with_path"
 
 %post
 %python_install_alternative avro
@@ -64,6 +65,7 @@
 
 %files %{python_files}
 %python_alternative %{_bindir}/avro
-%{python_sitelib}/*
+%{python_sitelib}/avro
+%{python_sitelib}/avro-%{version}-py*.egg-info
 
 %changelog

++ avro-1.9.2.tar.gz -> avro-1.10.0.tar.gz ++
 15973 lines of diff (skipped)




commit dnscrypt-proxy for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package dnscrypt-proxy for openSUSE:Factory 
checked in at 2020-07-14 07:57:54

Comparing /work/SRC/openSUSE:Factory/dnscrypt-proxy (Old)
 and  /work/SRC/openSUSE:Factory/.dnscrypt-proxy.new.3060 (New)


Package is "dnscrypt-proxy"

Tue Jul 14 07:57:54 2020 rev:6 rq:820018 version:2.0.44

Changes:

--- /work/SRC/openSUSE:Factory/dnscrypt-proxy/dnscrypt-proxy.changes
2020-07-10 14:12:51.491524879 +0200
+++ /work/SRC/openSUSE:Factory/.dnscrypt-proxy.new.3060/dnscrypt-proxy.changes  
2020-07-14 07:59:18.293792606 +0200
@@ -1,0 +2,11 @@
+Tue Jun 30 12:00:00 UTC 2020 - cu...@mail.de
+
+- Made PID available in /run/dnscrypt-proxy/dnscrypt-proxy.pid
+  through systemd service unit.
+
+- README.openSUSE updated.
+
+- dnscrypt-proxy.socket.conf added as example for a systemd
+  drop-in file to override the socket unit.
+
+---

New:

  dnscrypt-proxy.socket.conf



Other differences:
--
++ dnscrypt-proxy.spec ++
--- /var/tmp/diff_new_pack.ERWrDu/_old  2020-07-14 07:59:21.357802527 +0200
+++ /var/tmp/diff_new_pack.ERWrDu/_new  2020-07-14 07:59:21.361802540 +0200
@@ -41,12 +41,16 @@
 Source5:install_licenses.sh
 # Some words
 Source6:README.openSUSE
+# Example how to override socket unit
+Source7:%{name}.socket.conf
 BuildRequires:  golang(API) >= 1.14
 BuildRequires:  golang-packaging
 BuildRequires:  pkgconfig
 BuildRequires:  shadow
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(libsystemd)
+# For systemd pidfile solution.
+Requires:   bash
 # for daemon group/user
 Requires(pre):  shadow
 %{?systemd_requires}
@@ -81,7 +85,7 @@
 sed -i "1s/#! \/usr\/bin\/env python3/#! \/usr\/bin\/python3/" 
utils/generate-domains-blacklists/generate-domains-blacklist.py
 
 %build
-cd dnscrypt-proxy
+cd %{name}
 go build -mod=vendor -buildmode=pie
 
 %install
@@ -91,8 +95,7 @@
   %{buildroot}%{home_dir}   \
   %{buildroot}%{config_dir}
 
-install -D -d -m 0755   \
-  %{buildroot}%{_datadir}/%{name}/
+install -D -d -m 0755 %{buildroot}%{_datadir}/%{name}/
 
 # Binary
 install -D -m 0755 %{name}/%{name} %{buildroot}%{_sbindir}/%{name}
@@ -132,6 +135,9 @@
 # Some hints. Improvements and feedback welcome!
 cp %{SOURCE6} README.openSUSE
 
+# Example drop-in.
+cp %{SOURCE7} %{name}.socket.conf
+
 %pre
 # group and user
 getent group %{user_group} >/dev/null || %{_sbindir}/groupadd -r %{user_group}
@@ -166,7 +172,7 @@
 %dir %attr(0750,%{user_group},%{user_group}) %{home_dir}
 %dir %attr(0750,%{user_group},%{user_group}) %{log_dir}
 %{_docdir}/%{name}/
-%doc ChangeLog README.md README.openSUSE
+%doc ChangeLog README.md README.openSUSE %{name}.socket.conf
 %license LICENSE
 %{_licensedir}/%{name}/%{vlic_dir}/
 

++ README.openSUSE ++
--- /var/tmp/diff_new_pack.ERWrDu/_old  2020-07-14 07:59:21.389802631 +0200
+++ /var/tmp/diff_new_pack.ERWrDu/_new  2020-07-14 07:59:21.393802644 +0200
@@ -1,27 +1,73 @@
-Some tips:
+***
+* *
+*README.openSUSE last edited for version 2.0.44   *
+* *
+***
 
-1. Configure /etc/dnscrypt-proxy/dnscrypt-proxy.toml for your use case first!
 
-2. Override "ListenStream" and "ListenDatagram" for dnscrypt-proxy.socket
-   according to your setup, especially if dnscrypt-proxy should not be used as
-   your primary name resolver.
-   In this case you might want to forward queries from a tool
-   like "dnsmasq" to dnscrypt-proxy.
-   Then the later should probably not listen on the default adress/port.
+Some hints:
+---
 
-3. If running via systemd, start as root once with
+Configure /etc/dnscrypt-proxy/dnscrypt-proxy.toml for your use case first!
+
+A.
+If dnscrypt-proxy should act as your primary resolver and only listen at
+127.0.0.1:53, start as root once with
 
   $ systemctl start dnscrypt-proxy.socket
 
-   For always activating, do
+  and if you don't want to repeat this after next boots, do
 
   $ systemctl enable dnscrypt-proxy.socket
 
-4. Alternatively dnscrypt-proxy.service can be used the same way.
-   This will require you to set or uncomment "listen_addresses" in
-   /etc/dnscrypt-proxy/dnscrypt-proxy.toml
-   In this case the socket configuration described in (2.)
-   has to be done in this file directly.
 
+B.
+If you have some other resolver listening on 127.0.0.1:53 that should forward
+queries to dnscrypt-proxy it is recommended to create 

commit python-pymisp for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2020-07-14 07:56:29

Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old)
 and  /work/SRC/openSUSE:Factory/.python-pymisp.new.3060 (New)


Package is "python-pymisp"

Tue Jul 14 07:56:29 2020 rev:28 rq:820415 version:2.4.128

Changes:

--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes  
2020-06-10 00:45:13.774456503 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new.3060/python-pymisp.changes
2020-07-14 07:58:50.353702139 +0200
@@ -1,0 +2,36 @@
+Sat Jul  4 12:20:23 UTC 2020 - Sebastian Wagner 
+
+- update to version 5.0.2:
+ - Ensured black profile was complete, adding missing line_length definition.
+- update to version 5.0.1:
+ - Fixed a runtime error in a vendored dependency (toml).
+- update to version 5.0.0:
+ - Breaking changes:
+  - isort now requires Python 3.6+ to run but continues to support formatting 
on ALL versions of python including Python 2 code.
+  - isort deprecates official support for Python 3.4, removing modules only in 
this release from known_standard_library:
+  - user
+  - Config files are no longer composed on-top of each-other. Instead the 
first config file found is used.
+  - Since there is no longer composition negative form settings (such as 
--dont-skip) are no longer required and have been removed.
+  - Two-letter shortened setting names (like ac for atomic) now require two 
dashes to avoid ambiguity: --ac.
+  - For consistency with other tools -v now is shorthand for verbose and -V is 
shorthand for version. See Issue: #1067.
+  - length_sort_{section_name} config usage has been deprecated. Instead 
length_sort_sections list can be used to specify a list of sections that need 
to be length sorted.
+  - safety_excludes and unsafe have been deprecated
+  - Config now includes as default full set of safety directories defined by 
safety excludes.
+  - --recursive option has been removed. Directories passed in are now 
automatically sorted recursive.
+  - --apply option has been removed as it is the default behaviour.
+  - isort now does nothing, beyond giving instructions and exiting status code 
0, when ran with no arguments.
+  - a new --interactive flag has been added to enable the old style 
behaviour.
+  - isort now works on contiguous sections of imports, instead of one whole 
file at a time.
+  - isort now formats all nested "as" imports in the "from" form. import x.y 
as a becomes from x import y as a.
+  - keep_direct_and_as_imports option now defaults to True.
+  - appdirs is no longer supported. Unless manually specified, config should 
be project config only.
+  - toml is now installed as a vendorized module, meaning pyproject.toml based 
config is always supported.
+  - Completely new Python API, old version is removed and no longer accessible.
+  - New module placement logic and module fully replaces old finders. Old 
approach is still available via --old-finders.
+ - Internal:
+  - isort now utilizes mypy and typing to filter out typing related issues 
before deployment.
+  - isort now utilizes black internally to ensure more consistent formatting.
+  - profile support for common project types (black, django, google, etc)
+  - Much much more. There is some difficulty in fully capturing the extent of 
changes in this release - just because of how all encompassing the release is. 
See: Github Issues for more.
+
+---

Old:

  python-pymisp-2.4.126.tar.gz

New:

  python-pymisp-2.4.128.tar.gz



Other differences:
--
++ python-pymisp.spec ++
--- /var/tmp/diff_new_pack.i02a9h/_old  2020-07-14 07:58:51.309705234 +0200
+++ /var/tmp/diff_new_pack.i02a9h/_new  2020-07-14 07:58:51.313705246 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%define misp_objects_revision 10fe1b29574279902d9c9097e6e67a872ecbe2cf
+%define misp_objects_revision b7c2562a4f2b79b3764a8e3fcd38d24bb5abfa33
 Name:   python-pymisp
-Version:2.4.126
+Version:2.4.128
 Release:0
 Summary:Python API for MISP
 License:BSD-2-Clause
@@ -74,7 +74,6 @@
 
 %prep
 %setup -q -n PyMISP-%{version}
-#%%setup -q -n pymisp-%%{version}
 %setup -T -D -b 1 -n PyMISP-%{version}
 mv ../misp-objects-*/* pymisp/data/misp-objects/
 find pymisp examples -name "*.py" -type f -exec sed -i '1s/^#!.*//' '{}' \+

++ misp-objects.tar.gz ++
 2031 lines of diff (skipped)

++ python-pymisp-2.4.126.tar.gz -> python-pymisp-2.4.128.tar.gz ++
 3628 lines of diff (skipped)




commit raft for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "raft"

Tue Jul 14 07:56:52 2020 rev:9 rq:820059 version:0.9.23

Changes:

--- /work/SRC/openSUSE:Factory/raft/raft.changes2020-06-03 
20:35:46.485784255 +0200
+++ /work/SRC/openSUSE:Factory/.raft.new.3060/raft.changes  2020-07-14 
07:59:04.609748298 +0200
@@ -1,0 +2,8 @@
+Fri Jul 10 22:35:29 UTC 2020 - Andreas Stieger 
+
+- raft 0.9.23:
+  * Disable async for UBIFS
+  * Reset vote when converting to candidate and starting a prevote round
+  * use internal configuration APIs in uv module
+
+---

Old:

  raft-0.9.22.tar.gz

New:

  raft-0.9.23.tar.gz



Other differences:
--
++ raft.spec ++
--- /var/tmp/diff_new_pack.b887ea/_old  2020-07-14 07:59:05.505751199 +0200
+++ /var/tmp/diff_new_pack.b887ea/_new  2020-07-14 07:59:05.509751212 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without libuv
 Name:   raft
-Version:0.9.22
+Version:0.9.23
 Release:0
 Summary:Fully asynchronous C implementation of the Raft consensus 
protocol
 License:LGPL-3.0-only WITH linking-exception-lgpl-3.0

++ raft-0.9.22.tar.gz -> raft-0.9.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raft-0.9.22/configure.ac new/raft-0.9.23/configure.ac
--- old/raft-0.9.22/configure.ac2020-05-29 11:33:07.0 +0200
+++ new/raft-0.9.23/configure.ac2020-06-05 22:23:07.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT([raft], [0.9.22])
+AC_INIT([raft], [0.9.23])
 AC_LANG([C])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([ac])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raft-0.9.22/src/election.c 
new/raft-0.9.23/src/election.c
--- old/raft-0.9.22/src/election.c  2020-05-29 11:33:07.0 +0200
+++ new/raft-0.9.23/src/election.c  2020-06-05 22:23:07.0 +0200
@@ -124,8 +124,18 @@
 assert(n_voters <= r->configuration.n);
 assert(voting_index < n_voters);
 
-/* During pre-vote we don't actually increment term or persist vote. */
-if (!r->candidate_state.in_pre_vote) {
+/* During pre-vote we don't actually increment term or persist vote, 
however
+ * we reset any vote that we previously granted since we have timed out and
+ * that vote is no longer valid. */
+if (r->candidate_state.in_pre_vote) {
+/* Reset vote */
+rv = r->io->set_vote(r->io, 0);
+if (rv != 0) {
+goto err;
+}
+/* Update our cache too. */
+r->voted_for = 0;
+} else {
 /* Increment current term */
 term = r->current_term + 1;
 rv = r->io->set_term(r->io, term);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raft-0.9.22/src/snapshot.c 
new/raft-0.9.23/src/snapshot.c
--- old/raft-0.9.22/src/snapshot.c  2020-05-29 11:33:07.0 +0200
+++ new/raft-0.9.23/src/snapshot.c  2020-06-05 22:23:07.0 +0200
@@ -19,7 +19,7 @@
 void snapshotClose(struct raft_snapshot *s)
 {
 unsigned i;
-raft_configuration_close(>configuration);
+configurationClose(>configuration);
 for (i = 0; i < s->n_bufs; i++) {
 raft_free(s->bufs[i].base);
 }
@@ -45,7 +45,7 @@
 return rv;
 }
 
-raft_configuration_close(>configuration);
+configurationClose(>configuration);
 r->configuration = snapshot->configuration;
 r->configuration_index = snapshot->configuration_index;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raft-0.9.22/src/uv_encoding.c 
new/raft-0.9.23/src/uv_encoding.c
--- old/raft-0.9.22/src/uv_encoding.c   2020-05-29 11:33:07.0 +0200
+++ new/raft-0.9.23/src/uv_encoding.c   2020-06-05 22:23:07.0 +0200
@@ -430,7 +430,7 @@
 args->conf_index = byteGet64();
 conf.len = (size_t)byteGet64();
 conf.base = (void *)cursor;
-raft_configuration_init(>conf);
+configurationInit(>conf);
 rv = configurationDecode(, >conf);
 if (rv != 0) {
 return rv;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raft-0.9.22/src/uv_fs.c new/raft-0.9.23/src/uv_fs.c
--- old/raft-0.9.22/src/uv_fs.c 2020-05-29 11:33:07.0 +0200
+++ new/raft-0.9.23/src/uv_fs.c 2020-06-05 22:23:07.0 +0200
@@ -582,6 +582,7 @@
 switch (fs_info.f_type) {
 case 0x01021994: /* TMPFS_MAGIC */
 

commit audacious-plugins for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package audacious-plugins for 
openSUSE:Factory checked in at 2020-07-14 07:57:17

Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.audacious-plugins.new.3060 (New)


Package is "audacious-plugins"

Tue Jul 14 07:57:17 2020 rev:17 rq:820034 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes  
2020-06-10 00:51:19.631401915 +0200
+++ 
/work/SRC/openSUSE:Factory/.audacious-plugins.new.3060/audacious-plugins.changes
2020-07-14 07:59:10.649767855 +0200
@@ -1,0 +2,6 @@
+Fri Jul 10 13:50:33 UTC 2020 - Petr Vorel 
+
+- Fix Winamp Default skin by removing wrong skin file
+  * See https://github.com/audacious-media-player/audacious-plugins/pull/93
+
+---



Other differences:
--
++ audacious-plugins.spec ++
--- /var/tmp/diff_new_pack.tniizj/_old  2020-07-14 07:59:11.153769487 +0200
+++ /var/tmp/diff_new_pack.tniizj/_new  2020-07-14 07:59:11.153769487 +0200
@@ -123,6 +123,9 @@
 %exclude %{_libdir}/audacious/Input/libaac-raw.so
 %endif
 %exclude %{_libdir}/audacious/Output/libfilewriter.so
+# Fix Winamp Default skin by removing wrong skin file
+# https://github.com/audacious-media-player/audacious-plugins/pull/93
+%exclude %{_datadir}/audacious/Skins/Default/balance.png
 %{_datadir}/audacious/
 
 %files lang -f %{name}.lang




commit v4l2loopback for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package v4l2loopback for openSUSE:Factory 
checked in at 2020-07-14 07:57:25

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


Package is "v4l2loopback"

Tue Jul 14 07:57:25 2020 rev:13 rq:820045 version:0.12.5

Changes:

--- /work/SRC/openSUSE:Factory/v4l2loopback/v4l2loopback.changes
2020-04-21 13:06:06.700267131 +0200
+++ /work/SRC/openSUSE:Factory/.v4l2loopback.new.3060/v4l2loopback.changes  
2020-07-14 07:59:11.357770148 +0200
@@ -1,0 +2,8 @@
+Fri Jul 10 18:44:42 UTC 2020 - Stefan Brüns 
+
+- Fixup util dependencies: pull in required vl42-ctl for
+  v4l2loopback-ctl, recommend gst-launch, supplement kernel
+  module (v4l2loopback.ko).
+- Make util package noarch, its just a shell script.
+
+---



Other differences:
--
++ v4l2loopback.spec ++
--- /var/tmp/diff_new_pack.Xs48O3/_old  2020-07-14 07:59:11.857771767 +0200
+++ /var/tmp/diff_new_pack.Xs48O3/_new  2020-07-14 07:59:11.857771767 +0200
@@ -28,17 +28,20 @@
 Patch0: v4l2loopback-include_header.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  help2man
-Requires:   v4l-utils
 %kernel_module_package -p %{_sourcedir}/preamble
 
 %description
-This module allows you to create "virtual video devices" normal (v4l2)
+This module allows you to create "virtual video devices". Normal (v4l2)
 applications will read these devices as if they were ordinary video
 devices, but the video will not be read from e.g. a capture card but
 instead it is generated by another application.
 
 %package utils
 Summary:Utils for V4L2 loopback devices
+Requires:   v4l-utils
+Recommends: gstreamer:/usr/bin/gst-launch-1.0
+Supplements:kmod(v4l2loopback.ko)
+BuildArch:  noarch
 
 %description utils
 v4l2loopback-ctl for controlling FPS, placeholder image and image format.




commit python-spyder-kernels for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-spyder-kernels for 
openSUSE:Factory checked in at 2020-07-14 07:56:36

Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
 and  /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.3060 (New)


Package is "python-spyder-kernels"

Tue Jul 14 07:56:36 2020 rev:16 rq:820033 version:1.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes  
2020-05-14 23:28:37.997483645 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.3060/python-spyder-kernels.changes
2020-07-14 07:58:56.993723638 +0200
@@ -1,0 +2,27 @@
+Fri Jul 10 17:57:33 UTC 2020 - Benjamin Greiner 
+
+- Update to version 1.9.2
+  * PR gh#spyder-ide/spyder-kernels#234
+Fix a problem caused by ipykernel 5.3.1, by @ccordoba12
+  * PR gh#spyder-ide/spyder-kernels#231
+Send comm config on every message, by @impact27
+  * PR gh#spyder-ide/spyder-kernels#230
+Send comm config before any wait just to be sure, by @impact27
+  * PR gh#spyder-ide/spyder-kernels#229
+Add warning on console if file is not saved, by @impact27
+  * PR gh#spyder-ide/spyder-kernels#228
+Fix post_mortem interaction, by @dalthviz
+  * PR gh#spyder-ide/spyder-kernels#227
+Create a constant for numeric Numpy types, by @dalthviz
+  * PR gh#spyder-ide/spyder-kernels#226
+Backport PR 225, by @ccordoba12
+  * PR gh#spyder-ide/spyder-kernels#222
+Remove the current working directory from sys.path for Python 3.7+,
+by @ccordoba12
+  * PR gh#spyder-ide/spyder-kernels#220
+Make multithreading patch work for all OSes in Python 3,
+by @steff456 (gh#spyder-ide/spyder#12465)
+- use pytest macro
+- add scipy and dask-distributed to test requirements
+
+---

Old:

  python-spyder-kernels-1.9.1.tar.gz

New:

  python-spyder-kernels-1.9.2.tar.gz



Other differences:
--
++ python-spyder-kernels.spec ++
--- /var/tmp/diff_new_pack.fqaLzJ/_old  2020-07-14 07:58:57.661725801 +0200
+++ /var/tmp/diff_new_pack.fqaLzJ/_new  2020-07-14 07:58:57.665725814 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-spyder-kernels
-Version:1.9.1
+Version:1.9.2
 Release:0
 Summary:Jupyter kernels for Spyder's console
 License:MIT
@@ -32,6 +32,7 @@
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module cloudpickle}
+BuildRequires:  %{python_module dask-distributed}
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module ipykernel >= 4.8.2}
 BuildRequires:  %{python_module jupyter_client >= 5.2.3}
@@ -40,6 +41,7 @@
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pyzmq >= 17}
+BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module wurlitzer}
 BuildRequires:  %{python_module xarray}
 # /SECTION
@@ -73,9 +75,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-rm -rf _build.python*
-rm -rf build
-%python_expand pytest-%{$python_bin_suffix}
+%pytest -v
 
 %files %{python_files}
 %doc CHANGELOG.md README.md

++ python-spyder-kernels-1.9.1.tar.gz -> python-spyder-kernels-1.9.2.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spyder-kernels-1.9.1/.github/workflows/windows-tests.yml 
new/spyder-kernels-1.9.2/.github/workflows/windows-tests.yml
--- old/spyder-kernels-1.9.1/.github/workflows/windows-tests.yml
2020-05-06 17:59:06.0 +0200
+++ new/spyder-kernels-1.9.2/.github/workflows/windows-tests.yml
2020-07-10 07:45:01.0 +0200
@@ -19,7 +19,7 @@
 strategy:
   fail-fast: false 
   matrix:
-PYTHON_VERSION: ['2.7', '3.6', '3.7', '3.8']
+PYTHON_VERSION: ['3.6', '3.7', '3.8']
 steps:
   - name: Checkout branch
 uses: actions/checkout@v1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-1.9.1/CHANGELOG.md 
new/spyder-kernels-1.9.2/CHANGELOG.md
--- old/spyder-kernels-1.9.1/CHANGELOG.md   2020-05-06 17:59:06.0 
+0200
+++ new/spyder-kernels-1.9.2/CHANGELOG.md   2020-07-10 07:45:01.0 
+0200
@@ -1,5 +1,23 @@
 # History of changes
 
+## Version 1.9.2 (2020-07-10)
+
+### Pull Requests Merged
+
+* [PR 234](https://github.com/spyder-ide/spyder-kernels/pull/234) - PR: Fix a 
problem caused by ipykernel 5.3.1, by 
[@ccordoba12](https://github.com/ccordoba12)
+* [PR 231](https://github.com/spyder-ide/spyder-kernels/pull/231) - PR: Send 
comm 

commit python-pyvdr for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-pyvdr for openSUSE:Factory 
checked in at 2020-07-14 07:56:08

Comparing /work/SRC/openSUSE:Factory/python-pyvdr (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyvdr.new.3060 (New)


Package is "python-pyvdr"

Tue Jul 14 07:56:08 2020 rev:3 rq:820093 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyvdr/python-pyvdr.changes
2020-07-10 14:13:14.067599029 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyvdr.new.3060/python-pyvdr.changes  
2020-07-14 07:58:40.369669811 +0200
@@ -1,0 +2,8 @@
+Fri Jul 10 17:47:20 UTC 2020 - Martin Hauke 
+
+- Update to version 0.2.2
+  Fixes:
+  * channel epg info
+  * channel up/down controls
+
+---

Old:

  pyvdr-0.2.1.tar.gz

New:

  pyvdr-0.2.2.tar.gz



Other differences:
--
++ python-pyvdr.spec ++
--- /var/tmp/diff_new_pack.gMc46J/_old  2020-07-14 07:58:41.473673386 +0200
+++ /var/tmp/diff_new_pack.gMc46J/_new  2020-07-14 07:58:41.473673386 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-pyvdr
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Python library for accessing a Linux VDR via SVDRP
 License:MIT

++ pyvdr-0.2.1.tar.gz -> pyvdr-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyvdr-0.2.1/.gitignore new/pyvdr-0.2.2/.gitignore
--- old/pyvdr-0.2.1/.gitignore  2020-07-09 16:45:38.0 +0200
+++ new/pyvdr-0.2.2/.gitignore  2020-07-10 17:46:47.0 +0200
@@ -1,10 +1,11 @@
 venv/
 .idea/
 build/
-dist/
+dist*/
 *.egg*
 .pytest_cache/
 .vscode/
 pyvdr/__pycache__/
 test/__pycache__/.cache
-.cache/
\ No newline at end of file
+.cache/
+*.pyc
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyvdr-0.2.1/pyvdr/pyvdr.py 
new/pyvdr-0.2.2/pyvdr/pyvdr.py
--- old/pyvdr-0.2.1/pyvdr/pyvdr.py  2020-07-09 16:45:38.0 +0200
+++ new/pyvdr-0.2.2/pyvdr/pyvdr.py  2020-07-10 17:46:47.0 +0200
@@ -124,18 +124,16 @@
 self.svdrp.send_cmd("CHAN")
 chan = self.svdrp.get_response()[-1]
 channel = self._parse_channel_response(chan)
-
-self.svdrp.send_cmd("LSTE {} now".format(channel.number))
+self.svdrp.send_cmd("LSTE {} now".format(channel['number']))
 epg_data = self.svdrp.get_response()[1:]
+self.svdrp.disconnect()
 for d in epg_data:
 if d[0] == EPG_DATA_RECORD:
-print(d[2])
 epg = re.match(r'^(\S)\s(.*)$', d[2], re.M | re.I)
 if epg is not None:
 epg_field_type = epg.group(1)
 epg_field_value = epg.group(2)
 
-print(epg_field_type)
 if epg_field_type == 'T':
 epg_title = epg_field_value
 if epg_field_type == 'C':
@@ -151,12 +149,16 @@
 def channel_up(self):
 self.svdrp.connect()
 self.svdrp.send_cmd("CHAN +")
-return self.svdrp.get_response_text()
+reponse_text = self.svdrp.get_response_as_text()
+self.svdrp.disconnect()
+return reponse_text
 
 def channel_down(self):
 self.svdrp.connect()
 self.svdrp.send_cmd("CHAN -")
-return self.svdrp.get_response_text()
+reponse_text = self.svdrp.get_response_as_text()
+self.svdrp.disconnect()
+return reponse_text
 
 def list_recordings(self):
 self.svdrp.connect()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyvdr-0.2.1/pyvdr/svdrp.py 
new/pyvdr-0.2.2/pyvdr/svdrp.py
--- old/pyvdr-0.2.1/pyvdr/svdrp.py  2020-07-09 16:45:38.0 +0200
+++ new/pyvdr-0.2.2/pyvdr/svdrp.py  2020-07-10 17:46:47.0 +0200
@@ -38,7 +38,7 @@
 self.send_cmd("quit")
 self.socket_file.close()
 self.socket.close()
-
+
 self.responses = []
 self.socket = None
 
@@ -79,11 +79,11 @@
 """
 def get_response_as_text(self):
 self._read_response()
-print("".join(str(self.responses)))
+return "".join(str(self.responses))
 
 """
 Gets the response of the latest CMD as data structure
-By default returns a list, if single line set to true it will just return 
the 
+By default returns a list, if single line set to true it will just return 
the
 1st state line.
 :return List of Namedtuple (Code, Separator, Value)
 """
diff -urN '--exclude=CVS' 

commit python-pysaml2 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-pysaml2 for openSUSE:Factory 
checked in at 2020-07-14 07:56:25

Comparing /work/SRC/openSUSE:Factory/python-pysaml2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-pysaml2.new.3060 (New)


Package is "python-pysaml2"

Tue Jul 14 07:56:25 2020 rev:17 rq:820096 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pysaml2/python-pysaml2.changes
2020-06-15 20:28:54.454041131 +0200
+++ /work/SRC/openSUSE:Factory/.python-pysaml2.new.3060/python-pysaml2.changes  
2020-07-14 07:58:46.297689005 +0200
@@ -1,0 +2,9 @@
+Fri Jul 10 12:29:12 UTC 2020 - Dirk Mueller 
+
+- update to 5.3.0:
+  - Fix check for nameid_format set to the string "None" in the configuration
+  - Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest
+  - Refactor create_authn_request method to be easier to reason about
+  - Fix NameIDPolicy checks for allowed Format and allowCreate values
+
+---

Old:

  v5.1.0.tar.gz

New:

  v5.3.0.tar.gz



Other differences:
--
++ python-pysaml2.spec ++
--- /var/tmp/diff_new_pack.7YHOWo/_old  2020-07-14 07:58:48.105694860 +0200
+++ /var/tmp/diff_new_pack.7YHOWo/_new  2020-07-14 07:58:48.109694872 +0200
@@ -20,7 +20,7 @@
 %global modname pysaml2
 %global skip_python2 1
 Name:   python-pysaml2
-Version:5.1.0
+Version:5.3.0
 Release:0
 Summary:Python implementation of SAML Version 2 to be used in a WSGI 
environment
 License:Apache-2.0

++ v5.1.0.tar.gz -> v5.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysaml2-5.1.0/CHANGELOG.md 
new/pysaml2-5.3.0/CHANGELOG.md
--- old/pysaml2-5.1.0/CHANGELOG.md  2020-06-09 13:03:44.0 +0200
+++ new/pysaml2-5.3.0/CHANGELOG.md  2020-06-25 19:31:48.0 +0200
@@ -1,5 +1,17 @@
 # Changelog
 
+## 5.3.0 (2020-06-25)
+
+- Fix check for nameid_format set to the string "None" in the configuration
+
+
+## 5.2.0 (2020-06-23)
+
+- Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest
+- Refactor create_authn_request method to be easier to reason about
+- Fix NameIDPolicy checks for allowed Format and allowCreate values
+
+
 ## 5.1.0 (2020-06-09)
 
 - support eIDAS RequestedAttributes per AuthnRequest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysaml2-5.1.0/VERSION new/pysaml2-5.3.0/VERSION
--- old/pysaml2-5.1.0/VERSION   2020-06-09 13:03:44.0 +0200
+++ new/pysaml2-5.3.0/VERSION   2020-06-25 19:31:48.0 +0200
@@ -1 +1 @@
-5.1.0
+5.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pysaml2-5.1.0/src/saml2/client_base.py 
new/pysaml2-5.3.0/src/saml2/client_base.py
--- old/pysaml2-5.1.0/src/saml2/client_base.py  2020-06-09 13:03:44.0 
+0200
+++ new/pysaml2-5.3.0/src/saml2/client_base.py  2020-06-25 19:31:48.0 
+0200
@@ -14,6 +14,7 @@
 
 from saml2.mdstore import destinations
 from saml2.profile import paos, ecp
+from saml2.saml import NAMEID_FORMAT_PERSISTENT
 from saml2.saml import NAMEID_FORMAT_TRANSIENT
 from saml2.samlp import AuthnQuery, RequestedAuthnContext
 from saml2.samlp import NameIDMappingRequest
@@ -90,6 +91,52 @@
 pass
 
 
+def create_requested_attribute_node(requested_attrs, attribute_converters):
+items = []
+for attr in requested_attrs:
+friendly_name = attr.get('friendly_name')
+name = attr.get('name')
+name_format = attr.get('name_format')
+is_required = str(attr.get('required', False)).lower()
+
+if not name and not friendly_name:
+raise ValueError("Missing required attribute: 'name' or 
'friendly_name'")
+
+if not name:
+for converter in attribute_converters:
+try:
+name = converter._to[friendly_name.lower()]
+except KeyError:
+continue
+else:
+if not name_format:
+name_format = converter.name_format
+break
+
+if not friendly_name:
+for converter in attribute_converters:
+try:
+friendly_name = converter._fro[name.lower()]
+except KeyError:
+continue
+else:
+if not name_format:
+name_format = converter.name_format
+break
+
+items.append(
+RequestedAttribute(
+is_required=is_required,
+name_format=name_format,
+   

commit python-PyFxA for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package python-PyFxA for openSUSE:Factory 
checked in at 2020-07-14 07:56:32

Comparing /work/SRC/openSUSE:Factory/python-PyFxA (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyFxA.new.3060 (New)


Package is "python-PyFxA"

Tue Jul 14 07:56:32 2020 rev:9 rq:820420 version:0.7.6

Changes:

--- /work/SRC/openSUSE:Factory/python-PyFxA/python-PyFxA.changes
2020-05-26 17:18:23.327854645 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyFxA.new.3060/python-PyFxA.changes  
2020-07-14 07:58:54.901716865 +0200
@@ -1,0 +2,23 @@
+Sat Jul 11 13:33:33 UTC 2020 - Antoine Belvire 
+
+- Update to version 0.7.6:
+  * Add ability to configure a fixed list of JWT access token keys,
+by passing them as an argument to `oauth.Client()` rather than
+fetching them at runtime from the server.
+  * Fix verification of JWT access token `typ` header.
+  * Fix verification of `scope` list obtained from a JWT access
+token.
+- Changes from version 0.7.5:
+  * Add support for `reason` and `verification_method` keyword
+arguments to the `login` method.
+- Changes from version 0.7.4:
+  * Perform more complete checking of the `state` parameter when
+authorizing an OAuth code.
+  * When verifying OAuth access tokens, try to verify them locally
+as a JWT rather than passing them to the remote verification
+endpoint.
+- Add new dependency: PyJWT.
+- Update existing dependency: six >= 1.14.
+- Update list of excluded tests.
+
+---

Old:

  PyFxA-0.7.3.tar.gz

New:

  PyFxA-0.7.6.tar.gz



Other differences:
--
++ python-PyFxA.spec ++
--- /var/tmp/diff_new_pack.NupYfL/_old  2020-07-14 07:58:55.653719299 +0200
+++ /var/tmp/diff_new_pack.NupYfL/_new  2020-07-14 07:58:55.653719299 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyFxA
-Version:0.7.3
+Version:0.7.6
 Release:0
 Summary:Firefox Accounts client library for Python
 License:MPL-2.0
@@ -27,6 +27,7 @@
 URL:https://github.com/mozilla/PyFxA
 Source: 
https://files.pythonhosted.org/packages/source/P/PyFxA/PyFxA-%{version}.tar.gz
 BuildRequires:  %{python_module PyBrowserID}
+BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module hawkauthlib}
 BuildRequires:  %{python_module mock}
@@ -35,13 +36,13 @@
 BuildRequires:  %{python_module requests >= 2.4.2}
 BuildRequires:  %{python_module responses}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module six >= 1.14}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-PyBrowserID
 Requires:   python-cryptography
 Requires:   python-requests >= 2.4.2
-Requires:   python-six
+Requires:   python-six >= 1.14
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
@@ -56,8 +57,6 @@
 %prep
 %setup -q -n PyFxA-%{version}
 sed -i -e '/^#!\/usr\/bin\/env python/d' fxa/__main__.py
-# Remove online tests
-rm -f fxa/tests/test_core.py
 find ./ -type f -exec chmod -x {} +
 
 %build
@@ -69,8 +68,17 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# test_monkey_patch_for_gevent gevent no longer packaged as it is deprecated
-%pytest -k 'not test_monkey_patch_for_gevent' fxa/tests/
+# Exclude tests which require network connection +
+# deprecated test_monkey_patch_for_gevent
+includedTests='\
+  not TestAuthClientAuthorizeToken and\
+  not TestAuthClientVerifyCode and\
+  not TestCachedClient and\
+  not TestCoreClient and\
+  not TestCoreClientSession and\
+  not TestJwtToken and\
+  not test_monkey_patch_for_gevent'
+%pytest -k "${includedTests}" fxa/tests/
 
 %post
 %python_install_alternative fxa-client

++ PyFxA-0.7.3.tar.gz -> PyFxA-0.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyFxA-0.7.3/CHANGES.txt new/PyFxA-0.7.6/CHANGES.txt
--- old/PyFxA-0.7.3/CHANGES.txt 2019-07-26 01:01:01.0 +0200
+++ new/PyFxA-0.7.6/CHANGES.txt 2020-07-10 01:59:18.0 +0200
@@ -3,6 +3,34 @@
 
 This document describes changes between each past release.
 
+0.7.6 (2020-07-10)
+==
+
+- Add ability to configure a fixed list of JWT access token keys,
+  by passing them as an argument to `oauth.Client()` rather than
+  fetching them at runtime from the server.
+- Fix verification of JWT access token `typ` header.
+  (Thankfully it was failing closed rather than failing open).
+- Fix verification of `scope` list obtained 

commit ktorrent for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2020-07-14 07:55:45

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


Package is "ktorrent"

Tue Jul 14 07:55:45 2020 rev:115 rq:820422 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes2020-06-10 
00:47:53.646863039 +0200
+++ /work/SRC/openSUSE:Factory/.ktorrent.new.3060/ktorrent.changes  
2020-07-14 07:58:27.541628275 +0200
@@ -1,0 +2,6 @@
+Sat Jul 11 13:51:11 UTC 2020 - Wolfgang Bauer 
+
+- Add Update-FindTaglib-from-ECM.patch to fix build with KDE
+  Frameworks 5.72.0
+
+---

New:

  Update-FindTaglib-from-ECM.patch



Other differences:
--
++ ktorrent.spec ++
--- /var/tmp/diff_new_pack.nfVD4Z/_old  2020-07-14 07:58:28.453631228 +0200
+++ /var/tmp/diff_new_pack.nfVD4Z/_new  2020-07-14 07:58:28.457631240 +0200
@@ -28,6 +28,8 @@
 Source3:ktupnptest.1
 # PATCH-FIX-OPENSUSE initial-preference.diff cmorv...@yahoo.es -- 
InitialPreference to set it as the default torrent downloader
 Patch0: initial-preference.diff
+# PATCH-FIX-UPSTREAM
+Patch1: Update-FindTaglib-from-ECM.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  libboost_headers-devel

++ Update-FindTaglib-from-ECM.patch ++
>From f4c1c91d9b091941ebb4dae6aef95bcf9bc1c388 Mon Sep 17 00:00:00 2001
From: David Faure 
Date: Sun, 21 Jun 2020 14:19:49 +0200
Subject: [PATCH] Update FindTaglib from ECM.

This fixes linking for me, there was just nothing in TAGLIB_LIBRARIES
on my system (taglib in the same custom prefix as KDE code)
---
 cmake/modules/FindTaglib.cmake | 191 +++--
 plugins/mediaplayer/CMakeLists.txt |   3 +-
 2 files changed, 74 insertions(+), 120 deletions(-)

diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake
index 13db60b2..1e1b9075 100644
--- a/cmake/modules/FindTaglib.cmake
+++ b/cmake/modules/FindTaglib.cmake
@@ -1,135 +1,90 @@
-# - Try to find the Taglib library
-# Once done this will define
+#.rst:
+# FindTaglib
+#---
 #
-#  TAGLIB_FOUND - system has the taglib library
-#  TAGLIB_CFLAGS - the taglib cflags
-#  TAGLIB_LIBRARIES - The libraries needed to use taglib
-
-# Copyright (c) 2006, Laurent Montel, 
+# Try to find the Taglib library.
 #
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-if(NOT TAGLIB_MIN_VERSION)
-  set(TAGLIB_MIN_VERSION "1.6")
-endif()
-
-if(NOT WIN32)
-find_program(TAGLIBCONFIG_EXECUTABLE NAMES taglib-config PATHS
-   ${BIN_INSTALL_DIR}
-)
-endif()
-
-#reset vars
-set(TAGLIB_LIBRARIES)
-set(TAGLIB_CFLAGS)
-
-# if taglib-config has been found
-if(TAGLIBCONFIG_EXECUTABLE)
-
-  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
-
-  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
- message(STATUS "TagLib version too old: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
- set(TAGLIB_FOUND FALSE)
-  else()
-
- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
-
- exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --cflags RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_CFLAGS)
+# This will define the following variables:
+#
+# ``Taglib_FOUND``
+#   True if the system has the taglib library of at least the minimum
+#   version specified by the version parameter to find_package()
+# ``Taglib_INCLUDE_DIRS``
+#   The taglib include dirs for use with target_include_directories
+# ``Taglib_LIBRARIES``
+#   The taglib libraries for use with target_link_libraries()
+# ``Taglib_VERSION``
+#   The version of taglib that was found
+#
+# If ``Taglib_FOUND is TRUE, it will also define the following imported
+# target:
+#
+# ``Taglib::Taglib``
+#   The Taglib library
+#
+# Since 5.72.0
+#
+# SPDX-FileCopyrightText: 2006 Laurent Montel 
+# SPDX-FileCopyrightText: 2019 Heiko Becker 
+# SPDX-FileCopyrightText: 2020 Elvis Angelaccio 
+# SPDX-License-Identifier: BSD-3-Clause
 
- if(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
-set(TAGLIB_FOUND TRUE)
- endif()
- string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
-  endif() 
-  mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
+find_package(PkgConfig QUIET)
 
-else()
+pkg_search_module(PC_TAGLIB QUIET taglib)
 
-  find_path(TAGLIB_INCLUDES
-NAMES
-tag.h
+find_path(Taglib_INCLUDE_DIRS
+

commit bstone for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package bstone for openSUSE:Factory checked 
in at 2020-07-14 07:56:58

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


Package is "bstone"

Tue Jul 14 07:56:58 2020 rev:9 rq:820460 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/bstone/bstone.changes2020-07-08 
19:15:34.543656626 +0200
+++ /work/SRC/openSUSE:Factory/.bstone.new.3060/bstone.changes  2020-07-14 
07:59:05.833752262 +0200
@@ -1,0 +2,7 @@
+Fri Jul 10 14:35:57 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2.8
+  Fixed
+  * Disabled episodes 5 and 6 in static build.
+
+---

Old:

  bstone-1.2.7.tar.gz

New:

  bstone-1.2.8.tar.gz



Other differences:
--
++ bstone.spec ++
--- /var/tmp/diff_new_pack.FmxiyD/_old  2020-07-14 07:59:06.509754450 +0200
+++ /var/tmp/diff_new_pack.FmxiyD/_new  2020-07-14 07:59:06.513754463 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   bstone
-Version:1.2.7
+Version:1.2.8
 Release:0
 Summary:A source port of Blake Stone
 License:GPL-2.0-or-later

++ bstone-1.2.7.tar.gz -> bstone-1.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/CHANGELOG.md 
new/bstone-1.2.8/CHANGELOG.md
--- old/bstone-1.2.7/CHANGELOG.md   2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/CHANGELOG.md   2020-07-10 15:58:35.0 +0200
@@ -1,6 +1,11 @@
 # BStone changelog
 
 
+## [1.2.8] - 2020-07-10
+### Fixed
+- Disabled episodes 5 and 6 in static build.
+
+
 ## [1.2.7] - 2020-07-07
 ### Fixed
 - Extraction of compressed texts.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/3d_menu.cpp 
new/bstone-1.2.8/src/3d_menu.cpp
--- old/bstone-1.2.7/src/3d_menu.cpp2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/3d_menu.cpp2020-07-10 15:58:35.0 +0200
@@ -6203,4 +6203,13 @@
 {
VL_FadeIn(0, 255, vgapal, 10);
 }
+
+void menu_enable_all_episodes()
+{
+   for (auto i = 1; i < 6; ++i)
+   {
+   NewEmenu[i].active = AT_ENABLED;
+   EpisodeSelect[i] = 1;
+   }
+}
 // BBi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/3d_menu.h 
new/bstone-1.2.8/src/3d_menu.h
--- old/bstone-1.2.7/src/3d_menu.h  2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/3d_menu.h  2020-07-10 15:58:35.0 +0200
@@ -169,5 +169,7 @@
 void CP_ViewScores(
std::int16_t temp1);
 
+void menu_enable_all_episodes();
+
 
 #endif // BSTONE_3D_MENU_INCLUDED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/CMakeLists.txt 
new/bstone-1.2.8/src/CMakeLists.txt
--- old/bstone-1.2.7/src/CMakeLists.txt 2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/CMakeLists.txt 2020-07-10 15:58:35.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR)
-project(bstone VERSION 1.2.7 LANGUAGES CXX)
+project(bstone VERSION 1.2.8 LANGUAGES CXX)
 
 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bstone-1.2.7/src/jm_free.cpp 
new/bstone-1.2.8/src/jm_free.cpp
--- old/bstone-1.2.7/src/jm_free.cpp2020-07-07 19:39:34.0 +0200
+++ new/bstone-1.2.8/src/jm_free.cpp2020-07-10 15:58:35.0 +0200
@@ -1227,21 +1227,13 @@
 
 // - Other general functions 
 
-extern CP_itemtype NewEmenu[];
-extern std::int16_t EpisodeSelect[];
-
-
 void CheckForEpisodes()
 {
const auto& assets_info = AssetsInfo{};
 
if (assets_info.is_aog_full())
{
-   for (int i = 1; i < 6; ++i)
-   {
-   NewEmenu[i].active = AT_ENABLED;
-   EpisodeSelect[i] = 1;
-   }
+   menu_enable_all_episodes();
}
 }
 




commit perl-Minion for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2020-07-14 07:56:01

Comparing /work/SRC/openSUSE:Factory/perl-Minion (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Minion.new.3060 (New)


Package is "perl-Minion"

Tue Jul 14 07:56:01 2020 rev:58 rq:820035 version:10.09

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2020-06-19 
17:25:14.360215387 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new.3060/perl-Minion.changes
2020-07-14 07:58:38.161662662 +0200
@@ -1,0 +2,14 @@
+Fri Jul 10 09:36:09 UTC 2020 - Tina Müller 
+
+- updated to 10.09
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  10.09  2020-07-09
+- Added EXPERIMENTAL support for job sequences.
+- Added EXPERIMENTAL sequence option to enqueue method in Minion, 
Minion::Backend and Minion::Backend::Pg.
+- Added EXPERIMENTAL sequences option to list_jobs method in 
Minion::Backend and Minion::Backend::Pg.
+- Added next and previous fields to list_jobs method in 
Minion::Backend::Pg.
+- Added -Q option to job command.
+- Improved admin ui to allow navigating job sequences.
+
+---

Old:

  Minion-10.08.tar.gz

New:

  Minion-10.09.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.TsCFA9/_old  2020-07-14 07:58:38.969665277 +0200
+++ /var/tmp/diff_new_pack.TsCFA9/_new  2020-07-14 07:58:38.973665291 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:10.08
+Version:10.09
 Release:0
 %define cpan_name Minion
 Summary:Job queue
@@ -38,10 +38,10 @@
 Minion is a high performance job queue for the Perl programming language,
 with support for multiple named queues, priorities, delayed jobs, job
 dependencies, job progress, job results, retries with backoff, rate
-limiting, unique jobs, statistics, distributed workers, parallel
-processing, autoscaling, remote control, at https://mojolicious.org admin
-ui, resource leak protection and multiple backends (such as at
-https://www.postgresql.org).
+limiting, unique jobs, job sequences, statistics, distributed workers,
+parallel processing, autoscaling, remote control, at
+https://mojolicious.org admin ui, resource leak protection and multiple
+backends (such as at https://www.postgresql.org).
 
 Job queues allow you to process time and/or computationally intensive tasks
 in background processes, outside of the request/response lifecycle of web

++ Minion-10.08.tar.gz -> Minion-10.09.tar.gz ++
 14137 lines of diff (skipped)




commit 000package-groups for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package 000package-groups for 
openSUSE:Factory checked in at 2020-07-14 07:55:29

Comparing /work/SRC/openSUSE:Factory/000package-groups (Old)
 and  /work/SRC/openSUSE:Factory/.000package-groups.new.3060 (New)


Package is "000package-groups"

Tue Jul 14 07:55:29 2020 rev:125 rq:817866 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

Old:

  openSUSE-MicroOS-release.spec.in
  openSUSE-MicroOS.product.in

New:

  MicroOS-release.spec.in
  MicroOS.product.in



Other differences:
--
++ MicroOS-release.spec.in ++
#
# spec file for package openSUSE-MicroOS-release.spec
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:   MicroOS-release
Version:___VERSION___
Release:0
Summary:___SUMMARY___ ___BETA_VERSION___
License:GPL-2.0-or-later
Group:  System/Fhs
Source100:  weakremovers.inc
BuildRequires:  skelcd-openSUSE
# Make sure we are at SLES12 SP2 level
PreReq: glibc >= 2.19
# in rare cases, 'ln' is not found...
Requires(post): coreutils
Suggests:   branding-openSUSE
Suggests:   distribution-logos-openSUSE-MicroOS
Suggests:   openSUSE-build-key
Conflicts:  distribution-release
Conflicts:  kernel < 4.4
Provides:   distribution-release
# MicroOS-release replaces Tumbleweed-Kubic-release
Provides:   openSUSE-Tumbleweed-Kubic-release
Obsoletes:  openSUSE-Tumbleweed-Kubic-release <= 20190324
Provides:   openSUSE-MicroOS-release = %{version}
Obsoletes:  openSUSE-MicroOS-release <= %{version}
# Give zypp a hint that this product must be kept up-to-date using zypper dup, 
not up (boo#1061384)
Provides:   product-update() = dup
# With more than one product in the FTP tree, yast needs to know which products 
are installable
# The name is referenced by the control file as well
Provides:   system-installation() = MicroOS
# bnc#826592
Provides:   weakremover(kernel-default) < 3.11
Provides:   weakremover(kernel-desktop) < 4.2
Provides:   weakremover(kernel-ec2) < 3.11
Provides:   weakremover(kernel-pae) < 3.11
Provides:   weakremover(kernel-vanilla) < 3.11
Provides:   weakremover(kernel-xen) < 3.11
# migrated from MANUAL_OBSOLETES/packages
Provides:   weakremover(boost-license1_56_0)
Provides:   weakremover(boost-license1_59_0)
Provides:   weakremover(gpg-pubkey-3d25d3d9-36e12d04)
Provides:   weakremover(lib++dfb-1_7-6)
Provides:   weakremover(libastro-qt5-1)
Provides:   weakremover(libboost_atomic1_59_0)
Provides:   weakremover(libboost_atomic1_60_0)
Provides:   weakremover(libboost_atomic1_62_0)
Provides:   weakremover(libboost_atomic1_63_0)
Provides:   weakremover(libboost_chrono1_59_0)
Provides:   weakremover(libboost_chrono1_60_0)
Provides:   weakremover(libboost_chrono1_62_0)
Provides:   weakremover(libboost_chrono1_63_0)
Provides:   weakremover(libboost_container1_59_0)
Provides:   weakremover(libboost_container1_60_0)
Provides:   weakremover(libboost_container1_62_0)
Provides:   weakremover(libboost_container1_63_0)
Provides:   weakremover(libboost_context1_59_0)
Provides:   weakremover(libboost_context1_60_0)
Provides:   weakremover(libboost_context1_62_0)
Provides:   weakremover(libboost_context1_63_0)
Provides:   weakremover(libboost_coroutine1_59_0)
Provides:   weakremover(libboost_coroutine1_60_0)
Provides:   weakremover(libboost_coroutine1_62_0)
Provides:   weakremover(libboost_coroutine1_63_0)
Provides:   weakremover(libboost_date_time1_59_0)
Provides:   weakremover(libboost_date_time1_60_0)
Provides:   weakremover(libboost_date_time1_62_0)
Provides:   weakremover(libboost_date_time1_63_0)
Provides:   weakremover(libboost_filesystem1_59_0)
Provides:   weakremover(libboost_filesystem1_60_0)
Provides:   weakremover(libboost_filesystem1_62_0)
Provides:   weakremover(libboost_filesystem1_63_0)
Provides:   weakremover(libboost_graph1_59_0)
Provides:   weakremover(libboost_graph1_60_0)
Provides:   

commit qhull for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package qhull for openSUSE:Factory checked 
in at 2020-07-14 07:55:25

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


Package is "qhull"

Tue Jul 14 07:55:25 2020 rev:19 rq:820425 version:2019.1

Changes:

--- /work/SRC/openSUSE:Factory/qhull/qhull.changes  2020-02-20 
14:53:22.842051160 +0100
+++ /work/SRC/openSUSE:Factory/.qhull.new.3060/qhull.changes2020-07-14 
07:58:08.889567881 +0200
@@ -1,0 +2,9 @@
+Wed Jul  8 19:22:43 UTC 2020 - Stefan Brüns 
+
+- Fix static library references in CMake files, replace
+  0001-Link-tools-to-shared-library.patch with upstream
+  0001-Allow-disabling-of-static-or-shared-library-builds.patch
+- Also remove references to tools in CMake files, add
+  0002-Remove-tools-from-CMake-exported-targets.patch
+
+---

Old:

  0001-Link-tools-to-shared-library.patch

New:

  0001-Allow-disabling-of-static-or-shared-library-builds.patch
  0002-Remove-tools-from-CMake-exported-targets.patch



Other differences:
--
++ qhull.spec ++
--- /var/tmp/diff_new_pack.IUUgWV/_old  2020-07-14 07:58:09.793570808 +0200
+++ /var/tmp/diff_new_pack.IUUgWV/_new  2020-07-14 07:58:09.797570821 +0200
@@ -27,8 +27,10 @@
 Group:  Development/Libraries/C and C++
 URL:http://www.qhull.org
 Source0:
http://www.qhull.org/download/qhull-%{srcyear}-src-%{srcver}.tgz
-# PATCH-FIX-OPENUSE -- https://github.com/qhull/qhull/issues/57
-Patch0: 0001-Link-tools-to-shared-library.patch
+# PATCH-FIX-UPSTREAM -- https://github.com/qhull/qhull/pull/69
+Patch0: 0001-Allow-disabling-of-static-or-shared-library-builds.patch
+# PATCH-FIX-OPENSUSE
+Patch1: 0002-Remove-tools-from-CMake-exported-targets.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 
@@ -79,19 +81,19 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake \
 -DDOC_INSTALL_DIR="%{_docdir}/%{name}" \
 -DINCLUDE_INSTALL_DIR="%{_includedir}" \
--DLIB_INSTALL_DIR"=%{_libdir}" \
+-DLIB_INSTALL_DIR="%{_lib}" \
 -DBIN_INSTALL_DIR="%{_bindir}" \
 -DMAN_INSTALL_DIR="%{_mandir}/man1/"
 %make_jobs
 
 %install
 %cmake_install
-rm %{buildroot}%{_libdir}/*.a
 # Fixup wrong location
 %if "%{_lib}" != "lib"
 mv %{buildroot}%{_prefix}/lib/cmake %{buildroot}%{_libdir}/
@@ -101,7 +103,6 @@
 %postun -n libqhull%{sonum} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %license COPYING.txt
 %doc src/Changes.txt
 %{_docdir}/%{name}/
@@ -114,7 +115,6 @@
 %{_mandir}/man1/*
 
 %files -n libqhull%{sonum}
-%defattr(-,root,root)
 %license COPYING.txt
 %{_libdir}/libqhull.so.%{sonum}
 %{_libdir}/libqhull.so.%{srcver}
@@ -124,7 +124,6 @@
 %{_libdir}/libqhull_r.so.%{srcver}
 
 %files devel
-%defattr(-,root,root)
 %license COPYING.txt
 %{_includedir}/libqhull/
 %{_includedir}/libqhull_r/

++ 0001-Allow-disabling-of-static-or-shared-library-builds.patch ++
>From ffaa43a4d63997e64acfdbeeceabc2df774fa61b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Wed, 8 Jul 2020 20:18:06 +0200
Subject: [PATCH 1/2] Allow disabling of static or shared library builds

If the standard CMake options BUILD_STATIC_LIBS or BUILD_SHARED_LIBS are
set to off, the respective set of libraries is excluded from "make all"
and installation.

As disabling static libraries implies using shared libraries for the
tools (qhull, qhalf etc.), add a matching option. The tools will be
linked statically by default (if static libs are enabled), but shared
linking can be forced by LINK_APPS_SHARED=ON.

Fixes https://github.com/qhull/qhull/issues/57
---
 CMakeLists.txt | 69 --
 1 file changed, 56 insertions(+), 13 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07d3da2..62690d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,6 +79,18 @@ include(CMakeModules/CheckLFS.cmake)
 option(WITH_LFS "Enable Large File Support" ON)
 check_lfs(WITH_LFS)
 
+include(CMakeDependentOption)
+# Build shared and static libs by default
+option(BUILD_STATIC_LIBS "Build static libraries" ON)
+option(BUILD_SHARED_LIBS "Build shared libraries" ON)
+# When shared libs are built, allow to use it for linking the apps
+set(_NO_STATIC_LIBS NOCACHE INTERNAL (NOT ${BUILD_STATIC_LIBS}))
+cmake_dependent_option(LINK_APPS_SHARED "Use shared libraries for linking 
applications"
+_NO_STATIC_LIBS
+"BUILD_SHARED_LIBS;BUILD_STATIC_LIBS"
+${BUILD_SHARED_LIBS}
+)
+
 if(INCLUDE_INSTALL_DIR)
 else()
 set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include)
@@ -117,6 +129,9 @@ message(STATUS "Include Directory 

commit krename for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package krename for openSUSE:Factory checked 
in at 2020-07-14 07:55:49

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


Package is "krename"

Tue Jul 14 07:55:49 2020 rev:37 rq:820424 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/krename/krename.changes  2019-01-10 
15:23:22.550328298 +0100
+++ /work/SRC/openSUSE:Factory/.krename.new.3060/krename.changes
2020-07-14 07:58:30.325637289 +0200
@@ -1,0 +2,7 @@
+Sat Jul 11 13:56:25 UTC 2020 - Wolfgang Bauer 
+
+- Add use-local-cmake-modules-first.patch to fix build with KDE
+  Frameworks 5.72.0
+- Remove no longer necessary workaround for podofo 0.9.5
+
+---

New:

  use-local-cmake-modules-first.patch



Other differences:
--
++ krename.spec ++
--- /var/tmp/diff_new_pack.bZ6TYr/_old  2020-07-14 07:58:31.477641019 +0200
+++ /var/tmp/diff_new_pack.bZ6TYr/_new  2020-07-14 07:58:31.477641019 +0200
@@ -34,6 +34,8 @@
 Patch4: 0003-Fix-the-previous-commits-and-the-build-with-exiv2-0..patch
 # PATCH-FIX-OPENSUSE
 Patch5: lower-minimum-cmake-version.patch
+# PATCH-FIX-UPSTREAM
+Patch6: use-local-cmake-modules-first.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  freetype2-devel
 BuildRequires:  kcompletion-devel
@@ -57,10 +59,6 @@
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(taglib)
-%if 0%{?suse_version} >= 1500
-# podofo 0.9.5 needs openssl-devel by mistake, should be fixed in 0.9.6
-BuildRequires:  openssl-devel
-%endif
 
 %description
 KRename is a batch renamer by KDE. It allows renaming many files in

++ use-local-cmake-modules-first.patch ++
>From c1e0259445f32516785a6cb6e82e7cb401b6df37 Mon Sep 17 00:00:00 2001
From: Jonathan Riddell 
Date: Fri, 19 Jun 2020 16:44:47 +0100
Subject: [PATCH] use local cmake modules first, fixes build failure

---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 602129b..4550621 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(krename)
 cmake_minimum_required(VERSION 3.0)
 # search packages used by KDE
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_KDE_MODULE_DIR} ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
 include(ECMInstallIcons)
@@ -28,8 +28,8 @@ find_package(KF5 REQUIRED COMPONENTS
 XmlGui
 )
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
-  ${CMAKE_SOURCE_DIR}/cmake/modules)
+set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules
+  ${CMAKE_MODULE_PATH})
 
 add_definitions(
 -DQT_DEPRECATED_WARNINGS
-- 
GitLab




commit tellico for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package tellico for openSUSE:Factory checked 
in at 2020-07-14 07:55:41

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


Package is "tellico"

Tue Jul 14 07:55:41 2020 rev:84 rq:820421 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/tellico/tellico.changes  2020-06-03 
20:34:00.037450600 +0200
+++ /work/SRC/openSUSE:Factory/.tellico.new.3060/tellico.changes
2020-07-14 07:58:23.953616657 +0200
@@ -1,0 +2,6 @@
+Sat Jul 11 13:53:46 UTC 2020 - Wolfgang Bauer 
+
+- Add switch-order-of-cmake-modules.patch to fix build with KDE
+  Frameworks 5.72.0
+
+---

New:

  switch-order-of-cmake-modules.patch



Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.BmctOs/_old  2020-07-14 07:58:24.773619312 +0200
+++ /var/tmp/diff_new_pack.BmctOs/_new  2020-07-14 07:58:24.777619325 +0200
@@ -26,6 +26,8 @@
 Source0:https://tellico-project.org/files/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM
 Patch0: Fix-compilation-with-Qt-5.9.patch
+# PATCH-FIX-UPSTREAM
+Patch1: switch-order-of-cmake-modules.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  libcdio-devel

++ switch-order-of-cmake-modules.patch ++
>From d8cc345fe152abeafc0c340e47c84576ac42f0cb Mon Sep 17 00:00:00 2001
From: Jonathan Riddell 
Date: Fri, 19 Jun 2020 15:35:08 +0100
Subject: [PATCH] switch order of cmake modules so it gives priority to the
 local copy which will be the one it expects.  fixes build failure on KDE neon

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index af3cc83e..ee885c6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,8 +20,8 @@ endif(POLICY CMP0063)
 set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
-  ${ECM_MODULE_PATH}
-  ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
+  ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules
+  ${ECM_MODULE_PATH})
 
 #include(ECMAddTests)
 #include(ECMMarkNonGuiExecutable)
-- 
GitLab




commit calamares for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package calamares for openSUSE:Factory 
checked in at 2020-07-14 07:55:34

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


Package is "calamares"

Tue Jul 14 07:55:34 2020 rev:15 rq:820431 version:3.2.27

Changes:

--- /work/SRC/openSUSE:Factory/calamares/calamares.changes  2020-07-06 
16:27:21.090805031 +0200
+++ /work/SRC/openSUSE:Factory/.calamares.new.3060/calamares.changes
2020-07-14 07:58:20.185604457 +0200
@@ -1,0 +2,27 @@
+Sat Jul 11 16:18:24 UTC 2020 - Callum Farmer 
+
+- calamares.keyring updated (gh#calamares/calamares#1450)
+- Changed 3.2-packages.conf.patch: updated for new version
+- Update to version 3.2.27:
+ - locale put some more places into the correct timezone visually;
+   for instance Norfolk Island gave up UTC+11.5 in 2015 and is now
+   UTC+11, but Calamares still showed it in a zone separate from UTC+11.
+ - localeq can now properly switch between on & offline mode,
+   it detects internet status through js.
+ - tracking now supports kuserfeedback configuration.
+ - welcomeq added the GEOIP configuration option, so locale can be
+   initially set according to IP address.
+ - Welcome to Azerbaijani translations. These are available
+   in two variations, Azerbaijani and Azerbaijani (Azerbaijan).
+ - Warnings while building with Qt 5.15 have been much reduced.
+ - partitioning has one case of undefined behavior (UB) due
+   to a missing integer-initialization.
+ - keyboardq QML module now works correctly.
+ - QML modules with no surrounding navigation -- this is basically a
+   special case for full-screen Calamares -- now have margins suitable
+   for full-screen use.
+ - PythonQt modules are increasingly on the way out.
+ - The netinstall module has had some minor UI tweaks.
+ - Partitioning now tries harder to avoid floppy drives.
+
+---

Old:

  calamares-3.2.25.tar.gz
  calamares-3.2.25.tar.gz.asc

New:

  calamares-3.2.27.tar.gz
  calamares-3.2.27.tar.gz.asc



Other differences:
--
++ calamares.spec ++
--- /var/tmp/diff_new_pack.oQuNp7/_old  2020-07-14 07:58:21.869609909 +0200
+++ /var/tmp/diff_new_pack.oQuNp7/_new  2020-07-14 07:58:21.869609909 +0200
@@ -18,7 +18,7 @@
 
 %define _sover  3
 Name:   calamares
-Version:3.2.25
+Version:3.2.27
 Release:0
 Summary:Installer from a live CD/DVD/USB to disk
 License:GPL-3.0-or-later
@@ -148,17 +148,9 @@
 based custom appliances.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -N
 cp -f %{SOURCE3} src/branding/default/
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%autopatch -p1
 # fix shebang 
 find . -wholename "./src/modules/*/main.py" -exec sed -re 
"1s/^#\!\/usr\/bin\/env python3/#\!\/usr\/bin\/python3/" -i {} \;
 

++ 3.2-packages.conf.patch ++
--- /var/tmp/diff_new_pack.oQuNp7/_old  2020-07-14 07:58:21.893609987 +0200
+++ /var/tmp/diff_new_pack.oQuNp7/_new  2020-07-14 07:58:21.893609987 +0200
@@ -6,7 +6,7 @@
 --- a/src/modules/packages/packages.conf
 +++ b/src/modules/packages/packages.conf
 @@ -13,7 +13,7 @@
- #  - apk = Alpine Linux package manager
+ # Not actually a package manager, but suitable for testing:
  #  - dummy   - Dummy manager, only logs
  #
 -backend: dummy

++ calamares-3.2.25.tar.gz -> calamares-3.2.27.tar.gz ++
 141396 lines of diff (skipped)

++ calamares.keyring ++
 1286 lines (skipped)
 between calamares.keyring
 and /work/SRC/openSUSE:Factory/.calamares.new.3060/calamares.keyring




commit syntax-highlighting for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2020-07-14 07:55:15

Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and  /work/SRC/openSUSE:Factory/.syntax-highlighting.new.3060 (New)


Package is "syntax-highlighting"

Tue Jul 14 07:55:15 2020 rev:46 rq:820412 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2020-06-16 13:45:19.273657282 +0200
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.3060/syntax-highlighting.changes
2020-07-14 07:57:47.713499315 +0200
@@ -1,0 +2,15 @@
+Sun Jul  5 07:55:58 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:
+  * CMake: Updates for CMake 3.18
+  * Add Snort/Suricata language highlighting
+  * Add YARA language
+  * fix compiler warning
+  * remove deprecated binary json in favor of cbor
+  * JavaScript/TypeScript: highlight tags in templates
+
+---

Old:

  syntax-highlighting-5.71.0.tar.xz
  syntax-highlighting-5.71.0.tar.xz.sig

New:

  syntax-highlighting-5.72.0.tar.xz
  syntax-highlighting-5.72.0.tar.xz.sig



Other differences:
--
++ syntax-highlighting.spec ++
--- /var/tmp/diff_new_pack.JTtwhx/_old  2020-07-14 07:57:49.821506140 +0200
+++ /var/tmp/diff_new_pack.JTtwhx/_new  2020-07-14 07:57:49.825506153 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5SyntaxHighlighting5
-%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:   syntax-highlighting
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Syntax highlighting engine and library
 License:LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND 
GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0
@@ -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


++ syntax-highlighting-5.71.0.tar.xz -> syntax-highlighting-5.72.0.tar.xz 
++
 8744 lines of diff (skipped)




commit threadweaver for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2020-07-14 07:55:19

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


Package is "threadweaver"

Tue Jul 14 07:55:19 2020 rev:80 rq:820413 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes
2020-06-16 13:45:25.425679708 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new.3060/threadweaver.changes  
2020-07-14 07:57:54.329520736 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:59 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
+- No code change since 5.71.0
+
+---

Old:

  threadweaver-5.71.0.tar.xz
  threadweaver-5.71.0.tar.xz.sig

New:

  threadweaver-5.72.0.tar.xz
  threadweaver-5.72.0.tar.xz.sig



Other differences:
--
++ threadweaver.spec ++
--- /var/tmp/diff_new_pack.oo7iX9/_old  2020-07-14 07:57:55.301523884 +0200
+++ /var/tmp/diff_new_pack.oo7iX9/_new  2020-07-14 07:57:55.305523897 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5ThreadWeaver5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   threadweaver
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Helper for multithreaded programming
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -98,14 +97,15 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5ThreadWeaver.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5ThreadWeaver.so
-%{_kf5_libdir}/cmake/KF5ThreadWeaver/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5ThreadWeaver/
+%{_kf5_libdir}/libKF5ThreadWeaver.so
 %{_kf5_mkspecsdir}/qt_ThreadWeaver.pri
 
 %changelog


++ threadweaver-5.71.0.tar.xz -> threadweaver-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.71.0/CMakeLists.txt 
new/threadweaver-5.72.0/CMakeLists.txt
--- old/threadweaver-5.71.0/CMakeLists.txt  2020-06-06 21:36:58.0 
+0200
+++ new/threadweaver-5.72.0/CMakeLists.txt  2020-07-04 12:00:46.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(ThreadWeaver VERSION ${KF5_VERSION})
 
 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)
 




commit qqc2-desktop-style for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package qqc2-desktop-style for 
openSUSE:Factory checked in at 2020-07-14 07:55:07

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


Package is "qqc2-desktop-style"

Tue Jul 14 07:55:07 2020 rev:36 rq:820408 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/qqc2-desktop-style/qqc2-desktop-style.changes
2020-06-16 13:44:58.181580393 +0200
+++ 
/work/SRC/openSUSE:Factory/.qqc2-desktop-style.new.3060/qqc2-desktop-style.changes
  2020-07-14 07:57:28.833438183 +0200
@@ -1,0 +2,16 @@
+Sun Jul  5 07:55:55 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:
+  * Set selectByMouse to true for SpinBox
+  * Fix menu icons becoming blurry with some font sizes (kde#423236)
+  * Prevent delegates and scrollbar overlapping in combobox popups
+  * Fix Slider vertical implicitWidth and a binding loop
+  * Make ToolTips more consistent with Breeze widget style tooltips
+  * Set editable to true by default for SpinBox
+  * Fix Connections warnings in Menu.qml
+
+---

Old:

  qqc2-desktop-style-5.71.0.tar.xz
  qqc2-desktop-style-5.71.0.tar.xz.sig

New:

  qqc2-desktop-style-5.72.0.tar.xz
  qqc2-desktop-style-5.72.0.tar.xz.sig



Other differences:
--
++ qqc2-desktop-style.spec ++
--- /var/tmp/diff_new_pack.uAq5oK/_old  2020-07-14 07:57:29.853441485 +0200
+++ /var/tmp/diff_new_pack.uAq5oK/_new  2020-07-14 07:57:29.857441498 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define _tar_path 5.71
+%define _tar_path 5.72
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   qqc2-desktop-style
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:A Qt Quick Controls 2 Style for Desktop UIs
 License:GPL-2.0-or-later
@@ -31,7 +31,7 @@
 Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/qqc2-desktop-style-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
-BuildRequires:  extra-cmake-modules >= 0.0.8
+BuildRequires:  extra-cmake-modules
 # For dir ownership
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5ConfigWidgets)
@@ -83,15 +83,16 @@
 %kf5_makeinstall -C build
 
 %files
-%license LICENSE*
-%{_kf5_qmldir}/QtQuick/Controls.2/org.kde.desktop/
+%license LICENSES/*
+%dir %{_kf5_plugindir}/kf5/kirigami/
 %dir %{_kf5_qmldir}/org/
 %dir %{_kf5_qmldir}/org/kde/
-%dir %{_kf5_plugindir}/kf5/kirigami/
 %{_kf5_plugindir}/kf5/kirigami/org.kde.desktop.so
+%{_kf5_qmldir}/QtQuick/Controls.2/org.kde.desktop/
 %{_kf5_qmldir}/org/kde/qqc2desktopstyle/
 
 %files devel
+%license LICENSES/*
 %{_kf5_libdir}/cmake/KF5QQC2DesktopStyle/
 # Legacy alias with typo...
 %{_kf5_libdir}/cmake/KF5QQC2DeskopStyle/


++ qqc2-desktop-style-5.71.0.tar.xz -> qqc2-desktop-style-5.72.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-5.71.0/CMakeLists.txt 
new/qqc2-desktop-style-5.72.0/CMakeLists.txt
--- old/qqc2-desktop-style-5.71.0/CMakeLists.txt2020-06-06 
21:36:41.0 +0200
+++ new/qqc2-desktop-style-5.72.0/CMakeLists.txt2020-07-04 
11:59:39.0 +0200
@@ -1,7 +1,7 @@
 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(qqc2-desktop-style VERSION ${KF5_VERSION})
 
@@ -21,7 +21,7 @@
 
 # set KDE specific information #
 
-find_package(ECM 5.71.0 REQUIRED NO_MODULE)
+find_package(ECM 5.72.0 REQUIRED NO_MODULE)
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
@@ -140,6 +140,14 @@
 set(DISABLE_UNDER_QQC2_2_4 "")
 endif()
 
+if (Qt5Qml_VERSION_STRING VERSION_GREATER_EQUAL 5.14)
+set(DISABLE_UNDER_QT_5_14 "")
+set(DISABLE_AT_QT_5_14 "//Disabled since Qt 5.14 ")
+else()
+set(DISABLE_UNDER_QT_5_14 "//Needs Qt 5.14 ")
+set(DISABLE_AT_QT_5_14 "")
+endif()
+
 # Find all the source qml files
 FILE(GLOB_RECURSE inFiles RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
 "${CMAKE_CURRENT_SOURCE_DIR}/org.kde.desktop/*")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-desktop-style-5.71.0/org.kde.desktop/ComboBox.qml 

commit syndication for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2020-07-14 07:55:13

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


Package is "syndication"

Tue Jul 14 07:55:13 2020 rev:61 rq:820411 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2020-06-16 
13:45:10.977627040 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new.3060/syndication.changes
2020-07-14 07:57:39.877473942 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:58 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:
+  * Fix a couple BSD-2-Clause license headers
+
+---

Old:

  syndication-5.71.0.tar.xz
  syndication-5.71.0.tar.xz.sig

New:

  syndication-5.72.0.tar.xz
  syndication-5.72.0.tar.xz.sig



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.1l05hB/_old  2020-07-14 07:57:40.913477297 +0200
+++ /var/tmp/diff_new_pack.1l05hB/_new  2020-07-14 07:57:40.917477310 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Syndication5
-%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:   syndication
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:RSS/Atom parsing library
 License:LGPL-2.1-or-later
@@ -35,14 +35,13 @@
 Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
-BuildRequires:  extra-cmake-modules >= 1.0.0
+BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Codecs) >= %{kf5_bugfix_version}
-BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Network)
-BuildRequires:  cmake(Qt5Test) >= 5.8.0
-BuildRequires:  cmake(Qt5Widgets)
-BuildRequires:  cmake(Qt5Xml)
+BuildRequires:  cmake(Qt5Network) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Xml) >= 5.12.0
 
 %description
 KF5Syndication is an RSS/Atom parsing library by KDE, which


++ syndication-5.71.0.tar.xz -> syndication-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.71.0/CMakeLists.txt 
new/syndication-5.72.0/CMakeLists.txt
--- old/syndication-5.71.0/CMakeLists.txt   2020-06-06 21:36:52.0 
+0200
+++ new/syndication-5.72.0/CMakeLists.txt   2020-07-04 12:00:22.0 
+0200
@@ -1,7 +1,7 @@
 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(Syndication VERSION ${KF5_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.71.0/src/dataretriever.cpp 
new/syndication-5.72.0/src/dataretriever.cpp
--- old/syndication-5.71.0/src/dataretriever.cpp2020-06-06 
21:36:52.0 +0200
+++ new/syndication-5.72.0/src/dataretriever.cpp2020-07-04 
12:00:22.0 +0200
@@ -3,10 +3,7 @@
  *
  * Copyright (c) 2001, 2002, 2003 Frerich Raabe 
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS
- * FOR A PARTICULAR PURPOSE. For licensing and distribution details, check the
- * accompanying file 'COPYING'.
+ * SPDX-License-Identifier: BSD-2-Clause
  */
 
 #include "dataretriever.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.71.0/src/dataretriever.h 
new/syndication-5.72.0/src/dataretriever.h
--- old/syndication-5.71.0/src/dataretriever.h  2020-06-06 21:36:52.0 
+0200
+++ new/syndication-5.72.0/src/dataretriever.h  2020-07-04 12:00:22.0 
+0200
@@ -1,10 +1,7 @@
 /*
  * Copyright (c) 2001, 2002, 2003 Frerich Raabe 
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS
- * FOR A PARTICULAR PURPOSE. For licensing and distribution 

commit sonnet for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2020-07-14 07:55:11

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


Package is "sonnet"

Tue Jul 14 07:55:11 2020 rev:83 rq:820410 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2020-06-16 
13:45:06.661611306 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new.3060/sonnet.changes  2020-07-14 
07:57:36.821464047 +0200
@@ -1,0 +2,12 @@
+Sun Jul  5 07:55:57 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:
+  * Fix "Using QCharRef with an index pointing outside the valid range of a 
QString"
+  * Restore default auto-detect behavior
+  * Fix default language (kde#398245)
+
+---

Old:

  sonnet-5.71.0.tar.xz
  sonnet-5.71.0.tar.xz.sig

New:

  sonnet-5.72.0.tar.xz
  sonnet-5.72.0.tar.xz.sig



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.L9eyEG/_old  2020-07-14 07:57:37.601466573 +0200
+++ /var/tmp/diff_new_pack.L9eyEG/_new  2020-07-14 07:57:37.601466573 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%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:   sonnet
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE spell checking library
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 %endif
 Source99:   baselibs.conf
 #BuildRequires:  aspell-devel
-BuildRequires:  cmake >= 3.0
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -137,22 +136,23 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_debugdir}/sonnet.categories
 %dir %{_kf5_plugindir}/kf5
 %dir %{_kf5_plugindir}/kf5/sonnet
+%{_kf5_debugdir}/sonnet.categories
 %{_kf5_plugindir}/kf5/sonnet/sonnet_hunspell.so
 
 %files -n libKF5SonnetCore%{sonum}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5SonnetCore.so.*
 
 %files -n libKF5SonnetUi%{sonum}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5SonnetUi.so.*
 
 %files devel
+%license LICENSES/*
 %dir %{_kf5_plugindir}/designer
 %{_kf5_bindir}/gentrigrams
 %{_kf5_bindir}/parsetrigrams
@@ -164,7 +164,7 @@
 %{_kf5_plugindir}/designer/sonnetui5widgets.so
 
 %files voikko
-%license COPYING*
+%license LICENSES/*
 %{_kf5_plugindir}/kf5/sonnet/sonnet_voikko.so
 
 %changelog


++ sonnet-5.71.0.tar.xz -> sonnet-5.72.0.tar.xz ++
 17508 lines of diff (skipped)




commit solid for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2020-07-14 07:55:09

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


Package is "solid"

Tue Jul 14 07:55:09 2020 rev:85 rq:820409 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2020-06-16 
13:45:02.725596958 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new.3060/solid.changes2020-07-14 
07:57:32.905451367 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:56 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:
+  * Enable UDisks2 backend on FreeBSD unconditionally.
+
+---

Old:

  solid-5.71.0.tar.xz
  solid-5.71.0.tar.xz.sig

New:

  solid-5.72.0.tar.xz
  solid-5.72.0.tar.xz.sig



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.24V1cE/_old  2020-07-14 07:57:33.957454774 +0200
+++ /var/tmp/diff_new_pack.24V1cE/_new  2020-07-14 07:57:33.957454774 +0200
@@ -17,10 +17,10 @@
 
 
 %define lname   libKF5Solid5
-%define _tar_path 5.71
+%define _tar_path 5.72
 %bcond_without lang
 Name:   solid
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Desktop hardware abstraction
 License:LGPL-2.1-or-later
@@ -33,7 +33,6 @@
 %endif
 Source99:   baselibs.conf
 BuildRequires:  bison
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -123,23 +122,24 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
-%{_kf5_libdir}/libKF5Solid.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/solid.categories
+%{_kf5_libdir}/libKF5Solid.so.*
 
 %files tools
-%license COPYING*
+%license LICENSES/*
 %{_kf5_bindir}/solid-hardware5
 %{_kf5_bindir}/solid-power
 
 %files imports
-%license COPYING*
+%license LICENSES/*
 %{_kf5_qmldir}/
 
 %files devel
-%{_kf5_libdir}/libKF5Solid.so
-%{_kf5_libdir}/cmake/KF5Solid/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Solid/
+%{_kf5_libdir}/libKF5Solid.so
 %{_kf5_mkspecsdir}/qt_Solid.pri
 
 %changelog


++ solid-5.71.0.tar.xz -> solid-5.72.0.tar.xz ++
 5879 lines of diff (skipped)




commit mypy for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "mypy"

Tue Jul 14 07:55:21 2020 rev:19 rq:820414 version:0.782

Changes:

--- /work/SRC/openSUSE:Factory/mypy/mypy.changes2020-04-19 
21:36:22.954505286 +0200
+++ /work/SRC/openSUSE:Factory/.mypy.new.3060/mypy.changes  2020-07-14 
07:58:00.797541680 +0200
@@ -1,0 +2,112 @@
+Sat Jul  4 12:28:39 UTC 2020 - Sebastian Wagner 
+
+- update to version 0.780:
+ - Following Imports in Mypy Daemon
+  - You can now leave out the --follow-imports option when running dmypy, and 
mypy daemon will follow imports, similar to a non-daemon mypy run.
+Previously mypy daemon did not support this, and it was necessary to use 
--follow-imports and explicitly mention all files to check on the command line. 
(Following imports in mypy daemon is an experimental feature.)
+See the docs about following import in mypy.
+ - Miscellaneous New Features:
+  - Support environment variable interpolation for junit_xml configuration key 
(Mattwmaster58, PR 8479)
+  - Add no_site_packages config file setting (davidzwa, PR 8524)
+  - Allow .mypy.ini (with a dot prefix) as an alternative name to mypy.ini 
(dosisod, PR 8515)
+  - Disallow unpacking of strings in multiple assignment, as this is usually a 
bug (Abtin, PR 8589)
+  - Allow type aliases in a runtime (non-type) context (PR 8779)
+  - Add narrowing unions with bool literals via identity check (Steve Dignam, 
PR 8821)
+  - Always allow to cast to Any without warnings (oda, PR 8544)
+  - Suggest solutions for a typo in a key of a TypedDict (Felicián Németh, PR 
8483)
+  - Provide more context about why incompatible with supertype is an error 
(Chetan Khanna, PR 8866) 
+ - Other Notable Improvements and Bug Fixes:
+  - Fix handling dependencies to __call__ in mypy daemon (PR 8494)
+  - Various improvements to stubtest (PR 8502, PR 8886) (Shantanu)
+  - Fix invalid type causing named tuple errors reported in wrong files (PR 
8549)
+  - Clarify documentation of Liskov substitution principle (PR 8563)
+  - Fix type inference with lambda that returns None (PR 8562)
+  - Fix incremental crash bug caused by NewType in functions (PR 8607)
+  - Fix indexed assignment check when TypedDict is used as upper bound (Xuanda 
Yang, PR 8621)
+  - Improve error message for bad indexed assignment (pando, PR 8641)
+  - Fix crash when the same file is processed under multiple names (PR 8644)
+  - Fix parser when using Python 3.9 (PR 8716)
+  - Accept dict() as an empty dictionary in a TypedDict context (PR 8749)
+  - Fix incorrect coroutine return type for nested function (Jens Widell, PR 
8741)
+  - Reject bytes literal as a TypedDict key (PR 8782)
+  - Allow attrs keyword-only arguments at any position (Markus Schmaus, PR 
8803)
+  - Detect duplicate keys in call-based TypedDict definitions (PR 8849)
+  - Look at arguments when generating constraints for an overload (PR 8845)
+  - Fix potential wrong-file error message for unsupported types (PR 8854) 
+ - Typeshed Updates
+  - Many small improvements were made to typeshed — too many to list. Browse 
the typeshed commit log here.
+- update to version 0.770:
+ - Tagged Unions
+  - Previously, the only way to distinguish between two types in a union was 
to use an isinstance check. Now, mypy supports distinguishing between two or 
more types based on the value of some common shared "tag" field.
+This feature is most useful when you want to narrow down a union of 
TypedDicts: since TypedDicts are really just regular dicts at runtime, using 
isinstance checks won't work. Instead, you can now label or tag each TypedDict 
with a distinct Literal type and discriminate by checking that tag.
+Note that you can import Literal from typing_extensions on Python 3.7 and 
earlier.
+You can also use this technique to discriminate between unions of objects, 
tuples, or named tuples, so long as: 1. Every item in your union is tagged with 
a unique value 2. Mypy understands how to narrow the union of the tag values.
+For more details and examples, see the documentation on tagged unions.
+ - Type Inference Improvements
+   Type inference is now more powerful. Mypy can infer types in some cases 
where you previously needed an explicit type annotation.
+   Mypy can infer a built-in collection type from augmented assignment 
statements.
+   Some dictionary construction idioms are better supported.
+   Mypy is better at inferring defaultdict types.
+ - Multiple Inheritance and isinstance() Checks
+   Previously, mypy assumed a variable cannot have two unrelated types when 
analyzing isinstance checks. For example, in the following example B is not a 

commit prison-qt5 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2020-07-14 07:55:02

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


Package is "prison-qt5"

Tue Jul 14 07:55:02 2020 rev:45 rq:820406 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes2020-06-16 
13:44:51.921557573 +0200
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new.3060/prison-qt5.changes  
2020-07-14 07:57:13.957390015 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:54 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:
+  * Deprecate AbstractBarcode::minimumSize() also for the compiler
+
+---

Old:

  prison-5.71.0.tar.xz
  prison-5.71.0.tar.xz.sig

New:

  prison-5.72.0.tar.xz
  prison-5.72.0.tar.xz.sig



Other differences:
--
++ prison-qt5.spec ++
--- /var/tmp/diff_new_pack.P7FRVR/_old  2020-07-14 07:57:15.757395844 +0200
+++ /var/tmp/diff_new_pack.P7FRVR/_new  2020-07-14 07:57:15.757395844 +0200
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%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)
@@ -27,7 +27,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   prison-qt5
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Barcode abstraction layer library
 License:MIT
@@ -39,14 +39,13 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5Gui) >= 5.5.0
-BuildRequires:  cmake(Qt5Quick) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Gui) >= 5.12.0
+BuildRequires:  cmake(Qt5Quick) >= 5.12.0
 BuildRequires:  pkgconfig(libdmtx)
 BuildRequires:  pkgconfig(libqrencode)
 
@@ -77,7 +76,7 @@
 Summary:Development files for prison-qt5, a barcode abstraction library
 Group:  Development/Libraries/C and C++
 Requires:   lib%{_libname}%{sonum} = %{version}
-Requires:   cmake(Qt5Gui) >= 5.5.0
+Requires:   cmake(Qt5Gui) >= 5.12.0
 
 %description -n prison-qt5-devel
 Development files for prison, a barcode abstraction layer library providing
@@ -98,13 +97,13 @@
 %postun -n lib%{_libname}%{sonum} -p /sbin/ldconfig
 
 %files -n lib%{_libname}%{sonum}
-%license LICENSE
+%license LICENSES/*
 %doc README*
-%{_libqt5_libdir}/lib%{_libname}*.so.*
 %{_kf5_debugdir}/*.categories
+%{_libqt5_libdir}/lib%{_libname}*.so.*
 
 %files imports
-%license LICENSE
+%license LICENSES/*
 %doc README*
 %dir %{_kf5_qmldir}/org/
 %dir %{_kf5_qmldir}/org/kde/
@@ -113,9 +112,10 @@
 %{_kf5_qmldir}/org/kde/prison/qmldir
 
 %files -n prison-qt5-devel
-%{_kf5_libdir}/cmake/KF5Prison/
-%{_libqt5_libdir}/lib%{_libname}*.so
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Prison/
 %{_kf5_mkspecsdir}/qt_Prison.pri
+%{_libqt5_libdir}/lib%{_libname}*.so
 
 %changelog


++ prison-5.71.0.tar.xz -> prison-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.71.0/CMakeLists.txt 
new/prison-5.72.0/CMakeLists.txt
--- old/prison-5.71.0/CMakeLists.txt2020-06-06 21:36:34.0 +0200
+++ new/prison-5.72.0/CMakeLists.txt2020-07-04 11:59:12.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(prison VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${ECM_MODULE_PATH}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.71.0/autotests/aztecbarcodetest.cpp 
new/prison-5.72.0/autotests/aztecbarcodetest.cpp
--- old/prison-5.71.0/autotests/aztecbarcodetest.cpp2020-06-06 

commit purpose for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package purpose for openSUSE:Factory checked 
in at 2020-07-14 07:55:05

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


Package is "purpose"

Tue Jul 14 07:55:05 2020 rev:36 rq:820407 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/purpose/purpose.changes  2020-06-16 
13:44:53.973565054 +0200
+++ /work/SRC/openSUSE:Factory/.purpose.new.3060/purpose.changes
2020-07-14 07:57:23.293420245 +0200
@@ -1,0 +2,12 @@
+Sun Jul  5 07:55:55 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:
+  * Explicitly use Kirigami units instead of implicitly using Plasma units
+  * Port job dialogs to Kirigami.PlaceholderMessage
+  * Fix mem leak. Configuration was never deleted
+
+---

Old:

  purpose-5.71.0.tar.xz
  purpose-5.71.0.tar.xz.sig

New:

  purpose-5.72.0.tar.xz
  purpose-5.72.0.tar.xz.sig



Other differences:
--
++ purpose.spec ++
--- /var/tmp/diff_new_pack.Okknar/_old  2020-07-14 07:57:24.901425451 +0200
+++ /var/tmp/diff_new_pack.Okknar/_new  2020-07-14 07:57:24.905425464 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Purpose5
-%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:   purpose
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework to integrate services and actions in applications
 License:LGPL-2.1-or-later
@@ -36,8 +36,7 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  intltool
 BuildRequires:  kf5-filesystem
 BuildRequires:  libaccounts-glib-devel
@@ -51,12 +50,12 @@
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.2.0
-BuildRequires:  cmake(Qt5Gui) >= 5.2.0
-BuildRequires:  cmake(Qt5Network) >= 5.2.0
-BuildRequires:  cmake(Qt5Qml) >= 5.2.0
-BuildRequires:  cmake(Qt5Test) >= 5.2.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Gui) >= 5.12.0
+BuildRequires:  cmake(Qt5Network) >= 5.12.0
+BuildRequires:  cmake(Qt5Qml) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
 Requires:   kdeclarative-components >= %{_kf5_bugfix_version}
 Requires:   libKF5QuickAddons5 >= %{_kf5_bugfix_version}
 Requires:   libqt5-qtquickcontrols2


++ purpose-5.71.0.tar.xz -> purpose-5.72.0.tar.xz ++
 2174 lines of diff (skipped)




commit plasma-framework for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2020-07-14 07:55:00

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


Package is "plasma-framework"

Tue Jul 14 07:55:00 2020 rev:94 rq:820405 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2020-06-23 21:02:10.977376398 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-framework.new.3060/plasma-framework.changes  
2020-07-14 07:57:07.941370536 +0200
@@ -1,0 +2,14 @@
+Sun Jul  5 07:55:53 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
+- Too many changes since 5.71.0, only listing bugfixes:
+  * [spinbox] Don't use QQC2 items when we should use PlasmaComponents 
(kde#423445)
+  * Use fully qualified identifiers for metaobject types (kde#423643)
+- Drop upstream patches:
+  * 0001-Add-property-to-access-the-ExpandableListItem-loader.patch
+  * 0001-Introduce-PlaceholderMessage.patch
+
+---

Old:

  0001-Add-property-to-access-the-ExpandableListItem-loader.patch
  0001-Introduce-PlaceholderMessage.patch
  plasma-framework-5.71.0.tar.xz
  plasma-framework-5.71.0.tar.xz.sig

New:

  plasma-framework-5.72.0.tar.xz
  plasma-framework-5.72.0.tar.xz.sig



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.2vNsMk/_old  2020-07-14 07:57:09.797376545 +0200
+++ /var/tmp/diff_new_pack.2vNsMk/_new  2020-07-14 07:57:09.801376558 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Plasma5
-%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:   plasma-framework
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Plasma library and runtime components based upon KF5 and Qt5
 License:GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -36,16 +36,13 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Add-property-to-access-the-ExpandableListItem-loader.patch
-Patch2: 0001-Introduce-PlaceholderMessage.patch
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libxcb-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRequires:  cmake(KF5Activities) >= 5.19.0
+BuildRequires:  cmake(KF5Activities) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
@@ -70,7 +67,7 @@
 BuildRequires:  cmake(Qt5Gui) >= 5.12.0
 BuildRequires:  cmake(Qt5Qml) >= 5.12.0
 BuildRequires:  cmake(Qt5Quick) >= 5.12.0
-BuildRequires:  cmake(Qt5QuickControls2) >= 5.7.0
+BuildRequires:  cmake(Qt5QuickControls2) >= 5.12.0
 BuildRequires:  cmake(Qt5Sql) >= 5.12.0
 BuildRequires:  cmake(Qt5Svg) >= 5.12.0
 BuildRequires:  cmake(Qt5Test) >= 5.12.0
@@ -137,7 +134,7 @@
 %lang_package
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
   %cmake_kf5 -d build


++ plasma-framework-5.71.0.tar.xz -> plasma-framework-5.72.0.tar.xz ++
 7314 lines of diff (skipped)




commit oxygen5-icon-theme for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package oxygen5-icon-theme for 
openSUSE:Factory checked in at 2020-07-14 07:54:49

Comparing /work/SRC/openSUSE:Factory/oxygen5-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen5-icon-theme.new.3060 (New)


Package is "oxygen5-icon-theme"

Tue Jul 14 07:54:49 2020 rev:53 rq:820404 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5-icon-theme/oxygen5-icon-theme.changes
2020-06-16 13:44:39.605512678 +0200
+++ 
/work/SRC/openSUSE:Factory/.oxygen5-icon-theme.new.3060/oxygen5-icon-theme.changes
  2020-07-14 07:56:57.805337716 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 08:52:25 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
+- No code change since 5.71.0
+
+---

Old:

  oxygen-icons5-5.71.0.tar.xz
  oxygen-icons5-5.71.0.tar.xz.sig

New:

  oxygen-icons5-5.72.0.tar.xz
  oxygen-icons5-5.72.0.tar.xz.sig



Other differences:
--
++ oxygen5-icon-theme.spec ++
--- /var/tmp/diff_new_pack.vZQyIN/_old  2020-07-14 07:57:01.205348725 +0200
+++ /var/tmp/diff_new_pack.vZQyIN/_new  2020-07-14 07:57:01.209348738 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   oxygen5-icon-theme
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-3.0-only












++ oxygen-icons5-5.71.0.tar.xz -> oxygen-icons5-5.72.0.tar.xz ++
/work/SRC/openSUSE:Factory/oxygen5-icon-theme/oxygen-icons5-5.71.0.tar.xz 
/work/SRC/openSUSE:Factory/.oxygen5-icon-theme.new.3060/oxygen-icons5-5.72.0.tar.xz
 differ: char 27, line 1




commit kxmlrpcclient5 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for openSUSE:Factory 
checked in at 2020-07-14 07:54:41

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


Package is "kxmlrpcclient5"

Tue Jul 14 07:54:41 2020 rev:66 rq:820401 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kxmlrpcclient5/kxmlrpcclient5.changes
2020-06-16 13:45:36.233732375 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new.3060/kxmlrpcclient5.changes  
2020-07-14 07:56:31.349252053 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:51 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
+- No code change since 5.71.0
+
+---

Old:

  kxmlrpcclient-5.71.0.tar.xz
  kxmlrpcclient-5.71.0.tar.xz.sig

New:

  kxmlrpcclient-5.72.0.tar.xz
  kxmlrpcclient-5.72.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.Amw37W/_old  2020-07-14 07:56:32.317255188 +0200
+++ /var/tmp/diff_new_pack.Amw37W/_new  2020-07-14 07:56:32.317255188 +0200
@@ -18,14 +18,14 @@
 
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%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:   kxmlrpcclient5
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause


++ kxmlrpcclient-5.71.0.tar.xz -> kxmlrpcclient-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.71.0/CMakeLists.txt 
new/kxmlrpcclient-5.72.0/CMakeLists.txt
--- old/kxmlrpcclient-5.71.0/CMakeLists.txt 2020-06-07 20:34:01.0 
+0200
+++ new/kxmlrpcclient-5.72.0/CMakeLists.txt 2020-07-04 15:24:57.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(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.71.0 CONFIG )
+find_package(ECM 5.72.0 CONFIG )
 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/kxmlrpcclient-5.71.0/po/hne/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.72.0/po/hne/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.71.0/po/hne/libkxmlrpcclient5.po2020-06-07 
20:34:01.0 +0200
+++ new/kxmlrpcclient-5.72.0/po/hne/libkxmlrpcclient5.po2020-07-04 
15:24:57.0 +0200
@@ -11,7 +11,7 @@
 "PO-Revision-Date: 2008-01-27 15:55+0530\n"
 "Last-Translator: Ravishankar Shrivastava \n"
 "Language-Team: Hindi \n"
-"Language: hi\n"
+"Language: hne\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/kxmlrpcclient-5.71.0/po/sr/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.72.0/po/sr/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.71.0/po/sr/libkxmlrpcclient5.po 2020-06-07 
20:34:01.0 +0200
+++ new/kxmlrpcclient-5.72.0/po/sr/libkxmlrpcclient5.po 2020-07-04 
15:24:57.0 +0200
@@ -3,8 +3,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libkxmlrpcclient\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-08-16 09:06+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:58+0200\n"
 "PO-Revision-Date: 2008-01-01 12:00+0100\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kxmlrpcclient-5.71.0/po/sr@ijekavian/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.72.0/po/sr@ijekavian/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.71.0/po/sr@ijekavian/libkxmlrpcclient5.po   
2020-06-07 20:34:01.0 +0200
+++ 

commit libKF5NetworkManagerQt for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2020-07-14 07:54:46

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


Package is "libKF5NetworkManagerQt"

Tue Jul 14 07:54:46 2020 rev:80 rq:820403 version:5.72.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2020-06-16 13:44:28.301471471 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new.3060/libKF5NetworkManagerQt.changes
  2020-07-14 07:56:36.641269188 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:52 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
+- No code change since 5.71.0
+
+---

Old:

  networkmanager-qt-5.71.0.tar.xz
  networkmanager-qt-5.71.0.tar.xz.sig

New:

  networkmanager-qt-5.72.0.tar.xz
  networkmanager-qt-5.72.0.tar.xz.sig



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.cl4iRX/_old  2020-07-14 07:56:37.669272517 +0200
+++ /var/tmp/diff_new_pack.cl4iRX/_new  2020-07-14 07:56:37.669272517 +0200
@@ -17,7 +17,7 @@
 
 
 %define soversion 6
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   libKF5NetworkManagerQt
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:A Qt wrapper for NetworkManager DBus API
 License:LGPL-2.1-only OR LGPL-3.0-only
@@ -91,14 +91,14 @@
 %postun -n libKF5NetworkManagerQt%{soversion} -p /sbin/ldconfig
 
 %files -n libKF5NetworkManagerQt%{soversion}
-%license COPYING*
-%{_kf5_libdir}/libKF5NetworkManagerQt.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/networkmanagerqt.categories
+%{_kf5_libdir}/libKF5NetworkManagerQt.so.*
 
 %files devel
-%license COPYING*
-%{_kf5_libdir}/libKF5NetworkManagerQt.so
+%license LICENSES/*
 %{_kf5_includedir}/
 %{_kf5_libdir}/cmake/KF5NetworkManagerQt/
+%{_kf5_libdir}/libKF5NetworkManagerQt.so
 
 %changelog


++ networkmanager-qt-5.71.0.tar.xz -> networkmanager-qt-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.71.0/CMakeLists.txt 
new/networkmanager-qt-5.72.0/CMakeLists.txt
--- old/networkmanager-qt-5.71.0/CMakeLists.txt 2020-06-06 21:36:21.0 
+0200
+++ new/networkmanager-qt-5.72.0/CMakeLists.txt 2020-07-04 11:58:35.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(NetworkManagerQt VERSION ${KF5_VERSION})
 
 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)
 




commit kwidgetsaddons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2020-07-14 07:54:34

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


Package is "kwidgetsaddons"

Tue Jul 14 07:54:34 2020 rev:80 rq:820398 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes
2020-06-16 13:44:22.253449424 +0200
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new.3060/kwidgetsaddons.changes  
2020-07-14 07:56:11.229186906 +0200
@@ -1,0 +2,17 @@
+Sun Jul  5 07:55:48 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:
+  * Fix KTimeComboBox for locales with unusual characters in formats 
(kde#405857)
+  * KPageView: remove invisible pixmap on right side of header
+  * KTitleWidget: move from QPixmap property to QIcon property
+  * Deprecate some KMultiTabBarButton/KMultiTabBarTab API using QPixmap
+  * KMultiTabBarTab: make styleoption state logic follow QToolButton even more
+  * KMultiTabBar: do not display checked buttons in QStyle::State_Sunken
+  * Fix mem leak found by ASAN
+  * [KCharSelect] Initially give focus to the search lineedit
+
+---

Old:

  kwidgetsaddons-5.71.0.tar.xz
  kwidgetsaddons-5.71.0.tar.xz.sig

New:

  kwidgetsaddons-5.72.0.tar.xz
  kwidgetsaddons-5.72.0.tar.xz.sig



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.rWv8YE/_old  2020-07-14 07:56:13.013192683 +0200
+++ /var/tmp/diff_new_pack.rWv8YE/_new  2020-07-14 07:56:13.017192696 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5WidgetsAddons5
-%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:   kwidgetsaddons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Large set of desktop widgets
 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


++ kwidgetsaddons-5.71.0.tar.xz -> kwidgetsaddons-5.72.0.tar.xz ++
 57670 lines of diff (skipped)




commit libKF5ModemManagerQt for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2020-07-14 07:54:43

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


Package is "libKF5ModemManagerQt"

Tue Jul 14 07:54:43 2020 rev:76 rq:820402 version:5.72.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes
2020-06-16 13:44:27.421468263 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new.3060/libKF5ModemManagerQt.changes
  2020-07-14 07:56:33.585259294 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:52 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
+- No code change since 5.71.0
+
+---

Old:

  modemmanager-qt-5.71.0.tar.xz
  modemmanager-qt-5.71.0.tar.xz.sig

New:

  modemmanager-qt-5.72.0.tar.xz
  modemmanager-qt-5.72.0.tar.xz.sig



Other differences:
--
++ libKF5ModemManagerQt.spec ++
--- /var/tmp/diff_new_pack.uez3uE/_old  2020-07-14 07:56:35.521265562 +0200
+++ /var/tmp/diff_new_pack.uez3uE/_new  2020-07-14 07:56:35.521265562 +0200
@@ -17,7 +17,7 @@
 
 
 %define soversion 6
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   libKF5ModemManagerQt
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Qt wrapper for ModemManager DBus API
 License:LGPL-2.1-only OR LGPL-3.0-only
@@ -81,15 +81,16 @@
 %postun -n libKF5ModemManagerQt%{soversion} -p /sbin/ldconfig
 
 %files -n libKF5ModemManagerQt%{soversion}
-%license COPYING.LIB
+%license LICENSES/*
 %doc README
-%{_kf5_libdir}/libKF5ModemManagerQt.so.*
 %{_kf5_debugdir}/modemmanagerqt.categories
+%{_kf5_libdir}/libKF5ModemManagerQt.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5ModemManagerQt.so
-%{_kf5_includedir}/ModemManagerQt/
+%license LICENSES/*
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/ModemManagerQt/
 %{_kf5_libdir}/cmake/KF5ModemManagerQt/
+%{_kf5_libdir}/libKF5ModemManagerQt.so
 
 %changelog


++ modemmanager-qt-5.71.0.tar.xz -> modemmanager-qt-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.71.0/CMakeLists.txt 
new/modemmanager-qt-5.72.0/CMakeLists.txt
--- old/modemmanager-qt-5.71.0/CMakeLists.txt   2020-06-06 21:36:19.0 
+0200
+++ new/modemmanager-qt-5.72.0/CMakeLists.txt   2020-07-04 11:58:29.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(ModemManagerQt VERSION ${KF5_VERSION})
 
 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)
 




commit kwayland for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2020-07-14 07:54:32

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


Package is "kwayland"

Tue Jul 14 07:54:32 2020 rev:76 rq:820397 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes2020-06-16 
13:44:18.649436286 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new.3060/kwayland.changes  
2020-07-14 07:56:05.545168502 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:48 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
+- No code change since 5.71.0
+
+---

Old:

  kwayland-5.71.0.tar.xz
  kwayland-5.71.0.tar.xz.sig

New:

  kwayland-5.72.0.tar.xz
  kwayland-5.72.0.tar.xz.sig



Other differences:
--
++ kwayland.spec ++
--- /var/tmp/diff_new_pack.AtZoTR/_old  2020-07-14 07:56:07.637175276 +0200
+++ /var/tmp/diff_new_pack.AtZoTR/_new  2020-07-14 07:56:07.637175276 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%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)
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kwayland
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Wayland library
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -83,17 +82,18 @@
 %postun -p /sbin/ldconfig
 
 %files
-%license COPYING*
+%license LICENSES/*
 %{_kf5_debugdir}/*.categories
 %{_kf5_libdir}/libKF5WaylandClient.so.*
 %{_kf5_libdir}/libKF5WaylandServer.so.*
 
 %files devel
+%license LICENSES/*
+%{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Wayland/
 %{_kf5_libdir}/libKF5WaylandClient.so
 %{_kf5_libdir}/libKF5WaylandServer.so
 %{_kf5_libdir}/libexec/org-kde-kf5-kwayland-testserver
-%{_kf5_libdir}/cmake/KF5Wayland/
-%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KWaylandClient.pri
 %{_kf5_mkspecsdir}/qt_KWaylandServer.pri
 


++ kwayland-5.71.0.tar.xz -> kwayland-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.71.0/CMakeLists.txt 
new/kwayland-5.72.0/CMakeLists.txt
--- old/kwayland-5.71.0/CMakeLists.txt  2020-06-06 21:36:03.0 +0200
+++ new/kwayland-5.72.0/CMakeLists.txt  2020-07-04 11:57:25.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KWayland VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules)




commit ktexteditor for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2020-07-14 07:54:20

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


Package is "ktexteditor"

Tue Jul 14 07:54:20 2020 rev:81 rq:820393 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2020-05-16 
22:26:30.165293862 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new.3060/ktexteditor.changes
2020-07-14 07:55:43.949098576 +0200
@@ -1,0 +2,26 @@
+Sun Jul  5 07:55:45 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:
+  * Make "goto line" work backwards (kde#411165)
+  * fix crash on view deletion if ranges are still alive (kde#422546)
+
+---
+Sun Jun  7 08:07:01 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:
+  * Add .diff to the file-changed-diff to enable mime detection on windows.
+  * scrollbar minimap: performance: delay update for inactive documents
+  * Make text always align with font base line
+  * Port from KRun::runUrl to OpenUrlJob
+  * Fix modified line marker in kate minimap
+  * Port to KIO::statDetails. We only need StatBasic since we only need the 
permissions
+
+---

Old:

  ktexteditor-5.70.1.tar.xz
  ktexteditor-5.70.1.tar.xz.sig

New:

  ktexteditor-5.72.0.tar.xz
  ktexteditor-5.72.0.tar.xz.sig



Other differences:
--
++ ktexteditor.spec ++
--- /var/tmp/diff_new_pack.6zThMX/_old  2020-07-14 07:55:44.893101632 +0200
+++ /var/tmp/diff_new_pack.6zThMX/_new  2020-07-14 07:55:44.893101632 +0200
@@ -20,10 +20,10 @@
 %{!?_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}')}
-%define _tar_path 5.70
+%define _tar_path 5.72
 %bcond_without lang
 Name:   ktexteditor
-Version:5.70.1
+Version:5.72.0
 Release:0
 Summary:Embeddable text editor component
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source99:   baselibs.conf
 # PATCH-MISFEATURE-OPENSUSE - Disliked by the security team (boo#1033055)
 Patch1: 0001-Disable-KAuth-integration.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ ktexteditor-5.70.1.tar.xz -> ktexteditor-5.72.0.tar.xz ++
 225530 lines of diff (skipped)

++ ktexteditor-5.70.1.tar.xz.sig -> ktexteditor-5.72.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor-5.70.1.tar.xz.sig
2020-05-16 22:26:29.889293296 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktexteditor.new.3060/ktexteditor-5.72.0.tar.xz.sig  
2020-07-14 07:55:43.657097630 +0200
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6+ZeQACgkQWNDuZIpI
-s7uuTQgAiYaeUvXwWiihtvfSAn4yfxtFYTpWtgMTp5BBj8zhLL/ayBFrTzuxvkbd
-cvounQXYeF+jTBmChwTIs/R2TElRK5OSAA9iXS84MIk7BJX50T/633a+hTjj60/6
-MJzOSQV3OruwqpVZ6It9MKZlULHz3/jBx74NatlGKC8/e1DBVO4pMLWe659Q3iZP
-/O7o345FzJNy6ZaNXAlFPeyRd1uHksIJvXLyJ3RxfxzMXyr18v8YZa+w6+WMvBDc
-KBijdHfzZEXGGZtYgClqqGtUn2UriFQwnvNEZdS0MNf6VNJM+unXf2+f5PDCPFt8
-sHkiLsCt15bV2R84IRcQdPmdjJvTvQ==
-=4Qsp
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AusMACgkQWNDuZIpI
+s7tDrwf/adMGYVaYHhhRSFYJTenqXhPE5xv0O0HP2v9QV5Y/AH9Cir3T3NZDhqB0
+rUDWeEPQjzAIDZqI0RESo4Hoe2dL7gtUg7SZEqxFphVfXwkRIpRrUdnY4qTc46HN
+H1N1JeF0xwzOLjorcMOyox8i0ETawJ4yzm2N8vsl2dYis5GSyGdwFj7fxm/7m5dS
+3yNRtdnprDs7rV2cQrEse1Qq4q+EAUl6QVcj/Bhvfa2Zoxs5REUKD4Y6NUGlXNbU
+FqEBlk1Arb9QInqm0Fk39THOx35D8Oc8/EB0RuY1mq7ezWbryq7tS3Gbxp7CRVcO
+VynqF/qBJ3dxZqxsQksd9E1rB8019w==
+=Wm4f
 -END PGP SIGNATURE-




commit kwindowsystem for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2020-07-14 07:54:36

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


Package is "kwindowsystem"

Tue Jul 14 07:54:36 2020 rev:84 rq:820399 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes  
2020-06-16 13:44:25.389460856 +0200
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new.3060/kwindowsystem.changes
2020-07-14 07:56:20.261216151 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:49 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:
+  * [xcb] Send correctly scaled icon geometry (kde#407458)
+
+---

Old:

  kwindowsystem-5.71.0.tar.xz
  kwindowsystem-5.71.0.tar.xz.sig

New:

  kwindowsystem-5.72.0.tar.xz
  kwindowsystem-5.72.0.tar.xz.sig



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.HTgBUA/_old  2020-07-14 07:56:24.469229776 +0200
+++ /var/tmp/diff_new_pack.HTgBUA/_new  2020-07-14 07:56:24.473229789 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5WindowSystem5
-%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:   kwindowsystem
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Access to window manager
 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
@@ -119,18 +118,19 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
-%{_kf5_libdir}/libKF5WindowSystem.so.*
+%license LICENSES/*
 %dir %{_kf5_plugindir}/kf5
 %dir %{_kf5_plugindir}/kf5/org.kde.kwindowsystem.platforms
+%{_kf5_debugdir}/kwindowsystem.categories
+%{_kf5_libdir}/libKF5WindowSystem.so.*
 
%{_kf5_plugindir}/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
 
%{_kf5_plugindir}/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
-%{_kf5_debugdir}/kwindowsystem.categories
 
 %files devel
-%{_kf5_libdir}/libKF5WindowSystem.so
-%{_kf5_libdir}/cmake/KF5WindowSystem/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5WindowSystem/
+%{_kf5_libdir}/libKF5WindowSystem.so
 %{_kf5_mkspecsdir}/qt_KWindowSystem.pri
 
 %changelog


++ kwindowsystem-5.71.0.tar.xz -> kwindowsystem-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-5.71.0/CMakeLists.txt 
new/kwindowsystem-5.72.0/CMakeLists.txt
--- old/kwindowsystem-5.71.0/CMakeLists.txt 2020-06-07 20:33:38.0 
+0200
+++ new/kwindowsystem-5.72.0/CMakeLists.txt 2020-07-04 15:24:18.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KWindowSystem VERSION ${KF5_VERSION})
 
 # ECM setup
 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/kwindowsystem-5.71.0/po/bn/kwindowsystem5_qt.po 
new/kwindowsystem-5.72.0/po/bn/kwindowsystem5_qt.po
--- old/kwindowsystem-5.71.0/po/bn/kwindowsystem5_qt.po 2020-06-07 
20:33:38.0 +0200
+++ new/kwindowsystem-5.72.0/po/bn/kwindowsystem5_qt.po 2020-07-04 
15:24:18.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/kwindowsystem-5.71.0/po/cs/kwindowsystem5_qt.po 
new/kwindowsystem-5.72.0/po/cs/kwindowsystem5_qt.po
--- 

commit kunitconversion for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2020-07-14 07:54:27

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


Package is "kunitconversion"

Tue Jul 14 07:54:27 2020 rev:82 rq:820395 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2020-06-16 13:44:11.117408829 +0200
+++ 
/work/SRC/openSUSE:Factory/.kunitconversion.new.3060/kunitconversion.changes
2020-07-14 07:55:54.753133558 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:46 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
+- No code change since 5.71.0
+
+---

Old:

  kunitconversion-5.71.0.tar.xz
  kunitconversion-5.71.0.tar.xz.sig

New:

  kunitconversion-5.72.0.tar.xz
  kunitconversion-5.72.0.tar.xz.sig



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.4uyRwv/_old  2020-07-14 07:55:55.477135902 +0200
+++ /var/tmp/diff_new_pack.4uyRwv/_new  2020-07-14 07:55:55.477135902 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5UnitConversion5
-%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:   kunitconversion
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Tool for converting physical units
 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
@@ -102,15 +101,16 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5UnitConversion.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5UnitConversion.so
-%{_kf5_libdir}/cmake/KF5UnitConversion/
-%{_kf5_includedir}/*.h
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
+%{_kf5_includedir}/*.h
 %{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5UnitConversion/
+%{_kf5_libdir}/libKF5UnitConversion.so
 %{_kf5_mkspecsdir}/qt_KUnitConversion.pri
 
 %changelog


++ kunitconversion-5.71.0.tar.xz -> kunitconversion-5.72.0.tar.xz ++
 75277 lines of diff (skipped)




commit kxmlgui for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2020-07-14 07:54:38

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


Package is "kxmlgui"

Tue Jul 14 07:54:38 2020 rev:83 rq:820400 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2020-06-16 
13:44:26.441464690 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new.3060/kxmlgui.changes
2020-07-14 07:56:27.049238131 +0200
@@ -1,0 +2,14 @@
+Sun Jul  5 07:55:50 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:
+  * Use kcm_users instead of user_manager
+  * Use new KTitleWidget::icon/iconSize API
+  * autotests: use ui_standards.rc from qrc from unittests
+  * autotests: repair after previous commit, now the settings menu is always 
there
+  * Move "Switch Application Language" to Settings menu (kde#177856)
+
+---

Old:

  kxmlgui-5.71.0.tar.xz
  kxmlgui-5.71.0.tar.xz.sig

New:

  kxmlgui-5.72.0.tar.xz
  kxmlgui-5.72.0.tar.xz.sig



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.1eFvFT/_old  2020-07-14 07:56:28.541242961 +0200
+++ /var/tmp/diff_new_pack.1eFvFT/_new  2020-07-14 07:56:28.541242961 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5XmlGui5
-%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:   kxmlgui
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework for managing menu and toolbar actions
 License:LGPL-2.1-or-later AND GPL-2.0-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


++ kxmlgui-5.71.0.tar.xz -> kxmlgui-5.72.0.tar.xz ++
 49804 lines of diff (skipped)




commit kquickcharts for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kquickcharts for openSUSE:Factory 
checked in at 2020-07-14 07:54:06

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


Package is "kquickcharts"

Tue Jul 14 07:54:06 2020 rev:8 rq:820389 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kquickcharts/kquickcharts.changes
2020-06-16 13:43:59.225365478 +0200
+++ /work/SRC/openSUSE:Factory/.kquickcharts.new.3060/kquickcharts.changes  
2020-07-14 07:55:24.261034827 +0200
@@ -1,0 +2,17 @@
+Sun Jul  5 07:55:41 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:
+  * Elide value Label of LegendDelegate when there isn't enough width
+  * Fix for error "C1059: non constant expression ..."
+  * Account for line width when bounds checking
+  * Don't use fwidth when rendering line chart lines
+  * Rewrite removeValueSource so it doesn't use destroyed QObjects
+  * Use insertValueSource in Chart::appendSource
+  * Improve documentation of Model and Value history sources
+  * Properly initialise ModelHistorySource::{m_row,m_maximumHistory}
+
+---

Old:

  kquickcharts-5.71.0.tar.xz
  kquickcharts-5.71.0.tar.xz.sig

New:

  kquickcharts-5.72.0.tar.xz
  kquickcharts-5.72.0.tar.xz.sig



Other differences:
--
++ kquickcharts.spec ++
--- /var/tmp/diff_new_pack.ePvg2b/_old  2020-07-14 07:55:24.901036900 +0200
+++ /var/tmp/diff_new_pack.ePvg2b/_new  2020-07-14 07:55:24.905036912 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kquickcharts
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Set of charts for QtQuick applications
 License:LGPL-2.1-or-later
@@ -70,7 +70,7 @@
   %kf5_makeinstall -C build
 
 %files
-%license COPYING
+%license LICENSES/*
 %doc README.md
 %dir %{_kf5_qmldir}/org
 %dir %{_kf5_qmldir}/org/kde


++ kquickcharts-5.71.0.tar.xz -> kquickcharts-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.71.0/CMakeLists.txt 
new/kquickcharts-5.72.0/CMakeLists.txt
--- old/kquickcharts-5.71.0/CMakeLists.txt  2020-06-06 21:35:38.0 
+0200
+++ new/kquickcharts-5.72.0/CMakeLists.txt  2020-07-04 11:55:45.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(KQuickCharts VERSION ${KF5_VERSION})
 
 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/kquickcharts-5.71.0/controls/LegendDelegate.qml 
new/kquickcharts-5.72.0/controls/LegendDelegate.qml
--- old/kquickcharts-5.71.0/controls/LegendDelegate.qml 2020-06-06 
21:35:38.0 +0200
+++ new/kquickcharts-5.72.0/controls/LegendDelegate.qml 2020-07-04 
11:55:45.0 +0200
@@ -66,7 +66,7 @@
 
 Label {
 id: name
-
+visible: delegate.width - delegate.colorWidth - delegate.spacing - 
value.implicitWidth > 0
 Layout.fillWidth: true
 Layout.fillHeight: true
 Layout.minimumWidth: 0
@@ -79,17 +79,17 @@
 
 Label {
 id: value
-
 Layout.fillHeight: true
 Layout.fillWidth: true
-Layout.minimumWidth: implicitWidth
-//Layout.preferredWidth: delegate.valueWidth
+Layout.minimumWidth: name.visible ? implicitWidth : 0
+Layout.preferredWidth: implicitWidth
 
 text: delegate.value;
+elide: Text.ElideRight
 font: name.font
 color: delegate.valueColor
 verticalAlignment: Qt.AlignVCenter
-horizontalAlignment: Qt.AlignRight
+horizontalAlignment: name.visible ? Qt.AlignRight :  Qt.AlignLeft
 }
 
 Component 

commit kwallet for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2020-07-14 07:54:30

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


Package is "kwallet"

Tue Jul 14 07:54:30 2020 rev:85 rq:820396 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2020-06-16 
13:44:15.245423877 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new.3060/kwallet.changes
2020-07-14 07:55:57.157141342 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:47 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:
+  * Introduce three new methods that return all "entries" in a folder
+
+---

Old:

  kwallet-5.71.0.tar.xz
  kwallet-5.71.0.tar.xz.sig

New:

  kwallet-5.72.0.tar.xz
  kwallet-5.72.0.tar.xz.sig



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.gSa4II/_old  2020-07-14 07:55:59.341148414 +0200
+++ /var/tmp/diff_new_pack.gSa4II/_new  2020-07-14 07:55:59.341148414 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Wallet5
-%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:   kwallet
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Safe desktop-wide storage for passwords
 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


++ kwallet-5.71.0.tar.xz -> kwallet-5.72.0.tar.xz ++
 5819 lines of diff (skipped)




commit kservice for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2020-07-14 07:54:18

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


Package is "kservice"

Tue Jul 14 07:54:18 2020 rev:85 rq:820392 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2020-06-16 
13:44:05.749389260 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new.3060/kservice.changes  
2020-07-14 07:55:40.377087010 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:44 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
+- No code change since 5.71.0
+
+---

Old:

  kservice-5.71.0.tar.xz
  kservice-5.71.0.tar.xz.sig

New:

  kservice-5.72.0.tar.xz
  kservice-5.72.0.tar.xz.sig



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.fEdhNz/_old  2020-07-14 07:55:41.445090468 +0200
+++ /var/tmp/diff_new_pack.fEdhNz/_new  2020-07-14 07:55:41.449090481 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kservice
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Plugin framework for desktop services
 License:LGPL-2.1-or-later
@@ -40,7 +40,6 @@
 # PATCH-FIX-OPENSUSE dont-show-yast-modules-in-the-applications-menu.patch -- 
hide the YaST modules from the application menu
 Patch1: dont-show-yast-modules-in-the-applications-menu.patch
 BuildRequires:  bison
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  flex


++ kservice-5.71.0.tar.xz -> kservice-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.71.0/CMakeLists.txt 
new/kservice-5.72.0/CMakeLists.txt
--- old/kservice-5.71.0/CMakeLists.txt  2020-06-07 20:31:39.0 +0200
+++ new/kservice-5.72.0/CMakeLists.txt  2020-07-04 15:21:16.0 +0200
@@ -1,7 +1,7 @@
 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(KService VERSION ${KF5_VERSION})
 
 # Disallow in-source build
@@ -11,7 +11,7 @@
 
 # ECM setup
 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/kservice-5.71.0/po/bn/kservice5.po 
new/kservice-5.72.0/po/bn/kservice5.po
--- old/kservice-5.71.0/po/bn/kservice5.po  2020-06-07 20:31:39.0 
+0200
+++ new/kservice-5.72.0/po/bn/kservice5.po  2020-07-04 15:21:16.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/kservice-5.71.0/po/bs/kservice5.po 
new/kservice-5.72.0/po/bs/kservice5.po
--- old/kservice-5.71.0/po/bs/kservice5.po  2020-06-07 20:31:39.0 
+0200
+++ new/kservice-5.72.0/po/bs/kservice5.po  2020-07-04 15:21:16.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/kservice-5.71.0/po/cs/kservice5.po 
new/kservice-5.72.0/po/cs/kservice5.po
--- old/kservice-5.71.0/po/cs/kservice5.po  2020-06-07 20:31:39.0 
+0200
+++ new/kservice-5.72.0/po/cs/kservice5.po  2020-07-04 

commit kplotting for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2020-07-14 07:53:59

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


Package is "kplotting"

Tue Jul 14 07:53:59 2020 rev:80 rq:820387 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2020-06-16 
13:43:56.717356336 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new.3060/kplotting.changes
2020-07-14 07:55:13.585000259 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:40 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
+- No code change since 5.71.0
+
+---

Old:

  kplotting-5.71.0.tar.xz
  kplotting-5.71.0.tar.xz.sig

New:

  kplotting-5.72.0.tar.xz
  kplotting-5.72.0.tar.xz.sig



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.djBsTf/_old  2020-07-14 07:55:16.209008755 +0200
+++ /var/tmp/diff_new_pack.djBsTf/_new  2020-07-14 07:55:16.209008755 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Plotting5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kplotting
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Data plotting library
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -90,15 +89,16 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Plotting.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Plotting.so
-%{_kf5_libdir}/cmake/KF5Plotting/
+%license LICENSES/*
 %dir %{_kf5_plugindir}/designer
-%{_kf5_plugindir}/designer/kplotting5widgets.so
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Plotting/
+%{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
+%{_kf5_plugindir}/designer/kplotting5widgets.so
 
 %changelog


++ kplotting-5.71.0.tar.xz -> kplotting-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.71.0/CMakeLists.txt 
new/kplotting-5.72.0/CMakeLists.txt
--- old/kplotting-5.71.0/CMakeLists.txt 2020-06-06 21:35:34.0 +0200
+++ new/kplotting-5.72.0/CMakeLists.txt 2020-07-04 11:55:21.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 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)
 




commit krunner for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2020-07-14 07:54:14

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


Package is "krunner"

Tue Jul 14 07:54:14 2020 rev:78 rq:820391 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2020-06-16 
13:44:03.497381051 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new.3060/krunner.changes
2020-07-14 07:55:29.865052973 +0200
@@ -1,0 +2,12 @@
+Sun Jul  5 07:55:43 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:
+  * Fix RunnerContextTest to not assume presence of .bashrc
+  * Use embedded JSON metadata for binary plugins & custom for D-Bus plugins
+  * Emit queryFinished when all jobs for current query have finished 
(kde#422579)
+
+---

Old:

  krunner-5.71.0.tar.xz
  krunner-5.71.0.tar.xz.sig

New:

  krunner-5.72.0.tar.xz
  krunner-5.72.0.tar.xz.sig



Other differences:
--
++ krunner.spec ++
--- /var/tmp/diff_new_pack.EMBTxb/_old  2020-07-14 07:55:34.045066507 +0200
+++ /var/tmp/diff_new_pack.EMBTxb/_new  2020-07-14 07:55:34.045066507 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Runner5
-%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)
@@ -25,9 +25,9 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   krunner
-Version:5.71.0
+Version:5.72.0
 Release:0
-Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
+Summary:KDE Framework for providing different actions given a string 
query
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -55,25 +54,17 @@
 BuildRequires:  cmake(Qt5Test) >= 5.12.0
 
 %description
-Framework Integration is a set of plugins responsible for better
-integration of Qt applications when running on a
-KDE Plasma workspace.
-
-Applications do not need to link to this directly.
+KDE Framework for providing different actions given a string query.
 
 %package -n %{lname}
-Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
+Summary:KDE Framework for providing different actions given a string 
query
 Group:  System/GUI/KDE
 
 %description -n %{lname}
-Framework Integration is a set of plugins responsible for better
-integration of Qt applications when running on a
-KDE Plasma workspace.
-
-Applications do not need to link to this directly.
+KDE Framework for providing different actions given a string query.
 
 %package devel
-Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
+Summary:KDE Framework for providing different actions given a string 
query
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
@@ -82,11 +73,7 @@
 Conflicts:  kapptemplate <= 16.03.80
 
 %description devel
-Framework Integration is a set of plugins responsible for better
-integration of Qt applications when running on a
-KDE Plasma workspace.
-
-Applications do not need to link to this directly. Development files
+Files needed for developing custom runners or frontends.
 
 %prep
 %setup -q


++ krunner-5.71.0.tar.xz -> krunner-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.71.0/CMakeLists.txt 
new/krunner-5.72.0/CMakeLists.txt
--- old/krunner-5.71.0/CMakeLists.txt   2020-06-06 21:35:43.0 +0200
+++ new/krunner-5.72.0/CMakeLists.txt   2020-07-04 11:56: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(KRunner VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE 

commit ktextwidgets for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-07-14 07:54:23

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


Package is "ktextwidgets"

Tue Jul 14 07:54:23 2020 rev:81 rq:820394 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2020-06-16 13:44:07.169394437 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.3060/ktextwidgets.changes  
2020-07-14 07:55:49.933117951 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:45 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
+- No code change since 5.71.0
+
+---

Old:

  ktextwidgets-5.71.0.tar.xz
  ktextwidgets-5.71.0.tar.xz.sig

New:

  ktextwidgets-5.72.0.tar.xz
  ktextwidgets-5.72.0.tar.xz.sig



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.3ZnVYt/_old  2020-07-14 07:55:52.709126940 +0200
+++ /var/tmp/diff_new_pack.3ZnVYt/_new  2020-07-14 07:55:52.713126953 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%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:   ktextwidgets
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Text editing widgets
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ ktextwidgets-5.71.0.tar.xz -> ktextwidgets-5.72.0.tar.xz ++
 3564 lines of diff (skipped)

++ ktextwidgets-5.71.0.tar.xz.sig -> ktextwidgets-5.72.0.tar.xz.sig ++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.71.0.tar.xz.sig  
2020-06-16 13:44:06.973393723 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.3060/ktextwidgets-5.72.0.tar.xz.sig
2020-07-14 07:55:49.053115102 +0200
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNATURE-
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOqIACgkQWNDuZIpI
-s7v83Af+KfrKBxWU3D1N8e/e/nRxV9t0JrcH4LJrAJu2kkB7sNHct5WkbXTuadYe
-f6Vmd0quU545HOpPnFVKJyZVOAMFK9avIeUhuyuYiegP+rqdAbWpC6j5JKKdxQ9H
-fLFtBtxEARcVhXa65ohaHMrPVPccj4Umk4Oot/4YS6O+h6IA+IOWq0epLcoCd9zZ
-hGBi4fOJCEbUU9ZF49lnRfhH+ZGPA8fA1yjIQ9gCPbH4DtCD+T+BJCqW0I2SlupO
-0JaFs21whlFKC0NatTPOiLg5SsIlCIWoPauQB25MZtOt93VtV/nvLXp0ox+xzSbz
-WXEWdGRp/W6X2otei09kVEfv6jLq9Q==
-=2JvV
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AusUACgkQWNDuZIpI
+s7tE5ggAu72kbO3wczi1wJnGH8OdbqrLEg8hUbEitssxMlsYIt/udYheK32NM/BJ
+Y3jsIux0V34aq8wUL3jZZfkP9beOev8ivUNKiq5SiOCTuK8e++dHh7TLA7KBfTnP
+/VyEIyPo7poR4jIBhRPAnwfXydzFOM/g9jXHhPZjIpqMNrsorGi9yDbAdCm/JtRE
+EFmWmQlwQtcYPhV/A6kjn4FghpuAWcN/fEJwI49TLrlVbG8htweZDAbpaARyDWhU
+kHxsslT98gB2KAvoiNORKtjxvkZVtcS+RvwfaEfaD33Vu54+usitP4eNUsU1xZw8
+vt076vPYORcldN1X9Npq/fuvbK0t8g==
+=UuSm
 -END PGP SIGNATURE-




commit kjs for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-07-14 07:53:43

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


Package is "kjs"

Tue Jul 14 07:53:43 2020 rev:80 rq:820379 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-06-16 13:43:39.925295123 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.3060/kjs.changes2020-07-14 
07:54:43.308902227 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:33 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:
+  * Fix crash when using KJSContext::interpreter
+
+---

Old:

  kjs-5.71.0.tar.xz
  kjs-5.71.0.tar.xz.sig

New:

  kjs-5.72.0.tar.xz
  kjs-5.72.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.ZruXNa/_old  2020-07-14 07:54:46.588912848 +0200
+++ /var/tmp/diff_new_pack.ZruXNa/_new  2020-07-14 07:54:46.592912861 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%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:   kjs
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Javascript engine
 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


++ kjs-5.71.0.tar.xz -> kjs-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.71.0/CMakeLists.txt 
new/kjs-5.72.0/CMakeLists.txt
--- old/kjs-5.71.0/CMakeLists.txt   2020-06-07 20:29:37.0 +0200
+++ new/kjs-5.72.0/CMakeLists.txt   2020-07-04 15:17:09.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 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/kjs-5.71.0/src/kjs/api/kjsinterpreter.cpp 
new/kjs-5.72.0/src/kjs/api/kjsinterpreter.cpp
--- old/kjs-5.71.0/src/kjs/api/kjsinterpreter.cpp   2020-06-07 
20:29:37.0 +0200
+++ new/kjs-5.72.0/src/kjs/api/kjsinterpreter.cpp   2020-07-04 
15:17:09.0 +0200
@@ -143,6 +143,7 @@
 : hnd(h), globCtx(nullptr)
 {
 Interpreter *ip = INTERPRETER(this);
+ip->ref();
 globCtx.hnd = EXECSTATE_HANDLE(ip->globalExec());
 }
 




commit kpeople5 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2020-07-14 07:53:57

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


Package is "kpeople5"

Tue Jul 14 07:53:57 2020 rev:66 rq:820386 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes2020-06-16 
13:43:54.897349701 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new.3060/kpeople5.changes  
2020-07-14 07:55:07.476980482 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:39 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
+- No code change since 5.71.0
+
+---

Old:

  kpeople-5.71.0.tar.xz
  kpeople-5.71.0.tar.xz.sig

New:

  kpeople-5.72.0.tar.xz
  kpeople-5.72.0.tar.xz.sig



Other differences:
--
++ kpeople5.spec ++
--- /var/tmp/diff_new_pack.bV9PzP/_old  2020-07-14 07:55:12.300996101 +0200
+++ /var/tmp/diff_new_pack.bV9PzP/_new  2020-07-14 07:55:12.300996101 +0200
@@ -17,14 +17,14 @@
 
 
 %define rname kpeople
-%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:   kpeople5
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Library for access to contacts and identity holders
 License:LGPL-2.1-or-later


++ kpeople-5.71.0.tar.xz -> kpeople-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.71.0/CMakeLists.txt 
new/kpeople-5.72.0/CMakeLists.txt
--- old/kpeople-5.71.0/CMakeLists.txt   2020-06-07 20:30:53.0 +0200
+++ new/kpeople-5.72.0/CMakeLists.txt   2020-07-04 15:19:36.0 +0200
@@ -1,11 +1,11 @@
 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 (KPeople VERSION ${KF5_VERSION})
 
 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/kpeople-5.71.0/po/sr/kpeople5.po 
new/kpeople-5.72.0/po/sr/kpeople5.po
--- old/kpeople-5.71.0/po/sr/kpeople5.po2020-06-07 20:30:53.0 
+0200
+++ new/kpeople-5.72.0/po/sr/kpeople5.po2020-07-04 15:19:36.0 
+0200
@@ -3,8 +3,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libkpeople\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-03-26 03:17+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-09-17 02:53+0200\n"
 "PO-Revision-Date: 2015-03-07 13:10+0100\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
@@ -30,25 +30,25 @@
 msgid "E-mail"
 msgstr "е‑пошта"
 
-#: widgets/mergedelegate.cpp:99
+#: widgets/mergedelegate.cpp:98
 #, kde-format
 msgctxt "reasons join"
 msgid ", "
 msgstr ", "
 
-#: widgets/mergedelegate.cpp:99
+#: widgets/mergedelegate.cpp:98
 #, kde-format
 msgctxt "name: merge reasons"
 msgid "%1: %2"
 msgstr "%1: %2"
 
 # >> @title:window
-#: widgets/mergedialog.cpp:64
+#: widgets/mergedialog.cpp:63
 #, kde-format
 msgid "Duplicates Manager"
 msgstr "Менаџер дупликата"
 
-#: widgets/mergedialog.cpp:73
+#: widgets/mergedialog.cpp:72
 #, kde-format
 msgid "Select contacts to be merged"
 msgstr "Изаберите контакте за стапање"
@@ -65,17 +65,17 @@
 msgid "E-mail"
 msgstr "Е‑пошта"
 
-#: widgets/plugins/mergecontactswidget.cpp:50
+#: widgets/plugins/mergecontactswidget.cpp:48
 #, kde-format
 msgid "Show Merge Suggestions..."
 msgstr "Предлози стапања..."
 
-#: widgets/plugins/mergecontactswidget.cpp:88
+#: widgets/plugins/mergecontactswidget.cpp:86
 #, kde-format
 msgid "Merge with Selected Contacts"
 msgstr "Стопи са изабраним контактима"
 
-#: widgets/plugins/phonedetailswidget.cpp:38
+#: widgets/plugins/phonedetailswidget.cpp:37
 #, kde-format
 msgctxt "Phone details title"
 msgid "Phone"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kpty for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2020-07-14 07:54:03

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


Package is "kpty"

Tue Jul 14 07:54:03 2020 rev:81 rq:820388 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kpty/kpty.changes2020-06-16 
13:43:57.625359645 +0200
+++ /work/SRC/openSUSE:Factory/.kpty.new.3060/kpty.changes  2020-07-14 
07:55:18.369015749 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:41 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:
+  * Add license texts as required by REUSE specification
+  * Convert license headers to SPDX statements
+
+---

Old:

  kpty-5.71.0.tar.xz
  kpty-5.71.0.tar.xz.sig

New:

  kpty-5.72.0.tar.xz
  kpty-5.72.0.tar.xz.sig



Other differences:
--
++ kpty.spec ++
--- /var/tmp/diff_new_pack.YuBJ6u/_old  2020-07-14 07:55:21.973027418 +0200
+++ /var/tmp/diff_new_pack.YuBJ6u/_new  2020-07-14 07:55:21.973027418 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Pty5
-%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:   kpty
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Primitives to interface with pseudo terminal devices
 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 >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -101,15 +100,16 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Pty.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Pty.so
-%{_kf5_libdir}/cmake/KF5Pty/
-%{_kf5_includedir}/*.h
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
+%{_kf5_includedir}/*.h
 %{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Pty/
+%{_kf5_libdir}/libKF5Pty.so
 %{_kf5_mkspecsdir}/qt_KPty.pri
 
 %changelog


++ kpty-5.71.0.tar.xz -> kpty-5.72.0.tar.xz ++
 4906 lines of diff (skipped)




commit kjobwidgets for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2020-07-14 07:53:38

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


Package is "kjobwidgets"

Tue Jul 14 07:53:38 2020 rev:81 rq:820377 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes  2020-06-16 
13:43:36.781283661 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new.3060/kjobwidgets.changes
2020-07-14 07:54:34.580873967 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:32 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:
+  * Integrate the KJob::Unit::Items
+
+---

Old:

  kjobwidgets-5.71.0.tar.xz
  kjobwidgets-5.71.0.tar.xz.sig

New:

  kjobwidgets-5.72.0.tar.xz
  kjobwidgets-5.72.0.tar.xz.sig



Other differences:
--
++ kjobwidgets.spec ++
--- /var/tmp/diff_new_pack.YiUe0s/_old  2020-07-14 07:54:38.480886595 +0200
+++ /var/tmp/diff_new_pack.YiUe0s/_new  2020-07-14 07:54:38.484886608 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5JobWidgets5
-%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:   kjobwidgets
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Widgets for showing progress of asynchronous jobs
 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


++ kjobwidgets-5.71.0.tar.xz -> kjobwidgets-5.72.0.tar.xz ++
 22322 lines of diff (skipped)




commit knotifyconfig for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2020-07-14 07:53:49

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


Package is "knotifyconfig"

Tue Jul 14 07:53:49 2020 rev:80 rq:820383 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes  
2020-06-16 13:43:46.165317870 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new.3060/knotifyconfig.changes
2020-07-14 07:54:55.856942857 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:37 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
+- No code change since 5.71.0
+
+---

Old:

  knotifyconfig-5.71.0.tar.xz
  knotifyconfig-5.71.0.tar.xz.sig

New:

  knotifyconfig-5.72.0.tar.xz
  knotifyconfig-5.72.0.tar.xz.sig



Other differences:
--
++ knotifyconfig.spec ++
--- /var/tmp/diff_new_pack.fLjt5L/_old  2020-07-14 07:55:00.220956987 +0200
+++ /var/tmp/diff_new_pack.fLjt5L/_new  2020-07-14 07:55:00.224957000 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NotifyConfig5
-%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:   knotifyconfig
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Configuration dialog for desktop notifications
 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


++ knotifyconfig-5.71.0.tar.xz -> knotifyconfig-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.71.0/CMakeLists.txt 
new/knotifyconfig-5.72.0/CMakeLists.txt
--- old/knotifyconfig-5.71.0/CMakeLists.txt 2020-06-07 20:30:27.0 
+0200
+++ new/knotifyconfig-5.72.0/CMakeLists.txt 2020-07-04 15:18:43.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(KNotifyConfig 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/knotifyconfig-5.71.0/po/bn/knotifyconfig5.po 
new/knotifyconfig-5.72.0/po/bn/knotifyconfig5.po
--- old/knotifyconfig-5.71.0/po/bn/knotifyconfig5.po2020-06-07 
20:30:27.0 +0200
+++ new/knotifyconfig-5.72.0/po/bn/knotifyconfig5.po2020-07-04 
15:18:43.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/knotifyconfig-5.71.0/po/bs/knotifyconfig5.po 
new/knotifyconfig-5.72.0/po/bs/knotifyconfig5.po
--- old/knotifyconfig-5.71.0/po/bs/knotifyconfig5.po2020-06-07 
20:30:27.0 +0200
+++ new/knotifyconfig-5.72.0/po/bs/knotifyconfig5.po2020-07-04 
15:18:43.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/knotifyconfig-5.71.0/po/cs/knotifyconfig5.po 
new/knotifyconfig-5.72.0/po/cs/knotifyconfig5.po
--- old/knotifyconfig-5.71.0/po/cs/knotifyconfig5.po2020-06-07 
20:30:27.0 +0200
+++ 

commit kjsembed for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kjsembed for openSUSE:Factory 
checked in at 2020-07-14 07:53:40

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


Package is "kjsembed"

Tue Jul 14 07:53:40 2020 rev:81 rq:820378 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kjsembed/kjsembed.changes2020-06-16 
13:43:37.733287132 +0200
+++ /work/SRC/openSUSE:Factory/.kjsembed.new.3060/kjsembed.changes  
2020-07-14 07:54:40.552893304 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:34 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
+- No code change since 5.71.0
+
+---

Old:

  kjsembed-5.71.0.tar.xz
  kjsembed-5.71.0.tar.xz.sig

New:

  kjsembed-5.72.0.tar.xz
  kjsembed-5.72.0.tar.xz.sig



Other differences:
--
++ kjsembed.spec ++
--- /var/tmp/diff_new_pack.w5WruR/_old  2020-07-14 07:54:42.228898731 +0200
+++ /var/tmp/diff_new_pack.w5WruR/_new  2020-07-14 07:54:42.228898731 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5JsEmbed5
-%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:   kjsembed
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Method for binding Javascript objects to QObjects
 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


++ kjsembed-5.71.0.tar.xz -> kjsembed-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.71.0/CMakeLists.txt 
new/kjsembed-5.72.0/CMakeLists.txt
--- old/kjsembed-5.71.0/CMakeLists.txt  2020-06-07 20:29:47.0 +0200
+++ new/kjsembed-5.72.0/CMakeLists.txt  2020-07-04 15:17:28.0 +0200
@@ -1,11 +1,11 @@
 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(KJsEmbed VERSION ${KF5_VERSION})
 
 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/kjsembed-5.71.0/po/bn/kjsembed5.po 
new/kjsembed-5.72.0/po/bn/kjsembed5.po
--- old/kjsembed-5.71.0/po/bn/kjsembed5.po  2020-06-07 20:29:47.0 
+0200
+++ new/kjsembed-5.72.0/po/bn/kjsembed5.po  2020-07-04 15:17:28.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/kjsembed-5.71.0/po/bs/kjsembed5.po 
new/kjsembed-5.72.0/po/bs/kjsembed5.po
--- old/kjsembed-5.71.0/po/bs/kjsembed5.po  2020-06-07 20:29:47.0 
+0200
+++ new/kjsembed-5.72.0/po/bs/kjsembed5.po  2020-07-04 15:17:28.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/kjsembed-5.71.0/po/cs/kjsembed5.po 
new/kjsembed-5.72.0/po/cs/kjsembed5.po
--- old/kjsembed-5.71.0/po/cs/kjsembed5.po  2020-06-07 20:29:47.0 
+0200
+++ new/kjsembed-5.72.0/po/cs/kjsembed5.po  2020-07-04 15:17:28.0 
+0200
@@ -12,7 +12,7 @@
 "PO-Revision-Date: 2014-02-07 09:29+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: American English \n"
-"Language: 

commit kross for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2020-07-14 07:54:13

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


Package is "kross"

Tue Jul 14 07:54:13 2020 rev:80 rq:820390 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kross/kross.changes  2020-06-16 
13:44:02.249376502 +0200
+++ /work/SRC/openSUSE:Factory/.kross.new.3060/kross.changes2020-07-14 
07:55:28.349048064 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:42 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
+- No code change since 5.71.0
+
+---

Old:

  kross-5.71.0.tar.xz
  kross-5.71.0.tar.xz.sig

New:

  kross-5.72.0.tar.xz
  kross-5.72.0.tar.xz.sig



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.s16FvJ/_old  2020-07-14 07:55:29.397051457 +0200
+++ /var/tmp/diff_new_pack.s16FvJ/_new  2020-07-14 07:55:29.397051457 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kross
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Scripting bridge for programs
 License:LGPL-2.1-or-later
@@ -35,7 +35,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kross-5.71.0.tar.xz -> kross-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.71.0/CMakeLists.txt 
new/kross-5.72.0/CMakeLists.txt
--- old/kross-5.71.0/CMakeLists.txt 2020-06-07 20:31:21.0 +0200
+++ new/kross-5.72.0/CMakeLists.txt 2020-07-04 15:20:36.0 +0200
@@ -1,11 +1,11 @@
 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(Kross VERSION ${KF5_VERSION})
 
 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/kross-5.71.0/po/bn/kross5.po 
new/kross-5.72.0/po/bn/kross5.po
--- old/kross-5.71.0/po/bn/kross5.po2020-06-07 20:31:21.0 +0200
+++ new/kross-5.72.0/po/bn/kross5.po2020-07-04 15:20:36.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/kross-5.71.0/po/bs/kross5.po 
new/kross-5.72.0/po/bs/kross5.po
--- old/kross-5.71.0/po/bs/kross5.po2020-06-07 20:31:21.0 +0200
+++ new/kross-5.72.0/po/bs/kross5.po2020-07-04 15:20:36.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/kross-5.71.0/po/cs/kross5.po 
new/kross-5.72.0/po/cs/kross5.po
--- old/kross-5.71.0/po/cs/kross5.po2020-06-07 20:31:21.0 +0200
+++ new/kross-5.72.0/po/cs/kross5.po2020-07-04 15:20:36.0 +0200
@@ -12,7 +12,7 @@
 "PO-Revision-Date: 2014-04-04 13:49+0200\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: American English \n"
-"Language: en_US\n"
+"Language: cs\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' 

commit kparts for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2020-07-14 07:53:53

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


Package is "kparts"

Tue Jul 14 07:53:53 2020 rev:79 rq:820385 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kparts/kparts.changes2020-06-16 
13:43:52.017339203 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new.3060/kparts.changes  2020-07-14 
07:55:02.800965341 +0200
@@ -1,0 +2,12 @@
+Sun Jul  5 07:55:38 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:
+  * Fix KParts::ReadOnlyPart API documentation
+  * Deprecate PartSelectEvent and co.
+  * Fix compile without deprecated method (see kontactinterface)
+
+---

Old:

  kparts-5.71.0.tar.xz
  kparts-5.71.0.tar.xz.sig

New:

  kparts-5.72.0.tar.xz
  kparts-5.72.0.tar.xz.sig



Other differences:
--
++ kparts.spec ++
--- /var/tmp/diff_new_pack.qqZgjf/_old  2020-07-14 07:55:06.068975922 +0200
+++ /var/tmp/diff_new_pack.qqZgjf/_new  2020-07-14 07:55:06.072975936 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%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:   kparts
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Plugin framework for user interface components
 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


++ kparts-5.71.0.tar.xz -> kparts-5.72.0.tar.xz ++
 1658 lines of diff (skipped)




commit knotifications for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2020-07-14 07:53:47

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


Package is "knotifications"

Tue Jul 14 07:53:47 2020 rev:82 rq:820382 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2020-06-16 13:43:43.357307634 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new.3060/knotifications.changes  
2020-07-14 07:54:54.628938881 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:36 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:
+  * Don't use notifybysnore.h on MSYS2
+
+---

Old:

  knotifications-5.71.0.tar.xz
  knotifications-5.71.0.tar.xz.sig

New:

  knotifications-5.72.0.tar.xz
  knotifications-5.72.0.tar.xz.sig



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.pVvNSW/_old  2020-07-14 07:54:55.340941186 +0200
+++ /var/tmp/diff_new_pack.pVvNSW/_new  2020-07-14 07:54:55.344941199 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Notifications5
-%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:   knotifications
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Desktop notifications
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ knotifications-5.71.0.tar.xz -> knotifications-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.71.0/CMakeLists.txt 
new/knotifications-5.72.0/CMakeLists.txt
--- old/knotifications-5.71.0/CMakeLists.txt2020-06-07 20:30:16.0 
+0200
+++ new/knotifications-5.72.0/CMakeLists.txt2020-07-04 15:18:23.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(KNotifications VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 
@@ -72,13 +72,13 @@
find_package(Qt5MacExtras ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 endif()
 if (WIN32)
-find_package(LibSnoreToast REQUIRED)
-set_package_properties(LibSnoreToast PROPERTIES TYPE REQUIRED
-PURPOSE "for the Windows Toast Notifications"
-DESCRIPTION "A command line application, capable 
of creating
-Windows Toast notifications on Windows 
(>=)8 "
-)
+find_package(LibSnoreToast)
 find_package(Qt5Network REQUIRED)
+
+include(CMakeDependentOption)
+cmake_dependent_option(WITH_SNORETOAST "for the Windows Toast 
Notifications" ON
+   "Qt5Network_FOUND;LibSnoreToast_FOUND" OFF
+)
 endif()
 
 set(HAVE_KWINDOWSYSTEM FALSE)
@@ -90,7 +90,7 @@
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 
-if (NOT WIN32 AND NOT ANDROID)
+if (NOT ANDROID OR (WIN32 AND NOT ${WITH_SNORETOAST}))
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 find_package(Canberra)
 set_package_properties(Canberra PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.71.0/po/az/knotifications5_qt.po 
new/knotifications-5.72.0/po/az/knotifications5_qt.po
--- old/knotifications-5.71.0/po/az/knotifications5_qt.po   2020-06-07 
20:30:16.0 +0200
+++ new/knotifications-5.72.0/po/az/knotifications5_qt.po   2020-07-04 
15:18:23.0 

commit kitemmodels for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2020-07-14 07:53:29

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


Package is "kitemmodels"

Tue Jul 14 07:53:29 2020 rev:81 rq:820375 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2020-06-16 
13:43:32.157266805 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new.3060/kitemmodels.changes
2020-07-14 07:54:27.520851107 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:30 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:
+  * Fix sort order enum values referenced in the API docs
+
+---

Old:

  kitemmodels-5.71.0.tar.xz
  kitemmodels-5.71.0.tar.xz.sig

New:

  kitemmodels-5.72.0.tar.xz
  kitemmodels-5.72.0.tar.xz.sig



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.sjnVyU/_old  2020-07-14 07:54:29.332856974 +0200
+++ /var/tmp/diff_new_pack.sjnVyU/_new  2020-07-14 07:54:29.336856987 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5ItemModels5
-%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)
@@ -26,7 +26,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kitemmodels
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Set of item models extending the Qt model-view framework
 License:LGPL-2.1-or-later
@@ -38,7 +38,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -110,19 +109,19 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
-%{_kf5_libdir}/libKF5ItemModels.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5ItemModels.so.*
 
 %files devel
-%license COPYING*
-%{_kf5_libdir}/libKF5ItemModels.so
-%{_kf5_libdir}/cmake/KF5ItemModels/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5ItemModels/
+%{_kf5_libdir}/libKF5ItemModels.so
 %{_kf5_mkspecsdir}/qt_KItemModels.pri
 
 %files imports
-%license COPYING*
+%license LICENSES/*
 %dir %{_kf5_qmldir}/org
 %dir %{_kf5_qmldir}/org/kde
 %dir %{_kf5_qmldir}/org/kde/kitemmodels
@@ -131,7 +130,7 @@
 
 %if %{with python}
 %files -n python-%{name}
-%license COPYING*
+%license LICENSES/*
 %{python3_sitearch}/PyKF5
 %{_datadir}/sip/PyKF5/
 %endif


++ kitemmodels-5.71.0.tar.xz -> kitemmodels-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.71.0/CMakeLists.txt 
new/kitemmodels-5.72.0/CMakeLists.txt
--- old/kitemmodels-5.71.0/CMakeLists.txt   2020-06-06 21:35:01.0 
+0200
+++ new/kitemmodels-5.72.0/CMakeLists.txt   2020-07-04 11:52:49.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KItemModels VERSION ${KF5_VERSION})
 
 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/kitemmodels-5.71.0/src/qml/ksortfilterproxymodel.h 
new/kitemmodels-5.72.0/src/qml/ksortfilterproxymodel.h
--- old/kitemmodels-5.71.0/src/qml/ksortfilterproxymodel.h  2020-06-06 
21:35:01.0 +0200
+++ new/kitemmodels-5.72.0/src/qml/ksortfilterproxymodel.h  2020-07-04 
11:52:49.0 +0200
@@ -84,7 +84,7 @@
 Q_PROPERTY(QString sortRole READ sortRole WRITE setSortRole NOTIFY 
sortRoleChanged)
 
 /**
- * One of Qt.Ascending or Qt.Descending
+ * One of Qt.AscendingOrder or Qt.DescendingOrder
  */
 Q_PROPERTY(Qt::SortOrder sortOrder READ sortOrder WRITE setSortOrder 
NOTIFY sortOrderChanged)
 




commit knewstuff for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2020-07-14 07:53:45

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


Package is "knewstuff"

Tue Jul 14 07:53:45 2020 rev:79 rq:820381 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes  2020-06-16 
13:43:41.929302428 +0200
+++ /work/SRC/openSUSE:Factory/.knewstuff.new.3060/knewstuff.changes
2020-07-14 07:54:47.860916966 +0200
@@ -1,0 +2,15 @@
+Sun Jul  5 07:55:35 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:
+  * Fix minor typos
+  * Move explanatory text from sheet header to list header
+  * Fix typo
+  * Fix paths for install script and uncompression
+  * Hide the ShadowRectangle for non-loaded previews (kde#422048)
+  * Don't allow content to overflow in the grid delegates (kde#422476)
+
+---

Old:

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

New:

  knewstuff-5.72.0.tar.xz
  knewstuff-5.72.0.tar.xz.sig



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.GKzjZa/_old  2020-07-14 07:54:51.924930126 +0200
+++ /var/tmp/diff_new_pack.GKzjZa/_new  2020-07-14 07:54:51.928930139 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
-%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:   knewstuff
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework for downloading and sharing additional application 
data
 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


++ knewstuff-5.71.0.tar.xz -> knewstuff-5.72.0.tar.xz ++
 27867 lines of diff (skipped)




commit kirigami2 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kirigami2 for openSUSE:Factory 
checked in at 2020-07-14 07:53:25

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


Package is "kirigami2"

Tue Jul 14 07:53:25 2020 rev:44 rq:820374 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes  2020-06-23 
21:04:12.109766147 +0200
+++ /work/SRC/openSUSE:Factory/.kirigami2.new.3060/kirigami2.changes
2020-07-14 07:54:24.328840772 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:30 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
+- Too many changes since 5.71.0, only listing bugfixes:
+  * [overlaysheet] Avoid fractional height for contentLayout (kde#422965)
+  * Fix OverlaySheet closing when clicking inside layout (kde#421848)
+
+---

Old:

  kirigami2-5.71.0.tar.xz
  kirigami2-5.71.0.tar.xz.sig

New:

  kirigami2-5.72.0.tar.xz
  kirigami2-5.72.0.tar.xz.sig



Other differences:
--
++ kirigami2.spec ++
--- /var/tmp/diff_new_pack.y0mAFD/_old  2020-07-14 07:54:26.528847895 +0200
+++ /var/tmp/diff_new_pack.y0mAFD/_new  2020-07-14 07:54:26.528847895 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Kirigami2-5
-%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:   kirigami2
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Set of QtQuick components
 License:LGPL-2.1-or-later
@@ -37,7 +37,7 @@
 %endif
 # PATCH-FIX-OPENSUSE
 Patch:  0001-Revert-Watch-for-language-change-events-and-forward-.patch
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Concurrent) >= 5.12.0
 BuildRequires:  cmake(Qt5Core) >= 5.12.0
@@ -51,7 +51,7 @@
 Requires:   libqt5-qtquickcontrols2
 Recommends: %{name}-lang = %{version}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.7.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -100,19 +100,21 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%{_kf5_qmldir}/
+%license LICENSES/*
 %dir %{_kf5_sharedir}/kdevappwizard/
+%{_kf5_qmldir}/
 %{_kf5_sharedir}/kdevappwizard/templates/
 
 %files -n %{lname}
-%license LICENSE*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Kirigami2.so.*
 
 %files devel
+%license LICENSES/*
 %dir %{_kf5_includedir}/Kirigami2/
 %{_kf5_includedir}/Kirigami2/*
-%{_libdir}/cmake/KF5Kirigami2/
 %{_kf5_libdir}/libKF5Kirigami2.so
 %{_kf5_mkspecsdir}/qt_Kirigami2.pri
+%{_libdir}/cmake/KF5Kirigami2/
 
 %changelog


++ kirigami2-5.71.0.tar.xz -> kirigami2-5.72.0.tar.xz ++
 2638 lines of diff (skipped)




commit kimageformats for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2020-07-14 07:53:17

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


Package is "kimageformats"

Tue Jul 14 07:53:17 2020 rev:82 rq:820371 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2020-06-16 13:43:19.129219313 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new.3060/kimageformats.changes
2020-07-14 07:54:13.896806993 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:27 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
+- No code change since 5.71.0
+
+---

Old:

  kimageformats-5.71.0.tar.xz
  kimageformats-5.71.0.tar.xz.sig

New:

  kimageformats-5.72.0.tar.xz
  kimageformats-5.72.0.tar.xz.sig



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.XoVbwq/_old  2020-07-14 07:54:14.660809467 +0200
+++ /var/tmp/diff_new_pack.XoVbwq/_new  2020-07-14 07:54:14.664809480 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%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)
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kimageformats
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Image format plugins for Qt
 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


++ kimageformats-5.71.0.tar.xz -> kimageformats-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.71.0/CMakeLists.txt 
new/kimageformats-5.72.0/CMakeLists.txt
--- old/kimageformats-5.71.0/CMakeLists.txt 2020-06-06 21:34:48.0 
+0200
+++ new/kimageformats-5.72.0/CMakeLists.txt 2020-07-04 11:51:54.0 
+0200
@@ -5,7 +5,7 @@
 set (CMAKE_CXX_STANDARD 14)
 
 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)
 




commit kitemviews for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2020-07-14 07:53:36

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


Package is "kitemviews"

Tue Jul 14 07:53:36 2020 rev:80 rq:820376 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes2020-06-16 
13:43:35.469278879 +0200
+++ /work/SRC/openSUSE:Factory/.kitemviews.new.3060/kitemviews.changes  
2020-07-14 07:54:30.968862271 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:31 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
+- No code change since 5.71.0
+
+---

Old:

  kitemviews-5.71.0.tar.xz
  kitemviews-5.71.0.tar.xz.sig

New:

  kitemviews-5.72.0.tar.xz
  kitemviews-5.72.0.tar.xz.sig



Other differences:
--
++ kitemviews.spec ++
--- /var/tmp/diff_new_pack.KANVOO/_old  2020-07-14 07:54:33.712871156 +0200
+++ /var/tmp/diff_new_pack.KANVOO/_new  2020-07-14 07:54:33.716871169 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5ItemViews5
-%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:   kitemviews
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Set of item views extending the Qt model-view framework
 License:LGPL-2.1-or-later AND GPL-2.0-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
@@ -102,15 +101,16 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %{_kf5_libdir}/libKF5ItemViews.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5ItemViews.so
-%{_kf5_libdir}/cmake/KF5ItemViews/
+%license LICENSES/*
 %dir %{_kf5_plugindir}/designer
-%{_kf5_plugindir}/designer/kitemviews5widgets.so
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5ItemViews/
+%{_kf5_libdir}/libKF5ItemViews.so
 %{_kf5_mkspecsdir}/qt_KItemViews.pri
+%{_kf5_plugindir}/designer/kitemviews5widgets.so
 
 %changelog


++ kitemviews-5.71.0.tar.xz -> kitemviews-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.71.0/CMakeLists.txt 
new/kitemviews-5.72.0/CMakeLists.txt
--- old/kitemviews-5.71.0/CMakeLists.txt2020-06-07 20:29:18.0 
+0200
+++ new/kitemviews-5.72.0/CMakeLists.txt2020-07-04 15:16:38.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KItemViews VERSION ${KF5_VERSION})
 
 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/kitemviews-5.71.0/po/az/kitemviews5_qt.po 
new/kitemviews-5.72.0/po/az/kitemviews5_qt.po
--- old/kitemviews-5.71.0/po/az/kitemviews5_qt.po   2020-06-07 
20:29:18.0 +0200
+++ new/kitemviews-5.72.0/po/az/kitemviews5_qt.po   2020-07-04 
15:16:38.0 +0200
@@ -2,45 +2,33 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2020-04-16 00:19+0400\n"
-"Last-Translator: Xəyyam \n"
-"Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"PO-Revision-Date: 2020-07-02 00:13+0400\n"
+"Last-Translator: Xəyyam Qocayev \n"
+"Language-Team: Azerbaijani \n"
+"Language: az\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #: kfilterproxysearchline.cpp:62
-#, fuzzy
-#| msgctxt "KTreeWidgetSearchLine|"
-#| msgid "Search..."
 msgctxt "KFilterProxySearchLine|@info:placeholder"
 msgid "Search..."
-msgstr "Axtar..."
+msgstr "Axtarış..."
 
 #: ktreewidgetsearchline.cpp:215
-#, fuzzy
-#| msgctxt "KTreeWidgetSearchLine|"
-#| msgid 

commit kio for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2020-07-14 07:53:23

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


Package is "kio"

Tue Jul 14 07:53:23 2020 rev:97 rq:820373 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kio/kio.changes  2020-06-16 13:43:24.545239057 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new.3060/kio.changes2020-07-14 
07:54:20.436828169 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:29 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
+- Too many changes to list here.
+
+---

Old:

  kio-5.71.0.tar.xz
  kio-5.71.0.tar.xz.sig

New:

  kio-5.72.0.tar.xz
  kio-5.72.0.tar.xz.sig



Other differences:
--
++ kio.spec ++
--- /var/tmp/diff_new_pack.2vuTB2/_old  2020-07-14 07:54:21.684832211 +0200
+++ /var/tmp/diff_new_pack.2vuTB2/_new  2020-07-14 07:54:21.688832223 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kio
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Network transparent access to files and data
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to 
see into kde4 documentation, needed especially for khelpcenter5
 Patch0: kio_help-fallback-to-kde4-docs.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kio-5.71.0.tar.xz -> kio-5.72.0.tar.xz ++
 359546 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-07-14 07:53:51

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


Package is "kpackage"

Tue Jul 14 07:53:51 2020 rev:70 rq:820384 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-06-16 
13:43:50.681334332 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.3060/kpackage.changes  
2020-07-14 07:55:01.352960653 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:38 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:
+  * Convert license to GPL-2.0-or-later
+- Fix the license tag. the kpackagetool executable is GPL-2.0-or-later
+
+---

Old:

  kpackage-5.71.0.tar.xz
  kpackage-5.71.0.tar.xz.sig

New:

  kpackage-5.72.0.tar.xz
  kpackage-5.72.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.MHeRHM/_old  2020-07-14 07:55:02.416964098 +0200
+++ /var/tmp/diff_new_pack.MHeRHM/_new  2020-07-14 07:55:02.420964111 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%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:   kpackage
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
-License:LGPL-2.1-or-later
+License:GPL-2.0-or-later AND LGPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
@@ -35,7 +35,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -44,9 +43,9 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.8.0
-BuildRequires:  cmake(Qt5DBus) >= 5.8.0
-BuildRequires:  cmake(Qt5Test) >= 5.8.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 Recommends: %{name}-lang
 
 %description
@@ -87,20 +86,21 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %doc README*
+%dir %{_kf5_servicetypesdir}
+%doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
 %{_kf5_bindir}/kpackagetool*
+%{_kf5_debugdir}/*.categories
 %{_kf5_libdir}/libKF5Package.so.*
-%dir %{_kf5_servicetypesdir}
-%{_kf5_servicetypesdir}/kpackage-packagestructure.desktop
 %{_kf5_servicetypesdir}/kpackage-generic.desktop
 %{_kf5_servicetypesdir}/kpackage-genericqml.desktop
-%doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
-%{_kf5_debugdir}/*.categories
+%{_kf5_servicetypesdir}/kpackage-packagestructure.desktop
 
 %files devel
-%{_kf5_libdir}/libKF5Package.so
-%{_kf5_libdir}/cmake/KF5Package/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Package/
+%{_kf5_libdir}/libKF5Package.so
 
 %changelog


++ kpackage-5.71.0.tar.xz -> kpackage-5.72.0.tar.xz ++
 28476 lines of diff (skipped)




commit kidletime for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2020-07-14 07:53:13

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


Package is "kidletime"

Tue Jul 14 07:53:13 2020 rev:80 rq:820370 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes  2020-06-16 
13:43:16.781210754 +0200
+++ /work/SRC/openSUSE:Factory/.kidletime.new.3060/kidletime.changes
2020-07-14 07:54:09.464792643 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:27 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
+- No code change since 5.71.0
+
+---

Old:

  kidletime-5.71.0.tar.xz
  kidletime-5.71.0.tar.xz.sig

New:

  kidletime-5.72.0.tar.xz
  kidletime-5.72.0.tar.xz.sig



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.4IfAB5/_old  2020-07-14 07:54:11.996800841 +0200
+++ /var/tmp/diff_new_pack.4IfAB5/_new  2020-07-14 07:54:11.996800841 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5IdleTime5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kidletime
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:User and system idle time reporting singleton
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -96,19 +95,20 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5IdleTime.so.*
 %dir %{_kf5_plugindir}/kf5
 %dir %{_kf5_plugindir}/kf5/org.kde.kidletime.platforms
+%{_kf5_debugdir}/kidletime.categories
+%{_kf5_libdir}/libKF5IdleTime.so.*
 %{_kf5_plugindir}/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin0.so
 %{_kf5_plugindir}/kf5/org.kde.kidletime.platforms/KF5IdleTimeXcbPlugin1.so
-%{_kf5_debugdir}/kidletime.categories
 
 %files devel
-%{_kf5_libdir}/libKF5IdleTime.so
-%{_kf5_libdir}/cmake/KF5IdleTime/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5IdleTime/
+%{_kf5_libdir}/libKF5IdleTime.so
 %{_kf5_mkspecsdir}/qt_KIdleTime.pri
 
 %changelog


++ kidletime-5.71.0.tar.xz -> kidletime-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.71.0/CMakeLists.txt 
new/kidletime-5.72.0/CMakeLists.txt
--- old/kidletime-5.71.0/CMakeLists.txt 2020-06-06 21:34:46.0 +0200
+++ new/kidletime-5.72.0/CMakeLists.txt 2020-07-04 11:51:42.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KIdleTime VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 




commit ki18n for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2020-07-14 07:53:05

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


Package is "ki18n"

Tue Jul 14 07:53:05 2020 rev:84 rq:820368 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes  2020-06-16 
13:43:12.757196085 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new.3060/ki18n.changes2020-07-14 
07:53:58.736757906 +0200
@@ -1,0 +2,13 @@
+Sun Jul  5 07:55:25 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:
+  * dox: fix comment marker
+  * autotests: repair after recent commit introducing
+single quotes around filenames
+  * Also add quotes around rich text  tagged text
+
+---

Old:

  ki18n-5.71.0.tar.xz
  ki18n-5.71.0.tar.xz.sig

New:

  ki18n-5.72.0.tar.xz
  ki18n-5.72.0.tar.xz.sig



Other differences:
--
++ ki18n.spec ++
--- /var/tmp/diff_new_pack.Y8m6ay/_old  2020-07-14 07:53:59.456760238 +0200
+++ /var/tmp/diff_new_pack.Y8m6ay/_new  2020-07-14 07:53:59.460760251 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5I18n5
-%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:   ki18n
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Gettext-based UI text internationalization
 License:LGPL-2.1-or-later
@@ -38,7 +38,6 @@
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE fallbackLang.diff -- look for translations in locale/kf5 
also
 Patch0: fallbackLang.diff
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
@@ -120,16 +119,17 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_debugdir}/ki18n.categories
 %{_kf5_libdir}/libKF5I18n.so.*
 %{_kf5_plugindir}/
 
 %files devel
-%{_kf5_libdir}/libKF5I18n.so
-%{_kf5_libdir}/cmake/KF5I18n/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5I18n/
+%{_kf5_libdir}/libKF5I18n.so
 %{_kf5_mkspecsdir}/qt_KI18n.pri
 
 %changelog


++ ki18n-5.71.0.tar.xz -> ki18n-5.72.0.tar.xz ++
 6104 lines of diff (skipped)




commit kdoctools for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdoctools"

Tue Jul 14 07:52:42 2020 rev:82 rq:820361 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes  2020-06-16 
13:42:54.721130337 +0200
+++ /work/SRC/openSUSE:Factory/.kdoctools.new.3060/kdoctools.changes
2020-07-14 07:53:36.088684573 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:20 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:
+  * Use consistent style for FDL notice (kde#423211)
+
+---

Old:

  kdoctools-5.71.0.tar.xz
  kdoctools-5.71.0.tar.xz.sig

New:

  kdoctools-5.72.0.tar.xz
  kdoctools-5.72.0.tar.xz.sig



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.xmmILv/_old  2020-07-14 07:53:36.768686775 +0200
+++ /var/tmp/diff_new_pack.xmmILv/_new  2020-07-14 07:53:36.772686788 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DocTools5
-%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:   kdoctools
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Tools to create documentation from DocBook
 License:LGPL-2.1-or-later AND MIT
@@ -38,7 +38,6 @@
 Source99:   baselibs.conf
 # PATCH-FEATURE-OPENSUSE
 Patch1: 0001-Also-return-KDE4-docs-in-documentationDirs.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}


++ kdoctools-5.71.0.tar.xz -> kdoctools-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.71.0/CMakeLists.txt 
new/kdoctools-5.72.0/CMakeLists.txt
--- old/kdoctools-5.71.0/CMakeLists.txt 2020-06-07 20:26:47.0 +0200
+++ new/kdoctools-5.72.0/CMakeLists.txt 2020-07-04 15:11:48.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(KDocTools VERSION ${KF5_VERSION})
 
 # ECM setup
 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/kdoctools-5.71.0/common/en/fdl-notice.html 
new/kdoctools-5.72.0/common/en/fdl-notice.html
--- old/kdoctools-5.71.0/common/en/fdl-notice.html  2020-06-07 
20:26:47.0 +0200
+++ new/kdoctools-5.72.0/common/en/fdl-notice.html  2020-07-04 
15:11:48.0 +0200
@@ -1,6 +1,7 @@
 
 
 FDL Notice
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.71.0/po/az/kdoctools5.po 
new/kdoctools-5.72.0/po/az/kdoctools5.po
--- old/kdoctools-5.71.0/po/az/kdoctools5.po2020-06-07 20:26:47.0 
+0200
+++ new/kdoctools-5.72.0/po/az/kdoctools5.po2020-07-04 15:11:48.0 
+0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2020-04-14 01:08+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kdoctools-5.71.0/po/mr/kdoctools5.po 
new/kdoctools-5.72.0/po/mr/kdoctools5.po
--- old/kdoctools-5.71.0/po/mr/kdoctools5.po2020-06-07 20:26:47.0 
+0200
+++ new/kdoctools-5.72.0/po/mr/kdoctools5.po2020-07-04 15:11:48.0 
+0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2013-02-23 17:39+0530\n"
 "Last-Translator: Chetan Khona \n"
 "Language-Team: American English \n"
-"Language: en_US\n"
+"Language: mr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: 

commit kfilemetadata5 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kfilemetadata5"

Tue Jul 14 07:52:47 2020 rev:86 rq:820363 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2020-06-16 13:42:58.837145341 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new.3060/kfilemetadata5.changes  
2020-07-14 07:53:40.996700465 +0200
@@ -1,0 +2,14 @@
+Sun Jul  5 07:55:21 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:
+  * autotests: fix for shared-mime-info >= 2.0
+  * Adapt kfilemetadata to "audio/x-speex+ogg" as
+recently changed in shared-mime-info
+  * Add license files as required by REUSE specification
+  * Convert license statements to SPDX expressions
+
+---

Old:

  kfilemetadata-5.71.0.tar.xz
  kfilemetadata-5.71.0.tar.xz.sig

New:

  kfilemetadata-5.72.0.tar.xz
  kfilemetadata-5.72.0.tar.xz.sig



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.go69Ah/_old  2020-07-14 07:53:42.900706630 +0200
+++ /var/tmp/diff_new_pack.go69Ah/_new  2020-07-14 07:53:42.904706643 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%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)
@@ -24,7 +24,7 @@
 %bcond_without ffmpeg
 %bcond_without lang
 Name:   kfilemetadata5
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Library for extracting Metadata
 License:GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
@@ -88,21 +88,21 @@
 %postun -p /sbin/ldconfig
 
 %files
-%license COPYING*
-%{_kf5_plugindir}/
-%{_kf5_libdir}/libKF5FileMetaData.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5FileMetaData.so.*
+%{_kf5_plugindir}/
 
 %files devel
-%license COPYING*
-%{_kf5_libdir}/libKF5FileMetaData.so
+%license LICENSES/*
 %{_kf5_includedir}/KFileMetaData/
 %{_kf5_libdir}/cmake/KF5FileMetaData/
+%{_kf5_libdir}/libKF5FileMetaData.so
 %{_kf5_mkspecsdir}/qt_KFileMetaData.pri
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %changelog


++ kfilemetadata-5.71.0.tar.xz -> kfilemetadata-5.72.0.tar.xz ++
 51392 lines of diff (skipped)




commit kemoticons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kemoticons"

Tue Jul 14 07:52:44 2020 rev:79 rq:820362 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes2020-06-16 
13:42:56.945138445 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new.3060/kemoticons.changes  
2020-07-14 07:53:38.488692344 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:20 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
+- No code change since 5.71.0
+
+---

Old:

  kemoticons-5.71.0.tar.xz
  kemoticons-5.71.0.tar.xz.sig

New:

  kemoticons-5.72.0.tar.xz
  kemoticons-5.72.0.tar.xz.sig



Other differences:
--
++ kemoticons.spec ++
--- /var/tmp/diff_new_pack.IanvS0/_old  2020-07-14 07:53:39.276694896 +0200
+++ /var/tmp/diff_new_pack.IanvS0/_new  2020-07-14 07:53:39.280694908 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Emoticons5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kemoticons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Emoticon to graphical emoticon text converter
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kemoticons-5.71.0.tar.xz -> kemoticons-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.71.0/CMakeLists.txt 
new/kemoticons-5.72.0/CMakeLists.txt
--- old/kemoticons-5.71.0/CMakeLists.txt2020-06-06 21:34:23.0 
+0200
+++ new/kemoticons-5.72.0/CMakeLists.txt2020-07-04 11:50:00.0 
+0200
@@ -1,11 +1,11 @@
 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(KEmoticons VERSION ${KF5_VERSION})
 
 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)
 




commit kguiaddons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kguiaddons"

Tue Jul 14 07:52:52 2020 rev:80 rq:820365 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes2020-06-16 
13:43:02.797159777 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new.3060/kguiaddons.changes  
2020-07-14 07:53:46.240717445 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:23 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
+- No code change since 5.71.0
+
+---

Old:

  kguiaddons-5.71.0.tar.xz
  kguiaddons-5.71.0.tar.xz.sig

New:

  kguiaddons-5.72.0.tar.xz
  kguiaddons-5.72.0.tar.xz.sig



Other differences:
--
++ kguiaddons.spec ++
--- /var/tmp/diff_new_pack.exsJUD/_old  2020-07-14 07:53:49.992729593 +0200
+++ /var/tmp/diff_new_pack.exsJUD/_new  2020-07-14 07:53:49.996729607 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5GuiAddons5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kguiaddons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Utilities for graphical user interfaces
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -89,18 +88,18 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5GuiAddons.so.*
 %dir %{_kf5_plugindir}/kf5/
 %dir %{_kf5_plugindir}/kf5/kguiaddons
 %dir %{_kf5_plugindir}/kf5/kguiaddons/kmodifierkey
+%{_kf5_libdir}/libKF5GuiAddons.so.*
 %{_kf5_plugindir}/kf5/kguiaddons/kmodifierkey/kmodifierkey_xcb.so
 
 %files devel
-%{_kf5_libdir}/libKF5GuiAddons.so
-%{_kf5_libdir}/cmake/KF5GuiAddons/
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5GuiAddons/
+%{_kf5_libdir}/libKF5GuiAddons.so
 %{_kf5_mkspecsdir}/qt_KGuiAddons.pri
 
 %changelog


++ kguiaddons-5.71.0.tar.xz -> kguiaddons-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.71.0/CMakeLists.txt 
new/kguiaddons-5.72.0/CMakeLists.txt
--- old/kguiaddons-5.71.0/CMakeLists.txt2020-06-06 21:34:33.0 
+0200
+++ new/kguiaddons-5.72.0/CMakeLists.txt2020-07-04 11:50:40.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KGuiAddons VERSION ${KF5_VERSION})
 
 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)
 




commit kiconthemes for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2020-07-14 07:53:07

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


Package is "kiconthemes"

Tue Jul 14 07:53:07 2020 rev:85 rq:820369 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2020-06-16 
13:43:14.897203886 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new.3060/kiconthemes.changes
2020-07-14 07:54:03.472773242 +0200
@@ -1,0 +2,12 @@
+Sun Jul  5 07:55:26 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:
+  * Drop assignment in resetPalette
+  * Return QPalette() if we have no custom palette
+  * Respect QIcon::fallbackSearchpaths() (kde#405522)
+
+---

Old:

  kiconthemes-5.71.0.tar.xz
  kiconthemes-5.71.0.tar.xz.sig

New:

  kiconthemes-5.72.0.tar.xz
  kiconthemes-5.72.0.tar.xz.sig



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.soMGhC/_old  2020-07-14 07:54:04.224775676 +0200
+++ /var/tmp/diff_new_pack.soMGhC/_new  2020-07-14 07:54:04.228775689 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5IconThemes5
-%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:   kiconthemes
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Icon GUI utilities
 License:LGPL-2.1-or-later AND GPL-2.0-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:  cmake(KF5Archive) >= %{_kf5_bugfix_version}


++ kiconthemes-5.71.0.tar.xz -> kiconthemes-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.71.0/CMakeLists.txt 
new/kiconthemes-5.72.0/CMakeLists.txt
--- old/kiconthemes-5.71.0/CMakeLists.txt   2020-06-07 20:28:07.0 
+0200
+++ new/kiconthemes-5.72.0/CMakeLists.txt   2020-07-04 15:14:23.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(KIconThemes VERSION ${KF5_VERSION})
 
 # ECM setup
 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/kiconthemes-5.71.0/po/az/kiconthemes5.po 
new/kiconthemes-5.72.0/po/az/kiconthemes5.po
--- old/kiconthemes-5.71.0/po/az/kiconthemes5.po2020-06-07 
20:28:07.0 +0200
+++ new/kiconthemes-5.72.0/po/az/kiconthemes5.po2020-07-04 
15:14:23.0 +0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2020-04-15 23:34+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kiconthemes-5.71.0/po/mr/kiconthemes5.po 
new/kiconthemes-5.72.0/po/mr/kiconthemes5.po
--- old/kiconthemes-5.71.0/po/mr/kiconthemes5.po2020-06-07 
20:28:07.0 +0200
+++ new/kiconthemes-5.72.0/po/mr/kiconthemes5.po2020-07-04 
15:14:23.0 +0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2013-03-30 14:45+0530\n"
 "Last-Translator: Chetan Khona \n"
 "Language-Team: American English \n"
-"Language: en_US\n"
+"Language: mr\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/kiconthemes-5.71.0/po/sr/kiconthemes5.po 
new/kiconthemes-5.72.0/po/sr/kiconthemes5.po
--- 

commit kinit for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2020-07-14 07:53:19

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


Package is "kinit"

Tue Jul 14 07:53:19 2020 rev:80 rq:820372 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kinit/kinit.changes  2020-06-16 
13:43:21.533228077 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new.3060/kinit.changes2020-07-14 
07:54:16.824816474 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:28 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
+- No code change since 5.71.0
+
+---

Old:

  kinit-5.71.0.tar.xz
  kinit-5.71.0.tar.xz.sig

New:

  kinit-5.72.0.tar.xz
  kinit-5.72.0.tar.xz.sig



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.HXyiPr/_old  2020-07-14 07:54:18.868823092 +0200
+++ /var/tmp/diff_new_pack.HXyiPr/_new  2020-07-14 07:54:18.872823105 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kinit
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Helper library to speed up start of applications on KDE 
workspaces
 License:LGPL-2.1-or-later
@@ -39,7 +39,6 @@
 Patch0: fpie.patch
 # PATCH-FIX-OPENSUSE
 Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kinit-5.71.0.tar.xz -> kinit-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.71.0/CMakeLists.txt 
new/kinit-5.72.0/CMakeLists.txt
--- old/kinit-5.71.0/CMakeLists.txt 2020-06-07 20:28:23.0 +0200
+++ new/kinit-5.72.0/CMakeLists.txt 2020-07-04 15:15:08.0 +0200
@@ -3,7 +3,7 @@
 project(KInit)
 
 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)
 
@@ -20,8 +20,8 @@
 include(ECMSetupVersion)
 include(ECMQtDeclareLoggingCategory)
 
-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
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.71.0/po/az/kinit5.po 
new/kinit-5.72.0/po/az/kinit5.po
--- old/kinit-5.71.0/po/az/kinit5.po2020-06-07 20:28:23.0 +0200
+++ new/kinit-5.72.0/po/az/kinit5.po2020-07-04 15:15:08.0 +0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2020-04-15 23:34+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kinit-5.71.0/po/bn/kinit5.po 
new/kinit-5.72.0/po/bn/kinit5.po
--- old/kinit-5.71.0/po/bn/kinit5.po2020-06-07 20:28:23.0 +0200
+++ new/kinit-5.72.0/po/bn/kinit5.po2020-07-04 15:15: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/kinit-5.71.0/po/bs/kinit5.po 
new/kinit-5.72.0/po/bs/kinit5.po
--- old/kinit-5.71.0/po/bs/kinit5.po2020-06-07 20:28:23.0 +0200
+++ new/kinit-5.72.0/po/bs/kinit5.po2020-07-04 15:15:08.0 +0200
@@ -16,7 +16,7 @@
 "PO-Revision-Date: 2013-12-21 17:26+\n"
 "Last-Translator: Ademovic Saudin \n"
 

commit kholidays for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kholidays"

Tue Jul 14 07:52:55 2020 rev:62 rq:820366 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2020-06-16 
13:43:03.989164123 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new.3060/kholidays.changes
2020-07-14 07:53:51.040732987 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:23 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
+- No code change since 5.71.0
+
+---

Old:

  kholidays-5.71.0.tar.xz
  kholidays-5.71.0.tar.xz.sig

New:

  kholidays-5.72.0.tar.xz
  kholidays-5.72.0.tar.xz.sig



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.1gQhFa/_old  2020-07-14 07:53:52.752738530 +0200
+++ /var/tmp/diff_new_pack.1gQhFa/_new  2020-07-14 07:53:52.756738543 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Holidays5
-%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:   kholidays
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Holiday calculation library
 License:LGPL-2.1-or-later
@@ -88,14 +88,14 @@
 %doc DESIGN
 
 %files -n %{lname}
-%license COPYING.LIB
+%license LICENSES/*
 %dir %{_kf5_qmldir}/org
 %dir %{_kf5_qmldir}/org/kde
 %{_kf5_libdir}/libKF5Holidays.so.*
 %{_kf5_qmldir}/org/kde/kholidays/
 
 %files devel
-%license COPYING.LIB
+%license LICENSES/*
 %{_kf5_cmakedir}/KF5Holidays/
 %{_kf5_includedir}/KHolidays/
 %{_kf5_includedir}/kholidays_version.h
@@ -104,7 +104,7 @@
 
 %if %{with lang}
 %files -n %{lname}-lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %changelog


++ kholidays-5.71.0.tar.xz -> kholidays-5.72.0.tar.xz ++
 2521 lines of diff (skipped)




commit khtml for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2020-07-14 07:53:01

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


Package is "khtml"

Tue Jul 14 07:53:01 2020 rev:79 rq:820367 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/khtml/khtml.changes  2020-06-16 
13:43:07.857178223 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new.3060/khtml.changes2020-07-14 
07:53:54.176743142 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:24 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
+- No code change since 5.71.0
+
+---

Old:

  khtml-5.71.0.tar.xz
  khtml-5.71.0.tar.xz.sig

New:

  khtml-5.72.0.tar.xz
  khtml-5.72.0.tar.xz.sig



Other differences:
--
++ khtml.spec ++
--- /var/tmp/diff_new_pack.2NzjSW/_old  2020-07-14 07:53:57.224753011 +0200
+++ /var/tmp/diff_new_pack.2NzjSW/_new  2020-07-14 07:53:57.224753011 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KHtml5
-%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:   khtml
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:HTML rendering engine
 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:  giflib-devel


++ khtml-5.71.0.tar.xz -> khtml-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.71.0/CMakeLists.txt 
new/khtml-5.72.0/CMakeLists.txt
--- old/khtml-5.71.0/CMakeLists.txt 2020-06-07 20:27:41.0 +0200
+++ new/khtml-5.72.0/CMakeLists.txt 2020-07-04 15:13:32.0 +0200
@@ -1,11 +1,11 @@
 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(KHtml VERSION ${KF5_VERSION})
 
 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/khtml-5.71.0/po/az/khtml5.po 
new/khtml-5.72.0/po/az/khtml5.po
--- old/khtml-5.71.0/po/az/khtml5.po2020-06-07 20:27:41.0 +0200
+++ new/khtml-5.72.0/po/az/khtml5.po2020-07-04 15:13:32.0 +0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2020-04-15 00:21+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/khtml-5.71.0/po/bn/khtml5.po 
new/khtml-5.72.0/po/bn/khtml5.po
--- old/khtml-5.71.0/po/bn/khtml5.po2020-06-07 20:27:41.0 +0200
+++ new/khtml-5.72.0/po/bn/khtml5.po2020-07-04 15:13:32.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/khtml-5.71.0/po/bs/khtml5.po 
new/khtml-5.72.0/po/bs/khtml5.po
--- old/khtml-5.71.0/po/bs/khtml5.po2020-06-07 20:27:41.0 +0200
+++ new/khtml-5.72.0/po/bs/khtml5.po2020-07-04 15:13:32.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' 

commit kded for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kded"

Tue Jul 14 07:52:25 2020 rev:82 rq:820355 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-06-16 
13:42:42.189084654 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.3060/kded.changes  2020-07-14 
07:53:13.752612251 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:15 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
+- No code change since 5.71.0
+
+---

Old:

  kded-5.71.0.tar.xz
  kded-5.71.0.tar.xz.sig

New:

  kded-5.72.0.tar.xz
  kded-5.72.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.hlzGEL/_old  2020-07-14 07:53:14.328614116 +0200
+++ /var/tmp/diff_new_pack.hlzGEL/_new  2020-07-14 07:53:14.332614129 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kded
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 %endif
 # PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion)
 Patch100:   0001-Decrease-the-delay-between-change-notification-and-s.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kded-5.71.0.tar.xz -> kded-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.71.0/CMakeLists.txt 
new/kded-5.72.0/CMakeLists.txt
--- old/kded-5.71.0/CMakeLists.txt  2020-06-07 20:25:25.0 +0200
+++ new/kded-5.72.0/CMakeLists.txt  2020-07-04 15:09:26.0 +0200
@@ -1,11 +1,11 @@
 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(KDED VERSION ${KF5_VERSION})
 
 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)
 




commit kdesignerplugin for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdesignerplugin"

Tue Jul 14 07:52:31 2020 rev:81 rq:820357 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2020-06-16 13:42:46.625100825 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesignerplugin.new.3060/kdesignerplugin.changes
2020-07-14 07:53:21.352636860 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:16 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
+- No code change since 5.71.0
+
+---

Old:

  kdesignerplugin-5.71.0.tar.xz
  kdesignerplugin-5.71.0.tar.xz.sig

New:

  kdesignerplugin-5.72.0.tar.xz
  kdesignerplugin-5.72.0.tar.xz.sig



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.HwAScR/_old  2020-07-14 07:53:22.196639592 +0200
+++ /var/tmp/diff_new_pack.HwAScR/_new  2020-07-14 07:53:22.200639605 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kdesignerplugin
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework for integration of KDE frameworks widgets with Qt 
Designer
 License:LGPL-2.1-or-later
@@ -34,7 +34,6 @@
 Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz.sig
 Source2:frameworks.keyring
 %endif
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}


++ kdesignerplugin-5.71.0.tar.xz -> kdesignerplugin-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.71.0/CMakeLists.txt 
new/kdesignerplugin-5.72.0/CMakeLists.txt
--- old/kdesignerplugin-5.71.0/CMakeLists.txt   2020-06-07 20:26:18.0 
+0200
+++ new/kdesignerplugin-5.72.0/CMakeLists.txt   2020-07-04 15:10:44.0 
+0200
@@ -1,11 +1,11 @@
 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(KDesignerPlugin VERSION ${KF5_VERSION})
 
 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/kdesignerplugin-5.71.0/po/az/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.72.0/po/az/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.71.0/po/az/kdesignerplugin5_qt.po 2020-06-07 
20:26:18.0 +0200
+++ new/kdesignerplugin-5.72.0/po/az/kdesignerplugin5_qt.po 2020-07-04 
15:10:44.0 +0200
@@ -5,7 +5,7 @@
 "PO-Revision-Date: 2020-04-14 00:07+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kdesignerplugin-5.71.0/po/bn/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.72.0/po/bn/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.71.0/po/bn/kdesignerplugin5_qt.po 2020-06-07 
20:26:18.0 +0200
+++ new/kdesignerplugin-5.72.0/po/bn/kdesignerplugin5_qt.po 2020-07-04 
15:10:44.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' 

commit kdesu for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdesu"

Tue Jul 14 07:52:33 2020 rev:80 rq:820358 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes  2020-06-16 
13:42:49.60673 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new.3060/kdesu.changes2020-07-14 
07:53:23.328643257 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:17 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
+- No code change since 5.71.0
+
+---

Old:

  kdesu-5.71.0.tar.xz
  kdesu-5.71.0.tar.xz.sig

New:

  kdesu-5.72.0.tar.xz
  kdesu-5.72.0.tar.xz.sig



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.lHTVy4/_old  2020-07-14 07:53:23.996645420 +0200
+++ /var/tmp/diff_new_pack.lHTVy4/_new  2020-07-14 07:53:23.996645420 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Su5
-%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:   kdesu
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:User interface for running shell commands with root privileges
 License:LGPL-2.1-or-later
@@ -40,7 +40,6 @@
 Patch0: fpie.patch
 # PATCH-FIX-OPENSUSE
 Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kdesu-5.71.0.tar.xz -> kdesu-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.71.0/CMakeLists.txt 
new/kdesu-5.72.0/CMakeLists.txt
--- old/kdesu-5.71.0/CMakeLists.txt 2020-06-07 20:26:25.0 +0200
+++ new/kdesu-5.72.0/CMakeLists.txt 2020-07-04 15:10:59.0 +0200
@@ -1,11 +1,11 @@
 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(KDESu VERSION ${KF5_VERSION})
 
 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/kdesu-5.71.0/po/az/kdesud5.po 
new/kdesu-5.72.0/po/az/kdesud5.po
--- old/kdesu-5.71.0/po/az/kdesud5.po   2020-06-07 20:26:25.0 +0200
+++ new/kdesu-5.72.0/po/az/kdesud5.po   2020-07-04 15:10:59.0 +0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2020-04-14 01:04+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kdesu-5.71.0/po/sr/kdesud5.po 
new/kdesu-5.72.0/po/sr/kdesud5.po
--- old/kdesu-5.71.0/po/sr/kdesud5.po   2020-06-07 20:26:25.0 +0200
+++ new/kdesu-5.72.0/po/sr/kdesud5.po   2020-07-04 15:10:59.0 +0200
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdesud5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-01-14 03:07+0100\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:55+0200\n"
 "PO-Revision-Date: 2017-09-28 17:57+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.71.0/po/sr@ijekavian/kdesud5.po 
new/kdesu-5.72.0/po/sr@ijekavian/kdesud5.po
--- old/kdesu-5.71.0/po/sr@ijekavian/kdesud5.po 2020-06-07 20:26:25.0 
+0200
+++ new/kdesu-5.72.0/po/sr@ijekavian/kdesud5.po 2020-07-04 15:10:59.0 
+0200
@@ -5,8 +5,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdesud5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;

commit kdelibs4support for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdelibs4support"

Tue Jul 14 07:52:28 2020 rev:81 rq:820356 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2020-06-16 13:42:43.829090632 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdelibs4support.new.3060/kdelibs4support.changes
2020-07-14 07:53:17.792625333 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:16 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
+- No code change since 5.71.0
+
+---

Old:

  kdelibs4support-5.71.0.tar.xz
  kdelibs4support-5.71.0.tar.xz.sig

New:

  kdelibs4support-5.72.0.tar.xz
  kdelibs4support-5.72.0.tar.xz.sig



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.cicws8/_old  2020-07-14 07:53:18.496627612 +0200
+++ /var/tmp/diff_new_pack.cicws8/_new  2020-07-14 07:53:18.500627625 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KDELibs4Support5
-%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:   kdelibs4support
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Code and utilities to ease the transition to KDE Frameworks 5
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 %endif
 Source99:   baselibs.conf
 BuildRequires:  NetworkManager-devel
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kdelibs4support-5.71.0.tar.xz -> kdelibs4support-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.71.0/CMakeLists.txt 
new/kdelibs4support-5.72.0/CMakeLists.txt
--- old/kdelibs4support-5.71.0/CMakeLists.txt   2020-06-07 20:25:41.0 
+0200
+++ new/kdelibs4support-5.72.0/CMakeLists.txt   2020-07-04 15:09:50.0 
+0200
@@ -1,11 +1,11 @@
 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(KDELibs4Support VERSION ${KF5_VERSION})
 
 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/kdelibs4support-5.71.0/po/cs/kdelibs4support.po 
new/kdelibs4support-5.72.0/po/cs/kdelibs4support.po
--- old/kdelibs4support-5.71.0/po/cs/kdelibs4support.po 2020-06-07 
20:25:41.0 +0200
+++ new/kdelibs4support-5.72.0/po/cs/kdelibs4support.po 2020-07-04 
15:09:50.0 +0200
@@ -12,7 +12,7 @@
 "PO-Revision-Date: 2020-06-03 09:39+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
-"Language: en_US\n"
+"Language: cs\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/kdelibs4support-5.71.0/po/es/kdelibs4support.po 
new/kdelibs4support-5.72.0/po/es/kdelibs4support.po
--- old/kdelibs4support-5.71.0/po/es/kdelibs4support.po 2020-06-07 
20:25:41.0 +0200
+++ new/kdelibs4support-5.72.0/po/es/kdelibs4support.po 2020-07-04 
15:09:50.0 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Eloy Cuadra , 2014, 2015.
+# Eloy Cuadra , 2014, 2015, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-12-03 02:53+0100\n"
-"PO-Revision-Date: 2015-12-01 14:01+0100\n"
+"PO-Revision-Date: 2020-07-02 16:43+0200\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ 

commit kglobalaccel for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kglobalaccel"

Tue Jul 14 07:52:49 2020 rev:83 rq:820364 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes
2020-06-16 13:43:00.313150722 +0200
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new.3060/kglobalaccel.changes  
2020-07-14 07:53:43.632709000 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:22 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
+- No code change since 5.71.0
+
+---

Old:

  kglobalaccel-5.71.0.tar.xz
  kglobalaccel-5.71.0.tar.xz.sig

New:

  kglobalaccel-5.72.0.tar.xz
  kglobalaccel-5.72.0.tar.xz.sig



Other differences:
--
++ kglobalaccel.spec ++
--- /var/tmp/diff_new_pack.vTNs0B/_old  2020-07-14 07:53:45.340714530 +0200
+++ /var/tmp/diff_new_pack.vTNs0B/_new  2020-07-14 07:53:45.340714530 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5GlobalAccel5
-%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:   kglobalaccel
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Global desktop keyboard shortcuts
 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


++ kglobalaccel-5.71.0.tar.xz -> kglobalaccel-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.71.0/CMakeLists.txt 
new/kglobalaccel-5.72.0/CMakeLists.txt
--- old/kglobalaccel-5.71.0/CMakeLists.txt  2020-06-07 20:27:15.0 
+0200
+++ new/kglobalaccel-5.72.0/CMakeLists.txt  2020-07-04 15:12:40.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(KGlobalAccel VERSION ${KF5_VERSION})
 
 # ECM setup
 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/kglobalaccel-5.71.0/po/az/kglobalaccel5_qt.po 
new/kglobalaccel-5.72.0/po/az/kglobalaccel5_qt.po
--- old/kglobalaccel-5.71.0/po/az/kglobalaccel5_qt.po   2020-06-07 
20:27:15.0 +0200
+++ new/kglobalaccel-5.72.0/po/az/kglobalaccel5_qt.po   2020-07-04 
15:12:40.0 +0200
@@ -5,7 +5,7 @@
 "PO-Revision-Date: 2020-04-14 18:47+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kglobalaccel-5.71.0/po/bn/kglobalaccel5_qt.po 
new/kglobalaccel-5.72.0/po/bn/kglobalaccel5_qt.po
--- old/kglobalaccel-5.71.0/po/bn/kglobalaccel5_qt.po   2020-06-07 
20:27:15.0 +0200
+++ new/kglobalaccel-5.72.0/po/bn/kglobalaccel5_qt.po   2020-07-04 
15:12:40.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/kglobalaccel-5.71.0/po/cs/kglobalaccel5_qt.po 
new/kglobalaccel-5.72.0/po/cs/kglobalaccel5_qt.po
--- old/kglobalaccel-5.71.0/po/cs/kglobalaccel5_qt.po   2020-06-07 
20:27:15.0 +0200
+++ 

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
+++ 

commit kdbusaddons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Tue Jul 14 07:52:16 2020 rev:80 rq:820353 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-06-16 
13:42:33.977054718 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.3060/kdbusaddons.changes
2020-07-14 07:53:06.340588252 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:13 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
+- No code change since 5.71.0
+
+---

Old:

  kdbusaddons-5.71.0.tar.xz
  kdbusaddons-5.71.0.tar.xz.sig

New:

  kdbusaddons-5.72.0.tar.xz
  kdbusaddons-5.72.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.SadYiZ/_old  2020-07-14 07:53:07.092590687 +0200
+++ /var/tmp/diff_new_pack.SadYiZ/_new  2020-07-14 07:53:07.092590687 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Convenience classes for QtDBus
 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
@@ -106,18 +105,19 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5DBusAddons.so.*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5DBusAddons.so.*
 
 %files tools
 %{_kf5_bindir}/kquitapp5
 
 %files devel
-%{_kf5_libdir}/libKF5DBusAddons.so
-%{_kf5_libdir}/cmake/KF5DBusAddons/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5DBusAddons/
+%{_kf5_libdir}/libKF5DBusAddons.so
 %{_kf5_mkspecsdir}/qt_KDBusAddons.pri
 
 %changelog


++ kdbusaddons-5.71.0.tar.xz -> kdbusaddons-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.71.0/CMakeLists.txt 
new/kdbusaddons-5.72.0/CMakeLists.txt
--- old/kdbusaddons-5.71.0/CMakeLists.txt   2020-06-07 20:24:56.0 
+0200
+++ new/kdbusaddons-5.72.0/CMakeLists.txt   2020-07-04 15:08:48.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KDBusAddons VERSION ${KF5_VERSION})
 
 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/kdbusaddons-5.71.0/po/sr/kdbusaddons5_qt.po 
new/kdbusaddons-5.72.0/po/sr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.71.0/po/sr/kdbusaddons5_qt.po 2020-06-07 
20:24:56.0 +0200
+++ new/kdbusaddons-5.72.0/po/sr/kdbusaddons5_qt.po 2020-07-04 
15:08:48.0 +0200
@@ -18,33 +18,33 @@
 "X-Environment: kde\n"
 "X-Qt-Contexts: true\n"
 
-#: tools/kquitapp/kquitapp.cpp:31
+#: tools/kquitapp/kquitapp.cpp:19
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
 msgstr "Једноставо напустите програм опремљен д‑бусом"
 
-#: tools/kquitapp/kquitapp.cpp:32
+#: tools/kquitapp/kquitapp.cpp:20
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
 msgstr "Пуно име сервиса, потискује дато име програма"
 
-#: tools/kquitapp/kquitapp.cpp:33
+#: tools/kquitapp/kquitapp.cpp:21
 msgctxt "main|"
 msgid "Path in the D-Bus interface to use"
 msgstr "Путања у д‑бус сучељу"
 
-#: tools/kquitapp/kquitapp.cpp:34
+#: tools/kquitapp/kquitapp.cpp:22
 msgctxt "main|"
 msgid "The name of the application to quit"
 msgstr "Име програма који се напушта"
 
-#: tools/kquitapp/kquitapp.cpp:57
+#: tools/kquitapp/kquitapp.cpp:45
 #, qt-format
 msgctxt 

commit kconfigwidgets for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2020-07-14 07:51:57

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


Package is "kconfigwidgets"

Tue Jul 14 07:51:57 2020 rev:81 rq:820349 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes
2020-06-16 13:42:05.588951233 +0200
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new.3060/kconfigwidgets.changes  
2020-07-14 07:52:50.104535680 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:10 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:
+  * Make "Switch Application Language..." text more consistent
+
+---

Old:

  kconfigwidgets-5.71.0.tar.xz
  kconfigwidgets-5.71.0.tar.xz.sig

New:

  kconfigwidgets-5.72.0.tar.xz
  kconfigwidgets-5.72.0.tar.xz.sig



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.E0jaYM/_old  2020-07-14 07:52:51.848541328 +0200
+++ /var/tmp/diff_new_pack.E0jaYM/_new  2020-07-14 07:52:51.848541328 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5ConfigWidgets5
-%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:   kconfigwidgets
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Widgets for configuration dialogs
 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


++ kconfigwidgets-5.71.0.tar.xz -> kconfigwidgets-5.72.0.tar.xz ++
 8736 lines of diff (skipped)




commit kdewebkit for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdewebkit"

Tue Jul 14 07:52:36 2020 rev:80 rq:820359 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdewebkit/kdewebkit.changes  2020-06-16 
13:42:51.509118628 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebkit.new.3060/kdewebkit.changes
2020-07-14 07:53:24.672647609 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:18 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
+- No code change since 5.71.0
+
+---

Old:

  kdewebkit-5.71.0.tar.xz
  kdewebkit-5.71.0.tar.xz.sig

New:

  kdewebkit-5.72.0.tar.xz
  kdewebkit-5.72.0.tar.xz.sig



Other differences:
--
++ kdewebkit.spec ++
--- /var/tmp/diff_new_pack.T4L0O9/_old  2020-07-14 07:53:25.344649785 +0200
+++ /var/tmp/diff_new_pack.T4L0O9/_new  2020-07-14 07:53:25.344649785 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5WebKit5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kdewebkit
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Integration of the HTML rendering engine WebKit
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kdewebkit-5.71.0.tar.xz -> kdewebkit-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.71.0/CMakeLists.txt 
new/kdewebkit-5.72.0/CMakeLists.txt
--- old/kdewebkit-5.71.0/CMakeLists.txt 2020-06-06 21:34:16.0 +0200
+++ new/kdewebkit-5.72.0/CMakeLists.txt 2020-07-04 11:49:22.0 +0200
@@ -1,11 +1,11 @@
 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(KDEWebKit VERSION ${KF5_VERSION})
 
 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)
 




commit kcalendarcore for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcalendarcore for openSUSE:Factory 
checked in at 2020-07-14 07:51:39

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


Package is "kcalendarcore"

Tue Jul 14 07:51:39 2020 rev:9 rq:820344 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcalendarcore/kcalendarcore.changes  
2020-06-16 13:41:45.104876561 +0200
+++ /work/SRC/openSUSE:Factory/.kcalendarcore.new.3060/kcalendarcore.changes
2020-07-14 07:52:39.704502006 +0200
@@ -1,0 +2,14 @@
+Sun Jul  5 07:55:06 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:
+  * Correct documentation for Recurrence::setStartDateTime()
+  * Check for write error in save() if the disk is full (kde#370708)
+  * Correct icon names for recurring to-dos
+  * Fix serialization of recurring to-do's start date (kde#345498)
+  * Add more tests for Recurrence::getNextDayTime(QDateTime)
+
+---

Old:

  kcalendarcore-5.71.0.tar.xz
  kcalendarcore-5.71.0.tar.xz.sig

New:

  kcalendarcore-5.72.0.tar.xz
  kcalendarcore-5.72.0.tar.xz.sig



Other differences:
--
++ kcalendarcore.spec ++
--- /var/tmp/diff_new_pack.V4WGxy/_old  2020-07-14 07:52:40.332504039 +0200
+++ /var/tmp/diff_new_pack.V4WGxy/_new  2020-07-14 07:52:40.336504052 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kcalendarcore
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Library to access and handle calendar data
 License:LGPL-2.0-or-later
@@ -86,13 +86,13 @@
 %postun -n libKF5CalendarCore5 -p /sbin/ldconfig
 
 %files -n libKF5CalendarCore5
-%license COPYING*
-%{_kf5_libdir}/libKF5CalendarCore.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
+%{_kf5_libdir}/libKF5CalendarCore.so.*
 
 %files devel
-%license COPYING*
+%license LICENSES/*
 %{_kf5_cmakedir}/KF5CalendarCore/
 %{_kf5_includedir}/KCalendarCore/
 %{_kf5_includedir}/kcalcore_version.h


++ kcalendarcore-5.71.0.tar.xz -> kcalendarcore-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalendarcore-5.71.0/CMakeLists.txt 
new/kcalendarcore-5.72.0/CMakeLists.txt
--- old/kcalendarcore-5.71.0/CMakeLists.txt 2020-06-06 21:33:34.0 
+0200
+++ new/kcalendarcore-5.72.0/CMakeLists.txt 2020-07-04 11:45:57.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 
 project(KCalendarCore VERSION ${KF5_VERSION})
 
 # ECM setup
 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/kcalendarcore-5.71.0/autotests/CMakeLists.txt 
new/kcalendarcore-5.72.0/autotests/CMakeLists.txt
--- old/kcalendarcore-5.71.0/autotests/CMakeLists.txt   2020-06-06 
21:33:34.0 +0200
+++ new/kcalendarcore-5.72.0/autotests/CMakeLists.txt   2020-07-04 
11:45:57.0 +0200
@@ -20,6 +20,7 @@
   testattendee
   testcalfilter
   testcustomproperties
+  testdateserialization
   testduration
   testevent
   testincidence
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalendarcore-5.71.0/autotests/testdateserialization.cpp 
new/kcalendarcore-5.72.0/autotests/testdateserialization.cpp
--- old/kcalendarcore-5.71.0/autotests/testdateserialization.cpp
1970-01-01 01:00:00.0 +0100
+++ new/kcalendarcore-5.72.0/autotests/testdateserialization.cpp
2020-07-04 11:45:57.0 +0200
@@ -0,0 +1,91 @@
+/*
+ * SPDX-FileCopyrightText: 2020 Glen Ditchfield 
+ *
+ * SPDX-License-Identifier: LGPL-3.0-or-later
+ */
+
+#include "testdateserialization.h"
+#include "icalformat.h"
+#include "memorycalendar.h"
+
+#include 
+#include 
+
+QTEST_MAIN(TestDateSerialization)
+
+using 

commit kdnssd-framework for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old)
 and  /work/SRC/openSUSE:Factory/.kdnssd-framework.new.3060 (New)


Package is "kdnssd-framework"

Tue Jul 14 07:52:40 2020 rev:79 rq:820360 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes
2020-06-16 13:42:53.305125175 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdnssd-framework.new.3060/kdnssd-framework.changes  
2020-07-14 07:53:26.112652272 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:19 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
+- No code change since 5.71.0
+
+---

Old:

  kdnssd-5.71.0.tar.xz
  kdnssd-5.71.0.tar.xz.sig

New:

  kdnssd-5.72.0.tar.xz
  kdnssd-5.72.0.tar.xz.sig



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.5z0dfs/_old  2020-07-14 07:53:29.492663216 +0200
+++ /var/tmp/diff_new_pack.5z0dfs/_new  2020-07-14 07:53:29.492663216 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DNSSD5
-%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:   kdnssd-framework
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Network service discovery using Zeroconf
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 %endif
 Source99:   baselibs.conf
 BuildRequires:  avahi-compat-mDNSResponder-devel
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -107,14 +106,14 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5DNSSD.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5DNSSD.so
-%{_kf5_libdir}/cmake/KF5DNSSD/
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5DNSSD/
+%{_kf5_libdir}/libKF5DNSSD.so
 %{_kf5_mkspecsdir}/qt_KDNSSD.pri
 
 %changelog


++ kdnssd-5.71.0.tar.xz -> kdnssd-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.71.0/CMakeLists.txt 
new/kdnssd-5.72.0/CMakeLists.txt
--- old/kdnssd-5.71.0/CMakeLists.txt2020-06-07 20:26:38.0 +0200
+++ new/kdnssd-5.72.0/CMakeLists.txt2020-07-04 15:11:29.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KDNSSD VERSION ${KF5_VERSION})
 
 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/kdnssd-5.71.0/po/az/kdnssd5_qt.po 
new/kdnssd-5.72.0/po/az/kdnssd5_qt.po
--- old/kdnssd-5.71.0/po/az/kdnssd5_qt.po   2020-06-07 20:26:38.0 
+0200
+++ new/kdnssd-5.72.0/po/az/kdnssd5_qt.po   2020-07-04 15:11:29.0 
+0200
@@ -5,7 +5,7 @@
 "PO-Revision-Date: 2020-04-14 01:05+0400\n"
 "Last-Translator: Xəyyam \n"
 "Language-Team: Azerbaijani\n"
-"Language: en_US\n"
+"Language: az\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/kdnssd-5.71.0/po/bn/kdnssd5_qt.po 
new/kdnssd-5.72.0/po/bn/kdnssd5_qt.po
--- old/kdnssd-5.71.0/po/bn/kdnssd5_qt.po   2020-06-07 20:26:38.0 
+0200
+++ new/kdnssd-5.72.0/po/bn/kdnssd5_qt.po   2020-07-04 15:11:29.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/kdnssd-5.71.0/po/cs/kdnssd5_qt.po 
new/kdnssd-5.72.0/po/cs/kdnssd5_qt.po
--- 

commit kcoreaddons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Tue Jul 14 07:52:03 2020 rev:83 rq:820351 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-06-16 
13:42:10.492969110 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3060/kcoreaddons.changes
2020-07-14 07:52:58.068561467 +0200
@@ -1,0 +2,13 @@
+Sun Jul  5 07:55:12 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:
+  * autotests: try harder making kdirwatch_unittest more robust
+  * Tweak KRandom::random deprecation notice
+  * KRandom::random -> QRandomGenerator::global()
+  * Deprecate KRandom::random
+
+---

Old:

  kcoreaddons-5.71.0.tar.xz
  kcoreaddons-5.71.0.tar.xz.sig

New:

  kcoreaddons-5.72.0.tar.xz
  kcoreaddons-5.72.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.bqyk6u/_old  2020-07-14 07:52:59.896567386 +0200
+++ /var/tmp/diff_new_pack.bqyk6u/_new  2020-07-14 07:52:59.900567399 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -110,22 +109,23 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_appsdir}/mime/packages/kde5.xml
 %{_kf5_datadir}/
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5CoreAddons.so.*
 %{_kf5_debugdir}/kcoreaddons.categories
+%{_kf5_libdir}/libKF5CoreAddons.so.*
 
 %files devel
+%license LICENSES/*
 %{_kf5_bindir}/desktoptojson
-%{_kf5_libdir}/libKF5CoreAddons.so
-%{_kf5_libdir}/cmake/KF5CoreAddons/
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5CoreAddons/
+%{_kf5_libdir}/libKF5CoreAddons.so
 %{_kf5_mkspecsdir}/qt_KCoreAddons.pri
 
 %changelog


++ kcoreaddons-5.71.0.tar.xz -> kcoreaddons-5.72.0.tar.xz ++
 4249 lines of diff (skipped)




commit kcmutils for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2020-07-14 07:51:44

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


Package is "kcmutils"

Tue Jul 14 07:51:44 2020 rev:83 rq:820345 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes2020-06-16 
13:41:48.532889057 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new.3060/kcmutils.changes  
2020-07-14 07:52:41.312507213 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:07 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:
+  * Fix changed signal for plugin selector
+
+---

Old:

  kcmutils-5.71.0.tar.xz
  kcmutils-5.71.0.tar.xz.sig

New:

  kcmutils-5.72.0.tar.xz
  kcmutils-5.72.0.tar.xz.sig



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.koOdhQ/_old  2020-07-14 07:52:42.224510166 +0200
+++ /var/tmp/diff_new_pack.koOdhQ/_new  2020-07-14 07:52:42.224510166 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KCMUtils5
-%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:   kcmutils
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Classes to work with KCModules
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kcmutils-5.71.0.tar.xz -> kcmutils-5.72.0.tar.xz ++
 3722 lines of diff (skipped)




commit kconfig for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2020-07-14 07:51:54

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


Package is "kconfig"

Tue Jul 14 07:51:54 2020 rev:84 rq:820348 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2020-06-16 
13:42:01.944937949 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new.3060/kconfig.changes
2020-07-14 07:52:47.564527456 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:09 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:
+  * Also pass locationType to KConfigSkeleton when construction from group
+  * Make "Switch Application Language..." text more consistent
+
+---

Old:

  kconfig-5.71.0.tar.xz
  kconfig-5.71.0.tar.xz.sig

New:

  kconfig-5.72.0.tar.xz
  kconfig-5.72.0.tar.xz.sig



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.TZYjA3/_old  2020-07-14 07:52:48.844531601 +0200
+++ /var/tmp/diff_new_pack.TZYjA3/_new  2020-07-14 07:52:48.848531614 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%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:   kconfig
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Advanced configuration system
 License:LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -38,7 +38,6 @@
 Source99:   baselibs.conf
 # PATCH-FEATURE-OPENSUSE
 Patch0: kconfig-desktop-translations.patch
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -155,29 +154,30 @@
 %endif
 
 %files -n libKF5ConfigCore%{sonum}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_bindir}/k*config5
-%{_kf5_libdir}/libKF5ConfigCore.so.*
 %{_kf5_debugdir}/kconfig.categories
+%{_kf5_libdir}/libKF5ConfigCore.so.*
 
 %files -n libKF5ConfigGui%{sonum}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5ConfigGui.so.*
 
 %files -n kconf_update5
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %dir %{_kf5_libexecdir}
 %{_kf5_libexecdir}/kconf_update
 
 %files devel
-%{_kf5_libexecdir}/kconfig_compiler_kf5
+%license LICENSES/*
+%{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Config/
 %{_kf5_libdir}/libKF5ConfigCore.so
 %{_kf5_libdir}/libKF5ConfigGui.so
-%{_kf5_libdir}/cmake/KF5Config/
-%{_kf5_includedir}/
+%{_kf5_libexecdir}/kconfig_compiler_kf5
 %{_kf5_mkspecsdir}/qt_KConfigCore.pri
 %{_kf5_mkspecsdir}/qt_KConfigGui.pri
 


++ kconfig-5.71.0.tar.xz -> kconfig-5.72.0.tar.xz ++
 3987 lines of diff (skipped)




commit kcrash for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Jul 14 07:52:06 2020 rev:81 rq:820352 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-06-16 
13:42:19.729002778 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.3060/kcrash.changes  2020-07-14 
07:53:04.900583588 +0200
@@ -1,0 +2,15 @@
+Sun Jul  5 07:55:12 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:
+  * Don't use execvpe
+  * Fix undefined reference to environ by a small hack
+  * Add missing declaration of environ, otherwise available only on GNU
+  * State copyright information correctly according to FLA
+  * Add license texts as required by REUSE specification
+  * Convert license statements to SPDX
+
+---

Old:

  kcrash-5.71.0.tar.xz
  kcrash-5.71.0.tar.xz.sig

New:

  kcrash-5.72.0.tar.xz
  kcrash-5.72.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.riDHV3/_old  2020-07-14 07:53:05.716586231 +0200
+++ /var/tmp/diff_new_pack.riDHV3/_new  2020-07-14 07:53:05.716586231 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kcrash
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -86,17 +85,18 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5Crash.so.*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5Crash.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Crash.so
-%{_kf5_libdir}/cmake/KF5Crash/
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Crash/
+%{_kf5_libdir}/libKF5Crash.so
 %{_kf5_mkspecsdir}/qt_KCrash.pri
 
 %changelog


++ kcrash-5.71.0.tar.xz -> kcrash-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.71.0/CMakeLists.txt 
new/kcrash-5.72.0/CMakeLists.txt
--- old/kcrash-5.71.0/CMakeLists.txt2020-06-07 11:24:34.0 +0200
+++ new/kcrash-5.72.0/CMakeLists.txt2020-07-04 11:47:40.0 +0200
@@ -1,11 +1,11 @@
 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(KCrash VERSION ${KF5_VERSION})
 
 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/kcrash-5.71.0/LICENSES/LGPL-2.0-or-later.txt 
new/kcrash-5.72.0/LICENSES/LGPL-2.0-or-later.txt
--- old/kcrash-5.71.0/LICENSES/LGPL-2.0-or-later.txt1970-01-01 
01:00:00.0 +0100
+++ new/kcrash-5.72.0/LICENSES/LGPL-2.0-or-later.txt2020-07-04 
11:47:40.0 +0200
@@ -0,0 +1,446 @@
+GNU LIBRARY GENERAL PUBLIC LICENSE
+
+Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc.
+
+51 Franklin St, 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.
+
+[This is the first released version of the library GPL. It is numbered 2 
because
+it goes with version 2 of the ordinary GPL.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public Licenses are intended to

commit kcontacts for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2020-07-14 07:51:59

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


Package is "kcontacts"

Tue Jul 14 07:51:59 2020 rev:58 rq:820350 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes  2020-06-16 
13:42:08.960963525 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.3060/kcontacts.changes
2020-07-14 07:52:52.420543180 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:11 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:
+  * Add license texts as required by REUSE specification
+  * Convert license statements to SPDX expressions
+
+---

Old:

  kcontacts-5.71.0.tar.xz
  kcontacts-5.71.0.tar.xz.sig

New:

  kcontacts-5.72.0.tar.xz
  kcontacts-5.72.0.tar.xz.sig



Other differences:
--
++ kcontacts.spec ++
--- /var/tmp/diff_new_pack.bZglEs/_old  2020-07-14 07:52:53.904547985 +0200
+++ /var/tmp/diff_new_pack.bZglEs/_new  2020-07-14 07:52:53.908547998 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%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:   kcontacts
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Frameworks based address book API
 License:LGPL-2.1-or-later
@@ -95,13 +95,13 @@
 %postun -n libKF5Contacts5 -p /sbin/ldconfig
 
 %files -n libKF5Contacts5
-%license COPYING*
-%{_kf5_libdir}/libKF5Contacts.so.*
+%license LICENSES/*
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
+%{_kf5_libdir}/libKF5Contacts.so.*
 
 %files devel
-%license COPYING*
+%license LICENSES/*
 %{_kf5_cmakedir}/KF5Contacts/
 %{_kf5_includedir}/KContacts/
 %{_kf5_includedir}/kcontacts_version.h
@@ -110,7 +110,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license COPYING*
+%license LICENSES/*
 %endif
 
 %changelog


++ kcontacts-5.71.0.tar.xz -> kcontacts-5.72.0.tar.xz ++
 45843 lines of diff (skipped)




commit kcodecs for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2020-07-14 07:51:47

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


Package is "kcodecs"

Tue Jul 14 07:51:47 2020 rev:81 rq:820346 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2020-06-16 
13:41:52.284902735 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new.3060/kcodecs.changes
2020-07-14 07:52:42.872512264 +0200
@@ -1,0 +2,14 @@
+Sun Jul  5 07:55:08 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:
+  * Minor optimisation
+  * Fix another "Using QCharRef with an index pointing outside the valid
+  * Minor optimization
+  * Fix warning about "Using QCharRef with an index pointing outside the
+  * Add some \n otherwise text can be very big in messagebox
+
+---

Old:

  kcodecs-5.71.0.tar.xz
  kcodecs-5.71.0.tar.xz.sig

New:

  kcodecs-5.72.0.tar.xz
  kcodecs-5.72.0.tar.xz.sig



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.iBe40u/_old  2020-07-14 07:52:44.380517147 +0200
+++ /var/tmp/diff_new_pack.iBe40u/_new  2020-07-14 07:52:44.380517147 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Codecs5
-%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:   kcodecs
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Method collection to manipulate strings using various encodings
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  gperf
@@ -98,15 +97,16 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5Codecs.so.*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5Codecs.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Codecs.so
-%{_kf5_libdir}/cmake/KF5Codecs/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Codecs/
+%{_kf5_libdir}/libKF5Codecs.so
 %{_kf5_mkspecsdir}/qt_KCodecs.pri
 
 %changelog


++ kcodecs-5.71.0.tar.xz -> kcodecs-5.72.0.tar.xz ++
 9557 lines of diff (skipped)




commit kauth for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-07-14 07:51:33

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


Package is "kauth"

Tue Jul 14 07:51:33 2020 rev:85 rq:820342 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-06-16 
13:41:32.732831461 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.3060/kauth.changes2020-07-14 
07:52:33.600482242 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:05 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:
+  * KAuth: Convert license headers to SPDX expressions
+
+---

Old:

  kauth-5.71.0.tar.xz
  kauth-5.71.0.tar.xz.sig

New:

  kauth-5.72.0.tar.xz
  kauth-5.72.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.W94iEG/_old  2020-07-14 07:52:34.900486450 +0200
+++ /var/tmp/diff_new_pack.W94iEG/_new  2020-07-14 07:52:34.904486464 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 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
@@ -107,27 +106,29 @@
 %endif
 
 %files -n %{lname}
-%{_kf5_libdir}/libKF5Auth.so.*
-%{_kf5_plugindir}/
+%license LICENSES/*
 %dir %{_kf5_libdir}/libexec
-%{_kf5_libdir}/libexec/kauth
 %{_kf5_dbuspolicydir}/org.kde.kf5auth.conf
 %{_kf5_debugdir}/kauth.categories
+%{_kf5_libdir}/libKF5Auth.so.*
+%{_kf5_libdir}/libexec/kauth
+%{_kf5_plugindir}/
 
 %files -n libKF5AuthCore5
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5AuthCore.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Auth.so
-%{_kf5_libdir}/libKF5AuthCore.so
-%{_kf5_libdir}/cmake/KF5Auth/
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_datadir}/kauth/
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Auth/
+%{_kf5_libdir}/libKF5Auth.so
+%{_kf5_libdir}/libKF5AuthCore.so
 %{_kf5_mkspecsdir}/qt_KAuth.pri
 %{_kf5_mkspecsdir}/qt_KAuthCore.pri
-%{_kf5_datadir}/kauth/
 
 %changelog


++ kauth-5.71.0.tar.xz -> kauth-5.72.0.tar.xz ++
 8817 lines of diff (skipped)




commit kbookmarks for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2020-07-14 07:51:35

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


Package is "kbookmarks"

Tue Jul 14 07:51:35 2020 rev:81 rq:820343 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2020-06-16 
13:41:39.908857620 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new.3060/kbookmarks.changes  
2020-07-14 07:52:37.356494404 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:05 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
+- No code change since 5.71.0
+
+---

Old:

  kbookmarks-5.71.0.tar.xz
  kbookmarks-5.71.0.tar.xz.sig

New:

  kbookmarks-5.72.0.tar.xz
  kbookmarks-5.72.0.tar.xz.sig



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.Eh8Qz3/_old  2020-07-14 07:52:38.556498289 +0200
+++ /var/tmp/diff_new_pack.Eh8Qz3/_new  2020-07-14 07:52:38.556498289 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Bookmarks5
-%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:   kbookmarks
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework for manipulating bookmarks in XBEL format
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -46,11 +45,11 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5DBus) >= 5.9.0
-Requires:   cmake(Qt5Widgets) >= 5.9.0
-Requires:   cmake(Qt5Xml) >= 5.9.0
+Requires:   cmake(Qt5DBus) >= 5.12.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
+Requires:   cmake(Qt5Xml) >= 5.12.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.9.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -72,8 +71,8 @@
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-Requires:   cmake(Qt5Widgets) >= 5.9.0
-Requires:   cmake(Qt5Xml) >= 5.9.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
+Requires:   cmake(Qt5Xml) >= 5.12.0
 
 %description devel
 Development files for kbookmarks, a framework for accessing and


++ kbookmarks-5.71.0.tar.xz -> kbookmarks-5.72.0.tar.xz ++
 1743 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2020-07-14 07:51:23

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


Package is "kactivities5"

Tue Jul 14 07:51:23 2020 rev:80 rq:820338 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-06-16 13:41:24.312800767 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.3060/kactivities5.changes  
2020-07-14 07:52:27.052461040 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:02 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
+- No code change since 5.71.0
+
+---

Old:

  kactivities-5.71.0.tar.xz
  kactivities-5.71.0.tar.xz.sig

New:

  kactivities-5.72.0.tar.xz
  kactivities-5.72.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Y0vzRa/_old  2020-07-14 07:52:27.756463320 +0200
+++ /var/tmp/diff_new_pack.Y0vzRa/_new  2020-07-14 07:52:27.760463332 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kactivities-5.71.0.tar.xz -> kactivities-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.71.0/CMakeLists.txt 
new/kactivities-5.72.0/CMakeLists.txt
--- old/kactivities-5.71.0/CMakeLists.txt   2020-06-06 21:33:20.0 
+0200
+++ new/kactivities-5.72.0/CMakeLists.txt   2020-07-04 11:44:53.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-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 (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities-stats for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kactivities-stats for 
openSUSE:Factory checked in at 2020-07-14 07:51:26

Comparing /work/SRC/openSUSE:Factory/kactivities-stats (Old)
 and  /work/SRC/openSUSE:Factory/.kactivities-stats.new.3060 (New)


Package is "kactivities-stats"

Tue Jul 14 07:51:26 2020 rev:52 rq:820339 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities-stats/kactivities-stats.changes  
2020-06-16 13:41:29.600820043 +0200
+++ 
/work/SRC/openSUSE:Factory/.kactivities-stats.new.3060/kactivities-stats.changes
2020-07-14 07:52:29.164467878 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:02 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
+- No code change since 5.71.0
+
+---

Old:

  kactivities-stats-5.71.0.tar.xz
  kactivities-stats-5.71.0.tar.xz.sig

New:

  kactivities-stats-5.72.0.tar.xz
  kactivities-stats-5.72.0.tar.xz.sig



Other differences:
--
++ kactivities-stats.spec ++
--- /var/tmp/diff_new_pack.sd1F11/_old  2020-07-14 07:52:29.948470417 +0200
+++ /var/tmp/diff_new_pack.sd1F11/_new  2020-07-14 07:52:29.948470417 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5ActivitiesStats1
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities-stats
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Plasma Activities support
 License:LGPL-2.0-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -45,9 +44,9 @@
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Activities) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Sql) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Sql) >= 5.12.0
 
 %description
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -64,7 +63,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.12.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.


++ kactivities-stats-5.71.0.tar.xz -> kactivities-stats-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.71.0/CMakeLists.txt 
new/kactivities-stats-5.72.0/CMakeLists.txt
--- old/kactivities-stats-5.71.0/CMakeLists.txt 2020-06-06 21:33:22.0 
+0200
+++ new/kactivities-stats-5.72.0/CMakeLists.txt 2020-07-04 11:45:06.0 
+0200
@@ -2,8 +2,8 @@
 
 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 (KActivitiesStats VERSION ${KF5_VERSION})
 
 set (REQUIRED_QT_VERSION 5.12.0)
@@ -20,7 +20,7 @@
 
 # Extra CMake stuff
 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)
 




commit kcompletion for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-07-14 07:51:51

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


Package is "kcompletion"

Tue Jul 14 07:51:51 2020 rev:82 rq:820347 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-06-16 
13:42:00.628933152 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.3060/kcompletion.changes
2020-07-14 07:52:45.748521576 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:09 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:
+  * Add license files according to REUSE specification
+  * Convert license statements to SPDX expressions
+
+---

Old:

  kcompletion-5.71.0.tar.xz
  kcompletion-5.71.0.tar.xz.sig

New:

  kcompletion-5.72.0.tar.xz
  kcompletion-5.72.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.eAIt1a/_old  2020-07-14 07:52:46.892525280 +0200
+++ /var/tmp/diff_new_pack.eAIt1a/_new  2020-07-14 07:52:46.892525280 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%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:   kcompletion
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Widgets with advanced completion support
 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
@@ -100,18 +99,19 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5Completion.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Completion.so
-%{_kf5_libdir}/cmake/KF5Completion/
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
 %dir %{_kf5_plugindir}/designer
-%{_kf5_plugindir}/designer/kcompletion5widgets.so
-%{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Completion/
+%{_kf5_libdir}/libKF5Completion.so
 %{_kf5_mkspecsdir}/qt_KCompletion.pri
+%{_kf5_plugindir}/designer/kcompletion5widgets.so
 
 %changelog


++ kcompletion-5.71.0.tar.xz -> kcompletion-5.72.0.tar.xz ++
 10945 lines of diff (skipped)




commit extra-cmake-modules for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-07-14 07:51:15

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3060 (New)


Package is "extra-cmake-modules"

Tue Jul 14 07:51:15 2020 rev:79 rq:820336 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-06-16 13:41:03.220731075 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3060/extra-cmake-modules.changes
2020-07-14 07:52:21.168441988 +0200
@@ -1,0 +2,16 @@
+Sun Jul  5 07:55:00 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:
+  * Fix Sphinx warning about cmake code block
+  * Remove support for png2ico
+  * Fix the ECM doc generation
+  * Fix markdown list from not being a list
+  * Deal with Qt's CMake code modifying CMAKE_SHARED_LIBRARY_SUFFIX
+  * Add FindTaglib find module
+  * extra-cmake-modules: Convert to SPDX license statements
+
+---

Old:

  extra-cmake-modules-5.71.0.tar.xz
  extra-cmake-modules-5.71.0.tar.xz.sig

New:

  extra-cmake-modules-5.72.0.tar.xz
  extra-cmake-modules-5.72.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.kBvRwB/_old  2020-07-14 07:52:21.752443879 +0200
+++ /var/tmp/diff_new_pack.kBvRwB/_new  2020-07-14 07:52:21.752443879 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%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)
@@ -29,7 +29,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   extra-cmake-modules
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.71.0.tar.xz -> extra-cmake-modules-5.72.0.tar.xz 
++
 3428 lines of diff (skipped)





commit breeze5-icons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package breeze5-icons for openSUSE:Factory 
checked in at 2020-07-14 07:51:13

Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old)
 and  /work/SRC/openSUSE:Factory/.breeze5-icons.new.3060 (New)


Package is "breeze5-icons"

Tue Jul 14 07:51:13 2020 rev:58 rq:820335 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes  
2020-06-16 13:39:41.820480466 +0200
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new.3060/breeze5-icons.changes
2020-07-14 07:51:16.272231857 +0200
@@ -1,0 +2,17 @@
+Sun Jul  5 07:54:59 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:
+  * Fixed three 16px icons for application-x-... to be more pixel-perfet 
(kde#423727)
+  * Add support for >200% scale for icons which should stay monochrome
+  * Cut out center of window-close-symbolic
+  * Fix cervisia icon
+  * cervisia app and action icon update
+  * Add README section about the webfont
+  * Use grunt-webfonts instead of grunt-webfont and disable generation for 
symbolic linked icons.
+  * add kup icon from kup repo
+
+---

Old:

  breeze-icons-5.71.0.tar.xz
  breeze-icons-5.71.0.tar.xz.sig

New:

  breeze-icons-5.72.0.tar.xz
  breeze-icons-5.72.0.tar.xz.sig



Other differences:
--
++ breeze5-icons.spec ++
--- /var/tmp/diff_new_pack.aoOwaa/_old  2020-07-14 07:51:16.888233853 +0200
+++ /var/tmp/diff_new_pack.aoOwaa/_new  2020-07-14 07:51:16.888233853 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%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)
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   breeze5-icons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Breeze icon theme
 License:LGPL-3.0-only
@@ -37,7 +37,6 @@
 %endif
 # PATCH-FIX-OPENSUSE oxygen.diff -- inherit from oxygen
 Patch0: oxygen.diff
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++ breeze-icons-5.71.0.tar.xz -> breeze-icons-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.71.0/CMakeLists.txt 
new/breeze-icons-5.72.0/CMakeLists.txt
--- old/breeze-icons-5.71.0/CMakeLists.txt  2020-06-06 21:33:14.0 
+0200
+++ new/breeze-icons-5.72.0/CMakeLists.txt  2020-07-04 11:44:25.0 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(BreezeIcons VERSION ${KF5_VERSION})
 
 # Disallow in-source build
@@ -10,7 +10,7 @@
 
 # ECM setup
 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/breeze-icons-5.71.0/README.md 
new/breeze-icons-5.72.0/README.md
--- old/breeze-icons-5.71.0/README.md   2020-06-06 21:33:14.0 +0200
+++ new/breeze-icons-5.72.0/README.md   2020-07-04 11:44:25.0 +0200
@@ -8,6 +8,14 @@
 
 The Breeze icons guidelines are described at 
[hig.kde.org](https://hig.kde.org).
 
+### Web Usage 
+
+Breeze Icons can be used as a webfont from here: 
[https://cdn.kde.org/breeze-icons/icons.html](https://cdn.kde.org/breeze-icons/icons.html).
+
+```html
+
+```
+
 ## Issues
 
 To report a bug or request new icons, use the [KDE 
Bugtracker](https://bugs.kde.org/enter_bug.cgi?product=Breeze=Icons).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.71.0/icons/actions/16x@3x 
new/breeze-icons-5.72.0/icons/actions/16x@3x
--- old/breeze-icons-5.71.0/icons/actions/16x@3x1970-01-01 
01:00:00.0 +0100
+++ new/breeze-icons-5.72.0/icons/actions/16x@3x2020-07-14 
07:52:10.260406668 +0200
@@ -0,0 +1 @@
+symbolic link to 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/breeze-icons-5.71.0/icons/actions/22/vcs-commit-cvs-cervisia.svg 

commit frameworkintegration for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2020-07-14 07:51:17

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


Package is "frameworkintegration"

Tue Jul 14 07:51:17 2020 rev:85 rq:820337 version:5.72.0

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2020-06-16 13:41:13.900763955 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new.3060/frameworkintegration.changes
  2020-07-14 07:52:25.336455484 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:01 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
+- No code change since 5.71.0
+
+---

Old:

  frameworkintegration-5.71.0.tar.xz
  frameworkintegration-5.71.0.tar.xz.sig

New:

  frameworkintegration-5.72.0.tar.xz
  frameworkintegration-5.72.0.tar.xz.sig



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.2b8iBg/_old  2020-07-14 07:52:25.988457595 +0200
+++ /var/tmp/diff_new_pack.2b8iBg/_new  2020-07-14 07:52:25.988457595 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Style5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   frameworkintegration
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:LGPL-2.1-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ frameworkintegration-5.71.0.tar.xz -> frameworkintegration-5.72.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.71.0/CMakeLists.txt 
new/frameworkintegration-5.72.0/CMakeLists.txt
--- old/frameworkintegration-5.71.0/CMakeLists.txt  2020-06-06 
21:33:18.0 +0200
+++ new/frameworkintegration-5.72.0/CMakeLists.txt  2020-07-04 
11:44:42.0 +0200
@@ -1,11 +1,11 @@
 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(FrameworkIntegration VERSION ${KF5_VERSION})
 
 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)
 





  1   2   3   >