commit 000update-repos for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-04-29 21:09:56

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.2738 (New)


Package is "000update-repos"

Wed Apr 29 21:09:56 2020 rev:1034 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20200427.packages.xz



Other differences:
--















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-04-29 21:10:08

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.2738 (New)


Package is "000update-repos"

Wed Apr 29 21:10:08 2020 rev:1035 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory:non-oss_2219.1.packages.xz



Other differences:
--
















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit python-nilearn for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-nilearn for openSUSE:Factory 
checked in at 2020-04-29 20:53:40

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


Package is "python-nilearn"

Wed Apr 29 20:53:40 2020 rev:4 rq:798921 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-nilearn/python-nilearn.changes
2020-01-31 23:57:55.655671391 +0100
+++ /work/SRC/openSUSE:Factory/.python-nilearn.new.2738/python-nilearn.changes  
2020-04-29 20:54:48.353330960 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 12:53:13 UTC 2020 - Tomáš Chvátal 
+
+- Use xdist to speedup the tests to take less than 30 mins
+
+---

Old:

  nilearn-0.6.1.tar.gz

New:

  nilearn-0.6.2.tar.gz



Other differences:
--
++ python-nilearn.spec ++
--- /var/tmp/diff_new_pack.APbcTp/_old  2020-04-29 20:54:49.093332655 +0200
+++ /var/tmp/diff_new_pack.APbcTp/_new  2020-04-29 20:54:49.097332664 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-nilearn
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:Statistical learning tool for neuroimaging
 License:BSD-3-Clause
@@ -29,22 +29,23 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-joblib >= 0.11
+Requires:   python-matplotlib >= 2.0
+Requires:   python-nibabel >= 2.0.2
+Requires:   python-numpy >= 0.11
+Requires:   python-scikit-learn >= 0.19
+Requires:   python-scipy >= 0.19
+BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module joblib}
+BuildRequires:  %{python_module joblib >= 0.11}
 BuildRequires:  %{python_module matplotlib >= 2.0}
 BuildRequires:  %{python_module nibabel >= 2.0.2}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module numpy >= 0.11}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scikit-learn >= 0.19}
 BuildRequires:  %{python_module scipy >= 0.19}
 # /SECTION
-Requires:   python-joblib
-Requires:   python-matplotlib >= 2.0
-Requires:   python-nibabel >= 2.0.2
-Requires:   python-scikit-learn >= 0.19
-Requires:   python-scipy >= 0.19
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -63,7 +64,9 @@
 
 %check
 # Disable tests that require a network connection
-%pytest -v -k 'not test_fetch_ and not test_get_batch and not 
test_scroll_server_results and not test_simple_download and not 
test_fill_html_template and not test_temp_file_removing and not 
test_view_img_on_surf and not test_view_surf and not 
test_resample_img_segmentation_fault'
+# Disable tests requiring to be executed without xdist (serialization issue): 
test_tikhonov_regularization_vs_graph_net or test_connectivity_measure_outputs 
or test_canica_square_img or test_with_globbing_patterns_with_single_subject or 
test_dict_learning
+# Disable tests failing with new numpy (conversions to float fail): 
test_plot_surf_stat_map test_plot_surf_roi
+%pytest -n auto -k 'not (test_fetch_ or test_get_batch or 
test_scroll_server_results or test_simple_download or test_fill_html_template 
or test_temp_file_removing or test_view_img_on_surf or test_view_surf or 
test_resample_img_segmentation_fault or 
test_tikhonov_regularization_vs_graph_net or test_connectivity_measure_outputs 
or test_canica_square_img or test_with_globbing_patterns_with_single_subject or 
test_dict_learning or test_plot_surf_stat_map or test_plot_surf_roi)'
 
 %files %{python_files}
 %doc AUTHORS.rst README.rst

++ nilearn-0.6.1.tar.gz -> nilearn-0.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nilearn-0.6.1/PKG-INFO new/nilearn-0.6.2/PKG-INFO
--- old/nilearn-0.6.1/PKG-INFO  2020-01-22 13:52:21.0 +0100
+++ new/nilearn-0.6.2/PKG-INFO  2020-02-25 12:03:00.0 +0100
@@ -1,13 +1,13 @@
 Metadata-Version: 1.2
 Name: nilearn
-Version: 0.6.1
+Version: 0.6.2
 Summary: Statistical learning for neuroimaging in Python
 Home-page: http://nilearn.github.io
 Maintainer: Gael Varoquaux
 Maintainer-email: gael.varoqu...@normalesup.org
 License: new BSD
 Download-URL: http://nilearn.github.io
-Description: .. -*- mode: rst -*-
+Description:   .. -*- mode: rst -*-
 
 .. image:: https://travis-ci.org/nilearn/nilearn.svg?branch=master
:target: https://travis-ci.org/nilearn/nilearn
@@ -76,7 +76,7 @@
 ===
 
 Detailed instruction

commit python-WSME for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-WSME for openSUSE:Factory 
checked in at 2020-04-29 20:53:01

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


Package is "python-WSME"

Wed Apr 29 20:53:01 2020 rev:17 rq:798867 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-WSME/python-WSME.changes  2019-10-16 
09:14:25.73558 +0200
+++ /work/SRC/openSUSE:Factory/.python-WSME.new.2738/python-WSME.changes
2020-04-29 20:54:38.729308914 +0200
@@ -1,0 +2,31 @@
+Wed Apr 29 10:42:53 UTC 2020 - Dirk Mueller 
+
+- update to 0.10.0:
+  * Remove use of '\_\_import\_\_'
+  * Fix misc README issues
+  * sphinxext: Fix Sphinx 3.0 compatibility
+  * tox: Remove pecan-devNN tox targets, centralize deps
+  * Rework documentation build
+  * Allow fault code customization
+  * Undo rename of 'wsme.rest.json', 'wsme.rest.xml' modules
+  * trivial: Reformat setup.cfg
+  * WebOb: Do not use the deprecated best\_match method
+  * Remove simplejson support
+  * Remove support for SPORE protcol
+  * Remove support for SQLAlchemy protocol
+  * Remove support for SOAP protocol
+  * Remove support for Ext Direct protocol
+  * Remove cornice integration
+  * Remove turbogears integration
+  * Remove tox templating
+  * gitignore: Ignore '.eggs' directory
+  * Mark tests as passing again
+  * OpenDev Migration Patch
+  * Fix overindentation
+  * Update the tox.ini template and regenerate tox.ini
+  * Move CI jobs in-tree, add Python 3.6 and 3.7
+  * Get WSME tests working again
+  * Python 3 compatibility: fix xrange/range issues
+  * Removed older version of python added 3.5
+
+---

Old:

  WSME-0.9.3.tar.gz

New:

  WSME-0.10.0.tar.gz



Other differences:
--
++ python-WSME.spec ++
--- /var/tmp/diff_new_pack.4cE7po/_old  2020-04-29 20:54:39.413310481 +0200
+++ /var/tmp/diff_new_pack.4cE7po/_new  2020-04-29 20:54:39.425310508 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WSME
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-WSME
-Version:0.9.3
+Version:0.10.0
 Release:0
 Summary:Web Services Made Easy
 License:MIT

++ WSME-0.9.3.tar.gz -> WSME-0.10.0.tar.gz ++
 10817 lines of diff (skipped)




commit python-python-vlc for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-python-vlc for 
openSUSE:Factory checked in at 2020-04-29 20:53:45

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


Package is "python-python-vlc"

Wed Apr 29 20:53:45 2020 rev:7 rq:798932 version:3.0.9113

Changes:

--- /work/SRC/openSUSE:Factory/python-python-vlc/python-python-vlc.changes  
2019-08-05 10:42:18.219292471 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-vlc.new.2738/python-python-vlc.changes
2020-04-29 20:54:49.521333636 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 13:34:40 UTC 2020 - Luigi Baldoni 
+
+- Update to version 3.0.9113 (no changelog supplied)
+
+---

Old:

  python-vlc-3.0.7110.tar.gz

New:

  python-vlc-3.0.9113.tar.gz



Other differences:
--
++ python-python-vlc.spec ++
--- /var/tmp/diff_new_pack.zdXX2A/_old  2020-04-29 20:54:50.173335129 +0200
+++ /var/tmp/diff_new_pack.zdXX2A/_new  2020-04-29 20:54:50.177335139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-vlc
 #
-# 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
@@ -16,9 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-vlc
-Version:3.0.7110
+Version:3.0.9113
 Release:0
 Summary:VLC bindings for python
 License:LGPL-2.0-or-later
@@ -42,8 +41,7 @@
 (see http://wiki.videolan.org/LibVLC) of the VLC video player.
 
 %prep
-%setup -q -n python-vlc-%{version}
-%patch0 -p1
+%autosetup -p1 -n python-vlc-%{version}
 sed -i -e '1{\,^#! %{_bindir}/python,d}' vlc.py
 
 %build

++ python-vlc-3.0.7110.tar.gz -> python-vlc-3.0.9113.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.7110/PKG-INFO 
new/python-vlc-3.0.9113/PKG-INFO
--- old/python-vlc-3.0.7110/PKG-INFO2019-08-03 20:19:10.0 +0200
+++ new/python-vlc-3.0.9113/PKG-INFO2020-04-29 13:16:27.890426000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-vlc
-Version: 3.0.7110
+Version: 3.0.9113
 Summary: VLC bindings for python.
 Home-page: http://wiki.videolan.org/PythonBinding
 Author: Olivier Aubert
@@ -14,7 +14,7 @@
   player. Note that it relies on an already present install of VLC.
 
   It has been automatically generated from the include files of
-  vlc 3.0.7, using generator 1.10.
+  vlc 3.0.9, using generator 1.13.
   
 Keywords: vlc,video
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.7110/examples/cocoavlc.py 
new/python-vlc-3.0.9113/examples/cocoavlc.py
--- old/python-vlc-3.0.7110/examples/cocoavlc.py2019-02-24 
16:16:27.0 +0100
+++ new/python-vlc-3.0.9113/examples/cocoavlc.py2019-11-01 
00:25:50.0 +0100
@@ -67,14 +67,14 @@
 from urllib.parse import unquote as mrl_unquote  # Python 3+
 
 __all__  = ('AppVLC',)
-__version__ = '19.01.31'
+__version__ = '19.08.26'
 
 _Adjust  = vlc.VideoAdjustOption  # Enum
 # 
 _Adjust3 = {_Adjust.Brightness: (0, 1, 2),
 _Adjust.Contrast:   (0, 1, 2),
 _Adjust.Gamma:   (0.01, 1, 10),
-_Adjust.Hue:(0, 0, 360),
+_Adjust.Hue: (-180, 0, 180),
 _Adjust.Saturation: (0, 1, 3)}
 _Argv0   = os.path.splitext(os.path.basename(__file__))[0]
 _macOS   = platform.mac_ver()[0:3:2]  # PYCHOK false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-vlc-3.0.7110/examples/glsurface.py 
new/python-vlc-3.0.9113/examples/glsurface.py
--- old/python-vlc-3.0.7110/examples/glsurface.py   1970-01-01 
01:00:00.0 +0100
+++ new/python-vlc-3.0.9113/examples/glsurface.py   2020-03-03 
16:36:14.0 +0100
@@ -0,0 +1,145 @@
+#! /usr/bin/env python3
+
+#
+# GlSurface example code for VLC Python bindings
+# Copyright (C) 2020 Daniël van Adrichem 
+
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied war

commit librealsense for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package librealsense for openSUSE:Factory 
checked in at 2020-04-29 20:53:05

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


Package is "librealsense"

Wed Apr 29 20:53:05 2020 rev:3 rq:798860 version:2.33.1+git20200305.ge0b160f01

Changes:

--- /work/SRC/openSUSE:Factory/librealsense/librealsense.changes
2020-03-11 18:55:50.763688287 +0100
+++ /work/SRC/openSUSE:Factory/.librealsense.new.2738/librealsense.changes  
2020-04-29 20:54:40.145312157 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 10:08:35 UTC 2020 - Guillaume GARDET 
+
+- Fix build on %arm and aarch64:
+  * 0001-Fix-aarch64-arm-detection.patch
+
+---

New:

  0001-Fix-aarch64-arm-detection.patch



Other differences:
--
++ librealsense.spec ++
--- /var/tmp/diff_new_pack.Dh19zu/_old  2020-04-29 20:54:41.829316015 +0200
+++ /var/tmp/diff_new_pack.Dh19zu/_new  2020-04-29 20:54:41.829316015 +0200
@@ -17,7 +17,6 @@
 
 
 %define libver 2
-
 Name:   librealsense
 Version:2.33.1+git20200305.ge0b160f01
 Release:0
@@ -27,6 +26,8 @@
 URL:https://github.com/IntelRealSense/librealsense
 Source: %{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM - https://github.com/IntelRealSense/librealsense/pull/6321
+Patch1: 0001-Fix-aarch64-arm-detection.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel

++ 0001-Fix-aarch64-arm-detection.patch ++
>From 6a61d5a946c84d37266a08bbfd90e34849e13517 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet 
Date: Wed, 29 Apr 2020 12:03:44 +0200
Subject: [PATCH] Fix aarch64/arm detection

---
guillaume: updated to match current version in openSUSE

 CMake/unix_config.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMake/unix_config.cmake b/CMake/unix_config.cmake
index 0de80e38a..7e794cc7d 100644
--- a/CMake/unix_config.cmake
+++ b/CMake/unix_config.cmake
@@ -7,10 +7,10 @@ macro(os_set_flags)
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-multichar 
-Wsequence-point -Wformat -Wformat-security")
 
 execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpmachine OUTPUT_VARIABLE 
MACHINE)
-if(${MACHINE} MATCHES "arm-linux-gnueabihf")
+if(${MACHINE} MATCHES "arm-*")
 set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS}   -mfpu=neon -mfloat-abi=hard 
-ftree-vectorize -latomic")
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mfpu=neon -mfloat-abi=hard 
-ftree-vectorize -latomic")
-elseif(${MACHINE} MATCHES "aarch64-linux-gnu")
+elseif(${MACHINE} MATCHES "aarch64-*")
 set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS}   -mstrict-align 
-ftree-vectorize")
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mstrict-align 
-ftree-vectorize")
 elseif(${MACHINE} MATCHES "powerpc64(le)?-linux-gnu")
@@ -21,7 +21,7 @@ macro(os_set_flags)
 set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS}   -mssse3")
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mssse3")
 set(LRS_TRY_USE_AVX true)
-endif(${MACHINE} MATCHES "arm-linux-gnueabihf")
+endif(${MACHINE} MATCHES "arm-*")
 
 if(BUILD_WITH_OPENMP)
 find_package(OpenMP REQUIRED)
-- 
2.26.1




commit python-dephell-versioning for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-dephell-versioning for 
openSUSE:Factory checked in at 2020-04-29 20:53:14

Comparing /work/SRC/openSUSE:Factory/python-dephell-versioning (Old)
 and  /work/SRC/openSUSE:Factory/.python-dephell-versioning.new.2738 (New)


Package is "python-dephell-versioning"

Wed Apr 29 20:53:14 2020 rev:3 rq:798902 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dephell-versioning/python-dephell-versioning.changes
  2019-09-26 20:42:15.714377708 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-versioning.new.2738/python-dephell-versioning.changes
2020-04-29 20:54:42.997318690 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 12:19:40 UTC 2020 - Tomáš Chvátal 
+
+- Remove conflicting pregenerated __pycache__
+
+---



Other differences:
--
++ python-dephell-versioning.spec ++
--- /var/tmp/diff_new_pack.kCoFpf/_old  2020-04-29 20:54:43.765320449 +0200
+++ /var/tmp/diff_new_pack.kCoFpf/_new  2020-04-29 20:54:43.769320458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dephell-versioning
 #
-# 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
@@ -42,6 +42,7 @@
 
 %prep
 %setup -q -n dephell_versioning-%{version}
+rm -r tests/__pycache__
 
 %build
 %python_build




commit ioquake3 for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ioquake3 for openSUSE:Factory 
checked in at 2020-04-29 20:53:24

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


Package is "ioquake3"

Wed Apr 29 20:53:24 2020 rev:3 rq:798903 version:1.36+git.20200211

Changes:

--- /work/SRC/openSUSE:Factory/ioquake3/ioquake3.changes2020-04-13 
12:54:00.184666842 +0200
+++ /work/SRC/openSUSE:Factory/.ioquake3.new.2738/ioquake3.changes  
2020-04-29 20:54:45.24040 +0200
@@ -1,0 +2,7 @@
+Wed Apr 29 12:05:45 UTC 2020 - Guillaume GARDET 
+
+- Handle architectures which have no VM (aarch64, ...)
+- Fix build on armv7
+- Exclude armv6
+
+---



Other differences:
--
++ ioquake3.spec ++
--- /var/tmp/diff_new_pack.UviuPC/_old  2020-04-29 20:54:46.117325837 +0200
+++ /var/tmp/diff_new_pack.UviuPC/_new  2020-04-29 20:54:46.117325837 +0200
@@ -17,14 +17,13 @@
 
 
 %define _lto_cflags %{nil}
-
+# Some arch have no VM (aarch64, ...)
+%define arch_with_vm  %ix86 x86_64 ppc ppc64 armv7l armv7hl
 %bcond_with installer
 %bcond_with installeronly
-
 %if %{with installeronly}
 %define _with_installer 1
 %endif
-
 Name:   ioquake3
 # don't forget to change the version in the win32 spec file as well!
 Version:1.36+git.20200211
@@ -39,6 +38,7 @@
 BuildRequires:  openal-soft-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(sdl2)
+ExcludeArch:armv6l armv6hl
 %if 0%{?mandriva_version}
 BuildRequires:  mesagl-devel
 BuildRequires:  mesaglu-devel
@@ -89,6 +89,9 @@
 cat > dobuild <<'EOF'
 #!/bin/sh
 %make_build \
+%ifarch armv7l armv7hl
+COMPILE_ARCH=armv7l \
+%endif
VERSION=%{version} \
RELEASE=%{release} \
OPTIMIZE="%{optflags} -O3 -ffast-math -fno-strict-aliasing" \
@@ -117,9 +120,17 @@
 esac
 q3dir=%{buildroot}%{_prefix}/lib/ioquake3
 install -d -m 755 $q3dir
+%ifarch %arch_with_vm
 install -d -m 755 $q3dir/baseq3/vm
+%else
+install -d -m 755 $q3dir/baseq3
+%endif
 install -d -m 755 $q3dir/demoq3
+%ifarch %arch_with_vm
 install -d -m 755 $q3dir/missionpack/vm
+%else
+install -d -m 755 $q3dir/missionpack
+%endif
 pushd build/release-linux-$arch/
 install -m 755 ioquake3.$arch $q3dir/
 #install -m 755 linuxquake3-smp $q3dir/ioquake3-smp.$arch
@@ -127,12 +138,16 @@
 install -m 644 renderer_opengl1_$arch.so $q3dir/
 install -m 644 renderer_opengl2_$arch.so $q3dir/
 install -m 644 baseq3/*.so $q3dir/baseq3
+%ifarch %arch_with_vm
 install -m 644 baseq3/vm/*.qvm $q3dir/baseq3/vm
+%endif
 pushd $q3dir/demoq3
 ln -s ../baseq3/*.so .
 popd
 install -m 644 missionpack/*.so $q3dir/missionpack
+%ifarch %arch_with_vm
 install -m 644 missionpack/vm/*.qvm $q3dir/missionpack/vm
+%endif
 popd
 #
 # icons and start scripts
@@ -152,8 +167,10 @@
 done
 #
 # devel tools
+%ifarch %arch_with_vm
 install -d -m 755 %{buildroot}%{_bindir}
 install -m 755 build/release-linux-$arch/tools/q3{lcc,cpp,rcc,asm} 
%{buildroot}%{_bindir}
+%endif
 %endif # installeronly
 #
 # installer
@@ -177,7 +194,9 @@
 
 %files devel
 %doc code/tools/lcc/COPYRIGHT
+%ifarch %arch_with_vm
 %{_bindir}/q3*
+%endif
 
 %endif # installeronly
 




commit shepherd for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package shepherd for openSUSE:Factory 
checked in at 2020-04-29 20:52:28

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


Package is "shepherd"

Wed Apr 29 20:52:28 2020 rev:6 rq:798876 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/shepherd/shepherd.changes2020-02-18 
10:39:23.124819636 +0100
+++ /work/SRC/openSUSE:Factory/.shepherd.new.2738/shepherd.changes  
2020-04-29 20:54:27.137282361 +0200
@@ -1,0 +2,18 @@
+Wed Apr 22 10:49:38 UTC 2020 - Jonathan Brielmaier 
+
+- Update to 0.8.0:
+  Changes since 0.7.0:
+  * Kill the whole process group when the PID file doesn’t show up
+  * ‘make-kill-destructor’ kills the process group
+  * New ‘default-pid-file-timeout’ SRFI-39 parameter
+  * New #:file-creation-mask parameter for ‘make-forkexec-constructor’
+  * ‘make-forkexec-constructor’ creates log files as #o640
+  * Improve documentation and examples
+  * Ensure man pages are up to date
+  * Fix compilation on systems without ‘prctl’ such as GNU/Hurd
+  * Remove kludge that would send SIGALRM every second
+  * Address “error in finalization thread” warning
+  * ‘make-forkexec-constructor’ no longer supports old calling convention 
+- Adapt rpmlintrc to Guile 3.0 and remove no longer needed rule
+
+---

Old:

  shepherd-0.7.0.tar.gz
  shepherd-0.7.0.tar.gz.sig

New:

  shepherd-0.8.0.tar.gz
  shepherd-0.8.0.tar.gz.sig



Other differences:
--
++ shepherd.spec ++
--- /var/tmp/diff_new_pack.wOoUN3/_old  2020-04-29 20:54:27.905284120 +0200
+++ /var/tmp/diff_new_pack.wOoUN3/_new  2020-04-29 20:54:27.905284120 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shepherd
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:Init and service manager
 License:GPL-3.0-or-later

++ shepherd-0.7.0.tar.gz -> shepherd-0.8.0.tar.gz ++
 7708 lines of diff (skipped)

++ shepherd-rpmlintrc ++
--- /var/tmp/diff_new_pack.wOoUN3/_old  2020-04-29 20:54:28.069284495 +0200
+++ /var/tmp/diff_new_pack.wOoUN3/_new  2020-04-29 20:54:28.069284495 +0200
@@ -1,3 +1,2 @@
 # Guiles .go files are special
-addFilter("W: missing-PT_GNU_STACK-section 
/usr/lib64/guile/2.[02]/site-ccache/shepherd*")
-addFilter("W: shared-lib-without-dependency-information 
/usr/lib64/guile/2.[02]/site-ccache/shepherd*")
+addFilter("W: shared-lib-without-dependency-information 
/usr/lib64/guile/*.*/site-ccache/shepherd*")




commit python-vdirsyncer for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-vdirsyncer for 
openSUSE:Factory checked in at 2020-04-29 20:53:30

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


Package is "python-vdirsyncer"

Wed Apr 29 20:53:30 2020 rev:9 rq:798912 version:0.16.7

Changes:

--- /work/SRC/openSUSE:Factory/python-vdirsyncer/python-vdirsyncer.changes  
2020-02-04 19:54:35.549364966 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-vdirsyncer.new.2738/python-vdirsyncer.changes
2020-04-29 20:54:46.26332 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 12:51:49 UTC 2020 - Tomáš Chvátal 
+
+- Skip failing test due to changed quoting in click:
+  * test_verbosity
+
+---



Other differences:
--
++ python-vdirsyncer.spec ++
--- /var/tmp/diff_new_pack.BjEbLg/_old  2020-04-29 20:54:46.885327597 +0200
+++ /var/tmp/diff_new_pack.BjEbLg/_new  2020-04-29 20:54:46.889327607 +0200
@@ -92,7 +92,8 @@
 
 %check
 export DETERMINISTIC_TESTS=true
-%pytest -k 'not test_legacy_status and not test_open_graphical_browser'
+# test_verbosity - click changed syntax and returns different quotes
+%pytest -k 'not test_legacy_status and not test_open_graphical_browser and not 
test_verbosity'
 
 %files %{python_files}
 %doc README.rst




commit perl-Text-Aligner for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-Text-Aligner for 
openSUSE:Factory checked in at 2020-04-29 20:52:46

Comparing /work/SRC/openSUSE:Factory/perl-Text-Aligner (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Aligner.new.2738 (New)


Package is "perl-Text-Aligner"

Wed Apr 29 20:52:46 2020 rev:3 rq:798890 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Aligner/perl-Text-Aligner.changes  
2016-05-25 21:27:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Aligner.new.2738/perl-Text-Aligner.changes
2020-04-29 20:54:33.505296947 +0200
@@ -1,0 +2,15 @@
+Wed Apr 29 03:20:32 UTC 2020 - Tina Müller 
+
+updated to 0.15
+   see /usr/share/doc/packages/perl-Text-Aligner/Changes
+
+  0.15  2020-04-28
+- POD documentation cleanups - avoid using PodWeaver.
+  - Thanks to "[Tux]"
+- The License is ISC.
+  
+  0.14  2020-04-28
+- Port dist.ini to @SHLOMIF, thus avoiding author tests in t/*.t.
+  
+
+---

Old:

  Text-Aligner-0.13.tar.gz

New:

  Text-Aligner-0.15.tar.gz



Other differences:
--
++ perl-Text-Aligner.spec ++
--- /var/tmp/diff_new_pack.WrKail/_old  2020-04-29 20:54:34.101298313 +0200
+++ /var/tmp/diff_new_pack.WrKail/_new  2020-04-29 20:54:34.105298322 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Aligner
 #
-# Copyright (c) 2016 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
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Text-Aligner
-Version:0.13
+Version:0.15
 Release:0
 %define cpan_name Text-Aligner
-Summary:Module to Align Text
-License:MIT
+Summary:Module to align text
+License:SUSE-Public-Domain
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Text-Aligner/
-Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Term::ANSIColor) >= 2.02
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(Term::ANSIColor) >= 2.02
 %{perl_requires}
 
@@ -59,7 +60,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -71,6 +72,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Text-Aligner-0.13.tar.gz -> Text-Aligner-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/Build.PL 
new/Text-Aligner-0.15/Build.PL
--- old/Text-Aligner-0.13/Build.PL  2016-04-17 11:41:21.0 +0200
+++ new/Text-Aligner-0.15/Build.PL  2020-04-28 15:51:49.0 +0200
@@ -1,10 +1,10 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.014.
 use strict;
 use warnings;
 
 use Module::Build 0.28;
-use lib qw{inc}; use Test::Run::Builder;
+
 
 my %module_build_args = (
   "build_requires" => {
@@ -19,8 +19,8 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Text-Aligner",
-  "dist_version" => "0.13",
-  "license" => "mit",
+  "dist_version" => "0.15",
+  "license" => "open_source",
   "module_name" => "Text::Aligner",
   "recursive_test_files" => 1,
   "requires" => {
@@ -33,11 +33,9 @@
   },
   "test_requires" => {
 "File::Spec" => 0,
-"File::Temp" => 0,
 "IO::Handle" => 0,
 "IPC::Open3" => 0,
-"Test::More" => 0,
-"blib" => "1.01",
+"Test::More" => "0.88",
 "constant" => 0
   }
 );
@@ -45,12 +43,10 @@
 
 my %fallback_build_requires = (
   "File::Spec" => 0,
-  "File::Temp" => 0,
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
   "Module::Build" => "0.28",
-  "Test::More" => 0,
-  "blib" => "1.01",
+  "Test::More" => "0.88",
   "c

commit rasdaemon for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package rasdaemon for openSUSE:Factory 
checked in at 2020-04-29 20:53:11

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


Package is "rasdaemon"

Wed Apr 29 20:53:11 2020 rev:12 rq:798879 version:0.6.5+git20200205.3dca35f

Changes:

--- /work/SRC/openSUSE:Factory/rasdaemon/rasdaemon.changes  2020-02-13 
10:11:38.972344636 +0100
+++ /work/SRC/openSUSE:Factory/.rasdaemon.new.2738/rasdaemon.changes
2020-04-29 20:54:42.081316592 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 10:44:25 UTC 2020 - Thomas Renninger 
+
+- Let squlite create devlink_event and other tables via configure option
+  bsc#1170016, bsc#1170014
+
+---



Other differences:
--
++ rasdaemon.spec ++
--- /var/tmp/diff_new_pack.3hIJBA/_old  2020-04-29 20:54:42.745318113 +0200
+++ /var/tmp/diff_new_pack.3hIJBA/_new  2020-04-29 20:54:42.749318122 +0200
@@ -59,7 +59,9 @@
   --enable-abrt-report \
   --enable-arm \
   --enable-non-standard \
-  --enable-hisi-ns-decode
+  --enable-hisi-ns-decode \
+  --enable-devlink \
+  --enable-diskerror
 make %{?_smp_mflags} V=1
 
 %install




commit python-pyScss for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-pyScss for openSUSE:Factory 
checked in at 2020-04-29 20:52:57

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


Package is "python-pyScss"

Wed Apr 29 20:52:57 2020 rev:3 rq:798863 version:1.3.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyScss/python-pyScss.changes  
2020-03-24 22:37:19.453234678 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyScss.new.2738/python-pyScss.changes
2020-04-29 20:54:37.909307035 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 10:35:17 UTC 2020 - Dirk Mueller 
+
+- update to 1.3.7:
+  * fix setup.py compatibility with newer setuptools
+
+---

Old:

  pyScss-1.3.6.tar.gz

New:

  pyScss-1.3.7.tar.gz



Other differences:
--
++ python-pyScss.spec ++
--- /var/tmp/diff_new_pack.kHDXBB/_old  2020-04-29 20:54:38.469308318 +0200
+++ /var/tmp/diff_new_pack.kHDXBB/_new  2020-04-29 20:54:38.469308318 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyScss
-Version:1.3.6
+Version:1.3.7
 Release:0
 Summary:pyScss, a Scss compiler for Python
 License:MIT

++ pyScss-1.3.6.tar.gz -> pyScss-1.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/PKG-INFO new/pyScss-1.3.7/PKG-INFO
--- old/pyScss-1.3.6/PKG-INFO   2020-03-21 19:34:27.0 +0100
+++ new/pyScss-1.3.7/PKG-INFO   2020-03-26 16:10:30.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyScss
-Version: 1.3.6
+Version: 1.3.7
 Summary: pyScss, a Scss compiler for Python
 Home-page: http://github.com/Kronuz/pyScss
 Author: German M. Bravo (Kronuz)
 Author-email: german...@gmail.com
 License: MIT
-Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.6
+Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.7
 Description: pyScss, a Scss compiler for Python
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/pyScss.egg-info/PKG-INFO 
new/pyScss-1.3.7/pyScss.egg-info/PKG-INFO
--- old/pyScss-1.3.6/pyScss.egg-info/PKG-INFO   2020-03-21 19:34:27.0 
+0100
+++ new/pyScss-1.3.7/pyScss.egg-info/PKG-INFO   2020-03-26 16:10:30.0 
+0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: pyScss
-Version: 1.3.6
+Version: 1.3.7
 Summary: pyScss, a Scss compiler for Python
 Home-page: http://github.com/Kronuz/pyScss
 Author: German M. Bravo (Kronuz)
 Author-email: german...@gmail.com
 License: MIT
-Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.6
+Download-URL: http://github.com/Kronuz/pyScss/tarball/v1.3.7
 Description: pyScss, a Scss compiler for Python
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/scss/scss_meta.py 
new/pyScss-1.3.7/scss/scss_meta.py
--- old/pyScss-1.3.6/scss/scss_meta.py  2020-03-21 19:33:40.0 +0100
+++ new/pyScss-1.3.7/scss/scss_meta.py  2020-03-26 15:56:25.0 +0100
@@ -3,7 +3,7 @@
 pyScss, a Scss compiler for Python
 
 @author German M. Bravo (Kronuz) 
-@version1.2.0 alpha
+@version1.3.7
 @seehttps://github.com/Kronuz/pyScss
 @copyright  (c) 2012-2013 German M. Bravo (Kronuz)
 @licenseMIT License
@@ -46,8 +46,8 @@
 
 import sys
 
-VERSION_INFO = (1, 3, 6)
-DATE_INFO = (2020, 3, 21)  # YEAR, MONTH, DAY
+VERSION_INFO = (1, 3, 7)
+DATE_INFO = (2020, 3, 26)  # YEAR, MONTH, DAY
 VERSION = '.'.join(str(i) for i in VERSION_INFO)
 REVISION = '%04d%02d%02d' % DATE_INFO
 BUILD_INFO = "pyScss v" + VERSION + " (" + REVISION + ")"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyScss-1.3.6/setup.py new/pyScss-1.3.7/setup.py
--- old/pyScss-1.3.6/setup.py   2020-03-20 13:39:16.0 +0100
+++ new/pyScss-1.3.7/setup.py   2020-03-26 15:50:29.0 +0100
@@ -35,9 +35,6 @@
 ),
 ]
 
-extra_opts = {}
-extra_opts['ext_modules'] = ext_modules
-
 ext_errors = (CCompilerError, DistutilsExecError, DistutilsPlatformError)
 if sys.platform == 'win32' and sys.version_info > (2, 6):
 # 2.6's distutils.msvc9compiler can raise an IOError when failing to
@@ -83,6 +80,11 @@
 
 
 def run_setup(with_binary):
+if with_binary:
+extra_opts = {}
+extra_opts['ext_modules'] = ext_modules
+else:
+extra_opts = {}
 setup(
 name=PROJECT,
 version=VERSION,




commit perl-CPAN-Perl-Releases for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2020-04-29 20:52:42

Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.2738 (New)


Package is "perl-CPAN-Perl-Releases"

Wed Apr 29 20:52:42 2020 rev:92 rq:79 version:5.20200428

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2020-03-25 23:46:49.912062989 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.2738/perl-CPAN-Perl-Releases.changes
2020-04-29 20:54:32.389294391 +0200
@@ -1,0 +2,7 @@
+Wed Apr 29 03:08:43 UTC 2020 - Tina Müller 
+
+updated to 5.20200428
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+
+---

Old:

  CPAN-Perl-Releases-5.20200320.tar.gz

New:

  CPAN-Perl-Releases-5.20200428.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.4q5BYv/_old  2020-04-29 20:54:33.181296205 +0200
+++ /var/tmp/diff_new_pack.4q5BYv/_new  2020-04-29 20:54:33.181296205 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Perl-Releases
 #
-# Copyright (c) 2020 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,13 +17,13 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:5.20200320
+Version:5.20200428
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch

++ CPAN-Perl-Releases-5.20200320.tar.gz -> 
CPAN-Perl-Releases-5.20200428.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20200320/Changes 
new/CPAN-Perl-Releases-5.20200428/Changes
--- old/CPAN-Perl-Releases-5.20200320/Changes   2020-03-20 21:24:54.0 
+0100
+++ new/CPAN-Perl-Releases-5.20200428/Changes   2020-04-28 21:58:20.0 
+0200
@@ -1,8 +1,18 @@
 ==
-Changes from 2015-03-22 00:00:00 + to present.
+Changes from 2015-04-30 00:00:00 + to present.
 ==
 
 ---
+version 5.20200428 at 2020-04-28 19:50:05 +
+---
+
+  Change: 4c89eebf6005da763c312719b4e24f2a4821759f
+  Author: Chris 'BinGOs' Williams 
+  Date : 2020-04-28 20:50:05 +
+
+Updated for v5.31.11 
+
+---
 version 5.20200320 at 2020-03-20 20:24:11 +
 ---
 
@@ -1132,16 +1142,6 @@
 
 Updated for v5.22.0-RC1 
 
--
-version 2.14 at 2015-04-20 23:28:46 +
--
-
-  Change: 7c8ea8963835983a9902538a9bd47fb2058fc7d4
-  Author: Chris 'BinGOs' Williams 
-  Date : 2015-04-21 00:28:46 +
-
-Updated for v5.21.11 
-
 ==
-Plus 105 releases after 2015-03-22 00:00:00 +.
+Plus 106 releases after 2015-04-30 00:00:00 +.
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20200320/META.json 
new/CPAN-Perl-Releases-5.20200428/META.json
--- old/CPAN-Perl-Releases-5.20200320/META.json 2020-03-20 21:24:54.0 
+0100
+++ new/CPAN-Perl-Releases-5.20200428/META.json 2020-04-28 21:58:20.0 
+0200
@@ -54,7 +54,7 @@
  "web" : "https://github.com/bingos/cpan-perl-releases";
   }
},
-   "version" : "5.20200320",
+   "version" : "5.20200428",
"x_generated_by_perl" : "v5.30.2",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20200320/META.yml 
new/CPAN-Perl-Releases-5.20200428/META.yml
--- old/CPAN-Perl-Releases-5.20200320/META.yml  2020-03-20 21:24:54.0 
+0100
+++ n

commit tdiff for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package tdiff for openSUSE:Factory checked 
in at 2020-04-29 20:52:18

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


Package is "tdiff"

Wed Apr 29 20:52:18 2020 rev:3 rq:798795 version:0.8.5

Changes:

--- /work/SRC/openSUSE:Factory/tdiff/tdiff.changes  2020-03-11 
18:51:01.467558935 +0100
+++ /work/SRC/openSUSE:Factory/.tdiff.new.2738/tdiff.changes2020-04-29 
20:54:20.989268278 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 20:51:32 UTC 2020 - Martin Hauke 
+
+- Disable tests for now since the testsuite randomly fails
+  see: https://github.com/F-i-f/tdiff/issues/2
+
+---



Other differences:
--
++ tdiff.spec ++
--- /var/tmp/diff_new_pack.mdkviH/_old  2020-04-29 20:54:22.069270751 +0200
+++ /var/tmp/diff_new_pack.mdkviH/_new  2020-04-29 20:54:22.069270751 +0200
@@ -69,8 +69,9 @@
 rm -Rf %{buildroot}%{_datadir}/doc/tdiff/
 
 %check
-# running checks in parallel is broken
-make %{?_smp_mflags} check
+# Tests randomly fail - disable for now
+# see: https://github.com/F-i-f/tdiff/issues/2
+#make %%{?_smp_mflags} check
 
 %files
 %license COPYING




commit knot for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2020-04-29 20:53:51

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


Package is "knot"

Wed Apr 29 20:53:51 2020 rev:33 rq:798442 version:1.6.8

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2019-12-30 
12:35:25.731823769 +0100
+++ /work/SRC/openSUSE:Factory/.knot.new.2738/knot.changes  2020-04-29 
20:54:50.461335789 +0200
@@ -1,0 +2,5 @@
+Tue Apr 21 03:59:16 UTC 2020 - Steve Kowalik 
+
+- BuildRequire Sphinx with Python 3 due to Python 2 removal.
+
+---



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.cNrzSc/_old  2020-04-29 20:54:51.241337575 +0200
+++ /var/tmp/diff_new_pack.cNrzSc/_new  2020-04-29 20:54:51.245337584 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package knot
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -66,7 +66,7 @@
 %endif
 %if 0%{?suse_version} > 1140 && ( 0%{?suse_version} != 1315 || ( 
0%{?suse_version} == 1315 && 0%{?is_opensuse} ))
 BuildRequires:  makeinfo
-BuildRequires:  python-Sphinx
+BuildRequires:  python3-Sphinx
 %endif
 %if %{with dnstap}
 BuildRequires:  libfstrm-devel




commit rr for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package rr for openSUSE:Factory checked in 
at 2020-04-29 20:53:18

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


Package is "rr"

Wed Apr 29 20:53:18 2020 rev:2 rq:798908 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rr/rr.changes2019-12-18 14:48:16.845937584 
+0100
+++ /work/SRC/openSUSE:Factory/.rr.new.2738/rr.changes  2020-04-29 
20:54:44.109321236 +0200
@@ -1,0 +2,15 @@
+Wed Dec 18 11:56:00 UTC 2019 - Michael Vetter 
+
+- Update to 5.3.0:
+  * This is primarily a maintenance release.
+There are many bug fixes, improvements to system call coverage,
+   and incremental performance improvements.
+  * The rr sources, rr buildid and rr traceinfo commands have been
+added to make it easier for external tools to work with rr
+   traces. rr ls has been added to improve management of traces.
+- Remove:
+  * rr-5.2.0-cpp14.patch
+  * rr-5.2.0-python3.patch
+  * rr-5.2.0-remove-ucontext.patch
+
+---

Old:

  5.2.0.tar.gz
  rr-5.2.0-cpp14.patch
  rr-5.2.0-python3.patch
  rr-5.2.0-remove-ucontext.patch

New:

  5.3.0.tar.gz



Other differences:
--
++ rr.spec ++
--- /var/tmp/diff_new_pack.cFsmz0/_old  2020-04-29 20:54:44.829322886 +0200
+++ /var/tmp/diff_new_pack.cFsmz0/_new  2020-04-29 20:54:44.833322895 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rr
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,13 @@
 
 
 Name:   rr
-Version:5.2.0
+Version:5.3.0
 Release:0
 Summary:Records nondeterministic executions and debugs them 
deterministically
 License:MIT
 Group:  Development/Languages/C and C++
 URL:https://rr-project.org/
 Source: https://github.com/mozilla/%{name}/archive/%{version}.tar.gz
-# https://github.com/mozilla/rr/issues/2391
-Patch0: rr-5.2.0-remove-ucontext.patch
-# https://github.com/mozilla/rr/issues/2269
-Patch1: rr-5.2.0-cpp14.patch
-# https://github.com/mozilla/rr/issues/2390
-Patch2: rr-5.2.0-python3.patch
 BuildRequires:  capnproto
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -52,13 +46,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 # Fix incorrect path to bash
 sed -i "s|%{_bindir}/bash|/bin/bash|g" ./scripts/signal-rr-recording.sh
+sed -i "s|#!.*/usr/bin/env.*|#!%{_bindir}/python3|" 
scripts/rr-collect-symbols.py
 CXXFLAGS=-std=c++14 %cmake \
   -DBUILD_TESTS=OFF
 CXXFLAGS=-std=c++14 %make_jobs
@@ -69,16 +61,15 @@
 %files
 %license LICENSE
 %doc README.md
-%dir %{_prefix}/lib/rr
 %dir %{_datadir}/rr
+%dir %{_libdir}/rr
 %{_bindir}/rr
 %{_bindir}/rr_exec_stub*
-%{_bindir}/rr_page_32
-%{_bindir}/rr_page_32_replay
-%{_bindir}/rr_page_64
-%{_bindir}/rr_page_64_replay
+%{_bindir}/rr_page_*
 %{_bindir}/signal-rr-recording.sh
-%{_prefix}/lib/rr/librrpreload*.so
 %{_datadir}/rr/*
+%{_libdir}/rr/librrpreload*.so
+%{_datadir}/bash-completion/completions/rr
+%{_bindir}/rr-collect-symbols.py
 
 %changelog

++ 5.2.0.tar.gz -> 5.3.0.tar.gz ++
 26415 lines of diff (skipped)




commit perl-Devel-Declare for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2020-04-29 20:52:48

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Declare (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Declare.new.2738 (New)


Package is "perl-Devel-Declare"

Wed Apr 29 20:52:48 2020 rev:13 rq:798894 version:0.006022

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2017-04-07 14:21:08.263629245 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new.2738/perl-Devel-Declare.changes
  2020-04-29 20:54:34.517299265 +0200
@@ -1,0 +2,15 @@
+Mon Apr 27 03:07:39 UTC 2020 -  
+
+- updated to 0.006022
+   see /usr/share/doc/packages/perl-Devel-Declare/Changes
+
+  0.006022 - 2020-04-26
+- release 0.006_021 as stable
+  
+  0.006_021 - 2019-12-22
+- use ppport.h for compatibility with earlier perls
+  
+  0.006_020 - 2019-11-25
+- update to work with Perl 5.31.7 (Karl Williamson, github PR#1)
+
+---

Old:

  Devel-Declare-0.006019.tar.gz

New:

  Devel-Declare-0.006022.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.bRjqvQ/_old  2020-04-29 20:54:35.241300924 +0200
+++ /var/tmp/diff_new_pack.bRjqvQ/_new  2020-04-29 20:54:35.245300933 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Devel-Declare
-Version:0.006019
+Version:0.006022
 Release:0
 %define cpan_name Devel-Declare
-Summary:Adding keywords to perl, in perl
-License:Artistic-1.0 or GPL-1.0+
+Summary:(DEPRECATED) Adding keywords to perl, in perl
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Devel-Declare/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,11 +50,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -64,5 +64,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++ Devel-Declare-0.006019.tar.gz -> Devel-Declare-0.006022.tar.gz ++
 11506 lines of diff (skipped)




commit perl-Devel-PatchPerl for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-Devel-PatchPerl for 
openSUSE:Factory checked in at 2020-04-29 20:52:38

Comparing /work/SRC/openSUSE:Factory/perl-Devel-PatchPerl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new.2738 (New)


Package is "perl-Devel-PatchPerl"

Wed Apr 29 20:52:38 2020 rev:33 rq:798887 version:1.92

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-PatchPerl/perl-Devel-PatchPerl.changes
2020-03-16 10:18:19.791587029 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new.2738/perl-Devel-PatchPerl.changes
  2020-04-29 20:54:31.097291431 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 03:10:24 UTC 2020 -  
+
+- updated to 1.92
+   see /usr/share/doc/packages/perl-Devel-PatchPerl/Changes
+
+---

Old:

  Devel-PatchPerl-1.90.tar.gz

New:

  Devel-PatchPerl-1.92.tar.gz



Other differences:
--
++ perl-Devel-PatchPerl.spec ++
--- /var/tmp/diff_new_pack.fKHbxR/_old  2020-04-29 20:54:32.033293576 +0200
+++ /var/tmp/diff_new_pack.fKHbxR/_new  2020-04-29 20:54:32.037293585 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-PatchPerl
-Version:1.90
+Version:1.92
 Release:0
 %define cpan_name Devel-PatchPerl
 Summary:Patch perl source a la Devel::PPPort's buildperl.pl

++ Devel-PatchPerl-1.90.tar.gz -> Devel-PatchPerl-1.92.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.90/Changes 
new/Devel-PatchPerl-1.92/Changes
--- old/Devel-PatchPerl-1.90/Changes2020-03-11 16:14:06.0 +0100
+++ new/Devel-PatchPerl-1.92/Changes2020-04-27 12:29:50.0 +0200
@@ -1,8 +1,25 @@
 ==
-Changes from 2015-03-13 00:00:00 + to present.
+Changes from 2015-04-29 00:00:00 + to present.
 ==
 
 -
+version 1.92 at 2020-04-27 10:25:28 +
+-
+
+  Change: fc4fd9ed11ccce6c653010df796d7ccc5c0a8bb9
+  Author: Chris 'BinGOs' Williams 
+  Date : 2020-04-27 11:25:28 +
+
+Release engineering for 1.92
+
+- Added
+https://github.com/perl/perl5/commit/e9c9cf57594854df9f5802f7f149be47
+38212e96
+
+to resolve issues building threaded/quadmath perls below v5.28.0 on
+recent Ubunutu 20.04 
+
+-
 version 1.90 at 2020-03-11 15:12:17 +
 -
 
@@ -520,62 +537,6 @@
 
 Added Errno GCC5 patches as far back as v5.6.0 
 
--
-version 1.34 at 2015-04-25 15:23:56 +
--
-
-  Change: 89bb0b402fb68d598d7f0499e18540fb4a1dae0f
-  Author: Chris 'BinGOs' Williams 
-  Date : 2015-04-25 16:23:56 +
-
-Release engineering for 1.34 
-
-  Change: 5677b4c71e15af57d8fb359fda214f12abff88ba
-  Author: Chris Williams 
-  Date : 2015-04-17 17:19:35 +
-
-Merge pull request #19 from wolfsage/topic/various-fixes
-
-Topic/various fixes 
-
-  Change: 7e270ee6d6e9fe5b65a8794fc8884bcfa405e0b0
-  Author: Matthew Horsfall (alh) 
-  Date : 2015-04-17 07:10:05 +
-
-Specific patch for 5.005 
-
-  Change: 97f4c4059de179e581a695ec7aa41a078cb4
-  Author: Matthew Horsfall (alh) 
-  Date : 2015-04-17 06:58:28 +
-
-Specific patches for 5.005_02 and 5.005_01 
-
-  Change: 91defd96b9246858f1f386e42f35aa5eea1b5c53
-  Author: Matthew Horsfall (alh) 
-  Date : 2015-04-17 06:14:25 +
-
-Allow building of 5.005_0[34] on linux. 
-
-  Change: d81295c3de45538390e9a6573e371382a2d65026
-  Author: Matthew Horsfall (alh) 
-  Date : 2015-04-17 06:10:44 +
-
-Updated hints files, necessary to build older Perls 
-
--
-version 1.32 at 2015-03-30 15:52:27 +
--
-
-  Change: 20838d9989acda6d0ed987ab6daa9b740aaaecf4
-  Author: Chris 'BinGOs' Williams 
-  Date : 2015-03-30 16:52:27 +
-
-Favour gpatch over patch
-
-This should work better on older versions of Solaris
-
-Updated the included hints to latest from blead 
-
 =
-Plus 65 releases after 2015-03-13 00:00:00 +.
+Plus 67 releases after 2015-04-29 00:00:00 +.
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-1.90/META.json 
new/Devel-PatchPerl-1.92/META.json
--- old/Devel-PatchPerl-1.90/META.json  2020-03-11 16:14:06.0 +0100
+++ new/Devel-PatchPerl-1.92/ME

commit gnu_parallel for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2020-04-29 20:52:24

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


Package is "gnu_parallel"

Wed Apr 29 20:52:24 2020 rev:55 rq:798814 version:20200422

Changes:

--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes
2020-03-23 12:53:22.208062275 +0100
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new.2738/gnu_parallel.changes  
2020-04-29 20:54:23.153273235 +0200
@@ -1,0 +2,7 @@
+Tue Apr 28 21:29:53 UTC 2020 - Jan Engelhardt 
+
+- Update to release 20200422
+  * parsort makes GNU sort run faster for files with more
+than 1M lines.
+
+---

Old:

  parallel-20200322.tar.bz2
  parallel-20200322.tar.bz2.sig

New:

  parallel-20200422.tar.bz2
  parallel-20200422.tar.bz2.sig



Other differences:
--
++ gnu_parallel.spec ++
--- /var/tmp/diff_new_pack.utYepY/_old  2020-04-29 20:54:24.781276964 +0200
+++ /var/tmp/diff_new_pack.utYepY/_new  2020-04-29 20:54:24.785276973 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnu_parallel
-Version:20200322
+Version:20200422
 Release:0
 Summary:Shell tool for executing jobs in parallel
 License:GPL-3.0-or-later
@@ -70,9 +70,7 @@
 %license COPYING
 %_bindir/env_parallel*
 %_bindir/niceload
-%_bindir/parallel
-%_bindir/parcat
-%_bindir/parset
+%_bindir/par*
 %_bindir/sem
 %_bindir/sql
 %_mandir/man1/*.1*

++ parallel-20200322.tar.bz2 -> parallel-20200422.tar.bz2 ++
 3187 lines of diff (skipped)

++ parallel-20200322.tar.bz2.sig -> parallel-20200422.tar.bz2.sig ++
--- /work/SRC/openSUSE:Factory/gnu_parallel/parallel-20200322.tar.bz2.sig   
2020-03-23 12:53:22.308062338 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnu_parallel.new.2738/parallel-20200422.tar.bz2.sig 
2020-04-29 20:54:23.757274618 +0200
@@ -2,7 +2,7 @@
 
 # To check the signature run:
 #   echo | gpg
-#   gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20200322.tar.bz2.sig
+#   gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20200422.tar.bz2.sig
 
 echo | gpg 2>/dev/null
 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
@@ -10,32 +10,32 @@
 
 -BEGIN PGP SIGNATURE-
 
-iQUHBAABCgAdFiEEzaAaQgjE90UGEH570atFFoiIiIgFAl52dgsACgkQ0atFFoiI
-iIhiLSaeNdDScW9TjJZPjlP+mkmmjExahxoV3M27ZkOYCiixDA3Wos57+kogwxmv
-KQmtt8KSaTHRTLUUmp2/9GOidasxH8X9ZgrwS/U5T8Hz2rua5bNceHUXLPTjW4oE
-wWEfErcOetMGA1P+H1OsgYKMS3b0FsvFfos9058DS6J3d6o1JOpB7z82yWkLx4Vn
-IUJZaDbUbKsdtjcLqEz9RK5Zp5nmzYHyt1F0RxNjMLp7L5m5kwI94MnaDf9gOl8i
-XiE77lCN5uSUMNOsBMWsNLhOqvQSQEzSKXNWT2SGYHNqlC8MEakG0wfBOU/9Ye1D
-zLrcRe8kevRtAcael5KGR3Jhaaxtl/66VGrbiu8a5ayWGAzJZViQg4g9YHIncE/O
-d1EIELlQRsfx+GlUOYxEHqdoXOX8T69uIUCnOh1voo5EJ7+vhocwmi3X9dxA/+ys
-oN8bym6BPAMgsGXN7msaVIJTYKJPK681Fl3rng0TDkG16IOdoqg24KXnRNhVqg7f
-lH4VWFFh+e+BIeY2uGfDCMJOIPiwOrdatW+gihL+oI+G8PjHs0no806uOoy15kq9
-YQaR8BG4tD2GFNPOjW/I2BsnTWGBpskmcP4BE3jUCPvJy/0rekFEaOY4CojST03P
-yDXXR06Iq8Kl2bUQfl6dUU5sbLE/E7EkZKGSg/yrnbsE+N4jXXmjiTw+ACQlgGeQ
-hieEmr6zhFi4krogXaSU6gVYqTHUttiHomtPdo9hcp0jCt+NxeyAPcVTxA1Osvkg
-rgLu9v40cZA5+XpwgmFvGOVJ94LKc2l1SjEJEdspYXtEMt/EWavztVWO0/bkS+Cb
-ihqH5MI+gz1WIRXeStgsGMoKeHm+vj3zn9kBo04HQ3R28im0jFFV7NAqIy75xzwp
-ruQb1aJrhfElTWjG3Tri60Ig038tnJ37+3H+t+SArhtsTxSwy1Nc8scYq4oq4DSo
-8P7Vevo8XwbRtCtTnxwZIW19DO9imtx/2Gh2cjPyAefcwtnWnaw/dni+f3h9bmHK
-w93MypnXIquIY1TOZYcSaf2Vstip8hQhJpfVLdKBwTkdmvwjT1zx0j0MK6O5mUZ9
-9QCy9q74x2zbwrOzYM++RvU1KwNJvpBbKyAkUFq0uV5ElTTlDVog37iKlQ0vdEyU
-A5Z4tRj/cvcKpDXPUKKnHjIJ893vXZbDyoNvbiE4pYbszFMYB84vcZYGSn0xlVJt
-R+IL2w5Ib4af3suED0dtiTUP3XDQwbCUfzsNYKsAXK4a/4tfdC4zvV6h/a78tKE8
-KvzHU5KHqWBj/doedarfVkCidm/6upU9bA6JVyRFAY4ByIkZO3utDUFQN+BUEcyT
-YHASmRt2lBXQ987mRSNKZ+ikGWdNsKutHtfhIglI1Z3stnjGGr6yP2x/XZYyGRGx
-bteZDkOzeFhpztlsSptHwu0aQBk+Fe0Re7yNNXTH3j+eAbo5EOVg6cvOqmWVL2M6
-xRtOJDr+jK9yH1F/e0lWPwcZ72es68kx6S854/qg+0RwzzlIApHpTHrzJvn+D0NY
-tEQFs/GM4X06eAi881V8AAyggXVdTRCH9uOq6L6HeDq1wuSWPu+S4FZGs8HRPHw7
-TlRdtA9Fdb9jE+XLMBmowADhgptXgIrRpiOPgD0SLjrlUmjMCWoaj3UA
-=pBPd
+iQUHBAABCgAdFiEEzaAaQgjE90UGEH570atFFoiIiIgFAl6gf08ACgkQ0atFFoiI
+iIi5IyagvEofMZqaLBno5MQZ/pvvy7WxPvzrDLNobh+E04QcJMgBawBgGzOzE36a
+8XZqAnm+Lxp0jWcMEqvTQgES7xKMN9AlJyNQztMPwEehPuXDQ6fKv4Jp0b/As5nU
+JKGav3+ve55g+0SW6g6ROpsKXzGC5YhwCpAOXts2eddwpkKqvXrXqNIL3ko+oFje
+mF7TAx+dlBSYXeu6nm/gOuZryfLqeZD9tMhG2e1xI1FAkI9Ot4bcxRBwWJ8ZBGaF
+zFZi9ED8tHjCr1R+J/TqYWZxLcsoWPaL7tjNBvH43BB7yhxq0l43WuCWyEHOemeN
+YGn9rnftK6UISV5U6Ko2yDcOYtUlfA4PC+bj5sa19ZQ69pGqyzJN+1PMhoEiC0t6
+QuxlPVreLQBUs+BREWyx2uMIkw7wBN1N2PQnzuIsB6LcNFmbextd1aUfJ9S7SiX0
+FZurfX

commit slade for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package slade for openSUSE:Factory checked 
in at 2020-04-29 20:53:35

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


Package is "slade"

Wed Apr 29 20:53:35 2020 rev:9 rq:798915 version:3.1.11

Changes:

--- /work/SRC/openSUSE:Factory/slade/slade.changes  2020-04-22 
20:51:02.615163325 +0200
+++ /work/SRC/openSUSE:Factory/.slade.new.2738/slade.changes2020-04-29 
20:54:47.093328073 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 12:45:36 UTC 2020 - Guillaume GARDET 
+
+- Refresh disable_sse.patch
+
+---



Other differences:
--
++ slade.spec ++
--- /var/tmp/diff_new_pack.DsM25d/_old  2020-04-29 20:54:48.161330520 +0200
+++ /var/tmp/diff_new_pack.DsM25d/_new  2020-04-29 20:54:48.161330520 +0200
@@ -33,6 +33,7 @@
 BuildRequires:  cmake >= 3.1
 BuildRequires:  freeimage-devel
 BuildRequires:  gcc-c++ >= 6
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  zip
@@ -54,7 +55,7 @@
 from/to other generic formats such as PNG.
 
 %prep
-%setup -qn SLADE-%version
+%setup -q -n SLADE-%version
 %patch -P 1 -P 2 -p1
 %ifnarch %ix86 x86_64
 %patch10 -p0
@@ -69,7 +70,7 @@
 %if 0%{?suse_version} > 1320
 strip-nondeterminism build/slade.pk3
 %endif
-b="%buildroot"
+b=%{buildroot}
 install -Dm755 build/slade "$b/%_bindir/slade"
 install -Dm644 build/slade.pk3 "$b/%_datadir/slade3/slade.pk3"
 

++ disable_sse.patch ++
--- /var/tmp/diff_new_pack.DsM25d/_old  2020-04-29 20:54:48.185330575 +0200
+++ /var/tmp/diff_new_pack.DsM25d/_new  2020-04-29 20:54:48.185330575 +0200
@@ -1,12 +1,12 @@
 src/CMakeLists.txt.orig2018-04-18 16:11:00.227988702 +0200
-+++ src/CMakeLists.txt 2018-04-18 16:11:14.228041424 +0200
-@@ -97,9 +97,6 @@ if(APPLE)
+--- src/CMakeLists.txt.orig2020-04-29 12:44:22.087112317 +
 src/CMakeLists.txt 2020-04-29 12:44:38.886604020 +
+@@ -159,9 +159,6 @@ if(APPLE)
set_source_files_properties(${OSX_ICON} PROPERTIES 
MACOSX_PACKAGE_LOCATION Resources)
  endif(APPLE)
  
 -# enable SSE instructions for dumb library
 -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_USE_SSE -msse")
 -
- add_executable(slade WIN32 MACOSX_BUNDLE
-   External/lzma/C/LzmaDec.c
-   External/mus2mid/mus2mid.cpp
+ # External libraries are compiled separately to enable unity builds
+ add_subdirectory(External)
+ 




commit perl-File-LibMagic for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-File-LibMagic for 
openSUSE:Factory checked in at 2020-04-29 20:52:51

Comparing /work/SRC/openSUSE:Factory/perl-File-LibMagic (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-LibMagic.new.2738 (New)


Package is "perl-File-LibMagic"

Wed Apr 29 20:52:51 2020 rev:3 rq:798895 version:1.22

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-LibMagic/perl-File-LibMagic.changes
2017-11-15 16:54:12.379933752 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-LibMagic.new.2738/perl-File-LibMagic.changes
  2020-04-29 20:54:35.577301693 +0200
@@ -1,0 +2,56 @@
+Mon Apr 27 03:09:04 UTC 2020 -  
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-File-LibMagic/Changes
+
+  1.22 2020-04-26
+  
+  - This is a stable release with the same changes as 1.21. See the change logs
+for 1.17 and 1.21 for details of what's new.
+  
+  
+  1.21 2020-04-04 (TRIAL RELEASE)
+  
+  - Add two class methods that provide introspection on the available limit
+processing parameters, max_param_constant() and
+limit_key_is_supported(). Based on a PR from Paul Wise. GH #24.
+  
+  
+  1.20 2020-03-28 (TRIAL RELEASE)
+  
+  - Fix one last test that assumed a limit parameter was available. Reported by
+Slaven Rezić. GH #22.
+  
+  
+  1.19 2020-03-28 (TRIAL RELEASE)
+  
+  - Fix tests that still mistakenly assumed that all limit parameter constants
+should be exported by File::LibMagic. Reported by Slaven Rezić. GH #22.
+  
+  
+  1.18 2020-03-28 (TRIAL RELEASE)
+  
+  - Not all versions of libmagic support setting processing limits, and those
+that do may not support all the limit parameters that the most recent
+version supports. This release fixes compilation and runtime issues that
+would occur with older libmagic versions that don't support the same 
options
+as the version I have installed locally. Reported by Slaven Rezić. GH #22.
+  
+  
+  1.17 2020-03-28 (TRIAL RELEASE)
+  
+  - Switched to using GitHub issues.
+  
+  - Removed embedded copy of Config::AutoConf from distro. Instead this is now 
a
+configure phase prereq. Implemented by Paul Wise. GH #19.
+  
+  - Moved list of constants in libmagic that we care about to one
+module. Implemented by Paul Wise. GH #20.
+  
+  - Add support for setting libmagic processing limits. Implemented by Paul
+Wise. GH #15.
+  
+  - Check all libmagic function return values properly and croak on
+failure. Implemented by Paul Wise. GH #21.
+
+---

Old:

  File-LibMagic-1.16.tar.gz

New:

  File-LibMagic-1.22.tar.gz



Other differences:
--
++ perl-File-LibMagic.spec ++
--- /var/tmp/diff_new_pack.hifw2Z/_old  2020-04-29 20:54:36.397303572 +0200
+++ /var/tmp/diff_new_pack.hifw2Z/_new  2020-04-29 20:54:36.397303572 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-LibMagic
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-File-LibMagic
-Version:1.16
+Version:1.22
 Release:0
 %define cpan_name File-LibMagic
 Summary:Determine MIME types of data or files using libmagic
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/File-LibMagic/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Config::AutoConf)
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -39,19 +40,19 @@
 # MANUAL END
 
 %description
-The 'File::LibMagic' is a simple perl interface to libmagic from the file
-package (version 4.x or 5.x). You will need both the library
+The 'File::LibMagic' module is a simple perl interface to libmagic from the
+file package (version 4.x or 5.x). You will need both the library
 (_libmagic.so_) and the header file (_magic.h_) to 

commit perl-AnyEvent-HTTP for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-AnyEvent-HTTP for 
openSUSE:Factory checked in at 2020-04-29 20:52:33

Comparing /work/SRC/openSUSE:Factory/perl-AnyEvent-HTTP (Old)
 and  /work/SRC/openSUSE:Factory/.perl-AnyEvent-HTTP.new.2738 (New)


Package is "perl-AnyEvent-HTTP"

Wed Apr 29 20:52:33 2020 rev:15 rq:798886 version:2.25

Changes:

--- /work/SRC/openSUSE:Factory/perl-AnyEvent-HTTP/perl-AnyEvent-HTTP.changes
2018-09-25 15:45:58.961062414 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-AnyEvent-HTTP.new.2738/perl-AnyEvent-HTTP.changes
  2020-04-29 20:54:28.869286328 +0200
@@ -1,0 +2,18 @@
+Tue Apr 28 03:07:21 UTC 2020 -  
+
+- updated to 2.25
+   see /usr/share/doc/packages/perl-AnyEvent-HTTP/Changes
+
+  TODO: cookie_jar_extract should refuse when host is an ip literal
+  TODO: cookie_jar_et_cookie should reject cookies not matching their down 
server domain
+  TODO: cookie prefixes? 
https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00
+  TODO: default rbuf_max limit for header-reading, chunk header reading etc.
+  
+  2.25 Mon Apr 27 14:11:40 CEST 2020
+   - fix incorrectly sending proxy requests to origin servers
+when reusing proxy connections (analyzed and testcase by Ivan 
Robert).
+   - the sessionid parameter was documented as session in random
+places - fix docs and keep using sessionid in the code as before.
+   - fix cookie format documentation.
+
+---

Old:

  AnyEvent-HTTP-2.24.tar.gz

New:

  AnyEvent-HTTP-2.25.tar.gz



Other differences:
--
++ perl-AnyEvent-HTTP.spec ++
--- /var/tmp/diff_new_pack.FPnQcw/_old  2020-04-29 20:54:30.269289535 +0200
+++ /var/tmp/diff_new_pack.FPnQcw/_new  2020-04-29 20:54:30.269289535 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-AnyEvent-HTTP
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-AnyEvent-HTTP
-Version:2.24
+Version:2.25
 Release:0
 %define cpan_name AnyEvent-HTTP
-Summary:Simple but Non-Blocking Http/Https Client
+Summary:Simple but non-blocking HTTP/HTTPS client
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/AnyEvent-HTTP/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -60,11 +60,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ AnyEvent-HTTP-2.24.tar.gz -> AnyEvent-HTTP-2.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-HTTP-2.24/Changes 
new/AnyEvent-HTTP-2.25/Changes
--- old/AnyEvent-HTTP-2.24/Changes  2018-08-30 03:23:10.0 +0200
+++ new/AnyEvent-HTTP-2.25/Changes  2020-04-27 14:14:01.0 +0200
@@ -16,6 +16,17 @@
 
 TODO: look into http 0.9 support (Kostirya )
 TODO: 
http://appft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&%23038;d=PG01&%23038;p=1&%23038;u=/netahtml/PTO/srchnum.html&%23038;r=1&%23038;f=G&%23038;l=50&%23038;s1="20110298798".PGNR.&%23038;OS=DN/20110298798&%23038;RS=DN/20110298798
+TODO: cookie_jar_extract should refuse when host is an ip literal
+TODO: cookie_jar_et_cookie should reject cookies not matching their down 
server domain
+TODO: cookie prefixes? 
https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00
+TODO: default rbuf_max limit for header-reading, chunk header reading etc.
+
+2.25 Mon Apr 27 14:11:40 CEST 2020
+   - fix incorrectly sending proxy requests to origin servers
+  when reusing proxy connections (analyzed and testcase by Ivan 
Robert).
+   - the sessionid parameter was documented as session in random
+  places - fix docs and keep using sessionid in the code as before.
+   - fix cookie format documentation.
 
 2.24 Thu Aug 30 03:23:03 CEST 2018
  

commit telegram-desktop for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package telegram-desktop for 
openSUSE:Factory checked in at 2020-04-29 20:52:12

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


Package is "telegram-desktop"

Wed Apr 29 20:52:12 2020 rev:33 rq:798826 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2020-04-01 19:21:02.103603915 +0200
+++ 
/work/SRC/openSUSE:Factory/.telegram-desktop.new.2738/telegram-desktop.changes  
2020-04-29 20:54:15.969256779 +0200
@@ -1,0 +2,17 @@
+Sat Apr 25 14:59:16 UTC 2020 - Markus S 
+
+- Update to 2.1.0
+  * Access a catalog of over 20,000 stickers made by professional
+artists from the updated Sticker Panel by clicking the '+' icon.
+  * Use sticker search to find the stickers you're looking for
+or scroll from the latest packs all the way to the classics.
+  * Add explanations that appear after users respond to a quiz question.
+  * See how much time you have left to answer a question from
+@QuizBot with the new countdown animation.
+  * Send a single :dart: emoji to see if you hit the bullseye.
+- Disable libdee requirement after Python2 removal
+- Upstream recommends using xdg-desktop-portal, so we might do the same
+- Add 0002-fix-directory-open-via-portals.patch
+  * Upstream fix for a bug when opening directories via portals
+
+---

Old:

  tdesktop-2.0.1-full.tar.gz

New:

  0002-fix-directory-open-via-portals.patch
  tdesktop-2.1.0-full.tar.gz



Other differences:
--
++ telegram-desktop.spec ++
--- /var/tmp/diff_new_pack.zWCDKU/_old  2020-04-29 20:54:17.593260498 +0200
+++ /var/tmp/diff_new_pack.zWCDKU/_new  2020-04-29 20:54:17.597260508 +0200
@@ -31,7 +31,7 @@
 %define __builder ninja
 
 Name:   telegram-desktop
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:Messaging application with a focus on speed and security
 License:GPL-3.0-only
@@ -40,8 +40,12 @@
 Source0:
https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tdesktop-%{version}-full.tar.gz
 # curl https://codeload.github.com/ericniebler/range-v3/zip/master -o 
range-v3-master.zip
 Source1:range-v3-master.zip
+# PATCH-FIX-OPENSUSE
 Patch0: -gtk2-default.patch
+# PATCH-FIX-OPENSUSE
 Patch1: 0001-use-bundled-range.patch
+# PATCH-FIX-UPSTREAM Fix for opening directories when using portals
+Patch2: 0002-fix-directory-open-via-portals.patch
 BuildRequires:  appstream-glib
 BuildRequires:  chrpath
 BuildRequires:  cmake >= 3.16
@@ -73,7 +77,6 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(dbusmenu-qt5)
-BuildRequires:  pkgconfig(dee-1.0)
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
@@ -128,6 +131,8 @@
 Requires:   hicolor-icon-theme
 Requires:   icu
 Requires:   openssl
+# TDesktop can fall back to a simple GTK file picker but prefers the portal
+Recommends: xdg-desktop-portal
 ExclusiveArch:  x86_64
 
 %description
@@ -145,6 +150,7 @@
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %limit_build -m 2048
@@ -154,7 +160,7 @@
 %endif
 
 %cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DCMAKE_BUILD_TYPE=Release \
   -DTDESKTOP_API_ID=340630 \
   -DTDESKTOP_API_HASH=98a22f733eac40f1bd187a30d19271de \

++ 0002-fix-directory-open-via-portals.patch ++
>From 7bc86cc9af28ba3d04a5cb69f6f7c16bfe7f8719 Mon Sep 17 00:00:00 2001
From: Ilya Fedin 
Date: Tue, 21 Apr 2020 23:05:17 +0400
Subject: [PATCH] Fix directory opening with portal and use them by default
 with KDE

---
 .../SourceFiles/platform/linux/file_utilities_linux.cpp | 6 +++---
 Telegram/SourceFiles/platform/linux/specific_linux.cpp  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp 
b/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp
index 47dd56a411..88f8a69a91 100644
--- a/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp
+++ b/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp
@@ -83,11 +83,11 @@ constexpr auto kPreviewHeight = 512;
 using Type = ::FileDialog::internal::Type;
 
 #ifndef TDESKTOP_DISABLE_GTK_INTEGRATION
-bool NativeSupported() {
+bool NativeSupported(Type type = Type::ReadFile) {
 #ifndef TDESKTOP_FORCE_GTK_FILE_DIALOG
return false;
 #endif // TDESKTOP_FORCE_GTK_FILE_DIALOG
-   return !Platform::UseXDGDesktopPortal()
+   return

commit cvise for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package cvise for openSUSE:Factory checked 
in at 2020-04-29 20:53:58

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


Package is "cvise"

Wed Apr 29 20:53:58 2020 rev:3 rq:798964 version:1.0.0+git.20200429.99a7004

Changes:

--- /work/SRC/openSUSE:Factory/cvise/cvise.changes  2020-04-27 
23:38:04.963488645 +0200
+++ /work/SRC/openSUSE:Factory/.cvise.new.2738/cvise.changes2020-04-29 
20:54:51.481338125 +0200
@@ -1,0 +2,14 @@
+Wed Apr 29 14:15:24 UTC 2020 - mli...@suse.cz
+
+- Update to version 1.0.0+git.20200429.99a7004:
+  * Refactor script_path and programs in cvise.py.
+  * Finish usage of GNUInstallDirs (#16).
+  * Rapidly improve Pass statistics:
+  * Update wording in COPYING.
+  * Run tests with ${PYTHON_EXECUTABLE} -m pytest.
+  * Respect -DCLANG_FORMAT cmake variable (#15).
+  * Use GNUInstallDirs for configurable install locations
+  * Add ctest for the project (#14).
+  * Remove one more documentation reference of delta.
+
+---

Old:

  cvise-1.0.0+git.20200426.be575d6.tar.xz

New:

  cvise-1.0.0+git.20200429.99a7004.tar.xz



Other differences:
--
++ cvise.spec ++
--- /var/tmp/diff_new_pack.tCnRDj/_old  2020-04-29 20:54:52.153339664 +0200
+++ /var/tmp/diff_new_pack.tCnRDj/_new  2020-04-29 20:54:52.153339664 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cvise
-Version:1.0.0+git.20200426.be575d6
+Version:1.0.0+git.20200429.99a7004
 Release:0
 Summary:Super-parallel Python port of the C-Reduce
 License:BSD-3-Clause
@@ -27,7 +27,6 @@
 BuildRequires:  astyle
 BuildRequires:  clang9-devel
 BuildRequires:  cmake
-BuildRequires:  delta
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  indent
@@ -39,7 +38,6 @@
 BuildRequires:  unifdef
 Requires:   astyle
 Requires:   clang9
-Requires:   delta
 Requires:   indent
 Requires:   llvm9
 Requires:   python3-Pebble
@@ -63,7 +61,7 @@
 
 %build
 %define __builder ninja
-%cmake
+%cmake -DCMAKE_INSTALL_LIBEXECDIR=%_libexecdir
 %cmake_build
 
 %check
@@ -76,9 +74,12 @@
 %files
 %license COPYING
 %{_bindir}/cvise
-%{_bindir}/clang_delta
-%{_bindir}/clex
-%{_bindir}/strlex
+%dir %{_libexecdir}/cvise
+%{_libexecdir}/cvise/clex
+%{_libexecdir}/cvise/clang_delta
+%{_libexecdir}/cvise/clex
+%{_libexecdir}/cvise/strlex
+%{_libexecdir}/cvise/topformflat
 %{_datadir}/cvise
 
 %changelog

++ cvise-1.0.0+git.20200426.be575d6.tar.xz -> 
cvise-1.0.0+git.20200429.99a7004.tar.xz ++
 2834 lines of diff (skipped)




commit python-sphinxcontrib-programoutput for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-sphinxcontrib-programoutput 
for openSUSE:Factory checked in at 2020-04-29 20:52:54

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-programoutput (Old)
 and  
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-programoutput.new.2738 (New)


Package is "python-sphinxcontrib-programoutput"

Wed Apr 29 20:52:54 2020 rev:8 rq:798858 version:0.16

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-programoutput/python-sphinxcontrib-programoutput.changes
2019-09-27 14:49:05.008665684 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-programoutput.new.2738/python-sphinxcontrib-programoutput.changes
  2020-04-29 20:54:36.745304369 +0200
@@ -1,0 +2,9 @@
+Wed Apr 29 10:28:47 UTC 2020 - Dirk Mueller 
+
+- udpate to 0.16:
+  - Add ``name`` and ``caption`` options. Added in
+  `PR 41 
`_ 
+  by Raphaël.
+  - Add support for Python 3.8.
+
+---

Old:

  sphinxcontrib-programoutput-0.15.tar.gz

New:

  sphinxcontrib-programoutput-0.16.tar.gz



Other differences:
--
++ python-sphinxcontrib-programoutput.spec ++
--- /var/tmp/diff_new_pack.q12N82/_old  2020-04-29 20:54:37.525306156 +0200
+++ /var/tmp/diff_new_pack.q12N82/_new  2020-04-29 20:54:37.529306165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-programoutput
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-sphinxcontrib-programoutput
-Version:0.15
+Version:0.16
 Release:0
 Summary:Sphinx extension to include program output
 License:BSD-2-Clause

++ sphinxcontrib-programoutput-0.15.tar.gz -> 
sphinxcontrib-programoutput-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-programoutput-0.15/.pylintrc 
new/sphinxcontrib-programoutput-0.16/.pylintrc
--- old/sphinxcontrib-programoutput-0.15/.pylintrc  2019-09-16 
13:37:34.0 +0200
+++ new/sphinxcontrib-programoutput-0.16/.pylintrc  2020-03-23 
15:19:36.0 +0100
@@ -27,11 +27,14 @@
 #   see https://github.com/PyCQA/pylint/issues/846
 # useless-suppression: the only way to avoid repeating it for specific 
statements everywhere that we
 #   do Py2/Py3 stuff is to put it here. Sadly this means that we might get 
better but not realize it.
+# bad-option-value: Pylint on Python 3 understands and checks for somethings 
Pylint on Python 2
+#   does not.
 disable=missing-docstring,
 invalid-name,
 wrong-import-order,
 locally-disabled,
 no-self-use,
+bad-option-value,
 
 
 [FORMAT]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-programoutput-0.15/.travis.yml 
new/sphinxcontrib-programoutput-0.16/.travis.yml
--- old/sphinxcontrib-programoutput-0.15/.travis.yml2019-09-16 
13:37:34.0 +0200
+++ new/sphinxcontrib-programoutput-0.16/.travis.yml2020-03-23 
15:19:36.0 +0100
@@ -8,6 +8,7 @@
   - 3.5
   - 3.6
   - 3.7
+  - 3.8
   - pypy
   - pypy3
 
@@ -25,7 +26,7 @@
 
 script:
   - pylint -r no src/sphinxcontrib
-  - coverage run setup.py test
+  - coverage run -m unittest discover -s src
 after_success:
   - coveralls
 notifications:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-programoutput-0.15/CHANGES.rst 
new/sphinxcontrib-programoutput-0.16/CHANGES.rst
--- old/sphinxcontrib-programoutput-0.15/CHANGES.rst2019-09-16 
13:37:34.0 +0200
+++ new/sphinxcontrib-programoutput-0.16/CHANGES.rst2020-03-23 
15:19:36.0 +0100
@@ -2,6 +2,15 @@
  Changes
 =
 
+0.16 (2020-03-23)
+=
+
+- Add ``name`` and ``caption`` options. Added in
+  `PR 41 
`_ 
+  by Raphaël.
+- Add support for Python 3.8.
+
+
 0.15 (2019-09-16)
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-programoutput-0.15/PKG-INFO 
new/sphinxcontrib-programoutput-0.16/PKG-INFO
--- old/sphinxcontrib-programoutput-0.15/PKG-INFO   2019-09-16 
13:37:34.0 +0200
+++ new/sphinxcontrib-programoutput-0.16/PKG-INFO   2020-03-23 
15:19:37.444895500 +010

commit platformsh-cli for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-04-29 20:51:21

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


Package is "platformsh-cli"

Wed Apr 29 20:51:21 2020 rev:96 rq:798744 version:3.54.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-04-16 23:03:52.155707666 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738/platformsh-cli.changes  
2020-04-29 20:53:17.917123802 +0200
@@ -1,0 +2,11 @@
+Tue Apr 28 18:41:16 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.54.1:
+  * Release v3.54.1
+  * Revert "Accept the variable value from stdin in variable:create and 
variable:update commands"
+  * Cover set-remote in the project:create command too
+  * Allow for access denied to the old project in the project:set-remote 
command
+  * Integrations: replace foo/bar example with owner/repository (#921)
+  * Ensure all token data is available after reauthenticating, for 
completeness' sake
+
+---

Old:

  platformsh-cli-3.54.0.tar.xz

New:

  platformsh-cli-3.54.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.7DuYeW/_old  2020-04-29 20:53:18.765125745 +0200
+++ /var/tmp/diff_new_pack.7DuYeW/_new  2020-04-29 20:53:18.765125745 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.54.0
+Version:3.54.1
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.7DuYeW/_old  2020-04-29 20:53:18.789125800 +0200
+++ /var/tmp/diff_new_pack.7DuYeW/_new  2020-04-29 20:53:18.793125809 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.54.0
+refs/tags/v3.54.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.7DuYeW/_old  2020-04-29 20:53:18.809125846 +0200
+++ /var/tmp/diff_new_pack.7DuYeW/_new  2020-04-29 20:53:18.809125846 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-440efd66b1e61cbbb4f661f0a519d75e0f109b40
+4a6bb0ddcf1c409826cbcde3e5c362cfaba0809d
   
 

++ platformsh-cli-3.54.0.tar.xz -> platformsh-cli-3.54.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.54.0/dist/manifest.json 
new/platformsh-cli-3.54.1/dist/manifest.json
--- old/platformsh-cli-3.54.0/dist/manifest.json2020-04-15 
13:54:14.0 +0200
+++ new/platformsh-cli-3.54.1/dist/manifest.json2020-04-28 
14:13:50.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "1e90f764feb4203f79eb7b68158ffd76d9dd8da3",
-"sha256": 
"06ca91da1ea38b26eedf72fbee2289a3372179accd50f148f32fcdb1c475fdf5",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.54.0/platform.phar";,
-"version": "3.54.0",
+"sha1": "28e33e6f4a1b43d2c6981c24ac7eb61991228026",
+"sha256": 
"a4129e36dfb7d2a90a0dd953a67daef4f5dc193676c503c4d981647b79bf9716",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.54.1/platform.phar";,
+"version": "3.54.1",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.54.0/src/Command/Integration/IntegrationCommandBase.php 
new/platformsh-cli-3.54.1/src/Command/Integration/IntegrationCommandBase.php
--- 
old/platformsh-cli-3.54.0/src/Command/Integration/IntegrationCommandBase.php
2020-04-15 13:54:14.0 +0200
+++ 
new/platformsh-cli-3.54.1/src/Command/Integration/IntegrationCommandBase.php
2020-04-28 14:13:50.0 +0200
@@ -185,8 +185,8 @@
 'bitbucket_server',
 'github',
 ]],
-'description' => 'The repository to track (e.g. \'foo/bar\')',
-'questionLine' => 'The repository (e.g. \'foo/bar\')',
+'description' => 'The repository to track (e.g. 
\'owner/repository\')',
+'questionLine' => 'The repository (e.g. \'owner/repository\')',
 'validator' => function ($string) {
 return substr_count($string, '/', 1) === 1;
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.54.0/src/Command/Projec

commit plantuml for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package plantuml for openSUSE:Factory 
checked in at 2020-04-29 20:51:39

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


Package is "plantuml"

Wed Apr 29 20:51:39 2020 rev:7 rq:798805 version:1.2020.8

Changes:

--- /work/SRC/openSUSE:Factory/plantuml/plantuml.changes2020-04-07 
10:28:44.994324715 +0200
+++ /work/SRC/openSUSE:Factory/.plantuml.new.2738/plantuml.changes  
2020-04-29 20:53:41.733178357 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 16:21:16 UTC 2020 - Martin Hauke 
+
+- Update to version 1.2020.8
+  See http://plantuml.com/de/changes for all changes
+
+---

Old:

  plantuml-1.2020.6.tar.gz

New:

  plantuml-1.2020.8.tar.gz



Other differences:
--
++ plantuml.spec ++
--- /var/tmp/diff_new_pack.0bFkyH/_old  2020-04-29 20:53:42.833180876 +0200
+++ /var/tmp/diff_new_pack.0bFkyH/_new  2020-04-29 20:53:42.841180894 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plantuml
 #
-# Copyright (c) 2020 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 @@
 
 
 Name:   plantuml
-Version:1.2020.6
+Version:1.2020.8
 Release:0
 Summary:Java UML Tool
 License:GPL-3.0-or-later

++ PlantUML_Language_Reference_Guide.pdf ++
(binary differes)

++ plantuml-1.2020.6.tar.gz -> plantuml-1.2020.8.tar.gz ++
 15063 lines of diff (skipped)




commit wine for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2020-04-29 20:51:34

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


Package is "wine"

Wed Apr 29 20:51:34 2020 rev:306 rq:798934 version:5.7

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2020-04-27 
23:32:13.918803420 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new.2738/wine.changes  2020-04-29 
20:53:37.605168900 +0200
@@ -1,0 +2,10 @@
+Wed Apr 29 13:36:55 UTC 2020 - Marcus Meissner 
+
+- patch.txt: fix for wineserver crash 
(https://bugs.winehq.org/show_bug.cgi?id=49011)
+
+---
+Wed Apr 29 07:54:01 UTC 2020 - Guillaume GARDET 
+
+- Fix file list for %arm and aarch64
+
+---

New:

  patch.txt



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.OI3Ke9/_old  2020-04-29 20:53:38.761171549 +0200
+++ /var/tmp/diff_new_pack.OI3Ke9/_new  2020-04-29 20:53:38.765171558 +0200
@@ -138,7 +138,7 @@
 Source8:wine-rpmlintrc
 # SUSE specific patches
 # - currently none, but add them here
-#Patch0: susepatches.patch
+Patch0: patch.txt
 Recommends: wine-gecko >= 2.47.1
 Conflicts:  wine-gecko < 2.47.1
 Recommends: wine-mono >= 4.9.2
@@ -215,7 +215,7 @@
 
 %prep
 %setup -q -n wine-%{realver}
-#patch0 -p1
+%patch0 -p1
 #
 cp %{S:3} .
 #
@@ -446,10 +446,12 @@
 %endif
 %{_libdir}/wine/*.so
 %if 0%{?suse_version} >= 1550
+%ifnarch %arm aarch64
 %{_libdir}/wine/*.acm
 %{_libdir}/wine/*.com
 %{_libdir}/wine/*.cpl
 %{_libdir}/wine/*.dll
+%endif
 %ifarch %ix86
 %{_libdir}/wine/*.dll16
 %{_libdir}/wine/*.drv16
@@ -457,12 +459,16 @@
 %{_libdir}/wine/*.mod16
 %{_libdir}/wine/*.vxd
 %endif
+%ifnarch %arm aarch64
 %{_libdir}/wine/*.drv
 %{_libdir}/wine/*.exe
 %{_libdir}/wine/*.ocx
 %{_libdir}/wine/*.sys
 %endif
+%endif
+%ifnarch %arm aarch64
 %{_libdir}/wine/*.tlb
+%endif
 %{_libdir}/lib*.so.*
 %dir %{_libdir}/wine
 %dir %{_libdir}/wine/fakedlls

++ patch.txt ++
diff --git a/server/thread.c b/server/thread.c
index cfdf42c756..e5b670649a 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -1848,7 +1848,7 @@ DECL_HANDLER(get_thread_context)
 {
 assert( reply->self );
 memset( context, 0, sizeof(context_t) );
-context->cpu = thread_context->regs.cpu;
+context->cpu = current->process->cpu;
 if (req->flags & system_flags)
 {
 get_thread_context( thread, context, req->flags & 
system_flags );





commit susefirewall2-to-firewalld for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package susefirewall2-to-firewalld for 
openSUSE:Factory checked in at 2020-04-29 20:52:00

Comparing /work/SRC/openSUSE:Factory/susefirewall2-to-firewalld (Old)
 and  /work/SRC/openSUSE:Factory/.susefirewall2-to-firewalld.new.2738 (New)


Package is "susefirewall2-to-firewalld"

Wed Apr 29 20:52:00 2020 rev:5 rq:798831 version:0.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/susefirewall2-to-firewalld/susefirewall2-to-firewalld.changes
2018-11-13 17:50:07.895579601 +0100
+++ 
/work/SRC/openSUSE:Factory/.susefirewall2-to-firewalld.new.2738/susefirewall2-to-firewalld.changes
  2020-04-29 20:53:59.909219991 +0200
@@ -1,0 +2,7 @@
+Wed Apr 29 08:49:21 UTC 2020 - matthias.gerst...@suse.com
+
+- add 0001-Fix-ERROR-INVALID_PORT-when-sport-iptables-rules-are.patch: fix
+  "INVALID_PORT" error message with certain SuSEfirewall2 configurations
+  (bsc#1170461).
+
+---

New:

  0001-Fix-ERROR-INVALID_PORT-when-sport-iptables-rules-are.patch



Other differences:
--
++ susefirewall2-to-firewalld.spec ++
--- /var/tmp/diff_new_pack.3kLxAB/_old  2020-04-29 20:54:00.873222199 +0200
+++ /var/tmp/diff_new_pack.3kLxAB/_new  2020-04-29 20:54:00.87708 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package susefirewall2-to-firewalld
 #
-# Copyright (c) 2018 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
@@ -22,8 +22,10 @@
 Summary:Basic SuSEfirewall2 to FirewallD migration script
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
-Url:https://github.com/openSUSE/susefirewall2-to-firewalld
+URL:https://github.com/openSUSE/susefirewall2-to-firewalld
 Source: 
https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
+# bsc#1170461
+Patch0: 0001-Fix-ERROR-INVALID_PORT-when-sport-iptables-rules-are.patch
 Requires:   firewalld
 Requires:   iptables
 Recommends: SuSEfirewall2
@@ -35,6 +37,7 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
 
 %build
 

++ 0001-Fix-ERROR-INVALID_PORT-when-sport-iptables-rules-are.patch ++
>From d8bea107600a354a3d83127b695fe0bd642927c5 Mon Sep 17 00:00:00 2001
From: Matthias Gerstner 
Date: Wed, 29 Apr 2020 10:44:53 +0200
Subject: [PATCH] Fix `ERROR: INVALID_PORT` when `--sport` iptables rules are
 present

When there are certain iptables rules containing only an `--sport` but
no `--dport` then the execution of the script fails. See openSUSE bug
[1].

This change only adds robustness by skipping over such occurences. It
doesn't actually process the entries in question. This means the result
of the migration probably was and still will be incomplete in some
constellations.

[1]: https://bugzilla.suse.com/show_bug.cgi?id=1170461
---
 susefirewall2-to-firewalld | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/susefirewall2-to-firewalld b/susefirewall2-to-firewalld
index 71874ee..307a9d6 100755
--- a/susefirewall2-to-firewalld
+++ b/susefirewall2-to-firewalld
@@ -1574,8 +1574,10 @@ do_service_to_zone_mapping() {
 all_direct_rules+=("${rule}"$'\n')
 dinfo ${rule}
 elif [[ ${zone} == "ext" || ${zone} == "int" || ${zone} == "dmz" 
]]; then
-add_service_to_zone ${zone} ${proto} ${ports/:/-}
-[[ $? == 0 ]] && pinfo ${ports} ${proto} ${zone}
+if [[ -n "${ports}" ]]; then
+add_service_to_zone ${zone} ${proto} ${ports/:/-}
+[[ $? == 0 ]] && pinfo ${ports} ${proto} ${zone}
+fi
 fi
 ;;
 icmp|ipv6-icmp)
-- 
2.24.1




commit gtk-layer-shell for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package gtk-layer-shell for openSUSE:Factory 
checked in at 2020-04-29 20:51:45

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


Package is "gtk-layer-shell"

Wed Apr 29 20:51:45 2020 rev:2 rq:798821 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes  
2020-01-03 17:34:11.991210703 +0100
+++ 
/work/SRC/openSUSE:Factory/.gtk-layer-shell.new.2738/gtk-layer-shell.changes
2020-04-29 20:53:46.933190268 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 08:32:39 UTC 2020 - Michael Vetter 
+
+- BuildRequire gobject introspection devel files correctly
+
+---



Other differences:
--
++ gtk-layer-shell.spec ++
--- /var/tmp/diff_new_pack.0KMu5c/_old  2020-04-29 20:53:48.957194904 +0200
+++ /var/tmp/diff_new_pack.0KMu5c/_new  2020-04-29 20:53:48.961194913 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk-layer-shell
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,6 @@
 URL:https://github.com/wmww/gtk-layer-shell
 Source: 
%{url}/releases/download/v%{version}/gtk-layer-shell-%{version}.tar.xz
 BuildRequires:  gcc
-BuildRequires:  gobject-introspection
 BuildRequires:  meson >= 0.45.1
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
@@ -34,6 +33,7 @@
 BuildRequires:  pkgconfig(gdk-broadway-3.0)
 BuildRequires:  pkgconfig(gdk-wayland-3.0)
 BuildRequires:  pkgconfig(gdk-x11-3.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtk+-broadway-3.0)
 BuildRequires:  pkgconfig(gtk+-wayland-3.0)




commit picard for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2020-04-29 20:51:54

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


Package is "picard"

Wed Apr 29 20:51:54 2020 rev:41 rq:798759 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2020-03-03 
10:19:56.343109523 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new.2738/picard.changes  2020-04-29 
20:53:55.641210215 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 15:44:15 UTC 2020 - Antonio Larrosa 
+
+- Add patch from upstream to fix removing some tags:
+  * 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
+
+---

New:

  0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.YsHG1q/_old  2020-04-29 20:53:56.645212514 +0200
+++ /var/tmp/diff_new_pack.YsHG1q/_new  2020-04-29 20:53:56.653212533 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://picard.musicbrainz.org
 Source0:
https://codeload.github.com/metabrainz/picard/tar.gz/release-%{version}#/%{name}-%{version}.tar.gz
+Patch0: 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{name}-release-%{version}
+%patch0 -p1
 
 %build
 export LANG=en_US.UTF-8

++ 0001-Fix-deletion-of-comment-performer-and-lyrics-tags.patch ++
>From 57c8fe209afe0e5cb5cdacf3e67145192ef483dc Mon Sep 17 00:00:00 2001
From: Philipp Wolfer 
Date: Tue, 3 Mar 2020 17:09:57 +0100
Subject: [PATCH] PICARD-1783: Fix deletion of comment, performer and lyrics
 tags

This adds tests for deleting comment, performer and lyrics tags and fixes 
various issues with this in ID3, MP4, Vorbis and APEv2.
---
 picard/formats/apev2.py  | 21 ++
 picard/formats/id3.py|  2 +-
 picard/formats/mp4.py|  8 +++
 picard/formats/vorbis.py | 16 +-
 test/formats/common.py   | 48 +++-
 test/formats/test_mp4.py | 14 +++-
 6 files changed, 84 insertions(+), 25 deletions(-)

diff --git a/picard/formats/apev2.py b/picard/formats/apev2.py
index 9d5047684..9b1bec03b 100644
--- a/picard/formats/apev2.py
+++ b/picard/formats/apev2.py
@@ -169,7 +169,7 @@ def _load(self, filename):
 if len(disc) > 1:
 metadata["totaldiscs"] = disc[1]
 value = disc[0]
-elif name == 'performer' or name == 'comment':
+elif name in ('performer', 'comment'):
 if value.endswith(')'):
 start = value.rfind(' (')
 if start > 0:
@@ -236,14 +236,17 @@ def _remove_deleted_tags(self, metadata, tags):
 """Remove the tags from the file that were deleted in the UI"""
 for tag in metadata.deleted_tags:
 real_name = self._get_tag_name(tag)
-if (real_name in ('Lyrics', 'Comment', 'Performer')
-and ':' in tag and not tag.endswith(':')):
-tag_type = re.compile(r"\(%s\)$" % tag.split(':', 1)[1])
-existing_tags = tags.get(real_name)
-if existing_tags:
-for item in existing_tags:
-if tag_type.search(item):
-tags.get(real_name).remove(item)
+if real_name in ('Lyrics', 'Comment', 'Performer'):
+parts = tag.split(':', 1)
+if len(parts) == 2:
+tag_type_regex = r"\(%s\)$" % parts[1]
+else:
+tag_type_regex = r"[^)]$"
+existing_tags = tags.get(real_name, [])
+for item in existing_tags:
+if re.search(tag_type_regex, item):
+existing_tags.remove(item)
+tags[real_name] = existing_tags
 elif tag in ('totaltracks', 'totaldiscs'):
 tagstr = real_name.lower() + 'number'
 if tagstr in metadata:
diff --git a/picard/formats/id3.py b/picard/formats/id3.py
index ccba1193d..3940d056c 100644
--- a/picard/formats/id3.py
+++ b/picard/formats/id3.py
@@ -547,7 +547,7 @@ def _remove_deleted_tags(self, metadata, tags):
 for people in frame.people:
 if people[0] == role:
 frame.people.remove(people)
-eli

commit python-pyroute2 for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2020-04-29 20:51:50

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


Package is "python-pyroute2"

Wed Apr 29 20:51:50 2020 rev:17 rq:798856 version:0.5.11

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2020-03-25 23:46:52.188063734 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyroute2.new.2738/python-pyroute2.changes
2020-04-29 20:53:51.033199659 +0200
@@ -1,0 +2,9 @@
+Wed Apr 29 10:26:20 UTC 2020 - Dirk Mueller 
+
+- update to 0.5.11:
+  * ndb.report: filters and transformations
+  * ndb.objects.route: support basic MPLS routes management
+  * ndb.objects.route: support MPLS lwtunnel routes
+  * ndb.schema: reschedule events
+
+---

Old:

  pyroute2-0.5.10.tar.gz

New:

  pyroute2-0.5.11.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.UmLfi6/_old  2020-04-29 20:53:52.121202152 +0200
+++ /var/tmp/diff_new_pack.UmLfi6/_new  2020-04-29 20:53:52.125202161 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyroute2
-Version:0.5.10
+Version:0.5.11
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0-or-later OR Apache-2.0

++ pyroute2-0.5.10.tar.gz -> pyroute2-0.5.11.tar.gz ++
 4892 lines of diff (skipped)




commit maildir-utils for openSUSE:Factory

2020-04-29 Thread root


binGqcSfGaIy7.bin
Description: Binary data


commit grass for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package grass for openSUSE:Factory checked 
in at 2020-04-29 20:51:29

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


Package is "grass"

Wed Apr 29 20:51:29 2020 rev:4 rq:798800 version:7.8.2

Changes:

--- /work/SRC/openSUSE:Factory/grass/grass.changes  2020-04-28 
22:33:09.809842547 +0200
+++ /work/SRC/openSUSE:Factory/.grass.new.2738/grass.changes2020-04-29 
20:53:34.109160892 +0200
@@ -1,0 +2,8 @@
+Tue Apr 28 15:52:46 UTC 2020 - Guillaume GARDET 
+
+- Update to 7.8.2:
+  * important PROJ 4/5/6 related datum handling fixes
+  * wxGUI fixes
+  * fix for the vector import from PostGIS databases
+
+---

Old:

  grass-7.8.1.md5sum
  grass-7.8.1.tar.gz

New:

  grass-7.8.2.md5sum
  grass-7.8.2.tar.gz



Other differences:
--
++ grass.spec ++
--- /var/tmp/diff_new_pack.5oNvza/_old  2020-04-29 20:53:36.045165327 +0200
+++ /var/tmp/diff_new_pack.5oNvza/_new  2020-04-29 20:53:36.049165337 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grass
 #
-# 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,11 +17,24 @@
 
 
 # Notice to maintainer : move this package to real lfhs
-
 %defineshortver 78
-
+# Post Leap 42 / TW
+%if 0%{?suse_version} > 1325
+BuildRequires:  wxWidgets-devel >= 3.0
+%if 0%{?suse_version} >= 1550
+BuildRequires:  python3-wxPython
+%else
+BuildRequires:  python-wxWidgets-devel >= 3.0
+%endif
+%else
+%define _use_internal_dependency_generator 0
+%define __find_requires %wx_requires
+# Don't work for SLE why ?
+# BuildRequires:  python-wxWidgets >= 2.8
+BuildRequires:  wxWidgets-devel >= 2.8
+%endif
 Name:   grass
-Version:7.8.1
+Version:7.8.2
 Release:0
 Summary:Geographic Resources Analysis Support System
 License:GPL-2.0-or-later
@@ -29,23 +42,6 @@
 URL:https://grass.osgeo.org/
 Source: 
https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.tar.gz
 Source1:
https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.md5sum
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   fftw3
-Requires:   proj >= 6
-%if 0%{suse_version} >= 1550
-Requires:   python3-wxPython
-%else
-Requires:   python-wxWidgets >= 2.8
-%endif
-Requires:   python3
-Requires:   python3-dateutil
-Requires:   python3-numpy
-Requires:   python3-opengl
-Requires:   python3-xml
-Requires:   sqlite >= 3
-Requires:   unixODBC
-Requires:   xterm
-Recommends: grass-doc
 BuildRequires:  -post-build-checks
 BuildRequires:  bison
 BuildRequires:  blas-devel
@@ -62,7 +58,6 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libzstd-devel
 BuildRequires:  man
 BuildRequires:  mysql-devel
@@ -82,22 +77,23 @@
 BuildRequires:  unixODBC-devel
 BuildRequires:  xorg-x11-Mesa-devel
 BuildRequires:  zlib-devel
-# Post Leap 42 / TW
-%if 0%{?suse_version} > 1325
-%if 0%{suse_version} >= 1550
-BuildRequires:  python3-wxPython
-%else
-BuildRequires:  python-wxWidgets-devel >= 3.0
-%endif
-BuildRequires:  wxWidgets-devel >= 3.0
+Requires:   fftw3
+Requires:   proj >= 6
+Requires:   python3
+Requires:   python3-dateutil
+Requires:   python3-numpy
+Requires:   python3-opengl
+Requires:   python3-xml
+Requires:   sqlite >= 3
+Requires:   unixODBC
+Requires:   xterm
+Recommends: grass-doc
+Obsoletes:  grass7
+%if 0%{?suse_version} >= 1550
+Requires:   python3-wxPython
 %else
-# Don't work for SLE why ?
-# BuildRequires:  python-wxWidgets >= 2.8
-BuildRequires:  wxWidgets-devel >= 2.8
-%define _use_internal_dependency_generator 0
-%define __find_requires %wx_requires
+Requires:   python-wxWidgets >= 2.8
 %endif
-Obsoletes:  grass7
 
 %package doc
 Summary:Documentation for GRASS GIS 7
@@ -152,18 +148,18 @@
--with-curses \
--with-cxx \
--with-fftw \
-   --with-freetype --with-freetype-includes=/usr/include/freetype2 \
-   --with-gdal=/usr/bin/gdal-config \
+   --with-freetype --with-freetype-includes=%{_includedir}/freetype2 \
+   --with-gdal=%{_bindir}/gdal-config \
--with-geos \
--with-lapack \
--with-motif \
-   --with-mysql --with-mysql-includes=/usr/include/mysql \
+   --with-mysql --with-mysql-includes=%{_includedir}/mysql \

commit hxtools for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package hxtools for openSUSE:Factory checked 
in at 2020-04-29 20:51:25

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


Package is "hxtools"

Wed Apr 29 20:51:25 2020 rev:39 rq:798739 version:20200428

Changes:

--- /work/SRC/openSUSE:Factory/hxtools/hxtools.changes  2020-03-31 
17:16:00.531656694 +0200
+++ /work/SRC/openSUSE:Factory/.hxtools.new.2738/hxtools.changes
2020-04-29 20:53:27.677146159 +0200
@@ -1,0 +2,10 @@
+Tue Apr 28 21:27:57 UTC 2020 - Jan Engelhardt 
+
+- Update to release 20200428
+  * vfontas: N2 vectorizer: cease smoothing of stub serifs
+(concerns the topleft corner of an 'E' in some fonts)
+  * vfontas: N2 vectorizer: avoid diagonalizing "pimples" in font
+outlines (concerns 1-pixel protrusions in the right vertical
+edge of the '4')
+
+---

Old:

  hxtools-20200331.tar.asc
  hxtools-20200331.tar.xz

New:

  hxtools-20200428.tar.asc
  hxtools-20200428.tar.xz



Other differences:
--
++ hxtools.spec ++
--- /var/tmp/diff_new_pack.95dFXb/_old  2020-04-29 20:53:28.581148229 +0200
+++ /var/tmp/diff_new_pack.95dFXb/_new  2020-04-29 20:53:28.585148239 +0200
@@ -17,17 +17,16 @@
 
 
 Name:   hxtools
-Version:20200331
+Version:20200428
 Release:0
 Summary:Collection of day-to-day tools (binaries)
 License:GPL-2.0+ and WTFPL
 Group:  Productivity/Other
-Url:http://inai.de/projects/hxtools/
+Url:https://inai.de/projects/hxtools/
 
-Source: http://jftp.inai.de/hxtools/%name-%version.tar.xz
-Source2:http://jftp.inai.de/hxtools/%name-%version.tar.asc
+Source: https://inai.de/files/hxtools/%name-%version.tar.xz
+Source2:https://inai.de/files/hxtools/%name-%version.tar.asc
 Source3:%name.keyring
-BuildRequires:  bdftopcf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libcap-devel >= 2

++ hxtools-20200331.tar.xz -> hxtools-20200428.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxtools-20200331/configure 
new/hxtools-20200428/configure
--- old/hxtools-20200331/configure  2020-03-31 01:26:20.475923272 +0200
+++ new/hxtools-20200428/configure  2020-04-28 23:16:35.897024624 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for hxtools 20200331.
+# Generated by GNU Autoconf 2.69 for hxtools 20200428.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='hxtools'
 PACKAGE_TARNAME='hxtools'
-PACKAGE_VERSION='20200331'
-PACKAGE_STRING='hxtools 20200331'
+PACKAGE_VERSION='20200428'
+PACKAGE_STRING='hxtools 20200428'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1301,7 +1301,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures hxtools 20200331 to adapt to many kinds of systems.
+\`configure' configures hxtools 20200428 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1367,7 +1367,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of hxtools 20200331:";;
+ short | recursive ) echo "Configuration of hxtools 20200428:";;
esac
   cat <<\_ACEOF
 
@@ -1486,7 +1486,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-hxtools configure 20200331
+hxtools configure 20200428
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1946,7 +1946,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by hxtools $as_me 20200331, which was
+It was created by hxtools $as_me 20200428, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2811,7 +2811,7 @@
 
 # Define the identity of the package.
  PACKAGE='hxtools'
- VERSION='20200331'
+ VERSION='20200428'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2989,6 +2989,45 @@
   fi
 fi
 
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+  enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in # (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+*) AM_DEFAULT_VERBOSITY=0;;
+esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking w

commit cpuid for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package cpuid for openSUSE:Factory checked 
in at 2020-04-29 20:51:23

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


Package is "cpuid"

Wed Apr 29 20:51:23 2020 rev:10 rq:798738 version:20200427

Changes:

--- /work/SRC/openSUSE:Factory/cpuid/cpuid.changes  2020-03-09 
11:43:01.969345150 +0100
+++ /work/SRC/openSUSE:Factory/.cpuid.new.2738/cpuid.changes2020-04-29 
20:53:23.169135833 +0200
@@ -1,0 +2,20 @@
+Tue Apr 28 18:54:25 UTC 2020 - Andreas Stieger 
+
+- update to 20200427:
+  * Add synth decoding for AMD Steppe Eagle/Crowned Eagle
+(Puma 2014 G-Series), based on instlatx64 sample
+  * Add 7/0/edx SERIALIZE & TSXLDTRK bit descriptions
+  * Add 0xf/1/eax Counter width & overflow flag
+  * Add 0x10/3/ecx per-thread MBA controls flag
+  * Add 0x801f fields
+  * Add AMD 24594 & 40332 docs
+  * Correct field lengths in 14/0 and 14/1 subleafs so that
+columns line up
+  * Add CC150 (Coffee Lake R0) synth decoding, based on
+instlatx64 example
+  * Add Jasper Lake A0 stepping (from Coreboot*)
+  * Update 1/ebx "cpu count" to modern terminology: "maximum
+addressible IDs for CPUs in pkg" to avoid user confusion
+  * Update 4/eax CPU & core count terminology in the same way
+
+---

Old:

  cpuid-20200211.src.tar.gz

New:

  cpuid-20200427.src.tar.gz



Other differences:
--
++ cpuid.spec ++
--- /var/tmp/diff_new_pack.t2TeOQ/_old  2020-04-29 20:53:24.397138646 +0200
+++ /var/tmp/diff_new_pack.t2TeOQ/_new  2020-04-29 20:53:24.401138655 +0200
@@ -17,13 +17,12 @@
 
 
 Name:   cpuid
-Version:20200211
+Version:20200427
 Release:0
 Summary:x86 CPU identification tool
 License:GPL-2.0-or-later
 Group:  System/Management
 URL:http://etallen.com/cpuid.html
-
 Source: http://etallen.com/cpuid/%name-%version.src.tar.gz
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
@@ -42,7 +41,7 @@
 # remove -Werror=format-security which is used on Mandriva, as it produces
 # a false positive compiler error on several printf calls:
 CFLAGS=$(echo "%optflags -Wall" | sed 's/-Werror=format-security//g')
-make CFLAGS="$CFLAGS"
+%make_build CFLAGS="$CFLAGS"
 
 %install
 mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir/man1"

++ cpuid-20200211.src.tar.gz -> cpuid-20200427.src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpuid-20200211/ChangeLog new/cpuid-20200427/ChangeLog
--- old/cpuid-20200211/ChangeLog2020-02-11 10:35:22.0 +0100
+++ new/cpuid-20200427/ChangeLog2020-04-27 14:10:31.0 +0200
@@ -1,3 +1,33 @@
+Mon Apr 27 2020 Todd Allen 
+   * Made new release.
+
+Wed Apr 22 2020 Todd Allen 
+   * cpuid.c: Added synth decoding for AMD Steppe Eagle/Crowned Eagle
+ (Puma 2014 G-Series), based on instlatx64 sample.
+
+Thu Apr 16 2020 Todd Allen 
+   * cpuid.c: Added 7/0/edx SERIALIZE & TSXLDTRK bit descriptions.
+   * cpuid.c: Added 0xf/1/eax Counter width & overflow flag.
+   * cpuid.c: Added 0x10/3/ecx per-thread MBA controls flag.
+   * cpuid.c: Added 0x801f fields.
+   * cpuid.man: Added AMD 24594 & 40332 docs.
+
+Tue Mar  3 2020 Todd Allen 
+   * cpuid.c: Corrected field lengths in 14/0 and 14/1 subleafs so that
+ columns line up.
+
+Thu Feb 27 2020 Todd Allen 
+   * cpuid.c: Added CC150 (Coffee Lake R0) synth decoding, based on
+ instlatx64 example.
+
+Wed Feb 26 2020 Todd Allen 
+   * cpuid.c: Added Jasper Lake A0 stepping (from Coreboot*).
+   * cpuid.c: Updated 1/ebx "cpu count" to modern terminology: "maximum
+ addressible IDs for CPUs in pkg" to avoid user confusion.  It was a
+ reliable count of the number of CPUs for only a split second some time
+ around 2002.  Maybe.
+   * cpuid.c: Updated 4/eax CPU & core count terminology in the same way.
+
 Tue Feb 11 2020 Todd Allen 
* Made new release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpuid-20200211/FAMILY.NOTES 
new/cpuid-20200427/FAMILY.NOTES
--- old/cpuid-20200211/FAMILY.NOTES 2020-02-10 14:34:18.0 +0100
+++ new/cpuid-20200427/FAMILY.NOTES 2020-04-24 18:23:47.0 +0200
@@ -46,7 +46,7 @@
1 Series : Sunny Cove   : new architecture (Ice Lake)
   Comet Lake   * optim of {Coffee, Whiskey} Lake (K,U)

-
-   future   : Willow Cove  : optim of Sunny Cove (Tiger Lake)
+  

commit gtk4 for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package gtk4 for openSUSE:Factory checked in 
at 2020-04-29 20:51:17

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


Package is "gtk4"

Wed Apr 29 20:51:17 2020 rev:19 rq:796644 version:3.98.3

Changes:

--- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes2020-04-02 
17:43:28.725401759 +0200
+++ /work/SRC/openSUSE:Factory/.gtk4.new.2738/gtk4.changes  2020-04-29 
20:53:14.861116802 +0200
@@ -1,0 +2,49 @@
+Tue Apr 21 09:02:03 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.98.3:
+  + GtkEntry: Support setting attributes in ui files
+  + GtkScaleButton: Don't derive from GtkButton
+  + GtkAboutDialog: Support more common licenses
+  + GtkEmojiChooser: Improve keyboard navigation
+  + GtkLabel: Remove pattern API
+  + GtkAspectFrame: Modernize and simplify
+  + Chooser buttons: Make dialogs modal by default
+  + Various widgets: Replace shadow-type and relief properties by a
+simpler has-frame
+  + CSS:
+- Use :focus-visible instead of :focus(visible)
+- Add support for :focus-within
+  + Focus handling
+- Fix crossing event generation
+- Fix focus handling in various widgets
+- Change :can-focus to be recursive
+- Fix GtkWindow:is-active setting
+  + Scrolling
+- gtk_container_set_focus_[hv]adjustment has been removed
+- gtk_viewport_set_scroll_to_focus has been added
+  + Accessibility:
+- Add a cursor-aspect-ratio setting
+- Set focus-related states properly
+  + Themes:
+- Use blue focus outlines more
+- Numerous minor improvements
+  + Wayland:
+- Fix .Compose file loading
+- Support popup repositioning
+- Fix problems with autohide popovers
+  + GDK:
+- Remove GdkKeymap from public API, replaced by GdkDevice
+  properties
+- Add full keyboard translation state to key events
+- Simplify modifier support, drop GdkModifierIntent
+- Move key event matching to GDK
+- Add GdkSurface::enter/leave-monitor signals
+- Turn GskEvent into a derivable type, and make it
+  introspectable
+  + GSK:
+- Turn GskRenderNode into a derivable type, and make it
+  introspectable
+- Fall back to cairo if compiling shaders fails
+  + Updated translations.
+
+---

Old:

  gtk-3.98.2.tar.xz

New:

  gtk-3.98.3.tar.xz



Other differences:
--
++ gtk4.spec ++
--- /var/tmp/diff_new_pack.695sCL/_old  2020-04-29 20:53:15.845119056 +0200
+++ /var/tmp/diff_new_pack.695sCL/_new  2020-04-29 20:53:15.849119065 +0200
@@ -21,7 +21,7 @@
 %define gtk_binary_version 4.0.0
 %define _name gtk
 Name:   gtk4
-Version:3.98.2
+Version:3.98.3
 Release:0
 Summary:The GTK+ toolkit library (version 4)
 License:LGPL-2.1-or-later
@@ -330,7 +330,6 @@
 %{_sysconfdir}/rpm/macros.gtk4
 %dir %{_datadir}/gtk-4.0/valgrind
 %{_datadir}/gtk-4.0/valgrind/gtk.supp
-%{_datadir}/gtk-4.0/valgrind/gtk64.supp
 
 %files -n gettext-its-%{name}
 %dir %{_datadir}/gettext/

++ gtk-3.98.2.tar.xz -> gtk-3.98.3.tar.xz ++
/work/SRC/openSUSE:Factory/gtk4/gtk-3.98.2.tar.xz 
/work/SRC/openSUSE:Factory/.gtk4.new.2738/gtk-3.98.3.tar.xz differ: char 27, 
line 1




commit lskat for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2020-04-29 20:50:39

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


Package is "lskat"

Wed Apr 29 20:50:39 2020 rev:95 rq:797040 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2020-03-12 
23:08:00.607222167 +0100
+++ /work/SRC/openSUSE:Factory/.lskat.new.2738/lskat.changes2020-04-29 
20:52:18.260987152 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:11 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:42 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix link: ui.html -> menus.html
+
+---

Old:

  lskat-19.12.3.tar.xz
  lskat-19.12.3.tar.xz.sig

New:

  lskat-20.04.0.tar.xz
  lskat-20.04.0.tar.xz.sig



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.ktOblB/_old  2020-04-29 20:52:19.540990084 +0200
+++ /var/tmp/diff_new_pack.ktOblB/_new  2020-04-29 20:52:19.544990094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lskat
 #
-# Copyright (c) 2018 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
@@ -21,28 +21,24 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   lskat
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:German Skat game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Card
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
@@ -50,6 +46,10 @@
 Recommends: %{name}-lang
 Obsoletes:  lskat5 < %{version}
 Provides:   lskat5 = %{version}
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 Lieutenant Skat is a nice two player card game which follows the rules


++ lskat-19.12.3.tar.xz -> lskat-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-19.12.3/CMakeLists.txt 
new/lskat-20.04.0/CMakeLists.txt
--- old/lskat-19.12.3/CMakeLists.txt2020-03-03 01:24:22.0 +0100
+++ new/lskat-20.04.0/CMakeLists.txt2020-04-17 02:34:24.0 +0200
@@ -30,10 +30,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
+
 if (${KF5Config_VERSION} STRGREATER "5.56.0")
 add_definitions(-DQT_NO_FOREACH)
 MESSAGE(STATUS "compile without foreach")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-19.12.3/doc/index.docbook 
new/lskat-20.04.0/doc/index.docbook
--- old/lskat-19.12.3/doc/index.docbook 2019-11-18 07:50:30.0 +0100
+++ new/lskat-20.04.0/doc/index.

commit minuet for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package minuet for openSUSE:Factory checked 
in at 2020-04-29 20:50:44

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


Package is "minuet"

Wed Apr 29 20:50:44 2020 rev:45 rq:797046 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/minuet/minuet.changes2020-03-12 
23:08:28.883233329 +0100
+++ /work/SRC/openSUSE:Factory/.minuet.new.2738/minuet.changes  2020-04-29 
20:52:29.377012615 +0200
@@ -1,0 +2,35 @@
+Thu Apr 23 12:23:14 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:44 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:41 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port to fluidsynth 2.0.0 API
+  * addVersionOption()/addHelpOption() already adds by 
KAboutData::setApplicationData
+  * Port to QRandomGenerator
+  * Add copyright headers
+  * Fix minor EBN issues
+  * Use URL with transport encryption
+  * Improve Android build system
+  * Remove extra files
+
+---

Old:

  minuet-19.12.3.tar.xz
  minuet-19.12.3.tar.xz.sig

New:

  minuet-20.04.0.tar.xz
  minuet-20.04.0.tar.xz.sig



Other differences:
--
++ minuet.spec ++
--- /var/tmp/diff_new_pack.A4ahCr/_old  2020-04-29 20:52:30.989016308 +0200
+++ /var/tmp/diff_new_pack.A4ahCr/_new  2020-04-29 20:52:30.989016308 +0200
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   minuet
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:A KDE Software for Music Education
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= 5.15.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
@@ -50,6 +46,10 @@
 # Runtime requirement
 Requires:   libqt5-qtquickcontrols2
 Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 Application for Music Education.


++ minuet-19.12.3.tar.xz -> minuet-20.04.0.tar.xz ++
/work/SRC/openSUSE:Factory/minuet/minuet-19.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.minuet.new.2738/minuet-20.04.0.tar.xz differ: char 
25, line 1




commit rocs for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2020-04-29 20:51:01

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


Package is "rocs"

Wed Apr 29 20:51:01 2020 rev:119 rq:797056 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2020-03-12 
23:10:24.179278843 +0100
+++ /work/SRC/openSUSE:Factory/.rocs.new.2738/rocs.changes  2020-04-29 
20:52:54.369069862 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:18 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:48 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:45 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes since 19.12.3, only listing bugfixes:
+  * Set minimal Qt version according to used Qt API to 5.11 (kde#415081)
+
+---

Old:

  rocs-19.12.3.tar.xz
  rocs-19.12.3.tar.xz.sig

New:

  rocs-20.04.0.tar.xz
  rocs-20.04.0.tar.xz.sig



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.VUCRRi/_old  2020-04-29 20:52:55.393072208 +0200
+++ /var/tmp/diff_new_pack.VUCRRi/_new  2020-04-29 20:52:55.397072217 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rocs
 #
-# Copyright (c) 2018 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
@@ -21,19 +21,18 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   rocs
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Graph Theory IDE
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Mathematics
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
+BuildRequires:  libboost_headers-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Config)
@@ -45,8 +44,6 @@
 BuildRequires:  cmake(KF5Service)
 BuildRequires:  cmake(KF5TextEditor)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
@@ -61,10 +58,11 @@
 BuildRequires:  cmake(Qt5XmlPatterns)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-BuildRequires:  libboost_headers-devel
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Rocs is a Graph Theory IDE for helping professors to show the results
@@ -95,9 +93,7 @@
 This package provides development files and headers needed
 to build software using Rocs.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ rocs-19.12.3.tar.xz -> rocs-20.04.0.tar.xz ++
 12295 lines of diff (skipped)




commit svgpart for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2020-04-29 20:51:08

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


Package is "svgpart"

Wed Apr 29 20:51:08 2020 rev:97 rq:797060 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2020-03-12 
23:10:44.967287050 +0100
+++ /work/SRC/openSUSE:Factory/.svgpart.new.2738/svgpart.changes
2020-04-29 20:52:58.825080069 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:20 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:49 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix minor issue found by EBN
+
+---

Old:

  svgpart-19.12.3.tar.xz
  svgpart-19.12.3.tar.xz.sig

New:

  svgpart-20.04.0.tar.xz
  svgpart-20.04.0.tar.xz.sig



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.5OlnaI/_old  2020-04-29 20:53:00.249083331 +0200
+++ /var/tmp/diff_new_pack.5OlnaI/_new  2020-04-29 20:53:00.249083331 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package svgpart
 #
-# Copyright (c) 2018 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
@@ -21,34 +21,30 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   svgpart
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://projects.kde.org/projects/kde/kdegraphics/svgpart
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  kf5-filesystem
+BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Parts)
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 An SVG viewer component for KDE (KPart).
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ svgpart-19.12.3.tar.xz -> svgpart-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-19.12.3/CMakeLists.txt 
new/svgpart-20.04.0/CMakeLists.txt
--- old/svgpart-19.12.3/CMakeLists.txt  2020-03-03 01:15:10.0 +0100
+++ new/svgpart-20.04.0/CMakeLists.txt  2020-04-17 02:29:02.0 +0200
@@ -18,10 +18,7 @@
 add_definitions(
 -DQT_NO_URL_CAST_FROM_STRING
 )
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
+
 
 add_definitions(-DTRANSLATION_DOMAIN="svgpart")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/svgpart-19.12.3/po/en_GB/svgpart.po 
new/svgpart-20.04.0/po/en_GB/svgpart.po
--- old/svgpart-19.12.3/po/en_GB/svgpart.po 2020-03-03 01:15:07.0 
+0100
+++ new/svgpart-20.04.0/po/en_GB/svgpart.po 2020-04-17 02:29:00.0 
+0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-05-20 03:08+0200\n"
 "PO-Revision-Date: 2008-04-11 23:31+0100\n"
 "Last-Translator: Malcolm Hunter \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=

commit pim-data-exporter for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package pim-data-exporter for 
openSUSE:Factory checked in at 2020-04-29 20:50:53

Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and  /work/SRC/openSUSE:Factory/.pim-data-exporter.new.2738 (New)


Package is "pim-data-exporter"

Wed Apr 29 20:50:53 2020 rev:44 rq:797053 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes  
2020-03-12 23:09:18.079252750 +0100
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.2738/pim-data-exporter.changes
2020-04-29 20:52:46.241051244 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:23:17 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * storageservicemanager was killed long time ago
+  * Prepare for autotesting method
+  * Remove unuse includes
+  * Implement import foldermailarchiverc
+  * Start to implement restore foldermailarchiverc
+  * Use QLatin1Char('/') here
+
+---
+Sun Apr  5 20:30:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fix icon
+
+---
+Sun Mar 22 09:17:44 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  pim-data-exporter-19.12.3.tar.xz
  pim-data-exporter-19.12.3.tar.xz.sig

New:

  pim-data-exporter-20.04.0.tar.xz
  pim-data-exporter-20.04.0.tar.xz.sig



Other differences:
--
++ pim-data-exporter.spec ++
--- /var/tmp/diff_new_pack.a2QBMA/_old  2020-04-29 20:52:46.997052976 +0200
+++ /var/tmp/diff_new_pack.a2QBMA/_new  2020-04-29 20:52:46.997052976 +0200
@@ -16,35 +16,29 @@
 #
 
 
-%define kf5_version 5.60.0
+%define kf5_version 5.66.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pim-data-exporter
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Data exporter for KDE PIM
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  gettext-devel
 # Only required for the icon
 BuildRequires:  kontact
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiNotes)
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5CalendarCore)
-BuildRequires:  cmake(KF5CalendarSupport)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5Contacts)
+BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
@@ -60,22 +54,22 @@
 BuildRequires:  cmake(KF5PimTextEdit)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KUserFeedback)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
-BuildRequires:  cmake(Qt5Xml)
 Requires:   kontact
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 This package contains utlities needed by KDE PIM to export data for backup and 
archival.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ pim-data-exporter-19.12.3.tar.xz -> pim-data-exporter-20.04.0.tar.xz 
++
 12880 lines of diff (skipped)




commit picmi for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2020-04-29 20:50:52

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


Package is "picmi"

Wed Apr 29 20:50:52 2020 rev:96 rq:797051 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2020-03-12 
23:08:57.623244675 +0100
+++ /work/SRC/openSUSE:Factory/.picmi.new.2738/picmi.changes2020-04-29 
20:52:43.553045087 +0200
@@ -1,0 +2,31 @@
+Thu Apr 23 12:23:16 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:46 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:43 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Add two new levels
+  * Port to qdebug categories
+  * Port to QRandomGenerator
+  * Fix link: ui.html -> menus.html
+
+---

Old:

  picmi-19.12.3.tar.xz
  picmi-19.12.3.tar.xz.sig

New:

  picmi-20.04.0.tar.xz
  picmi-20.04.0.tar.xz.sig



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.z26pb2/_old  2020-04-29 20:52:44.845048047 +0200
+++ /var/tmp/diff_new_pack.z26pb2/_new  2020-04-29 20:52:44.845048047 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package picmi
 #
-# Copyright (c) 2018 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
@@ -21,26 +21,22 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   picmi
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Nonogram Logic game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Logic
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
@@ -49,6 +45,10 @@
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:  picmi5 < %{version}
 Provides:   picmi5 = %{version}
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 A nonogram logic game for KDE
@@ -80,6 +80,7 @@
 %{_kf5_applicationsdir}/org.kde.picmi.desktop
 %{_kf5_appsdir}/picmi/
 %{_kf5_appstreamdir}/
+%{_kf5_debugdir}/picmi.categories
 %{_kf5_bindir}/picmi
 %{_kf5_iconsdir}/hicolor/*/apps/picmi.*
 %{_kf5_kxmlguidir}/picmi/


++ picmi-19.12.3.tar.xz -> picmi-20.04.0.tar.xz ++
 18419 lines of diff (skipped)




commit palapeli for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2020-04-29 20:50:48

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


Package is "palapeli"

Wed Apr 29 20:50:48 2020 rev:95 rq:797049 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2020-03-12 
23:08:37.287236647 +0100
+++ /work/SRC/openSUSE:Factory/.palapeli.new.2738/palapeli.changes  
2020-04-29 20:52:35.105025736 +0200
@@ -1,0 +2,36 @@
+Thu Apr 23 12:23:15 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:45 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Add missing include
+
+---
+Sun Mar 22 09:17:42 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into palapeli version
+  * add oars content_rating
+  * Port to QRandomGenerator
+  * Fix trivial issues found by LLVM
+  * Fix link: ui.html -> menus.html
+  * Replace deprecated KFilterProxySearchLine
+  * Fix minor issues found by EBN
+  * Use URLs with transport encryption
+
+---

Old:

  palapeli-19.12.3.tar.xz
  palapeli-19.12.3.tar.xz.sig

New:

  palapeli-20.04.0.tar.xz
  palapeli-20.04.0.tar.xz.sig



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.AStLt2/_old  2020-04-29 20:52:36.505028943 +0200
+++ /var/tmp/diff_new_pack.AStLt2/_new  2020-04-29 20:52:36.513028961 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package palapeli
 #
-# Copyright (c) 2018 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
@@ -21,34 +21,30 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   palapeli
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Jigsaw puzzle game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5Service)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
@@ -56,8 +52,10 @@
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you are not
@@ -82,9 +80,7 @@
 %description devel
 This package contains the development files for Palapeli.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ palapeli-19.12.3.tar.xz -> palapeli-20.04.0.tar.xz ++
 11250 lines of diff (skipped)




commit mbox-importer for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package mbox-importer for openSUSE:Factory 
checked in at 2020-04-29 20:50:41

Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old)
 and  /work/SRC/openSUSE:Factory/.mbox-importer.new.2738 (New)


Package is "mbox-importer"

Wed Apr 29 20:50:41 2020 rev:41 rq:797044 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes  
2020-03-12 23:08:23.571231232 +0100
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new.2738/mbox-importer.changes
2020-04-29 20:52:24.877002307 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:13 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:44 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:41 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Remove QCombobox usage
+
+---

Old:

  mbox-importer-19.12.3.tar.xz
  mbox-importer-19.12.3.tar.xz.sig

New:

  mbox-importer-20.04.0.tar.xz
  mbox-importer-20.04.0.tar.xz.sig



Other differences:
--
++ mbox-importer.spec ++
--- /var/tmp/diff_new_pack.BPcA4j/_old  2020-04-29 20:52:25.761004332 +0200
+++ /var/tmp/diff_new_pack.BPcA4j/_new  2020-04-29 20:52:25.765004341 +0200
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   mbox-importer
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Tool for importing mbox archives into akonadi
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5Config)
@@ -43,9 +39,13 @@
 BuildRequires:  cmake(KF5Service)
 BuildRequires:  cmake(Qt5Gui) >= 5.10.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.10.0
+Recommends: %{name}-lang
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package contains a tool that can be used to import mbox archives


++ mbox-importer-19.12.3.tar.xz -> mbox-importer-20.04.0.tar.xz ++
 1606 lines of diff (skipped)




commit step for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2020-04-29 20:51:04

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


Package is "step"

Wed Apr 29 20:51:04 2020 rev:115 rq:797059 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2020-03-12 
23:10:37.819284228 +0100
+++ /work/SRC/openSUSE:Factory/.step.new.2738/step.changes  2020-04-29 
20:52:56.909075680 +0200
@@ -1,0 +2,35 @@
+Thu Apr 23 12:23:20 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:49 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:46 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix compilation for locales with '@'
+  * addVersionOption()/addHelpOption() already adds by 
KAboutData::setApplicationData
+  * Fix trivial Doxygen warning
+  * Port deprecated method
+  * Resolve problem with objinfo, examples, and tutorials installation when 
there are several locales
+  * Port extractxml to Python 3 with minor typo fixes
+  * Fix Step infobrowser and examples localization
+  * Use URLs with transport encryption
+
+---

Old:

  step-19.12.3.tar.xz
  step-19.12.3.tar.xz.sig

New:

  step-20.04.0.tar.xz
  step-20.04.0.tar.xz.sig



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.OKaq1O/_old  2020-04-29 20:52:57.661077403 +0200
+++ /var/tmp/diff_new_pack.OKaq1O/_new  2020-04-29 20:52:57.665077412 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package step
 #
-# Copyright (c) 2018 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
@@ -21,42 +21,38 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   step
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Physics
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  gsl-devel
+BuildRequires:  libeigen3-devel
+BuildRequires:  libqalculate-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5KHtml)
 BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KHtml)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5Plotting)
-BuildRequires:  libeigen3-devel
-%if %{with lang}
-BuildRequires:  libqt5-linguist-devel
-%endif
-BuildRequires:  libqalculate-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5OpenGL)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Xml)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+BuildRequires:  libqt5-linguist-devel
 %endif
 
 %description
@@ -66,9 +62,7 @@
 to the laws of physics. Every property of bodies/forces in the
 experiment may be changed, even during simulation.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ step-19.12.3.tar.xz -> step-20.04.0.tar.xz ++
 15228 lines of diff (skipped)




commit pim-sieve-editor for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package pim-sieve-editor for 
openSUSE:Factory checked in at 2020-04-29 20:50:55

Comparing /work/SRC/openSUSE:Factory/pim-sieve-editor (Old)
 and  /work/SRC/openSUSE:Factory/.pim-sieve-editor.new.2738 (New)


Package is "pim-sieve-editor"

Wed Apr 29 20:50:55 2020 rev:42 rq:797054 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes
2020-03-12 23:09:33.743258934 +0100
+++ 
/work/SRC/openSUSE:Factory/.pim-sieve-editor.new.2738/pim-sieve-editor.changes  
2020-04-29 20:52:48.909057355 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:17 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fix enum type
+
+---
+Sun Mar 22 09:17:44 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  pim-sieve-editor-19.12.3.tar.xz
  pim-sieve-editor-19.12.3.tar.xz.sig

New:

  pim-sieve-editor-20.04.0.tar.xz
  pim-sieve-editor-20.04.0.tar.xz.sig



Other differences:
--
++ pim-sieve-editor.spec ++
--- /var/tmp/diff_new_pack.4QdC9H/_old  2020-04-29 20:52:49.909059646 +0200
+++ /var/tmp/diff_new_pack.4QdC9H/_new  2020-04-29 20:52:49.913059656 +0200
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   pim-sieve-editor
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Sieve scripts editor for KDE PIM
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 # Is only required for the icon
 BuildRequires:  kmail-application-icons
@@ -47,13 +43,18 @@
 BuildRequires:  cmake(KF5MailTransport)
 BuildRequires:  cmake(KF5PimCommon)
 BuildRequires:  cmake(KF5PimTextEdit)
+BuildRequires:  cmake(KUserFeedback)
 BuildRequires:  cmake(Qt5Network) >= 5.10.0
 BuildRequires:  cmake(Qt5Test) >= 5.10.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.10.0
 Requires:   kmail
+Recommends: %{name}-lang
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package provides an editor, complete with syntax highlighting and


++ pim-sieve-editor-19.12.3.tar.xz -> pim-sieve-editor-20.04.0.tar.xz ++
 9826 lines of diff (skipped)




commit parley for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2020-04-29 20:50:50

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


Package is "parley"

Wed Apr 29 20:50:50 2020 rev:115 rq:797050 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2020-03-12 
23:08:44.479239486 +0100
+++ /work/SRC/openSUSE:Factory/.parley.new.2738/parley.changes  2020-04-29 
20:52:39.365035494 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:15 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:45 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:42 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  parley-19.12.3.tar.xz
  parley-19.12.3.tar.xz.sig

New:

  parley-20.04.0.tar.xz
  parley-20.04.0.tar.xz.sig



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.CdRmfr/_old  2020-04-29 20:52:40.449037977 +0200
+++ /var/tmp/diff_new_pack.CdRmfr/_new  2020-04-29 20:52:40.453037986 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package parley
 #
-# Copyright (c) 2018 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
@@ -21,36 +21,32 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   parley
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Language
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  kf5-filesystem
+BuildRequires:  libxml2-devel
+BuildRequires:  libxslt-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KCMUtils)
 BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Kross)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5Notifications)
-BuildRequires:  cmake(KF5Kross)
+BuildRequires:  cmake(KF5Sonnet)
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(LibKEduVocDocument)
-BuildRequires:  libxml2-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  cmake(KF5Sonnet)
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Multimedia)
@@ -65,15 +61,15 @@
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Parley is a vocabulary trainer for KDE.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ parley-19.12.3.tar.xz -> parley-20.04.0.tar.xz ++
/work/SRC/openSUSE:Factory/parley/parley-19.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.parley.new.2738/parley-20.04.0.tar.xz differ: char 
25, line 1




commit umbrello for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2020-04-29 20:51:13

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


Package is "umbrello"

Wed Apr 29 20:51:13 2020 rev:88 rq:797063 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2020-03-12 
23:10:59.083292622 +0100
+++ /work/SRC/openSUSE:Factory/.umbrello.new.2738/umbrello.changes  
2020-04-29 20:53:07.297099476 +0200
@@ -1,0 +2,39 @@
+Thu Apr 23 12:23:21 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * cmake: fix version compare lower syntax
+  * unittests: fix checking llvm version number
+  * cmake: fix minor version
+  * unittests: only build llvm testcase with the supported versions 7 and 8
+  * cmake: Remove limits for generating dot graphs
+  * cmake use svg as image format for dot
+  * cmake: increase maximum dot graph depth to not limit generated graphs
+  * cmake: on generating api doc disable using multiple dot targets
+  * cmake: Only enable generating dot files if the 'dot' tool was found
+  * Add support for Qt5 variant of qhelpgenerator
+
+---
+Sun Apr  5 20:30:50 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fixed cmake 3.10 error caused by not setting policy CMP0057 to NEW
+  * Fix bug not building apidoc and qch file by default, if enabled 
(kde#419202)
+
+---
+Sun Mar 22 09:17:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  umbrello-19.12.3.tar.xz
  umbrello-19.12.3.tar.xz.sig

New:

  umbrello-20.04.0.tar.xz
  umbrello-20.04.0.tar.xz.sig



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.Sw6EJa/_old  2020-04-29 20:53:08.333101849 +0200
+++ /var/tmp/diff_new_pack.Sw6EJa/_new  2020-04-29 20:53:08.337101858 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package umbrello
 #
-# Copyright (c) 2018 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
@@ -21,47 +21,37 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without  lang
 Name:   umbrello
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:UML Modeller
 License:GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
 Group:  Development/Tools/Other
 URL:https://www.kde.org/
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
-BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules
+BuildRequires:  kdevelop5-pg-qt
+BuildRequires:  kdevplatform-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  libxslt-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5Auth)
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5Init)
+BuildRequires:  cmake(KF5ItemModels)
 BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Parts)
-BuildRequires:  cmake(KF5Service)
 BuildRequires:  cmake(KF5TextEditor)
+BuildRequires:  cmake(KF5ThreadWeaver)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  kdevelop5-pg-qt
-BuildRequires:  kdevplatform-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  subversion-devel
-BuildRequires:  update-desktop-files
 BuildRequires: 

commit yakuake for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2020-04-29 20:51:14

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


Package is "yakuake"

Wed Apr 29 20:51:14 2020 rev:54 rq:797064 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2020-03-12 
23:11:04.499294760 +0100
+++ /work/SRC/openSUSE:Factory/.yakuake.new.2738/yakuake.changes
2020-04-29 20:53:12.46305 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:23:22 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:51 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:48 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Add support for resizing by dragging the title bar
+  * Support opening new sessions in current working dir (kde#396472)
+  * It alreadys added by kaboutdata
+  * Port deprecated methods
+  * Use URLs with transport encryption
+
+---

Old:

  yakuake-19.12.3.tar.xz
  yakuake-19.12.3.tar.xz.sig

New:

  yakuake-20.04.0.tar.xz
  yakuake-20.04.0.tar.xz.sig



Other differences:
--
++ yakuake.spec ++
--- /var/tmp/diff_new_pack.ykoS6Z/_old  2020-04-29 20:53:13.257113128 +0200
+++ /var/tmp/diff_new_pack.ykoS6Z/_new  2020-04-29 20:53:13.261113137 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# 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
@@ -18,17 +18,13 @@
 
 %bcond_without lang
 Name:   yakuake
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Terminal for KDE
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://kde.org/applications/system/org.kde.yakuake
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
@@ -55,6 +51,10 @@
 Requires:   konsole-part > 15.12
 Recommends: %{name}-lang = %{version}
 Recommends: konsole > 15.12
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 Yakuake is a retractable KDE Terminal Emulator.


++ yakuake-19.12.3.tar.xz -> yakuake-20.04.0.tar.xz ++
 27515 lines of diff (skipped)




commit sweeper for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2020-04-29 20:51:10

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


Package is "sweeper"

Wed Apr 29 20:51:10 2020 rev:107 rq:797061 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2020-03-12 
23:10:51.167289498 +0100
+++ /work/SRC/openSUSE:Factory/.sweeper.new.2738/sweeper.changes
2020-04-29 20:53:02.465088407 +0200
@@ -1,0 +2,36 @@
+Thu Apr 23 12:23:21 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:50 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * use auto
+  * create QStringList in one pass
+  * join qDebug() calls
+  * default destructor
+  * drop "reimp" marker, we now have override
+  * initialize members in initializer list
+  * modernize for loops
+  * Port to QVector. A QLinkedList is not necessary for a list of element.
+  * Use URL with transport encryption
+
+---

Old:

  sweeper-19.12.3.tar.xz
  sweeper-19.12.3.tar.xz.sig

New:

  sweeper-20.04.0.tar.xz
  sweeper-20.04.0.tar.xz.sig



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.PGU3eC/_old  2020-04-29 20:53:03.629091074 +0200
+++ /var/tmp/diff_new_pack.PGU3eC/_new  2020-04-29 20:53:03.633091083 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sweeper
 #
-# Copyright (c) 2018 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
@@ -21,19 +21,16 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   sweeper
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5ActivitiesStats)
 BuildRequires:  cmake(KF5Bookmarks)
 BuildRequires:  cmake(KF5Config)
@@ -45,20 +42,19 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Widgets)
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Helps clean unwanted traces the user leaves on the system.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n sweeper-%{version}


++ sweeper-19.12.3.tar.xz -> sweeper-20.04.0.tar.xz ++
  lines of diff (skipped)




commit poxml for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2020-04-29 20:50:58

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


Package is "poxml"

Wed Apr 29 20:50:58 2020 rev:86 rq:797055 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2020-03-12 
23:10:05.147271330 +0100
+++ /work/SRC/openSUSE:Factory/.poxml.new.2738/poxml.changes2020-04-29 
20:52:51.317062871 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:23:18 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:44 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix minor EBN issue
+  * Fix feature address according to 
https://doc.qt.io/qt-5/qxmlsimplereader.html#setFeature
+  * Use URL with transport encryption
+
+---

Old:

  poxml-19.12.3.tar.xz
  poxml-19.12.3.tar.xz.sig

New:

  poxml-20.04.0.tar.xz
  poxml-20.04.0.tar.xz.sig



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.lu3q07/_old  2020-04-29 20:52:53.197067178 +0200
+++ /var/tmp/diff_new_pack.lu3q07/_new  2020-04-29 20:52:53.201067187 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poxml
 #
-# Copyright (c) 2018 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
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   poxml
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Tools for translating DocBook XML files with Gettext
 License:GPL-2.0-only AND GFDL-1.2-only
 Group:  System/GUI/KDE
 URL:https://www.kde.org/
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  antlr
 BuildRequires:  antlr-devel
 BuildRequires:  extra-cmake-modules
@@ -39,6 +35,10 @@
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Xml)
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This is a collection of tools that facilitate translating DocBook XML


++ poxml-19.12.3.tar.xz -> poxml-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.12.3/CMakeLists.txt 
new/poxml-20.04.0/CMakeLists.txt
--- old/poxml-19.12.3/CMakeLists.txt2020-03-03 01:26:22.0 +0100
+++ new/poxml-20.04.0/CMakeLists.txt2020-04-17 02:35:13.0 +0200
@@ -15,7 +15,7 @@
 find_package(GettextPO REQUIRED)
 set_package_properties("gettext-po" PROPERTIES
 DESCRIPTION "A library for processing PO files"
-URL "http://www.gnu.org/software/gettext";
+URL "https://www.gnu.org/software/gettext";
 TYPE REQUIRED
 PURPOSE "Required to build the poxml tools.")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.12.3/parser.cpp new/poxml-20.04.0/parser.cpp
--- old/poxml-19.12.3/parser.cpp2019-10-24 14:10:30.0 +0200
+++ new/poxml-20.04.0/parser.cpp2020-01-10 17:57:12.0 +0100
@@ -872,7 +872,7 @@
 const int start = index;
 index = contents.indexOf( delim, index + rx.matchedLength() );
 index = contents.indexOf( '>', index );
-if ( !name.startsWith( "i18n-" ) )
+if ( !name.startsWith( QLatin1String("i18n-") ) )
 continue;
 const QString entity = contents.mid( start, index - start + 1 );
   

commit ktp-send-file for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2020-04-29 20:50:17

Comparing /work/SRC/openSUSE:Factory/ktp-send-file (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-send-file.new.2738 (New)


Package is "ktp-send-file"

Wed Apr 29 20:50:17 2020 rev:13 rq:797015 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktp-send-file/ktp-send-file.changes  
2020-03-12 23:06:46.323192843 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new.2738/ktp-send-file.changes
2020-04-29 20:51:27.760871474 +0200
@@ -1,0 +2,31 @@
+Thu Apr 23 12:23:00 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:33 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Dependency on KIconThemes is no longer needed
+
+---
+Sun Mar 22 09:17:30 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * It alreadys adds by kaboutdata
+  * Replace KIconloader with QIcon::fromTheme
+  * Remove old-style service menu
+
+---

Old:

  ktp-send-file-19.12.3.tar.xz
  ktp-send-file-19.12.3.tar.xz.sig

New:

  ktp-send-file-20.04.0.tar.xz
  ktp-send-file-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-send-file.spec ++
--- /var/tmp/diff_new_pack.ZaLndo/_old  2020-04-29 20:51:28.824873912 +0200
+++ /var/tmp/diff_new_pack.ZaLndo/_new  2020-04-29 20:51:28.828873921 +0200
@@ -16,38 +16,35 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-send-file
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:File manager plugin
 License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel >= 5.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel >= 5.0
-BuildRequires:  kio-devel >= 5.0
-BuildRequires:  ktp-common-internals-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.0
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 A File manager plugin to launch a file transfer job with a specified contact
@@ -71,7 +68,6 @@
 %files
 %license COPYING*
 %{_kf5_bindir}/ktp-send-file
-%{_kf5_servicesdir}/
 
 %if %{with lang}
 %files lang -f %{name}.lang


++ ktp-send-file-19.12.3.tar.xz -> ktp-send-file-20.04.0.tar.xz ++
 3022 lines of diff (skipped)




commit ktp-filetransfer-handler for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-filetransfer-handler for 
openSUSE:Factory checked in at 2020-04-29 20:50:14

Comparing /work/SRC/openSUSE:Factory/ktp-filetransfer-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new.2738 (New)


Package is "ktp-filetransfer-handler"

Wed Apr 29 20:50:14 2020 rev:13 rq:797013 version:20.04.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-filetransfer-handler/ktp-filetransfer-handler.changes
2020-03-12 23:06:40.999190741 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new.2738/ktp-filetransfer-handler.changes
  2020-04-29 20:51:25.216865647 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:22:59 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:29 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  ktp-filetransfer-handler-19.12.3.tar.xz
  ktp-filetransfer-handler-19.12.3.tar.xz.sig

New:

  ktp-filetransfer-handler-20.04.0.tar.xz
  ktp-filetransfer-handler-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-filetransfer-handler.spec ++
--- /var/tmp/diff_new_pack.ODGiD2/_old  2020-04-29 20:51:26.192867882 +0200
+++ /var/tmp/diff_new_pack.ODGiD2/_new  2020-04-29 20:51:26.192867882 +0200
@@ -16,40 +16,39 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-filetransfer-handler
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Telepathy filetransfer handler
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel
-BuildRequires:  kcoreaddons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kio-devel
-BuildRequires:  ktp-common-internals-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 Telepathy text filetransfer handler


++ ktp-filetransfer-handler-19.12.3.tar.xz -> 
ktp-filetransfer-handler-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-filetransfer-handler-19.12.3/CMakeLists.txt 
new/ktp-filetransfer-handler-20.04.0/CMakeLists.txt
--- old/ktp-filetransfer-handler-19.12.3/CMakeLists.txt 2020-03-03 
01:30:32.0 +0100
+++ new/ktp-filetransfer-handler-20.04.0/CMakeLists.txt 2020-04-17 
02:37:08.0 +0200
@@ -3,10 +3,10 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MIC

commit ktp-contact-runner for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-contact-runner for 
openSUSE:Factory checked in at 2020-04-29 20:50:11

Comparing /work/SRC/openSUSE:Factory/ktp-contact-runner (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-runner.new.2738 (New)


Package is "ktp-contact-runner"

Wed Apr 29 20:50:11 2020 rev:13 rq:797011 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-runner/ktp-contact-runner.changes
2020-03-12 23:06:32.503187387 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new.2738/ktp-contact-runner.changes
  2020-04-29 20:51:22.100858509 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:22:58 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:31 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:28 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  ktp-contact-runner-19.12.3.tar.xz
  ktp-contact-runner-19.12.3.tar.xz.sig

New:

  ktp-contact-runner-20.04.0.tar.xz
  ktp-contact-runner-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-contact-runner.spec ++
--- /var/tmp/diff_new_pack.cHoiQX/_old  2020-04-29 20:51:22.892860323 +0200
+++ /var/tmp/diff_new_pack.cHoiQX/_new  2020-04-29 20:51:22.892860323 +0200
@@ -16,41 +16,40 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-contact-runner
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Telepathy Krunner plugin
 License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  krunner-devel
-BuildRequires:  kservice-devel
-BuildRequires:  ktp-common-internals-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5Runner)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5Wallet)
 BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 A KRunner plugin to find your Telepathy contacts.


++ ktp-contact-runner-19.12.3.tar.xz -> ktp-contact-runner-20.04.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-runner-19.12.3/CMakeLists.txt 
new/ktp-contact-runner-20.04.0/CMakeLists.txt
--- old/ktp-contact-runner-19.12.3/CMakeLists.txt   2020-03-03 
01:30:24.0 +0100
+++ new/ktp-contact-runner-20.04.0/CMakeLists.txt   2020-04-17 
02:37:03.0 +0200
@@ -5,10 +5,10 @@
 include(FeatureSummary)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
-set(KTP_CONTACT_RUNNER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_

commit lokalize for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2020-04-29 20:50:36

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


Package is "lokalize"

Wed Apr 29 20:50:36 2020 rev:86 rq:797039 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2020-03-12 
23:07:55.767220256 +0100
+++ /work/SRC/openSUSE:Factory/.lokalize.new.2738/lokalize.changes  
2020-04-29 20:52:12.308973518 +0200
@@ -1,0 +2,40 @@
+Thu Apr 23 12:23:11 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Update mailings list for the Norwegian languages
+
+---
+Sun Apr  5 20:30:42 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Only check LT for source and HTML escaping
+  * Add bg nplurals as used in gettext
+  * Do not launch LT on empty strings
+  * Only fire LT once
+  * Remove this for stable due to string freeze
+  * Add auto language tool check after X seconds of wait
+
+---
+Sun Mar 22 09:17:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes since 19.12.3, only listing bugfixes:
+  * Adding LanguageTool support (kde#410068)
+  * Add a Close project menu item (kde#406259)
+  * Fix a bug in recent files list with non-project file opens (kde#412820)
+  * Put radio buttons for Catalog Filter (kde#412836)
+  * Link zoom in source and target panels (kde#413497)
+  * Add files list to the catalog view (kde#405133)
+
+---

Old:

  lokalize-19.12.3.tar.xz
  lokalize-19.12.3.tar.xz.sig

New:

  lokalize-20.04.0.tar.xz
  lokalize-20.04.0.tar.xz.sig



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.efVrhR/_old  2020-04-29 20:52:13.456976148 +0200
+++ /var/tmp/diff_new_pack.efVrhR/_new  2020-04-29 20:52:13.460976157 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lokalize
 #
-# Copyright (c) 2018 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
@@ -21,20 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   lokalize
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:KDE Translation Editor
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org/
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  hunspell-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
@@ -42,11 +39,10 @@
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5Kross)
-BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5Sonnet)
-BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Script)
@@ -55,15 +51,15 @@
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 This package contains lokalize, an editor for translations
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ lokalize-19.12.3.tar.xz -> lokalize-20.04.0.tar.xz ++
 93648 lines of diff (skipped)




commit ktuberling for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2020-04-29 20:50:22

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


Package is "ktuberling"

Wed Apr 29 20:50:22 2020 rev:96 rq:797017 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2020-03-12 
23:06:55.503196466 +0100
+++ /work/SRC/openSUSE:Factory/.ktuberling.new.2738/ktuberling.changes  
2020-04-29 20:51:35.260888654 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:01 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:33 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:30 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  ktuberling-19.12.3.tar.xz
  ktuberling-19.12.3.tar.xz.sig

New:

  ktuberling-20.04.0.tar.xz
  ktuberling-20.04.0.tar.xz.sig



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.KZ8wjI/_old  2020-04-29 20:51:37.200893098 +0200
+++ /var/tmp/diff_new_pack.KZ8wjI/_new  2020-04-29 20:51:37.212893125 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktuberling
 #
-# Copyright (c) 2018 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
@@ -21,39 +21,39 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktuberling
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Potato drawing editor
 License:GPL-2.0-or-later
 Group:  Amusements/Toys/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Multimedia)
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
+Recommends: %{name}-lang
 Provides:   ktuberling5 = %{version}
 Obsoletes:  ktuberling5 < %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 KTuberling is a nice potato editor for kids. The game intended for
@@ -84,6 +84,7 @@
 %{_kf5_applicationsdir}/org.kde.ktuberling.desktop
 %{_kf5_appsdir}/ktuberling/
 %{_kf5_bindir}/ktuberling
+%{_kf5_debugdir}/ktuberling.categories
 %{_kf5_iconsdir}/hicolor/*/*/*
 %{_kf5_kxmlguidir}/ktuberling/
 %{_kf5_appstreamdir}/org.kde.ktuberling.appdata.xml


++ ktuberling-19.12.3.tar.xz -> ktuberling-20.04.0.tar.xz ++
/work/SRC/openSUSE:Factory/ktuberling/ktuberling-19.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.ktuberling.new.2738/ktuberling-20.04.0.tar.xz 
differ: char 26, line 1




commit libkmahjongg for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2020-04-29 20:50:35

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


Package is "libkmahjongg"

Wed Apr 29 20:50:35 2020 rev:96 rq:797035 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2020-03-12 23:07:51.103218415 +0100
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new.2738/libkmahjongg.changes  
2020-04-29 20:52:07.464962422 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:23:09 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:40 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:37 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  libkmahjongg-19.12.3.tar.xz
  libkmahjongg-19.12.3.tar.xz.sig

New:

  libkmahjongg-20.04.0.tar.xz
  libkmahjongg-20.04.0.tar.xz.sig



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.YthtOp/_old  2020-04-29 20:52:08.184964072 +0200
+++ /var/tmp/diff_new_pack.YthtOp/_new  2020-04-29 20:52:08.188964081 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkmahjongg
 #
-# Copyright (c) 2018 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
@@ -21,25 +21,21 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkmahjongg
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:General Data for KDE Games
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  fdupes
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Svg)
@@ -47,8 +43,10 @@
 Obsoletes:  %{name}-kf5 < %{version}
 Provides:   %{name}-kf5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 This package contains data which is required by KDE games.
@@ -74,9 +72,7 @@
 This package contains all necessary files and libraries needed to
 develop games that uses Mahjongg tiles.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ libkmahjongg-19.12.3.tar.xz -> libkmahjongg-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-19.12.3/CMakeLists.txt 
new/libkmahjongg-20.04.0/CMakeLists.txt
--- old/libkmahjongg-19.12.3/CMakeLists.txt 2020-03-03 01:24:14.0 
+0100
+++ new/libkmahjongg-20.04.0/CMakeLists.txt 2020-04-17 02:34:18.0 
+0200
@@ -35,10 +35,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 add_definitions(-DTRANSLATION_DOMAIN="libkmahjongg5")
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
+
 if (${KF5Config_VERSION} STRGREATER "5.56.0")
 add_definitions(-DQT_NO_FOREACH)
 MESSAGE(STATUS "compile without foreach")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-19.12.3/po/en_GB/libkmahjongg5

commit ktp-contact-list for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-contact-list for 
openSUSE:Factory checked in at 2020-04-29 20:50:08

Comparing /work/SRC/openSUSE:Factory/ktp-contact-list (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-list.new.2738 (New)


Package is "ktp-contact-list"

Wed Apr 29 20:50:08 2020 rev:13 rq:797010 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-list/ktp-contact-list.changes
2020-03-12 23:06:29.255186105 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-list.new.2738/ktp-contact-list.changes  
2020-04-29 20:51:20.80880 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:22:58 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:31 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fix build with Qt 5.15
+
+---
+Sun Mar 22 09:17:28 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  ktp-contact-list-19.12.3.tar.xz
  ktp-contact-list-19.12.3.tar.xz.sig

New:

  ktp-contact-list-20.04.0.tar.xz
  ktp-contact-list-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-contact-list.spec ++
--- /var/tmp/diff_new_pack.Wl9sen/_old  2020-04-29 20:51:21.664857510 +0200
+++ /var/tmp/diff_new_pack.Wl9sen/_new  2020-04-29 20:51:21.664857510 +0200
@@ -16,46 +16,45 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-contact-list
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Telepathy contact list
 License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel
-BuildRequires:  kdbusaddons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kpeople5-devel
-BuildRequires:  ktp-common-internals-devel
 BuildRequires:  ktp-icons
-BuildRequires:  kwallet-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(KF5People)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Xml) >= 5.2.0
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 Telepathy contact list application


++ ktp-contact-list-19.12.3.tar.xz -> ktp-contact-list-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/CMakeLists.txt 
new/ktp-contact-list-20.04.0/CMakeLists.txt
--- old/ktp-contact-list-19.12.3/CMakeLists.txt 2020-03-03 01:30:21.0 
+0100
+++ new/ktp-contact-list-20.04.

commit kturtle for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2020-04-29 20:50:23

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


Package is "kturtle"

Wed Apr 29 20:50:23 2020 rev:114 rq:797018 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2020-03-12 
23:07:07.575201232 +0100
+++ /work/SRC/openSUSE:Factory/.kturtle.new.2738/kturtle.changes
2020-04-29 20:51:38.480896030 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:23:01 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:34 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:31 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * addVersionOption()/addHelpOption() already adds by 
KAboutData::setApplicationData
+  * Don't use nullptr as flag value
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  kturtle-19.12.3.tar.xz
  kturtle-19.12.3.tar.xz.sig

New:

  kturtle-20.04.0.tar.xz
  kturtle-20.04.0.tar.xz.sig



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.IKL2wB/_old  2020-04-29 20:51:39.556898495 +0200
+++ /var/tmp/diff_new_pack.IKL2wB/_new  2020-04-29 20:51:39.560898504 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kturtle
 #
-# Copyright (c) 2018 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
@@ -21,24 +21,20 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kturtle
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Logo Programming Environment
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Mathematics
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Crash)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Svg)
@@ -46,15 +42,15 @@
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KTurtle is an educational Logo programming environment.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kturtle-19.12.3.tar.xz -> kturtle-20.04.0.tar.xz ++
 54485 lines of diff (skipped)




commit libkdegames for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2020-04-29 20:50:29

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


Package is "libkdegames"

Wed Apr 29 20:50:29 2020 rev:97 rq:797027 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2020-03-12 
23:07:43.827215543 +0100
+++ /work/SRC/openSUSE:Factory/.libkdegames.new.2738/libkdegames.changes
2020-04-29 20:51:53.416930244 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:23:05 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:37 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Add missing includes
+
+---
+Sun Mar 22 09:17:34 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix minor EBN issues (explicit)
+  * Update link to OpenAL page
+  * Fix include guard to make EBN happy
+  * Fix using 0 for a flags
+
+---

Old:

  libkdegames-19.12.3.tar.xz
  libkdegames-19.12.3.tar.xz.sig

New:

  libkdegames-20.04.0.tar.xz
  libkdegames-20.04.0.tar.xz.sig



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.jW9nxN/_old  2020-04-29 20:51:54.316932305 +0200
+++ /var/tmp/diff_new_pack.jW9nxN/_new  2020-04-29 20:51:54.320932314 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkdegames
 #
-# Copyright (c) 2018 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
@@ -21,20 +21,20 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkdegames
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:General Data for KDE Games
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 Patch1: libkdegames-bnc793185.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
+BuildRequires:  kf5-filesystem
+BuildRequires:  libsndfile-devel
+BuildRequires:  openal-soft-devel
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Bookmarks)
 BuildRequires:  cmake(KF5Codecs)
@@ -44,9 +44,8 @@
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5Declarative)
 BuildRequires:  cmake(KF5DNSSD)
-BuildRequires:  kf5-filesystem
+BuildRequires:  cmake(KF5Declarative)
 BuildRequires:  cmake(KF5GlobalAccel)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
@@ -58,18 +57,19 @@
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  libsndfile-devel
-BuildRequires:  openal-soft-devel
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}-kf5 < %{version}
 Provides:   %{name}-kf5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package contains data which is required by the KDE games library.
@@ -110,14 +110,14 @@
 Summary:Library for KDE Games: Build Environment
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
+Requires:   libkf5kdegames6 = %{version}
+Requires:   libsndfile-devel
+Requires:   openal-soft-devel
 Requires:   cmake

commit ktouch for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2020-04-29 20:50:05

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


Package is "ktouch"

Wed Apr 29 20:50:05 2020 rev:115 rq:797005 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2020-03-12 
23:06:19.971182440 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new.2738/ktouch.changes  2020-04-29 
20:51:16.176844939 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:55 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:29 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:25 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Use `nullptr` instead of `0`
+  * Remove Bashism From Convience Build Script
+  * Get Rid of Pixel-Sized Elements
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  ktouch-19.12.3.tar.xz
  ktouch-19.12.3.tar.xz.sig

New:

  ktouch-20.04.0.tar.xz
  ktouch-20.04.0.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.fKObys/_old  2020-04-29 20:51:17.324847569 +0200
+++ /var/tmp/diff_new_pack.fKObys/_new  2020-04-29 20:51:17.332847587 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktouch
 #
-# Copyright (c) 2018 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
@@ -21,18 +21,16 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Other
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
-BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -41,16 +39,14 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5IdleTime)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5TextEditor)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickControls2)
@@ -69,15 +65,15 @@
 Provides:   kde4-ktouch = 4.3.0
 Obsoletes:  kde4-ktouch < 4.3.0
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 A KDE program that helps you to learn and practice touch typing.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ ktouch-19.12.3.tar.xz -> ktouch-20.04.0.tar.xz ++
 16922 lines of diff (skipped)




commit libkgeomap for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2020-04-29 20:50:32

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


Package is "libkgeomap"

Wed Apr 29 20:50:32 2020 rev:59 rq:797032 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2020-03-12 
23:07:48.563217413 +0100
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new.2738/libkgeomap.changes  
2020-04-29 20:52:01.964949824 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:08 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:36 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix trivial Doxygen warnings
+
+---

Old:

  libkgeomap-19.12.3.tar.xz
  libkgeomap-19.12.3.tar.xz.sig

New:

  libkgeomap-20.04.0.tar.xz
  libkgeomap-20.04.0.tar.xz.sig



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.zF1fRZ/_old  2020-04-29 20:52:03.188952628 +0200
+++ /var/tmp/diff_new_pack.zF1fRZ/_new  2020-04-29 20:52:03.192952637 +0200
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkgeomap
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Wrapper around different world-map components
 License:LGPL-2.1-only AND GPL-2.0-or-later
 Group:  Development/Libraries/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5I18n)
@@ -49,8 +45,10 @@
 Obsoletes:  libkgeomap-kf5 < %{version}
 Provides:   libkgeomap-kf5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Libkgeomap is a wrapper around different world-map components, to browse and 
arrange photos over a map.
@@ -97,9 +95,7 @@
 - GoogleMap,
 This library is used by kipi-plugins, digiKam and other kipi host programs
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ libkgeomap-19.12.3.tar.xz -> libkgeomap-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgeomap-19.12.3/po/ia/libkgeomap.po 
new/libkgeomap-20.04.0/po/ia/libkgeomap.po
--- old/libkgeomap-19.12.3/po/ia/libkgeomap.po  2020-03-03 01:14:34.0 
+0100
+++ new/libkgeomap-20.04.0/po/ia/libkgeomap.po  2020-04-17 02:28:35.0 
+0200
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# giovanni , 2017, 2020.
+# giovanni , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:07+0200\n"
-"PO-Revision-Date: 2020-01-16 22:01+0100\n"
-"Last-Translator: Giovanni Sora \n"
-"Language-Team: Interlingua \n"
+"PO-Revision-Date: 2017-04-16 20:21+0100\n"
+"Last-Translator: giovanni \n"
+"Language-Team: Interlingua \n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -25,12 +25,12 @@
 #: src/backends/backendgooglemaps.cpp:171
 #, kde-format
 msgid "Satellite"
-msgstr "Satellite"
+msgstr ""
 
 #: src/backends/backendgooglemaps.cpp:172
 #, kde-format
 msgid "Hybrid"
-msgstr "Hybride"
+msgstr ""
 
 #: src/backends/backendgooglemaps.cpp:173
 #, kde-format
@@ -181,7 +181,7 @@
 #: src/mapwidget.cpp:306
 #, kde-format
 msgid "Pan mode"
-msgstr "Modo de Pan"
+msgstr ""
 
 #: src/mapwidget.cpp:313
 #

commit ktp-text-ui for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2020-04-29 20:50:19

Comparing /work/SRC/openSUSE:Factory/ktp-text-ui (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-text-ui.new.2738 (New)


Package is "ktp-text-ui"

Wed Apr 29 20:50:19 2020 rev:13 rq:797016 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui.changes  2020-03-12 
23:06:50.463194477 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new.2738/ktp-text-ui.changes
2020-04-29 20:51:29.324875057 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:23:01 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:33 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:30 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Styles/Renkoo: Extract coloring css from variants
+  * It alreadys adds by kaboutdata
+  * Remove widget arg from KNotification ctor
+
+---

Old:

  ktp-text-ui-19.12.3.tar.xz
  ktp-text-ui-19.12.3.tar.xz.sig

New:

  ktp-text-ui-20.04.0.tar.xz
  ktp-text-ui-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-text-ui.spec ++
--- /var/tmp/diff_new_pack.859yfe/_old  2020-04-29 20:51:30.200877064 +0200
+++ /var/tmp/diff_new_pack.859yfe/_new  2020-04-29 20:51:30.208877082 +0200
@@ -16,58 +16,57 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-text-ui
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Telepathy chat handler for KDE
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kemoticons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemviews-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kpeople5-devel
-BuildRequires:  kservice-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  ktp-common-internals-devel
 BuildRequires:  ktp-icons
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
-BuildRequires:  sonnet-devel
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5TextToSpeech)
-BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.7.0
+BuildRequires:  cmake(KF5Archive)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5Emoticons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(KF5People)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5Sonnet)
+BuildRequires:  cmake(KF5TextWidgets)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5TextToSpeech)
+BuildRequires:  cmake(Qt5WebEngine) >= 5.7.0
 # Explicitely require logger, otherwise the ui would crash
 Requires:   telepathy-logger
+Recommends: %{name}-lang
 Obsoletes:  %{name}-devel
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 # I

commit kubrick for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2020-04-29 20:50:24

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


Package is "kubrick"

Wed Apr 29 20:50:24 2020 rev:95 rq:797019 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2020-03-12 
23:07:16.195204635 +0100
+++ /work/SRC/openSUSE:Factory/.kubrick.new.2738/kubrick.changes
2020-04-29 20:51:40.944901674 +0200
@@ -1,0 +2,31 @@
+Thu Apr 23 12:23:02 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:34 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:31 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into kubrick version
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Fix link: ui.html -> menus.html
+  * Fix minor issues found by EBN
+
+---

Old:

  kubrick-19.12.3.tar.xz
  kubrick-19.12.3.tar.xz.sig

New:

  kubrick-20.04.0.tar.xz
  kubrick-20.04.0.tar.xz.sig



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.THxGgg/_old  2020-04-29 20:51:41.848903745 +0200
+++ /var/tmp/diff_new_pack.THxGgg/_new  2020-04-29 20:51:41.852903754 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kubrick
 #
-# Copyright (c) 2018 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
@@ -21,29 +21,25 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kubrick
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Game based on Rubik's Cube
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Logic
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5OpenGL)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
@@ -51,16 +47,16 @@
 Obsoletes:  kubrick5 < %{version}
 Provides:   kubrick5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 This package contains the KDE game Kubrick which is based on Rubik's
 Cube.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kubrick-19.12.3.tar.xz -> kubrick-20.04.0.tar.xz ++
 3360 lines of diff (skipped)




commit kwordquiz for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2020-04-29 20:50:28

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


Package is "kwordquiz"

Wed Apr 29 20:50:28 2020 rev:116 rq:797022 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2020-03-12 
23:07:35.131212110 +0100
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new.2738/kwordquiz.changes
2020-04-29 20:51:50.376923280 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:23:03 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:35 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * add oars content rating
+  * addVersionOption()/addHelpOption() already adds by 
KAboutData::setApplicationData
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  kwordquiz-19.12.3.tar.xz
  kwordquiz-19.12.3.tar.xz.sig

New:

  kwordquiz-20.04.0.tar.xz
  kwordquiz-20.04.0.tar.xz.sig



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.dJFRHe/_old  2020-04-29 20:51:51.056924838 +0200
+++ /var/tmp/diff_new_pack.dJFRHe/_new  2020-04-29 20:51:51.060924847 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kwordquiz
 #
-# Copyright (c) 2018 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
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kwordquiz
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Language
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  cmake(KF5Config)
@@ -52,9 +48,13 @@
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 A flashcard and vocabulary learning program.


++ kwordquiz-19.12.3.tar.xz -> kwordquiz-20.04.0.tar.xz ++
 3996 lines of diff (skipped)




commit ktp-desktop-applets for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-desktop-applets for 
openSUSE:Factory checked in at 2020-04-29 20:50:12

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


Package is "ktp-desktop-applets"

Wed Apr 29 20:50:12 2020 rev:13 rq:797012 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktp-desktop-applets/ktp-desktop-applets.changes  
2020-03-12 23:06:39.075189982 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-desktop-applets.new.2738/ktp-desktop-applets.changes
2020-04-29 20:51:23.216861066 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:22:59 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:28 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  ktp-desktop-applets-19.12.3.tar.xz
  ktp-desktop-applets-19.12.3.tar.xz.sig

New:

  ktp-desktop-applets-20.04.0.tar.xz
  ktp-desktop-applets-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-desktop-applets.spec ++
--- /var/tmp/diff_new_pack.x4thAi/_old  2020-04-29 20:51:24.072863026 +0200
+++ /var/tmp/diff_new_pack.x4thAi/_new  2020-04-29 20:51:24.076863035 +0200
@@ -16,40 +16,39 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-desktop-applets
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Telepathy presence applet
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  pkgconfig
-BuildRequires:  plasma-framework-devel
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Qml)
+BuildRequires:  cmake(KF5Plasma)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Qml)
 Requires:   ktp-common-internals
+Recommends: %{name}-lang
 Provides:   ktp-presence-applet = 0.5.3
 Obsoletes:  ktp-presence-applet < 0.5.3
 Provides:   ktp-contact-applet = 0.5.3
 Obsoletes:  %{name}5 < %{version}
 Obsoletes:  ktp-contact-applet < 0.5.3
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package provides a Plasma applet to launch your Telepathy contacts list.


++ ktp-desktop-applets-19.12.3.tar.xz -> ktp-desktop-applets-20.04.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-desktop-applets-19.12.3/CMakeLists.txt 
new/ktp-desktop-applets-20.04.0/CMakeLists.txt
--- old/ktp-desktop-applets-19.12.3/CMakeLists.txt  2020-03-03 
01:30:29.0 +0100
+++ new/ktp-desktop-applets-20.04.0/CMakeLists.txt  2020-04-17 
02:37:06.0 +0200
@@ -3,11 +3,11 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set (KDE_APPLICATIONS_VERSION_MAJOR "19")
-set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "20")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 
-set(KTP_DESKTOP_APPLE

commit libkeduvocdocument for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package libkeduvocdocument for 
openSUSE:Factory checked in at 2020-04-29 20:50:31

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


Package is "libkeduvocdocument"

Wed Apr 29 20:50:31 2020 rev:63 rq:797029 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes
2020-03-12 23:07:47.511216997 +0100
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new.2738/libkeduvocdocument.changes
  2020-04-29 20:51:58.000940744 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:06 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:38 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:35 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Remove not necessary endl as qdebug already adds it
+
+---

Old:

  libkeduvocdocument-19.12.3.tar.xz
  libkeduvocdocument-19.12.3.tar.xz.sig

New:

  libkeduvocdocument-20.04.0.tar.xz
  libkeduvocdocument-20.04.0.tar.xz.sig



Other differences:
--
++ libkeduvocdocument.spec ++
--- /var/tmp/diff_new_pack.XK3sDg/_old  2020-04-29 20:51:58.960942943 +0200
+++ /var/tmp/diff_new_pack.XK3sDg/_new  2020-04-29 20:51:58.960942943 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkeduvocdocument
 #
-# Copyright (c) 2018 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
@@ -21,29 +21,29 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkeduvocdocument
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
+BuildRequires:  kf5-filesystem
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Config)
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KIO)
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5Xml)
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package contains the library which is required by the KDE education


++ libkeduvocdocument-19.12.3.tar.xz -> libkeduvocdocument-20.04.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-19.12.3/keduvocdocument/keduvocdocument.cpp 
new/libkeduvocdocument-20.04.0/keduvocdocument/keduvocdocument.cpp
--- old/libkeduvocdocument-19.12.3/keduvocdocument/keduvocdocument.cpp  
2019-10-24 08:40:59.0 +0200
+++ new/libkeduvocdocument-20.04.0/keduvocdocument/keduvocdocument.cpp  
2020-01-16 13:57:01.0 +0100
@@ -376,7 +376,7 @@
 }
 break;
 default: {
-qCritical() << "kvcotrainDoc::saveAs(): unknown filetype" << endl;
+qCritical() << "kvcotrainDoc::saveAs(): unknown filetype";
 }
 break;
 } // switch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkeduvocdocument-19.12.3/po/ca/libkeduvocdocument.po 
new/libkeduvocdocument-20.04.0/po/ca/libkeduvocdocument.po
--- old/libkeduvocdocument-19.12.3/po/ca/libkeduvocdocument.po  2020-03-03 
01:11:55.

commit kwave for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kwave for openSUSE:Factory checked 
in at 2020-04-29 20:50:26

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


Package is "kwave"

Wed Apr 29 20:50:26 2020 rev:42 rq:797021 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kwave/kwave.changes  2020-03-12 
23:07:24.871208060 +0100
+++ /work/SRC/openSUSE:Factory/.kwave.new.2738/kwave.changes2020-04-29 
20:51:44.292909343 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:23:03 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:35 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  kwave-19.12.3.tar.xz
  kwave-19.12.3.tar.xz.sig

New:

  kwave-20.04.0.tar.xz
  kwave-20.04.0.tar.xz.sig



Other differences:
--
++ kwave.spec ++
--- /var/tmp/diff_new_pack.6a7F6F/_old  2020-04-29 20:51:45.376911827 +0200
+++ /var/tmp/diff_new_pack.6a7F6F/_new  2020-04-29 20:51:45.380911836 +0200
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kwave
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Sound Editor designed for KDE
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  alsa-devel
 BuildRequires:  audiofile-devel
 BuildRequires:  extra-cmake-modules
@@ -45,11 +41,6 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
-BuildRequires:  rsvg-convert
-%else
-BuildRequires:  rsvg-view
-%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Completion)
@@ -75,6 +66,15 @@
 Recommends: lame
 Recommends: toolame
 Recommends: twolame
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
+BuildRequires:  rsvg-convert
+%else
+BuildRequires:  rsvg-view
+%endif
 
 %description
 Kwave is a sound editor designed for the KDE Desktop Environment.


++ kwave-19.12.3.tar.xz -> kwave-20.04.0.tar.xz ++
 20434 lines of diff (skipped)




commit ktp-approver for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktp-approver for openSUSE:Factory 
checked in at 2020-04-29 20:50:06

Comparing /work/SRC/openSUSE:Factory/ktp-approver (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-approver.new.2738 (New)


Package is "ktp-approver"

Wed Apr 29 20:50:06 2020 rev:13 rq:797007 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktp-approver/ktp-approver.changes
2020-03-12 23:06:25.707184704 +0100
+++ /work/SRC/openSUSE:Factory/.ktp-approver.new.2738/ktp-approver.changes  
2020-04-29 20:51:19.728853076 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:56 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:29 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:26 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Use nullptr keyword wherever it makes sense
+  * Use override specifiers wherever it makes sense
+  * TextChannelApprover: Don't show notification for silent messages
+  * TextChannelApprover: Don't show notification if the message is already read
+  * Bump minimum TelepathyQt version to 0.9.8
+
+---

Old:

  ktp-approver-19.12.3.tar.xz
  ktp-approver-19.12.3.tar.xz.sig

New:

  ktp-approver-20.04.0.tar.xz
  ktp-approver-20.04.0.tar.xz.sig



Other differences:
--
++ ktp-approver.spec ++
--- /var/tmp/diff_new_pack.snBdoT/_old  2020-04-29 20:51:20.432854688 +0200
+++ /var/tmp/diff_new_pack.snBdoT/_new  2020-04-29 20:51:20.436854697 +0200
@@ -16,37 +16,36 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktp-approver
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:KDE Channel Approver for Telepathy
 License:LGPL-2.1-or-later
 Group:  Productivity/Networking/Instant Messenger
 URL:
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel
-BuildRequires:  kdbusaddons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  kservice-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 A channel approver for KDE's Telepathy implementation


++ ktp-approver-19.12.3.tar.xz -> ktp-approver-20.04.0.tar.xz ++
 2308 lines of diff (skipped)




commit kteatime for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2020-04-29 20:50:01

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


Package is "kteatime"

Wed Apr 29 20:50:01 2020 rev:88 rq:797002 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2020-03-12 
23:06:17.295181384 +0100
+++ /work/SRC/openSUSE:Factory/.kteatime.new.2738/kteatime.changes  
2020-04-29 20:51:08.400827127 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:22:54 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:28 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Make QIcon::pixmap() generate HighDPI pixmaps
+
+---

Old:

  kteatime-19.12.3.tar.xz
  kteatime-19.12.3.tar.xz.sig

New:

  kteatime-20.04.0.tar.xz
  kteatime-20.04.0.tar.xz.sig



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.Px0cu6/_old  2020-04-29 20:51:09.072828666 +0200
+++ /var/tmp/diff_new_pack.Px0cu6/_new  2020-04-29 20:51:09.080828685 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kteatime
 #
-# Copyright (c) 2018 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
@@ -21,18 +21,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kteatime
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Timer for various types of tea
 License:GPL-2.0-or-later
 Group:  Amusements/Toys/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
@@ -43,22 +40,21 @@
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Timer utility by KDE where the user can select a particular type of tea,
 and be reminded when the associated hardcoded time is over.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kteatime-19.12.3.tar.xz -> kteatime-20.04.0.tar.xz ++
 6608 lines of diff (skipped)




commit kspaceduel for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2020-04-29 20:49:54

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


Package is "kspaceduel"

Wed Apr 29 20:49:54 2020 rev:95 rq:796997 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes2020-03-12 
23:06:04.575176363 +0100
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new.2738/kspaceduel.changes  
2020-04-29 20:50:54.616795553 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:22:52 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:26 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:22 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix link: ui.html -> menus.html
+  * Fix minor issues found by EBN
+  * Use URLs with transport encryption
+
+---

Old:

  kspaceduel-19.12.3.tar.xz
  kspaceduel-19.12.3.tar.xz.sig

New:

  kspaceduel-20.04.0.tar.xz
  kspaceduel-20.04.0.tar.xz.sig



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.WvGlVO/_old  2020-04-29 20:50:55.396797340 +0200
+++ /var/tmp/diff_new_pack.WvGlVO/_new  2020-04-29 20:50:55.396797340 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kspaceduel
 #
-# Copyright (c) 2018 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
@@ -21,18 +21,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kspaceduel
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Space Arcade game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Action/Arcade
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -40,15 +37,18 @@
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  kspaceduel5 < %{version}
 Provides:   kspaceduel5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 KSpaceduel is a space arcade game for two players. However, one player


++ kspaceduel-19.12.3.tar.xz -> kspaceduel-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-19.12.3/CMakeLists.txt 
new/kspaceduel-20.04.0/CMakeLists.txt
--- old/kspaceduel-19.12.3/CMakeLists.txt   2020-03-03 01:22:16.0 
+0100
+++ new/kspaceduel-20.04.0/CMakeLists.txt   2020-04-17 02:33:03.0 
+0200
@@ -29,10 +29,7 @@
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
+
 
 
 add_subdirectory(sprites)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-19.12.3/ai.cpp 
new/kspaceduel-20.04.0/ai.cpp
--- old/kspaceduel-19.12.3/ai.cpp   2019-11-30 00:40:45.00

commit ktimer for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2020-04-29 20:50:03

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


Package is "ktimer"

Wed Apr 29 20:50:03 2020 rev:107 rq:797003 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2020-03-12 
23:06:18.659181922 +0100
+++ /work/SRC/openSUSE:Factory/.ktimer.new.2738/ktimer.changes  2020-04-29 
20:51:11.192833522 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:54 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:28 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Make it compile against last qt5.15 without deprecated method
+  * Use camelcase header
+
+---

Old:

  ktimer-19.12.3.tar.xz
  ktimer-19.12.3.tar.xz.sig

New:

  ktimer-20.04.0.tar.xz
  ktimer-20.04.0.tar.xz.sig



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.1HOsP3/_old  2020-04-29 20:51:12.816837243 +0200
+++ /var/tmp/diff_new_pack.1HOsP3/_new  2020-04-29 20:51:12.820837252 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktimer
 #
-# Copyright (c) 2018 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
@@ -16,47 +16,40 @@
 #
 
 
-%define kf5_version 5.60.0
+%define kf5_version 5.46.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktimer
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  update-desktop-files
-BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Countdown launching tool for KDE
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n ktimer-%{version}
@@ -76,7 +69,6 @@
 %files
 %license COPYING*
 %doc %lang(en) %{_kf5_htmldir}/en/ktimer/
-%doc %lang(en) %{_kf5_htmldir}/en/ktimer/
 %{_kf5_applicationsdir}/org.kde.ktimer.desktop
 %{_kf5_bindir}/ktimer
 %{_kf5_iconsdir}/hicolor/*/*/*.png


++ ktimer-19.12.3.tar.xz -> ktimer-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.3/.gitignore 
new/ktimer-20.04.0/.gitignore
--- old/ktimer-19.12.3/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/ktimer-20.04.0/.gitignore   2020-04-15 11:09:04.0 +0200
@@ -0,0 +1,20 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+/build*/
+.cmake/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsi

commit ksnakeduel for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2020-04-29 20:49:53

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


Package is "ksnakeduel"

Wed Apr 29 20:49:53 2020 rev:95 rq:796996 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2020-03-12 
23:06:02.127175396 +0100
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new.2738/ksnakeduel.changes  
2020-04-29 20:50:51.796789093 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:52 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:26 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:22 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * Use https://autoconfig.kde.org/ as requested
+  * Fix minor EBN issues
+  * Fix link: ui.html -> menus.html
+
+---

Old:

  ksnakeduel-19.12.3.tar.xz
  ksnakeduel-19.12.3.tar.xz.sig

New:

  ksnakeduel-20.04.0.tar.xz
  ksnakeduel-20.04.0.tar.xz.sig



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.tfQlTT/_old  2020-04-29 20:50:53.076792025 +0200
+++ /var/tmp/diff_new_pack.tfQlTT/_new  2020-04-29 20:50:53.080792034 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksnakeduel
 #
-# Copyright (c) 2018 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
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksnakeduel
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Simple snake duel game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
@@ -42,23 +38,23 @@
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:  ksnakeduel5 < %{version}
 Provides:   ksnakeduel5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KSnakeDuel is a simple snake duel game
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ ksnakeduel-19.12.3.tar.xz -> ksnakeduel-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.12.3/CMakeLists.txt 
new/ksnakeduel-20.04.0/CMakeLists.txt
--- old/ksnakeduel-19.12.3/CMakeLists.txt   2020-03-03 01:22:10.0 
+0100
+++ new/ksnakeduel-20.04.0/CMakeLists.txt   2020-04-17 02:33:00.0 
+0200
@@ -36,10 +36,7 @@
 add_definitions(-DQT_NO_FOREACH)
 MESSAGE(STATUS "compile without foreach")
 endif()
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
+
 add_subdirectory(pics)
 add_subdirectory(themes)
 if (KF5DocTools_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-19.1

commit krfb for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package krfb for openSUSE:Factory checked in 
at 2020-04-29 20:49:46

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


Package is "krfb"

Wed Apr 29 20:49:46 2020 rev:90 rq:796990 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/krfb/krfb.changes2020-03-12 
23:05:48.659170079 +0100
+++ /work/SRC/openSUSE:Factory/.krfb.new.2738/krfb.changes  2020-04-29 
20:50:41.432765353 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:49 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:20 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * appdata: remove duplicate 
+  * unbreak appdata
+  * PW framebuffer: support upcoming PipeWire 0.3
+  * Use URLs with transport encryption
+- Drop checks for obsolete distribution versions
+
+---

Old:

  krfb-19.12.3.tar.xz
  krfb-19.12.3.tar.xz.sig

New:

  krfb-20.04.0.tar.xz
  krfb-20.04.0.tar.xz.sig



Other differences:
--
++ krfb.spec ++
--- /var/tmp/diff_new_pack.yx1TN5/_old  2020-04-29 20:50:42.296767332 +0200
+++ /var/tmp/diff_new_pack.yx1TN5/_new  2020-04-29 20:50:42.296767332 +0200
@@ -21,16 +21,12 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   krfb
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Screen sharing using the VNC/RFB protocol
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  pipewire-devel
@@ -59,45 +55,26 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtst)
-# Needed for 42.3
-%if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} < 120300
-BuildRequires:  gcc6-c++
-%else
-BuildRequires:  gcc7-c++
-%endif
-%endif
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 VNC-compatible server to share KDE desktops.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q
 
 %build
-%if 0%{?suse_version} < 1330
-  # It does not build with the default compiler (GCC 4.8) on Leap 42.x
-  %if 0%{?sle_version} < 120300
-export CC=gcc-6
-export CXX=g++-6
-  %else
-export CC=gcc-7
-export CXX=g++-7
-  %endif
-%endif
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
   %cmake_kf5 -d build -- -DBUILD_EXPERIMENTAL_TUBES_SUPPORT="on"
-  make %{?_smp_mflags}
+  %cmake_build
 
 %install
   %make_install -C build


++ krfb-19.12.3.tar.xz -> krfb-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-19.12.3/CMakeLists.txt 
new/krfb-20.04.0/CMakeLists.txt
--- old/krfb-19.12.3/CMakeLists.txt 2020-03-03 01:29:39.0 +0100
+++ new/krfb-20.04.0/CMakeLists.txt 2020-04-17 02:36:39.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Application Version, managed by release script
-set (KDE_APPLICATIONS_VERSION_MAJOR "19")
-set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
-set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set (RELEASE_SERVICE_VERSION_MAJOR "20")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_

commit kshisen for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2020-04-29 20:49:50

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


Package is "kshisen"

Wed Apr 29 20:49:50 2020 rev:96 rq:796993 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2020-03-12 
23:05:53.059171816 +0100
+++ /work/SRC/openSUSE:Factory/.kshisen.new.2738/kshisen.changes
2020-04-29 20:50:46.660777329 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:50 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:25 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:21 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  kshisen-19.12.3.tar.xz
  kshisen-19.12.3.tar.xz.sig

New:

  kshisen-20.04.0.tar.xz
  kshisen-20.04.0.tar.xz.sig



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.S4pts1/_old  2020-04-29 20:50:47.876780114 +0200
+++ /var/tmp/diff_new_pack.S4pts1/_new  2020-04-29 20:50:47.888780142 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kshisen
 #
-# Copyright (c) 2018 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
@@ -21,46 +21,42 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kshisen
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Shisen-Sho Mahjongg-like game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 # PATCH-FIX-OPENSUSE cpp14.patch fab...@ritter-vogt.de Use only c++11 features
 Patch1: cpp14.patch
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KMahjongglib)
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Shisen-Sho (KShishen) is a game similar to Mahjongg. The object of the
 game is to remove all tiles from the field. This is done by removing
 two tiles with of the same type until no tile is left.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kshisen-%{version}


++ kshisen-19.12.3.tar.xz -> kshisen-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-19.12.3/CMakeLists.txt 
new/kshisen-20.04.0/CMakeLists.txt
--- old/kshisen-19.12.3/CMakeLists.txt  2020-03-03 01:21:47.0 +0100
+++ new/kshisen-20.04.0/CMakeLists.txt  2020-04-17 02:32:46.0 +0200
@@ -48,10 +48,7 @@
 add_definitions(-DQT_NO_FOREACH)
 MESSAGE(STATUS "compile without foreach")
 endif()
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x06)
-endif()
+
 
 add_definitions(
 -DQT_

commit kreversi for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kreversi for openSUSE:Factory 
checked in at 2020-04-29 20:49:44

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


Package is "kreversi"

Wed Apr 29 20:49:44 2020 rev:95 rq:796989 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kreversi/kreversi.changes2020-03-12 
23:05:47.075169454 +0100
+++ /work/SRC/openSUSE:Factory/.kreversi.new.2738/kreversi.changes  
2020-04-29 20:50:39.58076 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:48 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:23 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Add const values 'nRows' and 'nCols'
+  * Port deprecated signals
+  * Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
+  * Port deprecated IconSize
+  * Fix minor EBN issues
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  kreversi-19.12.3.tar.xz
  kreversi-19.12.3.tar.xz.sig

New:

  kreversi-20.04.0.tar.xz
  kreversi-20.04.0.tar.xz.sig



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.QqViYY/_old  2020-04-29 20:50:40.420763035 +0200
+++ /var/tmp/diff_new_pack.QqViYY/_new  2020-04-29 20:50:40.424763044 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kreversi
 #
-# Copyright (c) 2018 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
@@ -21,18 +21,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kreversi
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Reversi board game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -42,11 +39,10 @@
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
@@ -56,17 +52,17 @@
 Obsoletes:  kreversi5 < %{version}
 Provides:   kreversi5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KReversi is a board game game where two players have to gain the
 majority of pieces on the board. This is done by tactically placing
 ones pieces to turn over the opponents pieces.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kreversi-19.12.3.tar.xz -> kreversi-20.04.0.tar.xz ++
 11228 lines of diff (skipped)




commit ksquares for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2020-04-29 20:49:56

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


Package is "ksquares"

Wed Apr 29 20:49:56 2020 rev:96 rq:796998 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2020-03-12 
23:06:11.555179118 +0100
+++ /work/SRC/openSUSE:Factory/.ksquares.new.2738/ksquares.changes  
2020-04-29 20:50:55.988798696 +0200
@@ -1,0 +2,35 @@
+Thu Apr 23 12:22:52 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:23 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into version number
+  * It's a qmultimap
+  * 0 -> nullptr
+  * add oars content rating
+  * Make it compile against qt5.15
+  * Port to QRandomGenerator
+  * Use URLs with transport encryption
+  * Fix link: ui.html -> menus.html
+
+---

Old:

  ksquares-19.12.3.tar.xz
  ksquares-19.12.3.tar.xz.sig

New:

  ksquares-20.04.0.tar.xz
  ksquares-20.04.0.tar.xz.sig



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.6UdHca/_old  2020-04-29 20:50:57.612802416 +0200
+++ /var/tmp/diff_new_pack.6UdHca/_new  2020-04-29 20:50:57.616802425 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksquares
 #
-# Copyright (c) 2018 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
@@ -21,31 +21,27 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksquares
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:"Dots and boxes" board game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Action/Arcade
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5DNSSD)
 BuildRequires:  cmake(KF5Declarative)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KDELibs4Support)
-BuildRequires:  cmake(KF5DNSSD)
+BuildRequires:  cmake(KF5KMahjongglib)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  cmake(KF5KMahjongglib)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Qml)
@@ -54,9 +50,13 @@
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 KSquares is an implementation of the popular paper-based game


++ ksquares-19.12.3.tar.xz -> ksquares-20.04.0.tar.xz ++
 4951 lines of diff (skipped)




commit kolf for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2020-04-29 20:49:30

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


Package is "kolf"

Wed Apr 29 20:49:30 2020 rev:95 rq:796973 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2020-03-12 
23:05:26.543161349 +0100
+++ /work/SRC/openSUSE:Factory/.kolf.new.2738/kolf.changes  2020-04-29 
20:50:19.232714501 +0200
@@ -1,0 +2,36 @@
+Thu Apr 23 12:22:41 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:17 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:13 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * appdata: use canonical cdn screenshot location
+  * Port deprecated signal (qt5.15)
+  * Increase kolf version
+  * Port to QRandomGenerator
+  * Get rid of compiler warnings
+  * Comment out unused parts of the code
+  * Get rid of extra KDoubleNumInput reimplementation
+  * Fix using correct flags
+
+---

Old:

  kolf-19.12.3.tar.xz
  kolf-19.12.3.tar.xz.sig

New:

  kolf-20.04.0.tar.xz
  kolf-20.04.0.tar.xz.sig



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.ddBlGE/_old  2020-04-29 20:50:21.324719293 +0200
+++ /var/tmp/diff_new_pack.ddBlGE/_new  2020-04-29 20:50:21.328719302 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kolf
 #
-# Copyright (c) 2018 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
@@ -21,18 +21,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kolf
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Miniature golf game
 License:GPL-2.0-or-later AND LGPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
@@ -41,24 +38,23 @@
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Widgets)
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Kolf is a miniature golf game by KDE.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kolf-19.12.3.tar.xz -> kolf-20.04.0.tar.xz ++
 20868 lines of diff (skipped)




commit ksudoku for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2020-04-29 20:49:57

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


Package is "ksudoku"

Wed Apr 29 20:49:57 2020 rev:94 rq:796999 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2020-03-12 
23:06:12.743179587 +0100
+++ /work/SRC/openSUSE:Factory/.ksudoku.new.2738/ksudoku.changes
2020-04-29 20:50:58.756805036 +0200
@@ -1,0 +2,37 @@
+Thu Apr 23 12:22:53 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:23 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into version number
+  * SkipEmptyParts is part of Qt::.
+  * add oars content rating
+  * Remove not necessary includes
+  * Use correct flag
+  * Remove more dead cmake code
+  * Remove unused KioWidgets linkage
+  * Remove dead cmake code
+  * Fix link: ui.html -> menus.html
+  * Fix minor issues found by EBN
+
+---

Old:

  ksudoku-19.12.3.tar.xz
  ksudoku-19.12.3.tar.xz.sig

New:

  ksudoku-20.04.0.tar.xz
  ksudoku-20.04.0.tar.xz.sig



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.HXMFI7/_old  2020-04-29 20:50:59.668807125 +0200
+++ /var/tmp/diff_new_pack.HXMFI7/_new  2020-04-29 20:50:59.672807134 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksudoku
 #
-# Copyright (c) 2018 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
@@ -21,35 +21,31 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksudoku
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Program to generate and solve Sudoku puzzles in 2D or 3D
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemModels)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5OpenGL)
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
@@ -61,8 +57,10 @@
 Obsoletes:  ksudoku5 < %{version}
 Provides:   ksudoku5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KSudoku is a program that can generate and solve sudoku puzzles. The
@@ -71,9 +69,7 @@
 be filled by the player using numbers from 1 to 9, without repeating a
 number twice on each column, row, or subsquare.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ ksudoku-19.12.3.tar.xz -> ksudoku-20.04.0.tar.xz ++
 38394 lines of diff (skipped)




commit ksirk for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2020-04-29 20:49:52

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


Package is "ksirk"

Wed Apr 29 20:49:52 2020 rev:94 rq:796994 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2020-03-12 
23:05:58.771174071 +0100
+++ /work/SRC/openSUSE:Factory/.ksirk.new.2738/ksirk.changes2020-04-29 
20:50:49.660784201 +0200
@@ -1,0 +2,35 @@
+Thu Apr 23 12:22:51 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:25 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:21 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port some deprecated methods
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * addVersionOption()/addHelpOption() already adds by 
KAboutData::setApplicationData
+  * Remove endl; at end of qDebug. It already adds "\n"
+  * Fix minor EBN issues
+  * Fix some compiler warnings
+  * Use URLs with transport encryption
+
+---

Old:

  ksirk-19.12.3.tar.xz
  ksirk-19.12.3.tar.xz.sig

New:

  ksirk-20.04.0.tar.xz
  ksirk-20.04.0.tar.xz.sig



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.tJj4r3/_old  2020-04-29 20:50:50.836786894 +0200
+++ /var/tmp/diff_new_pack.tJj4r3/_new  2020-04-29 20:50:50.840786904 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksirk
 #
-# Copyright (c) 2018 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
@@ -21,18 +21,16 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksirk
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Risk-like game by KDE
 License:GPL-2.0-or-later AND LGPL-2.0-or-later
 Group:  Amusements/Games/Strategy/Turn Based
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  libqca-qt5-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
@@ -44,18 +42,16 @@
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5Wallet)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  libqca-qt5-devel
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
@@ -65,15 +61,15 @@
 Obsoletes:  ksirk5 < %{version}
 Provides:   ksirk5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KsirK is a computerized version of a well known strategy game.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ ksirk-19.12.3.tar.xz -> ksirk-20.04.0.tar.xz ++
/work/SRC/openSUSE:Factory/ksirk/ksirk-19.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.ksirk.new.2738/ksirk-20.04.0.tar.xz differ: char 
25, line 1




commit kpat for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2020-04-29 20:49:39

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


Package is "kpat"

Wed Apr 29 20:49:39 2020 rev:97 rq:796984 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kpat/kpat.changes2020-03-12 
23:05:41.247167153 +0100
+++ /work/SRC/openSUSE:Factory/.kpat.new.2738/kpat.changes  2020-04-29 
20:50:31.644742932 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:46 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:21 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:18 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes since 19.12.3, only listing bugfixes:
+  * Fix compile with new qt5.14 (kde#418837)
+  * Fix sometimes two moves being counted as one (kde#416697)
+
+---

Old:

  kpat-19.12.3.tar.xz
  kpat-19.12.3.tar.xz.sig

New:

  kpat-20.04.0.tar.xz
  kpat-20.04.0.tar.xz.sig



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.p5Kc1N/_old  2020-04-29 20:50:32.512744921 +0200
+++ /var/tmp/diff_new_pack.p5Kc1N/_new  2020-04-29 20:50:32.516744930 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kpat
 #
-# Copyright (c) 2018 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
@@ -21,39 +21,35 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kpat
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Patience card game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Card
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  freecell-solver-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
@@ -66,17 +62,17 @@
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KPatience is a collection of various patience games known all over the
 world. It includes Klondike, Freecell, Yukon, Forty and Eight and many
 more. The game has nice graphics and many different carddecks.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kpat-19.12.3.tar.xz -> kpat-20.04.0.tar.xz ++
 18025 lines of diff (skipped)




commit krdc for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2020-04-29 20:49:43

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


Package is "krdc"

Wed Apr 29 20:49:43 2020 rev:91 rq:796988 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/krdc/krdc.changes2020-03-12 
23:05:45.451168813 +0100
+++ /work/SRC/openSUSE:Factory/.krdc.new.2738/krdc.changes  2020-04-29 
20:50:36.932755045 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:48 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Adapt to changes in KBookmarks >= 5.69
+
+---
+Sun Apr  5 20:30:23 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fix compilation due to new deprecated API
+
+---
+Sun Mar 22 09:17:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Don't use 0/nullptr as flag
+  * It compiles fine without kf5 deprecated method
+  * Ignore file
+  * Use KF5_MIN_VERSION
+  * Update reference on ITALC (now Veyon) code
+
+---

Old:

  krdc-19.12.3.tar.xz
  krdc-19.12.3.tar.xz.sig

New:

  krdc-20.04.0.tar.xz
  krdc-20.04.0.tar.xz.sig



Other differences:
--
++ krdc.spec ++
--- /var/tmp/diff_new_pack.AEcm7s/_old  2020-04-29 20:50:37.492756328 +0200
+++ /var/tmp/diff_new_pack.AEcm7s/_new  2020-04-29 20:50:37.496756337 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krdc
 #
-# Copyright (c) 2018 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
@@ -21,20 +21,17 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   krdc
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Remote Desktop Connection
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  freerdp
 BuildRequires:  freerdp-devel
+BuildRequires:  libssh-devel
 BuildRequires:  oxygen5-icon-theme-large
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Bookmarks)
@@ -54,8 +51,10 @@
 Requires:   breeze5-icons
 Requires:   freerdp
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Krdc allows to connect to VNC and RDP compatible servers.
@@ -68,9 +67,7 @@
 %description devel
 Development libraries and headers needed to build software using krdc
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q
@@ -80,7 +77,7 @@
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
   %cmake_kf5 -d build
-  make %{?_smp_mflags}
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ krdc-19.12.3.tar.xz -> krdc-20.04.0.tar.xz ++
 1656 lines of diff (skipped)




commit kross-interpreters for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2020-04-29 20:49:47

Comparing /work/SRC/openSUSE:Factory/kross-interpreters (Old)
 and  /work/SRC/openSUSE:Factory/.kross-interpreters.new.2738 (New)


Package is "kross-interpreters"

Wed Apr 29 20:49:47 2020 rev:50 rq:796991 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2020-03-12 23:05:50.619170853 +0100
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new.2738/kross-interpreters.changes
  2020-04-29 20:50:44.488772354 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:22:49 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:20 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  kross-interpreters-19.12.3.tar.xz
  kross-interpreters-19.12.3.tar.xz.sig

New:

  kross-interpreters-20.04.0.tar.xz
  kross-interpreters-20.04.0.tar.xz.sig



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.MIT8F6/_old  2020-04-29 20:50:45.380774397 +0200
+++ /var/tmp/diff_new_pack.MIT8F6/_new  2020-04-29 20:50:45.384774406 +0200
@@ -21,17 +21,12 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kross-interpreters
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
-URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  ruby-devel
 BuildRequires:  xz
@@ -41,6 +36,10 @@
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 The kross interpreter for Ruby
@@ -52,7 +51,6 @@
 %description -n kross-ruby
 The Ruby bindings which can be used with KROSS
 
-
 %prep
 %setup -q
 


++ kross-interpreters-19.12.3.tar.xz -> kross-interpreters-20.04.0.tar.xz 
++




commit konqueror for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package konqueror for openSUSE:Factory 
checked in at 2020-04-29 20:49:35

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


Package is "konqueror"

Wed Apr 29 20:49:35 2020 rev:47 rq:796977 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes  2020-03-12 
23:05:38.531166081 +0100
+++ /work/SRC/openSUSE:Factory/.konqueror.new.2738/konqueror.changes
2020-04-29 20:50:26.956732194 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:22:43 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix crash due to changes in KBookmarkMenu
+
+---
+Sun Apr  5 20:30:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:15 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+- Dropped patches, now upstream:
+  * Restore-ability-to-close-tab-by-clicking-on-close-button.patch
+
+---

Old:

  Restore-ability-to-close-tab-by-clicking-on-close-button.patch
  konqueror-19.12.3.tar.xz
  konqueror-19.12.3.tar.xz.sig

New:

  konqueror-20.04.0.tar.xz
  konqueror-20.04.0.tar.xz.sig



Other differences:
--
++ konqueror.spec ++
--- /var/tmp/diff_new_pack.VOystE/_old  2020-04-29 20:50:28.200735043 +0200
+++ /var/tmp/diff_new_pack.VOystE/_new  2020-04-29 20:50:28.204735053 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   konqueror
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:KDE File Manager and Browser
 # Note for legal: 
konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt 
commercial OR GPL-3.0
@@ -30,12 +30,6 @@
 Group:  System/GUI/KDE
 URL:https://www.kde.org/
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
-# PATCH-FIX-UPSTREAM
-Patch0: Restore-ability-to-close-tab-by-clicking-on-close-button.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  libtidy-devel
@@ -70,14 +64,9 @@
 Provides:   libKF5Konq6 = 17.04
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-# Needed for 42.3
-%if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} < 120300
-BuildRequires:  gcc6-c++
-%else
-BuildRequires:  gcc7-c++
-%endif
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
 
 %description
@@ -123,28 +112,17 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
-  %if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} < 120300
-  export CC=gcc-6
-  export CXX=g++-6
-%else
-  export CC=gcc-7
-  export CXX=g++-7
-%endif
-  %endif
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with lang}
+%kf5_makeinstall -C build
+%if %{with lang}
 %find_lang %{name} --with-man --all-name
 %{kf5_find_htmldocs}
-  %endif
+%endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -160,7 +138,6 @@
 %dir %{_kf5_datadir}
 %dir %{_kf5_plugindir}
 %dir %{_kf5_servicesdir}
-%dir %{_kf5_servicetypesdir}
 %dir %{_kf5_sharedir}/kcontrol
 %dir %{_kf5_sharedir}/kcontrol/pics
 %dir %{_kf5_sharedir}/khtml
@@ -192,15 +169,12 @@
 %{_kf5_plugindir}/kcm_konq.so
 %{_kf5_plugindir}/kcm_konqhtml.so
 %{_kf5_plugindir}/kcm_performance.so
-%{_kf5_plugindir}/konq_aboutpage.so
 %{_kf5_servicesdir}/bookmarks.desktop
 %{_kf5_servicesdir}/filebehavior.desktop
 %{_kf5_servicesdir}/kcmkonqyperformance.desktop
 %{_kf5_servicesdir}/kcmperformance.desktop
 %{_kf5_ser

commit ksystemlog for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2020-04-29 20:49:59

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


Package is "ksystemlog"

Wed Apr 29 20:49:59 2020 rev:88 rq:797001 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2020-03-12 
23:06:14.611180324 +0100
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new.2738/ksystemlog.changes  
2020-04-29 20:51:04.140817369 +0200
@@ -1,0 +2,33 @@
+Thu Apr 23 12:22:53 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:24 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Make it compile against last qt5.15 without deprecated method
+  * Make it compile with qt5.15
+  * Remove endl at the end of QDebug. It already adds it
+  * Don't create pixmaps for logmode icons
+  * Use URLs with transport encryption
+
+---

Old:

  ksystemlog-19.12.3.tar.xz
  ksystemlog-19.12.3.tar.xz.sig

New:

  ksystemlog-20.04.0.tar.xz
  ksystemlog-20.04.0.tar.xz.sig



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.zccJcQ/_old  2020-04-29 20:51:05.380820210 +0200
+++ /var/tmp/diff_new_pack.zccJcQ/_new  2020-04-29 20:51:05.384820219 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksystemlog
 #
-# Copyright (c) 2018 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
@@ -21,23 +21,19 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ksystemlog
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:System Log Viewer Tool
 License:GPL-2.0-only
 Group:  System/Monitoring
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  oxygen5-icon-theme-large
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(Qt5Concurrent)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Test)
@@ -46,8 +42,10 @@
 Obsoletes:  ksystemlog5 < %{version}
 Provides:   ksystemlog5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 This program is developed for use by beginner users, who do not know
@@ -55,9 +53,7 @@
 are in their computer. But it is also designed for advanced users, who
 want to quickly see problems occurring on their server.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q
@@ -75,11 +71,7 @@
   %suse_update_desktop_file org.kde.ksystemlog System Monitor
   for i in {16,22,32,48,64,128}; do
  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
  cp %{_datadir}/icons/oxygen/base/"$i"x"$i"/apps/utilities-log-viewer.png 
%{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/;
-%else
- cp %{_datadir}/icons/oxygen/"$i"x"$i"/apps/utilities-log-viewer.png 
%{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/;
-%endif
   done
 
 %files


++ ksystemlog-19.12.3.tar.xz -> ksystemlog-20.04.0.tar.xz ++
 2530 lines of diff (skipped)




commit kollision for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2020-04-29 20:49:32

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


Package is "kollision"

Wed Apr 29 20:49:32 2020 rev:97 rq:796974 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kollision/kollision.changes  2020-03-12 
23:05:30.875163059 +0100
+++ /work/SRC/openSUSE:Factory/.kollision.new.2738/kollision.changes
2020-04-29 20:50:22.796722665 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:41 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:18 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:14 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  kollision-19.12.3.tar.xz
  kollision-19.12.3.tar.xz.sig

New:

  kollision-20.04.0.tar.xz
  kollision-20.04.0.tar.xz.sig



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.gktFEh/_old  2020-04-29 20:50:23.752724854 +0200
+++ /var/tmp/diff_new_pack.gktFEh/_new  2020-04-29 20:50:23.752724854 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kollision
 #
-# Copyright (c) 2018 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
@@ -21,35 +21,31 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kollision
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Kollision game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
@@ -57,15 +53,15 @@
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KDE version of a classic arcade game
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kollision-%{version}


++ kollision-19.12.3.tar.xz -> kollision-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-19.12.3/CMakeLists.txt 
new/kollision-20.04.0/CMakeLists.txt
--- old/kollision-19.12.3/CMakeLists.txt2020-03-03 01:21:26.0 
+0100
+++ new/kollision-20.04.0/CMakeLists.txt2020-04-17 02:32:34.0 
+0200
@@ -31,10 +31,7 @@
 add_definitions(-DQT_USE_FAST_OPERATOR_PLUS)
 add_definitions(-DTRANSLATION_DOMAIN="kollision")
 add_definitions("-DQT_NO_CAST_FROM_AS

commit knights for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package knights for openSUSE:Factory checked 
in at 2020-04-29 20:49:27

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


Package is "knights"

Wed Apr 29 20:49:27 2020 rev:19 rq:796971 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/knights/knights.changes  2020-03-12 
23:05:23.739160242 +0100
+++ /work/SRC/openSUSE:Factory/.knights.new.2738/knights.changes
2020-04-29 20:50:17.108709636 +0200
@@ -1,0 +2,36 @@
+Thu Apr 23 12:22:40 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:17 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:13 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port deprecated signal (qt5.15)
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * Use https://autoconfig.kde.org/ as requested
+  * It alreadys added by kaboutdata
+  * Make it compile against qt5.15
+  * Don't use nullptr for flags
+  * Use URLs with transport encryption
+
+---

Old:

  knights-19.12.3.tar.xz
  knights-19.12.3.tar.xz.sig

New:

  knights-20.04.0.tar.xz
  knights-20.04.0.tar.xz.sig



Other differences:
--
++ knights.spec ++
--- /var/tmp/diff_new_pack.jDNyZh/_old  2020-04-29 20:50:18.036711761 +0200
+++ /var/tmp/diff_new_pack.jDNyZh/_new  2020-04-29 20:50:18.036711761 +0200
@@ -18,17 +18,13 @@
 
 %bcond_without lang
 Name:   knights
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:A simple chess board
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Chess
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5Crash)
@@ -51,12 +47,13 @@
 Recommends: %{name}-lang
 Suggests:   crafty
 Obsoletes:  kchess
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-%if 0%{?suse_version} < 1500
-BuildRequires:  gcc7-c++
-%endif
 
 %description
 Knights is KDE's chess frontend. It supports playing local games against
@@ -71,11 +68,6 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} < 1500
-# gcc 4.8.5 is too old
-export CC=gcc-7
-export CXX=g++-7
-%endif
 %cmake_kf5 -d build
 %cmake_build
 
@@ -88,7 +80,7 @@
 
 %if %{with lang}
 %find_lang %{name}
-%kf5_find_htmldocs
+%{kf5_find_htmldocs}
 %endif
 
 %files


++ knights-19.12.3.tar.xz -> knights-20.04.0.tar.xz ++
 3523 lines of diff (skipped)




commit konquest for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2020-04-29 20:49:37

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


Package is "konquest"

Wed Apr 29 20:49:37 2020 rev:95 rq:796978 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2020-03-12 
23:05:40.063166686 +0100
+++ /work/SRC/openSUSE:Factory/.konquest.new.2738/konquest.changes  
2020-04-29 20:50:28.636736042 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:43 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:15 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port deprecated signal (qt5.15)
+  * QLinkedList is deprecated in qt5.15. We can port to QVector it's just 8
+  * Fix minor EBN issues (normalize)
+  * Fix link: ui.html -> menus.html
+  * Fix minor issues found by EBN
+  * Use URLs with transport encryption
+
+---

Old:

  konquest-19.12.3.tar.xz
  konquest-19.12.3.tar.xz.sig

New:

  konquest-20.04.0.tar.xz
  konquest-20.04.0.tar.xz.sig



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.JRyoxc/_old  2020-04-29 20:50:29.452737911 +0200
+++ /var/tmp/diff_new_pack.JRyoxc/_new  2020-04-29 20:50:29.456737920 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package konquest
 #
-# Copyright (c) 2018 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
@@ -21,34 +21,30 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   konquest
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Galactic strategy game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
@@ -58,17 +54,17 @@
 Obsoletes:  konquest5 < %{version}
 Provides:   konquest5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 This the KDE version of Gnu-Lactic Konquest, a multi-player strategy
 game. The goal of the game is to expand your interstellar empire across
 the galaxy.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ konquest-19.12.3.tar.xz -> konquest-20.04.0.tar.xz ++
 3777 lines of diff (skipped)




commit kolourpaint for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2020-04-29 20:49:33

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


Package is "kolourpaint"

Wed Apr 29 20:49:33 2020 rev:114 rq:796975 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2020-03-12 
23:05:34.703164570 +0100
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new.2738/kolourpaint.changes
2020-04-29 20:50:24.560726706 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:22:42 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:18 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Add missing includes
+
+---
+Sun Mar 22 09:17:14 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+
+---

Old:

  kolourpaint-19.12.3.tar.xz
  kolourpaint-19.12.3.tar.xz.sig

New:

  kolourpaint-20.04.0.tar.xz
  kolourpaint-20.04.0.tar.xz.sig



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.l10yRU/_old  2020-04-29 20:50:25.280728355 +0200
+++ /var/tmp/diff_new_pack.l10yRU/_new  2020-04-29 20:50:25.284728364 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kolourpaint
 #
-# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kolourpaint
-Version:19.12.3
+Version:20.04.0
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program
@@ -32,31 +32,27 @@
 Group:  Productivity/Graphics/Bitmap Editors
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5Sane)
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Provides:   kolourpaint5 = %{version}
-Obsoletes:  kolourpaint5 < %{version}
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5Sane)
 # boo#1055759
 Requires:   kdelibs4support
+Provides:   kolourpaint5 = %{version}
+Obsoletes:  kolourpaint5 < %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Paint program for KDE
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kolourpaint-19.12.3.tar.xz -> kolourpaint-20.04.0.tar.xz ++
 58785 lines of diff (skipped)




commit kqtquickcharts for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2020-04-29 20:49:41

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


Package is "kqtquickcharts"

Wed Apr 29 20:49:41 2020 rev:75 rq:796987 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes
2020-03-12 23:05:44.335168372 +0100
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new.2738/kqtquickcharts.changes  
2020-04-29 20:50:35.104750858 +0200
@@ -1,0 +2,27 @@
+Thu Apr 23 12:22:47 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:23 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:19 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+---

Old:

  kqtquickcharts-19.12.3.tar.xz
  kqtquickcharts-19.12.3.tar.xz.sig

New:

  kqtquickcharts-20.04.0.tar.xz
  kqtquickcharts-20.04.0.tar.xz.sig



Other differences:
--
++ kqtquickcharts.spec ++
--- /var/tmp/diff_new_pack.3qihWV/_old  2020-04-29 20:50:35.892752663 +0200
+++ /var/tmp/diff_new_pack.3qihWV/_new  2020-04-29 20:50:35.896752672 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kqtquickcharts
 #
-# Copyright (c) 2018 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
@@ -21,22 +21,22 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kqtquickcharts
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Plugin to render beautiful and interactive graphs
 License:LGPL-2.1-or-later
 Group:  Amusements/Teaching/Other
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 A QtQuick plugin to render beautiful and interactive graphs.


++ kqtquickcharts-19.12.3.tar.xz -> kqtquickcharts-20.04.0.tar.xz ++




commit killbots for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2020-04-29 20:48:52

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


Package is "killbots"

Wed Apr 29 20:48:52 2020 rev:96 rq:796940 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2020-03-12 
23:04:11.847131618 +0100
+++ /work/SRC/openSUSE:Factory/.killbots.new.2738/killbots.changes  
2020-04-29 20:49:35.544614427 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:22:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:06 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:02 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port to qdebug categories
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  killbots-19.12.3.tar.xz
  killbots-19.12.3.tar.xz.sig

New:

  killbots-20.04.0.tar.xz
  killbots-20.04.0.tar.xz.sig



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.RAsKWz/_old  2020-04-29 20:49:36.300616158 +0200
+++ /var/tmp/diff_new_pack.RAsKWz/_new  2020-04-29 20:49:36.304616168 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package killbots
 #
-# Copyright (c) 2018 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
@@ -21,41 +21,39 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   killbots
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Robots-like game by KDE
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Killbots is a turn-based game of evading "killer" robots on a board.
@@ -63,9 +61,7 @@
 debris, rendering them inert. The player has to strategically move
 and can optionally use teleportation to a random location.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n killbots-%{version}
@@ -88,6 +84,7 @@
 %{_kf5_applicationsdir}/org.kde.killbots.desktop
 %{_kf5_bindir}/killbots
 %{_kf5_configkcfgdir}/killbots.kcfg
+%{_kf5_debugdir}/killbots.categories
 %{_kf5_iconsdir}/hicolor/*/apps/killbots.*
 %{_kf5_sharedir}/killbots/
 %{_kf5_appstreamdir}/org.kde.killbots.appdata.xml


++ killbots-19.12.3.tar.xz -> killbots-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-19.12.3/CMakeLists.txt 
new/kil

commit kigo for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2020-04-29 20:48:48

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


Package is "kigo"

Wed Apr 29 20:48:48 2020 rev:95 rq:796938 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2020-03-12 
23:04:07.563129911 +0100
+++ /work/SRC/openSUSE:Factory/.kigo.new.2738/kigo.changes  2020-04-29 
20:49:33.464609662 +0200
@@ -1,0 +2,33 @@
+Thu Apr 23 12:22:27 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:05 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:01 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Make it compile against qt5.15
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * Port to qdebug categories
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  kigo-19.12.3.tar.xz
  kigo-19.12.3.tar.xz.sig

New:

  kigo-20.04.0.tar.xz
  kigo-20.04.0.tar.xz.sig



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.GXd4BM/_old  2020-04-29 20:49:34.524612091 +0200
+++ /var/tmp/diff_new_pack.GXd4BM/_new  2020-04-29 20:49:34.524612091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kigo
 #
-# Copyright (c) 2018 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
@@ -20,18 +20,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kigo
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Traditional Chinese Boardgame for KDE
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -39,27 +36,26 @@
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: gnugo
 Obsoletes:  kigo5 < %{version}
 Provides:   kigo5 = %{version}
-Recommends: gnugo
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Traditional Chinese Boardgame
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q
@@ -85,6 +81,7 @@
 %config %{_kf5_configdir}/kigo*.knsrc
 %dir %{_kf5_configkcfgdir}
 %{_kf5_configkcfgdir}/kigo.kcfg
+%{_kf5_debugdir}/kigo.categories
 %{_kf5_kxmlguidir}/kigo/
 %{_kf5_appstreamdir}/org.kde.kigo.appdata.xml
 


++ kigo-19.12.3.tar.xz -> kigo-20.04.0.tar.xz ++
 1607 lines of diff (skipped)




commit klettres for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2020-04-29 20:49:14

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


Package is "klettres"

Wed Apr 29 20:49:14 2020 rev:115 rq:796954 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2020-03-12 
23:04:32.471139839 +0100
+++ /work/SRC/openSUSE:Factory/.klettres.new.2738/klettres.changes  
2020-04-29 20:49:51.964652039 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:32 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:11 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:06 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * addVersionOption()/addHelpOption() already adds by 
KAboutData::setApplicationData
+  * Remove endl. qCritical/qDebug already adds a endl.
+  * Remove KCompletion dependency
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  klettres-19.12.3.tar.xz
  klettres-19.12.3.tar.xz.sig

New:

  klettres-20.04.0.tar.xz
  klettres-20.04.0.tar.xz.sig



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.2TvJTl/_old  2020-04-29 20:49:53.056654541 +0200
+++ /var/tmp/diff_new_pack.2TvJTl/_new  2020-04-29 20:49:53.060654550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package klettres
 #
-# Copyright (c) 2018 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
@@ -21,29 +21,25 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   klettres
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Language
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  kf5-filesystem
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Svg)
@@ -52,6 +48,10 @@
 Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 Helps to learn the alphabet and read some syllables.


++ klettres-19.12.3.tar.xz -> klettres-20.04.0.tar.xz ++
/work/SRC/openSUSE:Factory/klettres/klettres-19.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.klettres.new.2738/klettres-20.04.0.tar.xz differ: 
char 26, line 1




commit knavalbattle for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2020-04-29 20:49:25

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


Package is "knavalbattle"

Wed Apr 29 20:49:25 2020 rev:96 rq:796969 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2020-03-12 23:05:19.735158661 +0100
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new.2738/knavalbattle.changes  
2020-04-29 20:50:08.564690064 +0200
@@ -1,0 +2,37 @@
+Thu Apr 23 12:22:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix build with Qt >= 5.15.0-beta3
+
+---
+Sun Apr  5 20:30:16 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:12 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into knavalbattle version number
+  * Add oars content rating
+  * appdata: use canonical cdn screenshot location
+  * Make it compile against qt5.15
+  * Silence warning in BattleShipsConfiguration
+  * Port to qdebug categories
+  * Port to QRandomGenerator
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  knavalbattle-19.12.3.tar.xz
  knavalbattle-19.12.3.tar.xz.sig

New:

  knavalbattle-20.04.0.tar.xz
  knavalbattle-20.04.0.tar.xz.sig



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.N0iyNJ/_old  2020-04-29 20:50:12.076698109 +0200
+++ /var/tmp/diff_new_pack.N0iyNJ/_new  2020-04-29 20:50:12.080698118 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package knavalbattle
 #
-# Copyright (c) 2018 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
@@ -21,38 +21,34 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   knavalbattle
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Battleship game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Other
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DNSSD)
+BuildRequires:  cmake(KF5Declarative)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
@@ -60,17 +56,17 @@
 Provides:   knavalbattle5 = %{version}
 Obsoletes:  knavalbattle5 < %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KBatteship is a KDE implentation of the popular game "Battleship" where
 you have to try to sink the opponents ships. The game can also be
 pla

commit klines for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2020-04-29 20:49:17

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


Package is "klines"

Wed Apr 29 20:49:17 2020 rev:96 rq:796956 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2020-03-12 
23:04:44.119144481 +0100
+++ /work/SRC/openSUSE:Factory/.klines.new.2738/klines.changes  2020-04-29 
20:49:54.884658728 +0200
@@ -1,0 +2,33 @@
+Thu Apr 23 12:22:33 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:11 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:07 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Compose RELEASE_SERVICE_VERSION into klines version string
+  * Ignore cmake directory created by qtcreator
+  * Add endgame support.
+  * Port to qDebug category
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  klines-19.12.3.tar.xz
  klines-19.12.3.tar.xz.sig

New:

  klines-20.04.0.tar.xz
  klines-20.04.0.tar.xz.sig



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.KMPQ59/_old  2020-04-29 20:49:55.592660350 +0200
+++ /var/tmp/diff_new_pack.KMPQ59/_new  2020-04-29 20:49:55.600660368 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package klines
 #
-# Copyright (c) 2018 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
@@ -21,32 +21,30 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   klines
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Tactical game
 License:GPL-2.0-or-later
 Group:  Amusements/Games/Board/Puzzle
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
 BuildRequires:  cmake(KF5JobWidgets)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5Service)
@@ -54,8 +52,6 @@
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickWidgets)
@@ -65,17 +61,17 @@
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Klines is the KDE version of the russian game Lines where you have to
 align five game pieces of the same colour in one line to remove them
 from the game board. Similar to tetris you fight new pieces appearing.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n klines-%{version}
@@ -99,6 +95,7 @@
 %{_kf5_applicationsdir}/org.kde.kline

commit kmix for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2020-04-29 20:49:21

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


Package is "kmix"

Wed Apr 29 20:49:21 2020 rev:99 rq:796965 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2020-03-12 
23:05:09.731154689 +0100
+++ /work/SRC/openSUSE:Factory/.kmix.new.2738/kmix.changes  2020-04-29 
20:50:01.356673553 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:37 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:15 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:10 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix minor EBN issues
+  * Remove unused include
+  * const'ify + remove extra ;
+  * Remove extra ; use nullptr use override
+  * Port some deprecated method. Remove extra ;
+
+---

Old:

  kmix-19.12.3.tar.xz
  kmix-19.12.3.tar.xz.sig

New:

  kmix-20.04.0.tar.xz
  kmix-20.04.0.tar.xz.sig



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.rOcqnp/_old  2020-04-29 20:50:02.576676348 +0200
+++ /var/tmp/diff_new_pack.rOcqnp/_new  2020-04-29 20:50:02.584676366 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmix
 #
-# Copyright (c) 2018 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
@@ -21,17 +21,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmix
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Sound Mixer
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Mixers
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  alsa-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  glib2-devel
@@ -61,15 +57,15 @@
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 KMix is a fully featured audio mixer by KDE.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ kmix-19.12.3.tar.xz -> kmix-20.04.0.tar.xz ++
 3795 lines of diff (skipped)




commit kmplot for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-04-29 20:49:23

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


Package is "kmplot"

Wed Apr 29 20:49:23 2020 rev:116 rq:796968 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2020-03-12 
23:05:14.955156772 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.2738/kmplot.changes  2020-04-29 
20:50:03.836679234 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:16 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:12 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port endl to \n as it's namespaced in Qt5.15.
+  * Keep cumulated error negligible for rapidly increasing functions 
(kde#341256)
+  * Don't use 0 as flag
+  * Replace deprecated KConfigDialogManager::changedMap with property in the 
class definition
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+- Remove checks for obsolete distribution versions
+
+---

Old:

  kmplot-19.12.3.tar.xz
  kmplot-19.12.3.tar.xz.sig

New:

  kmplot-20.04.0.tar.xz
  kmplot-20.04.0.tar.xz.sig



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.htFC3f/_old  2020-04-29 20:50:07.188686912 +0200
+++ /var/tmp/diff_new_pack.htFC3f/_new  2020-04-29 20:50:07.192686922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2018 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
@@ -21,22 +21,18 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   kmplot
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0-or-later
 Group:  Productivity/Scientific/Math
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5Parts)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(Qt5Core)
@@ -44,12 +40,12 @@
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends: %{name}-lang
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}
-Recommends: %{name}-lang
-%if 0%{?suse_version} < 1500
-# the default gcc 4.8 is too old
-BuildRequires:  gcc7-c++
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
 
 %description
@@ -61,23 +57,18 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} < 1500
-# the default gcc 4.8 is too old
-export CC=gcc-7
-export CXX=g++-7
-%endif
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with lang}
+%kf5_makeinstall -C build
+%if %{with lang}
 %find_lang %{name} --with-man --all-name
 %{kf5_find_htmldocs}
-  %endif
+%endif
 
 %files
 %license COPYING*


++ kmplot-19.12.3.tar.xz -> kmplot-20.04.0.tar.xz ++
 18942 lines of diff (skipped)




commit khangman for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2020-04-29 20:48:39

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


Package is "khangman"

Wed Apr 29 20:48:39 2020 rev:113 rq:796934 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2020-03-12 
23:04:01.323127424 +0100
+++ /work/SRC/openSUSE:Factory/.khangman.new.2738/khangman.changes  
2020-04-29 20:49:29.212599923 +0200
@@ -1,0 +2,31 @@
+Thu Apr 23 12:22:25 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:04 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:00 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes since 19.12.3, only listing bugfixes:
+  * Fix KHangMan default language. (kde#392493)
+  * Convert all letters to upper case to compare. (kde#362193)
+  * Move theme selection button from bottom to top toolbar. (kde#386855)
+  * Change "Notes" theme name to "Notes Theme" (kde#362256)
+
+---

Old:

  khangman-19.12.3.tar.xz
  khangman-19.12.3.tar.xz.sig

New:

  khangman-20.04.0.tar.xz
  khangman-20.04.0.tar.xz.sig



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.9UebLf/_old  2020-04-29 20:49:30.256602314 +0200
+++ /var/tmp/diff_new_pack.9UebLf/_new  2020-04-29 20:49:30.264602332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package khangman
 #
-# Copyright (c) 2018 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
@@ -21,17 +21,15 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   khangman
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Hangman Game
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Language
 URL:https://edu.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
+BuildRequires:  kf5-filesystem
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Completion)
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
@@ -39,7 +37,6 @@
 BuildRequires:  cmake(KF5Crash)
 BuildRequires:  cmake(KF5Declarative)
 BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
@@ -47,7 +44,6 @@
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(LibKEduVocDocument)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
@@ -60,15 +56,15 @@
 Obsoletes:  khangman5 < %{version}
 Obsoletes:  libkhangmanengine5 < %{version}
 %if %{with lang}
-Recommends: %{name}-lang
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
 %endif
+Recommends: %{name}-lang
 
 %description
 Classical hangman game for KDE.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ khangman-19.12.3.tar.xz -> khangman-20.04.0.tar.xz ++
/work/SRC/openSUSE:Factory/khangman/khangman-19.12.3.tar.xz 
/work/SRC/openSUSE:Factory/.khangman.new.2738/khangman-20.04.0.tar.xz differ: 
char 26, line 1




  1   2   3   >