commit 00Meta for openSUSE:Leap:15.3:Images

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.3:Images 
checked in at 2022-11-10 20:05:20

Comparing /work/SRC/openSUSE:Leap:15.3:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.3:Images/.00Meta.new.1597 (New)


Package is "00Meta"

Thu Nov 10 20:05:20 2022 rev:469 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.LCaSa5/_old  2022-11-10 20:05:21.224660328 +0100
+++ /var/tmp/diff_new_pack.LCaSa5/_new  2022-11-10 20:05:21.228660350 +0100
@@ -1,3 +1,3 @@
-10.5
+10.6
 (No newline at EOF)
 


commit python-pytest-mpi for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-mpi for 
openSUSE:Factory checked in at 2022-11-10 17:33:09

Comparing /work/SRC/openSUSE:Factory/python-pytest-mpi (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-mpi.new.1597 (New)


Package is "python-pytest-mpi"

Thu Nov 10 17:33:09 2022 rev:7 rq:1035099 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-mpi/python-pytest-mpi.changes  
2021-12-28 12:27:05.324505353 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-mpi.new.1597/python-pytest-mpi.changes
2022-11-10 17:33:11.103507770 +0100
@@ -1,0 +2,30 @@
+Thu Nov 10 15:24:16 UTC 2022 - Daniel Garcia 
+
+- Disable again test_fixtures that produces a Segmentation fault in i586
+
+---
+Tue Nov  8 12:44:13 UTC 2022 - Daniel Garcia 
+
+- Remove pml/ob1 option for tests, bsc#1205139
+
+---
+Tue Nov  8 11:27:29 UTC 2022 - Daniel Garcia 
+
+- Disable test_fixtures that produces a Segmentation fault in i586
+
+---
+Tue Nov  8 10:21:48 UTC 2022 - Daniel Garcia 
+
+- Use pml ob1 to run tests
+
+---
+Tue Nov  8 09:45:07 UTC 2022 - Daniel Garcia 
+
+- Remove pytest-mpi-pr37-sybil3.patch, not needed anymore
+- Update to 0.6:
+  * Again no codebase changes, testing/CI and packaging fixes only.
+  * Update Azure Pipelines to use latest images (so CI runs again)
+  * Update versioneer to work on future Python versions.
+  * Fix doctests infrastructure
+
+---

Old:

  pytest-mpi-0.5.tar.gz
  pytest-mpi-pr37-sybil3.patch

New:

  pytest-mpi-0.6.tar.gz



Other differences:
--
++ python-pytest-mpi.spec ++
--- /var/tmp/diff_new_pack.g9t46e/_old  2022-11-10 17:33:11.619510407 +0100
+++ /var/tmp/diff_new_pack.g9t46e/_new  2022-11-10 17:33:11.623510427 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-mpi
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,14 +27,12 @@
 # mpi4py depends on numpy, which is not available for python36
 %define skip_python36 1
 Name:   python-pytest-mpi
-Version:0.5
+Version:0.6
 Release:0
 Summary:MPI plugin for pytest
 License:BSD-3-Clause
 URL:https://pytest-mpi.readthedocs.io
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-mpi/pytest-mpi-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM pytest-mpi-pr37-sybil3.patch -- gh#aragilar/pytest-mpi#37
-Patch0: pytest-mpi-pr37-sybil3.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -65,7 +63,8 @@
 %check
 export PATH=${PATH}:%{_libdir}/mpi/gcc/%{mpiver}/bin
 source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh
-%pytest -v -p pytester --runpytest=subprocess
+# Exclude test_fixtures, it fails for i586 arch with Segmentation fault
+%pytest -v -p pytester --runpytest=subprocess -k 'not test_fixtures'
 
 %files %{python_files}
 %doc README.md

++ pytest-mpi-0.5.tar.gz -> pytest-mpi-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-mpi-0.5/MANIFEST.in 
new/pytest-mpi-0.6/MANIFEST.in
--- old/pytest-mpi-0.5/MANIFEST.in  2021-03-14 02:02:54.0 +0100
+++ new/pytest-mpi-0.6/MANIFEST.in  2022-01-08 03:18:17.0 +0100
@@ -1,4 +1,4 @@
-include versioneer.py pytest_mpi/_version.py
+include versioneer.py src/pytest_mpi/_version.py
 include README.md
 include pypi-intro.rst
 include LICENSE.txt CONTRIBUTING.md code_of_conduct.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-mpi-0.5/PKG-INFO new/pytest-mpi-0.6/PKG-INFO
--- old/pytest-mpi-0.5/PKG-INFO 2021-03-14 02:03:39.0 +0100
+++ new/pytest-mpi-0.6/PKG-INFO 2022-01-08 03:19:23.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-mpi
-Version: 0.5
+Version: 0.6
 Summary: pytest plugin to collect information from tests
 Home-page: https://pytest-mpi.readthedocs.io
 Author: James Tocknell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-mpi-0.5/doc-requirements.txt 
new/pytest-mpi-0.6/doc-requirements.txt
--- old/pytest-mpi-0.5/doc-requirements.txt 2021-03-14 02:02:54.0 
+0100
+++ new/pytest-mpi-0.

commit python-mpi4py for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mpi4py for openSUSE:Factory 
checked in at 2022-11-10 17:33:08

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


Package is "python-mpi4py"

Thu Nov 10 17:33:08 2022 rev:17 rq:1035092 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-mpi4py/python-mpi4py.changes  
2022-11-08 10:56:18.617961232 +0100
+++ /work/SRC/openSUSE:Factory/.python-mpi4py.new.1597/python-mpi4py.changes
2022-11-10 17:33:09.339498756 +0100
@@ -1,0 +2,25 @@
+Thu Nov 10 11:56:43 UTC 2022 - Daniel Garcia 
+
+- Disable current broken tests for i586. gh#mpi4py/mpi4py#279
+- Increase memory size in constraints
+
+---
+Thu Nov 10 08:49:41 UTC 2022 - Daniel Garcia 
+
+- Add rpmlintrc as source in the spec file
+
+---
+Thu Nov 10 08:42:14 UTC 2022 - Daniel Garcia 
+
+- Remove exec perms from demo/python-config 
+- Add python-mpi4py-rpmlintrc to filter no-binary erros for devel, common-devel
+  and doc subpackages
+
+---
+Tue Nov  8 12:27:26 UTC 2022 - Daniel Garcia 
+
+- Remove pml/ob1 option for tests, bsc#1205139
+- Remove python_module macro definition
+- Update shebang string replacement
+
+---

New:

  python-mpi4py-rpmlintrc



Other differences:
--
++ python-mpi4py.spec ++
--- /var/tmp/diff_new_pack.h3njHe/_old  2022-11-10 17:33:10.495504663 +0100
+++ /var/tmp/diff_new_pack.h3njHe/_new  2022-11-10 17:33:10.543504908 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
 
@@ -27,6 +26,7 @@
 License:BSD-2-Clause
 URL:https://github.com/mpi4py/mpi4py
 Source: 
https://files.pythonhosted.org/packages/source/m/mpi4py/mpi4py-%{version}.tar.gz
+Source99:   %{name}-rpmlintrc
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy}
@@ -103,7 +103,12 @@
 %autosetup -p1 -n mpi4py-%{version}
 rm demo/*/runtests.bat docs/source/usrman/make.bat 
docs/source/usrman/.gitignore
 sed -i 's/\r$//' docs/usrman/objects.inv
-sed -i '1!b;/^#!\/usr\/bin\/python/d' demo/python-config
+sed -i '1!b;/^#!\/usr\/bin\/env python/d' demo/python-config
+chmod a-x demo/python-config
+
+# Remove this file to fix tests
+# https://github.com/mpi4py/mpi4py/issues/279
+rm test/dlpackimpl.py
 
 %build
 %setup_openmpi
@@ -142,12 +147,16 @@
 %ifarch %ix86
 # https://github.com/mpi4py/mpi4py/issues/105
 donttest+="|test_io"
+
+# There are more broken tests in i586
+# https://github.com/mpi4py/mpi4py/issues/279
+donttest+="|test_file|test_subclass|test_errhandler|test_threads"
 %endif
 rm -rf build _build.*
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
 rm -rf build _build.*
 %setup_openmpi
-%{openmpi_prefix}/bin/mpiexec --use-hwthread-cpus --mca pml ob1 --mca btl 
tcp,self -n 1  $python -B test/runtests.py -v --exclude="$donttest"
+%{openmpi_prefix}/bin/mpiexec --use-hwthread-cpus --mca btl tcp,self -n 1  
$python -B test/runtests.py -v --exclude="$donttest"
 }
 
 %files %{python_files}

++ _constraints ++
--- /var/tmp/diff_new_pack.h3njHe/_old  2022-11-10 17:33:10.827506359 +0100
+++ /var/tmp/diff_new_pack.h3njHe/_new  2022-11-10 17:33:10.847506462 +0100
@@ -1,7 +1,7 @@
 
   
 
-  4
+  6
 
 2
   

++ python-mpi4py-rpmlintrc ++
# devel, common-devel and doc packages are arch dependent, devel and
# common-devel install in sitearch and the doc could be noarch, but maybe
it has no sense to have the doc package in archs where the original package
is not provided.
addFilter("E: no-binary")


commit os-update for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-update for openSUSE:Factory 
checked in at 2022-11-10 17:33:10

Comparing /work/SRC/openSUSE:Factory/os-update (Old)
 and  /work/SRC/openSUSE:Factory/.os-update.new.1597 (New)


Package is "os-update"

Thu Nov 10 17:33:10 2022 rev:5 rq:1035100 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/os-update/os-update.changes  2022-11-08 
10:54:13.385666532 +0100
+++ /work/SRC/openSUSE:Factory/.os-update.new.1597/os-update.changes
2022-11-10 17:33:11.839511531 +0100
@@ -1,0 +2,7 @@
+Thu Nov 10 15:25:52 UTC 2022 - Thorsten Kukuk 
+
+- Update to version 1.4.1
+  - Increase limit of lines from log in status mail to 500
+  - Fix syntax error in systemd-status-mail manual page source
+
+---

Old:

  os-update-1.4.tar.xz

New:

  os-update-1.4.1.tar.xz



Other differences:
--
++ os-update.spec ++
--- /var/tmp/diff_new_pack.asrTg4/_old  2022-11-10 17:33:12.251513636 +0100
+++ /var/tmp/diff_new_pack.asrTg4/_new  2022-11-10 17:33:12.255513656 +0100
@@ -21,7 +21,7 @@
 %endif
 
 Name:   os-update
-Version:1.4
+Version:1.4.1
 Release:0
 Summary:Updates the system regular to stay current and safe
 License:GPL-2.0-or-later
@@ -43,6 +43,7 @@
 %package -n systemd-status-mail
 Summary:Send a mail if a systemd.timer fails and/or succeeds
 Requires:   (/usr/sbin/sendmail or mailx)
+Suggests:   mailx
 
 %description -n systemd-status-mail
 systemd-mail-status is called by systemd-status-mail@.service if the

++ os-update-1.4.tar.xz -> os-update-1.4.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-update-1.4/NEWS new/os-update-1.4.1/NEWS
--- old/os-update-1.4/NEWS  2022-11-07 15:26:30.0 +0100
+++ new/os-update-1.4.1/NEWS2022-11-10 16:23:01.0 +0100
@@ -1,3 +1,6 @@
+Version 1.4.1
+ - Increase limit of lines from log in status mail to 500
+
 Version 1.4
  - Provide service to send mails about systemd service status
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-update-1.4/configure new/os-update-1.4.1/configure
--- old/os-update-1.4/configure 2022-11-07 15:31:37.0 +0100
+++ new/os-update-1.4.1/configure   2022-11-10 16:23:25.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for os-update 1.4.
+# Generated by GNU Autoconf 2.69 for os-update 1.4.1.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='os-update'
 PACKAGE_TARNAME='os-update'
-PACKAGE_VERSION='1.4'
-PACKAGE_STRING='os-update 1.4'
+PACKAGE_VERSION='1.4.1'
+PACKAGE_STRING='os-update 1.4.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1214,7 +1214,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 os-update 1.4 to adapt to many kinds of systems.
+\`configure' configures os-update 1.4.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1280,7 +1280,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of os-update 1.4:";;
+ short | recursive ) echo "Configuration of os-update 1.4.1:";;
esac
   cat <<\_ACEOF
 
@@ -1370,7 +1370,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-os-update configure 1.4
+os-update configure 1.4.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1387,7 +1387,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by os-update $as_me 1.4, which was
+It was created by os-update $as_me 1.4.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2250,7 +2250,7 @@
 
 # Define the identity of the package.
  PACKAGE='os-update'
- VERSION='1.4'
+ VERSION='1.4.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3124,7 +3124,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by os-update $as_me 1.4, which was
+This file was extended by os-update $as_me 1.4.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3177,7 +3177,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF |

commit perl-Libssh-Session for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Libssh-Session for 
openSUSE:Factory checked in at 2022-11-10 16:40:33

Comparing /work/SRC/openSUSE:Factory/perl-Libssh-Session (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Libssh-Session.new.1597 (New)


Package is "perl-Libssh-Session"

Thu Nov 10 16:40:33 2022 rev:1 rq:1035065 version:0.8

Changes:

New Changes file:

--- /dev/null   2022-11-07 00:54:34.859413707 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Libssh-Session.new.1597/perl-Libssh-Session.changes
2022-11-10 16:40:34.803306238 +0100
@@ -0,0 +1,5 @@
+---
+Tue Nov  8 13:42:05 UTC 2022 - Frank Schreiner 
+
+- initial package 0.8
+ * created by cpanspec 1.82.02

New:

  Libssh-Session-0.8.tar.gz
  cpanspec.yml
  perl-Libssh-Session.changes
  perl-Libssh-Session.spec



Other differences:
--
++ perl-Libssh-Session.spec ++
#
# spec file for package perl-Libssh-Session
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


%define cpan_name Libssh-Session
Name:   perl-Libssh-Session
Version:0.8
Release:0
#Upstream:  This library is licensed under the Apache License 2.0. Details of 
this license can be found within the 'LICENSE' text file
License:Apache-2.0
Summary:Support for the SSH protocol via libssh
URL:https://metacpan.org/release/%{cpan_name}
Source0:Libssh-Session-0.8.tar.gz
Source1:cpanspec.yml
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}
# MANUAL BEGIN
BuildRequires:  libssh-devel
# MANUAL END

%description
'Libssh::Session' is a perl interface to the libssh (http://www.libssh.org)
library. It doesn't support all the library. It's working in progress.

Right now, you can authenticate and execute commands on a SSH server.

%prep
%autosetup  -n %{cpan_name}-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build

%check
make test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%doc Changes examples README README.md TODO
%license LICENSE

%changelog

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires: libssh-devel 
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: Apache-2.0
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module


commit python-platformio for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-platformio for 
openSUSE:Factory checked in at 2022-11-10 16:40:35

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


Package is "python-platformio"

Thu Nov 10 16:40:35 2022 rev:8 rq:1035075 version:6.1.5

Changes:

--- /work/SRC/openSUSE:Factory/python-platformio/python-platformio.changes  
2022-10-08 01:25:28.918265019 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-platformio.new.1597/python-platformio.changes
2022-11-10 16:40:36.367315001 +0100
@@ -1,0 +2,18 @@
+Thu Nov 10 12:07:39 UTC 2022 - Matej Cepl 
+
+- Switch to wheel build/install, move scripts/ directory to the
+  packages's namespace (see
+  
https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396).
+- Add python-platformio.rpmlintrc to avoid false positives.
+
+---
+Wed Nov  9 16:27:43 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to versino 6.1.5 
+  * Added a new enable_proxy_strict_ssl setting to disable the proxy server 
certificate verification (issue #4432)
+  * Documented PlatformIO Core Proxy Configuration
+  * Speeded up device port finder by avoiding loading board HWIDs from 
development platforms
+  * Improved caching of build metadata in debug mode
+  * Fixed an issue when pio pkg install --storage-dir command requires 
PlatformIO project (issue #4410)
+
+---

Old:

  platformio-6.1.4.tar.gz

New:

  platformio-6.1.5.tar.gz
  python-platformio.rpmlintrc



Other differences:
--
++ python-platformio.spec ++
--- /var/tmp/diff_new_pack.vHXi2X/_old  2022-11-10 16:40:36.847317690 +0100
+++ /var/tmp/diff_new_pack.vHXi2X/_new  2022-11-10 16:40:36.851317712 +0100
@@ -16,17 +16,18 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-platformio
-Version:6.1.4
+Version:6.1.5
 Release:0
 Summary:New Generation Ecosystem for Embedded Development
 License:Apache-2.0
 Group:  Development/Languages/Python
-URL:https://platformio.org
-Source: 
https://files.pythonhosted.org/packages/source/p/platformio/platformio-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:https://github.com/platformio/platformio-core
+Source0:
https://files.pythonhosted.org/packages/source/p/platformio/platformio-%{version}.tar.gz
+Source99:   python-platformio.rpmlintrc
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
@@ -61,11 +62,14 @@
 %setup -q -n platformio-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%pyproject_install
+# mv because of 
https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396
+%{python_expand mv %{buildroot}%{$python_sitelib}/scripts 
%{buildroot}%{$python_sitelib}/platformio
+%fdupes %{buildroot}%{$python_sitelib}
+}
 
 %python_clone -a %{buildroot}%{_bindir}/pio
 %python_clone -a %{buildroot}%{_bindir}/piodebuggdb
@@ -81,6 +85,7 @@
 %python_alternative %{_bindir}/pio
 %python_alternative %{_bindir}/piodebuggdb
 %python_alternative %{_bindir}/platformio
-%{python_sitelib}/*
+%{python_sitelib}/platformio
+%{python_sitelib}/platformio-%{version}*-info
 
 %changelog

++ platformio-6.1.4.tar.gz -> platformio-6.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformio-6.1.4/PKG-INFO 
new/platformio-6.1.5/PKG-INFO
--- old/platformio-6.1.4/PKG-INFO   2022-08-12 16:09:45.920699400 +0200
+++ new/platformio-6.1.5/PKG-INFO   2022-11-01 19:45:41.686341300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: platformio
-Version: 6.1.4
+Version: 6.1.5
 Summary: A professional collaborative platform for embedded development. 
Cross-platform IDE and Unified Debugger. Static Code Analyzer and Remote Unit 
Testing. Multi-platform and Multi-architecture Build System. Firmware File 
Explorer and Memory Inspection. IoT, Arduino, CMSIS, ESP-IDF, FreeRTOS, 
libOpenCM3, mbedOS, Pulp OS, SPL, STM32Cube, Zephyr RTOS, ARM, AVR, Espressif 
(ESP8266/ESP32), FPGA, MCS-51 (8051), MSP430, Nordic (nRF51/nRF52), NXP i.MX 
RT, PIC32, RISC-V, STMicroelectronics (STM8/STM32), Teensy
 Home-page: https://platformio.org
 Author: PlatformIO Labs
diff -urN '--exclude=CVS' '

commit solaar for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package solaar for openSUSE:Factory checked 
in at 2022-11-10 16:40:34

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


Package is "solaar"

Thu Nov 10 16:40:34 2022 rev:23 rq:1035072 version:1.1.7

Changes:

--- /work/SRC/openSUSE:Factory/solaar/solaar.changes2022-11-08 
10:54:14.789669835 +0100
+++ /work/SRC/openSUSE:Factory/.solaar.new.1597/solaar.changes  2022-11-10 
16:40:35.639310922 +0100
@@ -1,0 +2,5 @@
+Thu Nov 10 13:50:39 UTC 2022 - Andreas Schneider 
+
+- Add require to python-hid-parser
+
+---



Other differences:
--
++ solaar.spec ++
--- /var/tmp/diff_new_pack.HQCJcw/_old  2022-11-10 16:40:36.119313611 +0100
+++ /var/tmp/diff_new_pack.HQCJcw/_new  2022-11-10 16:40:36.127313656 +0100
@@ -35,6 +35,7 @@
 BuildRequires:  %{python_module evdev}
 BuildRequires:  %{python_module gobject-Gdk}
 BuildRequires:  %{python_module gobject}
+BuildRequires:  %{python_module hid-parser}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module python-xlib}
 BuildRequires:  %{python_module pyudev}
@@ -53,6 +54,7 @@
 Requires:   python3-evdev
 Requires:   python3-gobject
 Requires:   python3-gobject-Gdk
+Requires:   python3-hid-parser
 Requires:   python3-psutil
 Requires:   python3-python-xlib
 Requires:   python3-pyudev


commit python-plyvel for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-plyvel for openSUSE:Factory 
checked in at 2022-11-10 16:40:31

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


Package is "python-plyvel"

Thu Nov 10 16:40:31 2022 rev:12 rq:1035046 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-plyvel/python-plyvel.changes  
2022-01-16 23:19:16.350377702 +0100
+++ /work/SRC/openSUSE:Factory/.python-plyvel.new.1597/python-plyvel.changes
2022-11-10 16:40:32.395292746 +0100
@@ -1,0 +2,11 @@
+Wed Nov  9 16:29:57 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 1.5.0 
+  * use manylinux2014 image for building wheels
+  * Fix typo in docs (#145)
+  * update leveldb links to github
+  * clarify bloom_filter_bits in docs
+  * skip py36 wheels
+  * drop py36 from tox config
+
+---

Old:

  plyvel-1.4.0.tar.gz

New:

  plyvel-1.5.0.tar.gz



Other differences:
--
++ python-plyvel.spec ++
--- /var/tmp/diff_new_pack.vzCBbD/_old  2022-11-10 16:40:32.859295346 +0100
+++ /var/tmp/diff_new_pack.vzCBbD/_new  2022-11-10 16:40:32.867295391 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:   python-plyvel
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Python interface to LevelDB
 License:BSD-3-Clause

++ plyvel-1.4.0.tar.gz -> plyvel-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plyvel-1.4.0/Makefile new/plyvel-1.5.0/Makefile
--- old/plyvel-1.4.0/Makefile   2021-12-29 14:21:10.0 +0100
+++ new/plyvel-1.5.0/Makefile   2022-04-22 21:45:22.0 +0200
@@ -32,6 +32,7 @@
 
 release: docker-build-env
CIBW_BUILD='cp3*-manylinux_x86_64' \
+   CIBW_SKIP='cp36-manylinux_x86_64' \
CIBW_MANYLINUX_X86_64_IMAGE=plyvel-build \
CIBW_BEFORE_BUILD=scripts/cibuildwheel-before-build.sh \
CIBW_PLATFORM=linux \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plyvel-1.4.0/NEWS.rst new/plyvel-1.5.0/NEWS.rst
--- old/plyvel-1.4.0/NEWS.rst   2021-12-29 14:24:31.0 +0100
+++ new/plyvel-1.5.0/NEWS.rst   2022-10-26 18:08:46.0 +0200
@@ -2,6 +2,16 @@
 Version history
 ===
 
+Plyvel 1.5.0
+
+
+Release date: 2022-10-26
+
+* Rebuild Linux wheels, with ``manylinux_2_17`` and ``manylinux2014``
+  compatibility (``x86_64`` only). Also produce Python 3.11 wheels.
+  Still using Snappy 1.1.9 and LevelDB 1.22.
+  (`issue #148 `_)
+
 Plyvel 1.4.0
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plyvel-1.4.0/PKG-INFO new/plyvel-1.5.0/PKG-INFO
--- old/plyvel-1.4.0/PKG-INFO   2021-12-29 14:26:37.297494400 +0100
+++ new/plyvel-1.5.0/PKG-INFO   2022-10-26 18:09:10.015384700 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: plyvel
-Version: 1.4.0
+Version: 1.5.0
 Summary: Plyvel, a fast and feature-rich Python interface to LevelDB
 Home-page: https://github.com/wbolster/plyvel
 Author: Wouter Bolsterlee
 Author-email: wou...@bolsterl.ee
 License: BSD License
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Information Technology
@@ -42,9 +41,7 @@
 .. _Project page: https://github.com/wbolster/plyvel
 .. _Documentation: https://plyvel.readthedocs.io/
 .. _PyPI page: http://pypi.python.org/pypi/plyvel/
-.. _LevelDB: http://code.google.com/p/leveldb/
+.. _LevelDB: https://github.com/google/leveldb
 
 Note that using a released version is recommended over a checkout from version
 control. See the installation docs for more information.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plyvel-1.4.0/README.rst new/plyvel-1.5.0/README.rst
--- old/plyvel-1.4.0/README.rst 2021-10-20 22:24:59.0 +0200
+++ new/plyvel-1.5.0/README.rst 2022-04-22 21:50:25.0 +0200
@@ -17,7 +17,7 @@
 .. _Project page: https://github.com/wbolster/plyvel
 .. _Documentation: https://plyvel.readthedocs.io/
 .. _PyPI page: http://pypi.python.org/pypi/plyvel/
-.. _LevelDB: http://code.google.com/p/leveldb/
+.. _LevelDB: https://github.com/google/leveldb
 
 Note that using a released version is recommended over a checkout from version
 control. See the installation docs for more information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'

commit python-openapi-schema-validator for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-openapi-schema-validator for 
openSUSE:Factory checked in at 2022-11-10 16:40:30

Comparing /work/SRC/openSUSE:Factory/python-openapi-schema-validator (Old)
 and  /work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.1597 
(New)


Package is "python-openapi-schema-validator"

Thu Nov 10 16:40:30 2022 rev:4 rq:1035043 version:0.3.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openapi-schema-validator/python-openapi-schema-validator.changes
  2022-09-05 21:21:47.445099455 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openapi-schema-validator.new.1597/python-openapi-schema-validator.changes
2022-11-10 16:40:31.439287390 +0100
@@ -1,0 +2,6 @@
+Wed Nov  9 16:16:04 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to v0.3.4 
+  * OASValidator 3.0 read write pass with evolve #52
+
+---

Old:

  0.3.3.tar.gz

New:

  0.3.4.tar.gz



Other differences:
--
++ python-openapi-schema-validator.spec ++
--- /var/tmp/diff_new_pack.sDSzXi/_old  2022-11-10 16:40:32.051290819 +0100
+++ /var/tmp/diff_new_pack.sDSzXi/_new  2022-11-10 16:40:32.059290864 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-openapi-schema-validator
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:OpenAPI schema validator for Python
 License:BSD-3-Clause

++ 0.3.3.tar.gz -> 0.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openapi-schema-validator-0.3.3/.bumpversion.cfg 
new/openapi-schema-validator-0.3.4/.bumpversion.cfg
--- old/openapi-schema-validator-0.3.3/.bumpversion.cfg 2022-09-01 
14:52:55.0 +0200
+++ new/openapi-schema-validator-0.3.4/.bumpversion.cfg 2022-09-12 
13:33:14.0 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.3.3
+current_version = 0.3.4
 tag = True
 tag_name = {new_version}
 commit = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openapi-schema-validator-0.3.3/openapi_schema_validator/__init__.py 
new/openapi-schema-validator-0.3.4/openapi_schema_validator/__init__.py
--- old/openapi-schema-validator-0.3.3/openapi_schema_validator/__init__.py 
2022-09-01 14:52:55.0 +0200
+++ new/openapi-schema-validator-0.3.4/openapi_schema_validator/__init__.py 
2022-09-12 13:33:14.0 +0200
@@ -6,7 +6,7 @@
 
 __author__ = "Artur Maciag"
 __email__ = "maciag.ar...@gmail.com"
-__version__ = "0.3.3"
+__version__ = "0.3.4"
 __url__ = "https://github.com/p1c2u/openapi-schema-validator";
 __license__ = "3-clause BSD License"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openapi-schema-validator-0.3.3/openapi_schema_validator/validators.py 
new/openapi-schema-validator-0.3.4/openapi_schema_validator/validators.py
--- old/openapi-schema-validator-0.3.3/openapi_schema_validator/validators.py   
2022-09-01 14:52:55.0 +0200
+++ new/openapi-schema-validator-0.3.4/openapi_schema_validator/validators.py   
2022-09-12 13:33:14.0 +0200
@@ -87,13 +87,21 @@
 # be part of their public API and will raise error
 # See https://github.com/p1c2u/openapi-schema-validator/issues/48
 original_init = cls.__init__
+original_evolve = cls.evolve
 
 def __init__(self: Validator, *args: Any, **kwargs: Any) -> None:
 self.read = kwargs.pop("read", None)
 self.write = kwargs.pop("write", None)
 original_init(self, *args, **kwargs)
 
+def evolve(self: Validator, **changes: Any) -> Validator:
+validator = original_evolve(self, **changes)
+validator.read = self.read
+validator.write = self.write
+return validator
+
 cls.__init__ = __init__
+cls.evolve = evolve
 
 
 _patch_validator_with_read_write_context(OAS30Validator)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openapi-schema-validator-0.3.3/pyproject.toml 
new/openapi-schema-validator-0.3.4/pyproject.toml
--- old/openapi-schema-validator-0.3.3/pyproject.toml   2022-09-01 
14:52:55.0 +0200
+++ new/openapi-schema-validator-0.3.4/pyproject.toml   2022-09-12 
13:33:14.0 +0200
@@ -31,7 +31,7 @@
 
 [tool.poetry]
 name = "openapi-schema-validator"
-version = "0.3.3"
+version = "0.3.4"
 description = "OpenAPI schema validation for Python"
 authors = ["Artur Maciag "]
 license = "BSD-3-Clause"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openapi-schema

commit 000release-packages for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2022-11-10 14:42:57

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.1597 (New)


Package is "000release-packages"

Thu Nov 10 14:42:57 2022 rev:1930 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.4r9U3b/_old  2022-11-10 14:42:59.436467059 +0100
+++ /var/tmp/diff_new_pack.4r9U3b/_new  2022-11-10 14:42:59.67100 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   MicroOS-release
-Version:20221109
+Version:20221110
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -176,9 +176,9 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = MicroOS
-Provides:   product(MicroOS) = 20221109-0
+Provides:   product(MicroOS) = 20221110-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20221109
+Provides:   product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20221110
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(MicroOS)
@@ -194,7 +194,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(MicroOS) = 20221109-0
+Provides:   product_flavor(MicroOS) = 20221110-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -210,7 +210,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(MicroOS) = 20221109-0
+Provides:   product_flavor(MicroOS) = 20221110-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -267,11 +267,11 @@
 
   openSUSE
   MicroOS
-  20221109
+  20221110
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:microos:20221109
+  cpe:/o:opensuse:microos:20221110
   MicroOS
   
 

++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.4r9U3b/_old  2022-11-10 14:42:59.468467227 +0100
+++ /var/tmp/diff_new_pack.4r9U3b/_new  2022-11-10 14:42:59.476467269 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20221109)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20221110)
 #
 # Copyright (c) 2022 openSUSE.
 #
@@ -16,7 +16,7 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20221109
+Version:20221110
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
@@ -24,9 +24,9 @@
 
 Provides:   %name-%version
 Provides:   product() = openSUSE%2DAddon%2DNonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20221109-0
+Provides:   product(openSUSE-Addon-NonOss) = 20221110-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20221109
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20221110
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20221109
+  20221110
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20221109
+  cpe:/o:opensuse:opensuse-addon-nonoss:20221110
   
 
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.4r9U3b/_old  2022-11-10 14:42:59.496467375 +0100
+++ /var/tmp/diff_new_pack.4r9U3b/_new  2022-11-10 14:42:59.500467396 +0100
@@ -20,7 +20,7 @@
 #define betaversion %{nil}
 %define codename Tumbleweed
 Name:   openSUSE-release
-Version:20221109
+Version:20221110
 Release:0
 # 0 is the product release, not the build release of this package
 Summary:openSUSE Tumbleweed
@@ -178,7 +178,7 @@
 %include %{SOURCE100}
 Provides:   %name-%version
 Provides:   product() = openSUSE
-Provides:   product(openSUSE) = 20221109-0
+Provides:   product(openSUSE) = 20221110-0
 %ifarch x86_64
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
 %endif
@@ -192,7 +192,7 @@
 Provides:   product-register-target() = openSUSE%2DTumbleweed%2Daarch64
 %endif
 Provides:   product-label() = openSUSE
-Provides:   product-cpeid() = c

commit python-azure-mgmt-containerservice for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-containerservice 
for openSUSE:Factory checked in at 2022-11-10 14:37:34

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new.1597 (New)


Package is "python-azure-mgmt-containerservice"

Thu Nov 10 14:37:34 2022 rev:34 rq:1035063 version:20.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerservice/python-azure-mgmt-containerservice.changes
2022-11-01 13:42:58.840027729 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerservice.new.1597/python-azure-mgmt-containerservice.changes
  2022-11-10 14:37:35.639326708 +0100
@@ -1,0 +2,9 @@
+Thu Nov 10 07:56:44 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 20.7.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-containerservice-20.6.0.zip

New:

  azure-mgmt-containerservice-20.7.0.zip



Other differences:
--
++ python-azure-mgmt-containerservice.spec ++
--- /var/tmp/diff_new_pack.LwMmgM/_old  2022-11-10 14:37:36.235327638 +0100
+++ /var/tmp/diff_new_pack.LwMmgM/_new  2022-11-10 14:37:36.239327644 +0100
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-containerservice
-Version:20.6.0
+Version:20.7.0
 Release:0
 Summary:Microsoft Azure Container Service Management Client Library
 License:MIT
@@ -42,6 +42,7 @@
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch


commit python-azure-eventgrid for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-eventgrid for 
openSUSE:Factory checked in at 2022-11-10 14:37:33

Comparing /work/SRC/openSUSE:Factory/python-azure-eventgrid (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-eventgrid.new.1597 (New)


Package is "python-azure-eventgrid"

Thu Nov 10 14:37:33 2022 rev:17 rq:1035062 version:4.9.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-eventgrid/python-azure-eventgrid.changes
2022-07-09 17:05:29.760925609 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-eventgrid.new.1597/python-azure-eventgrid.changes
  2022-11-10 14:37:34.911325572 +0100
@@ -1,0 +2,9 @@
+Thu Nov 10 07:48:45 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 4.9.1
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-eventgrid-4.9.0.zip

New:

  azure-eventgrid-4.9.1.zip



Other differences:
--
++ python-azure-eventgrid.spec ++
--- /var/tmp/diff_new_pack.2PoHrV/_old  2022-11-10 14:37:35.359326271 +0100
+++ /var/tmp/diff_new_pack.2PoHrV/_new  2022-11-10 14:37:35.363326277 +0100
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-eventgrid
-Version:4.9.0
+Version:4.9.1
 Release:0
 Summary:Microsoft Azure Event Grid Client Library
 License:MIT
@@ -35,9 +35,9 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.18.0
+Requires:   python-azure-core >= 1.24.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-msrest >= 0.6.21
+Requires:   python-msrest >= 0.7.1
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch


commit python-azure-identity for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-identity for 
openSUSE:Factory checked in at 2022-11-10 14:37:33

Comparing /work/SRC/openSUSE:Factory/python-azure-identity (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-identity.new.1597 (New)


Package is "python-azure-identity"

Thu Nov 10 14:37:33 2022 rev:17 rq:1035061 version:1.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-identity/python-azure-identity.changes  
2022-09-25 15:35:50.815701525 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-identity.new.1597/python-azure-identity.changes
2022-11-10 14:37:33.715323707 +0100
@@ -1,0 +2,8 @@
+Thu Nov 10 07:46:04 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 1.12.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-identity-1.11.0.zip

New:

  azure-identity-1.12.0.zip



Other differences:
--
++ python-azure-identity.spec ++
--- /var/tmp/diff_new_pack.ERCGhB/_old  2022-11-10 14:37:34.703325248 +0100
+++ /var/tmp/diff_new_pack.ERCGhB/_new  2022-11-10 14:37:34.711325260 +0100
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-identity
-Version:1.11.0
+Version:1.12.0
 Release:0
 Summary:Azure Identity client library for Python
 License:MIT


commit python-tldextract for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tldextract for 
openSUSE:Factory checked in at 2022-11-10 14:23:22

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


Package is "python-tldextract"

Thu Nov 10 14:23:22 2022 rev:16 rq:1035015 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-tldextract/python-tldextract.changes  
2022-07-26 19:44:36.114159443 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tldextract.new.1597/python-tldextract.changes
2022-11-10 14:24:27.091085600 +0100
@@ -1,0 +2,12 @@
+Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt 
+
+- Update to 3.4.0
+Features
+  * Add method extract_urllib to extract from a
+urllib.parse.{ParseResult,SplitResult}
+#gh/john-kurkowski/tldextract#274
+Bugfixes
+  * Fix internal type-var error, in newer versions of mypy
+#gh/john-kurkowski/tldextract#275
+
+---

Old:

  tldextract-3.3.1.tar.gz

New:

  tldextract-3.4.0.tar.gz



Other differences:
--
++ python-tldextract.spec ++
--- /var/tmp/diff_new_pack.AktiKe/_old  2022-11-10 14:24:27.555088226 +0100
+++ /var/tmp/diff_new_pack.AktiKe/_new  2022-11-10 14:24:27.559088249 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define oldpython python
 Name:   python-tldextract
-Version:3.3.1
+Version:3.4.0
 Release:0
 Summary:Python module to separate the TLD of a URL
 License:BSD-3-Clause

++ tldextract-3.3.1.tar.gz -> tldextract-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tldextract-3.3.1/CHANGELOG.md 
new/tldextract-3.4.0/CHANGELOG.md
--- old/tldextract-3.3.1/CHANGELOG.md   2022-07-08 20:56:46.0 +0200
+++ new/tldextract-3.4.0/CHANGELOG.md   2022-10-04 22:20:45.0 +0200
@@ -3,6 +3,13 @@
 After upgrading, update your cache file by deleting it or via `tldextract
 --update`.
 
+## 3.4.0 (2022-10-04)
+
+* Features
+  * Add method `extract_urllib` to extract from a 
`urllib.parse.{ParseResult,SplitResult}` 
([#274](https://github.com/john-kurkowski/tldextract/issues/274))
+* Bugfixes
+  * Fix internal type-var error, in newer versions of mypy 
([#275](https://github.com/john-kurkowski/tldextract/issues/275))
+
 ## 3.3.1 (2022-07-08)
 
 * Bugfixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tldextract-3.3.1/PKG-INFO 
new/tldextract-3.4.0/PKG-INFO
--- old/tldextract-3.3.1/PKG-INFO   2022-07-08 20:58:25.247439100 +0200
+++ new/tldextract-3.4.0/PKG-INFO   2022-10-04 22:21:16.650842200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tldextract
-Version: 3.3.1
+Version: 3.4.0
 Summary: Accurately separates a URL's subdomain, domain, and public suffix, 
using the Public Suffix List (PSL). By default, this includes the public ICANN 
TLDs and their exceptions. You can optionally support the Public Suffix List's 
private domains as well.
 Home-page: https://github.com/john-kurkowski/tldextract
 Author: John Kurkowski
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tldextract-3.3.1/README.md 
new/tldextract-3.4.0/README.md
--- old/tldextract-3.3.1/README.md  2022-06-06 01:36:58.0 +0200
+++ new/tldextract-3.4.0/README.md  2022-10-04 22:01:32.0 +0200
@@ -95,7 +95,7 @@
 pip install -e 'git://github.com/john-kurkowski/tldextract.git#egg=tldextract'
 ```
 
-Command-line usage, splits the url components by space:
+Command-line usage, splits the URL components by space:
 
 ```zsh
 tldextract http://forums.bbc.co.uk
@@ -179,9 +179,9 @@
 ```
 
 The thinking behind the default is, it's the more common case when people
-mentally parse a URL. It doesn't assume familiarity with the PSL nor that the
-PSL makes such a distinction. Note this may run counter to the default parsing
-behavior of other, PSL-based libraries.
+mentally parse a domain name. It doesn't assume familiarity with the PSL nor
+that the PSL makes a public/private distinction. Note this default may run
+counter to the default parsing behavior of other, PSL-based libraries.
 
 ### Specifying your own URL or file for Public Suffix List data
 
@@ -211,7 +211,7 @@
 Use an absolute path when specifying the `suffix_list_urls` keyword argument.
 `os.path` is your friend.
 
-The command line update command can be used with a url or local file you 
specify:
+The command line update command can be used with a URL or local file you 
specify:
 
 ```zsh
 tldextract --update --suffix_list_url "http://foo.bar.baz";
@@ -237,10 +237,21 @@
 URL vali

commit xsnow for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xsnow for openSUSE:Factory checked 
in at 2022-11-10 14:23:31

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


Package is "xsnow"

Thu Nov 10 14:23:31 2022 rev:5 rq:1035045 version:3.5.3

Changes:

--- /work/SRC/openSUSE:Factory/xsnow/xsnow.changes  2022-04-22 
21:55:50.698914752 +0200
+++ /work/SRC/openSUSE:Factory/.xsnow.new.1597/xsnow.changes2022-11-10 
14:24:27.823089743 +0100
@@ -1,0 +2,65 @@
+Wed Nov  9 18:34:11 UTC 2022 - Carsten Ziepke 
+
+- Update to version 3.5.3
+  * main.c: drawit(): do now draw the first second or so to hide
+unstable configurations of scenery, stars, etc.
+fallensnow.c, birds.c, aurora.c: make them C++ compliant by
+rewriting goto and typecast pointer assignment
+meteor.c: rewrite goto
+santa.c: continue Santa animation, irrespective of His speed
+fallensnow.c: paint fallensnow one pixel higher
+fallensnow.c: generate more snow when Santa is ploughing
+  * loadmeasure.c: maximum 5 warnings about to busy system
+  * doit.h: change defaults for aurora_width/height to 60/30
+- Changes in 3.5.2
+  * fallensnow.c: draw fallensnow only on regions where
+fallensnow is present, to prevent a continuously present line
+on regions where there is no fallensnow (yet)
+  * main.c: when user changes offsety, call 
+UpdateFallenSnowRegionsWithLock() in stead of
+UpdateFallenSnowRegions().
+fallensnow.c: on change of MaxScrSnowDepth, call
+SetMaxScreenSnowDepthWithLock() in stead of
+SetMaxScreenSnowDepth().
+snow.c: set fallensnow lock when examining fallensnow regions
+thus preventing prevents random crashes
+fallensnow.h a.o: create and use macros for semaphores to
+facilitate debugging
+- Changes in 3.5.1
+  * configure.ac: reproducible build is now complete, it seems, also
+when building outside the xsnow-tree
+  * aurora.c, spline_interpol.c: use steffen's method for splines
+aurora.c: small correction in determining the points to
+evaluate the splne at
+  * spline_interpol.{h,c}, aurora.c: use macro SPLINE_INTERP to choose
+for spline type (steffen, cspline)
+  * change some meteor code: other call-back logic, other
+names for variables (meteorite -> meteor)
+  * change filenames meteo.c, meteo.h into meteor.c, meteor.h
+change flags -meteorites, -nometeorites into -meteors, -nometeors
+meteor.c: some minor changes, including different colors
+  * snow.c: do_UpdateSnowFlake(): fix non-fatal bug in updating
+horizontal speed of flakes
+  * xsnow.c, snow.c: change some parameters for a more dramatic
+dependency from wind on flakes
+flag 'auroraheight' is now height of aurora
+flag 'aurorabase' determines the vertical placement of the aurora
+  * fallensnow.c, treesnow.c: use random flake for blowoff snow
+fallensnow.c: change initial velocity and position of blowoff snow
+  * fallensnow.c: use spline for desh shape of bottom fallensnow
+main.c: correct non-fatal bug in using srand48() for 32 bit systems
+snow.c: correct not-fatal bug: compare acth[] with desh[] in stead
+of h
+xsnow.h: change time_change_bottom to 10 minutes
+  * use splines to paint fallensnow 
+  * try pthreads for computing fallensnow
+  * finish pthreads for fallensnow
+  * aurora.c: do not use mutexes, use semaphores
+fix bug that caused creation of new threads after
+resizing of corona
+  * fallensnow.c: use splines for fallensnow also on windows
+  * birds.c: make birds multithreading
+  * fallensnow.c, utils.{c,h}: check on availability of traceback()
+fallensnow.h: threads.h -> pthread.h
+
+---

Old:

  xsnow-3.5.0.tar.gz

New:

  xsnow-3.5.3.tar.gz



Other differences:
--
++ xsnow.spec ++
--- /var/tmp/diff_new_pack.McfhqM/_old  2022-11-10 14:24:28.795095244 +0100
+++ /var/tmp/diff_new_pack.McfhqM/_new  2022-11-10 14:24:28.815095358 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xsnow
-Version:3.5.0
+Version:3.5.3
 Release:0
 Summary:A Christmas Animation
 License:GPL-3.0-or-later

++ xsnow-3.5.0.tar.gz -> xsnow-3.5.3.tar.gz ++
 4232 lines of diff (skipped)


commit azure-cli-core for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2022-11-10 14:23:16

Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-core.new.1597 (New)


Package is "azure-cli-core"

Thu Nov 10 14:23:16 2022 rev:45 rq:1034800 version:2.42.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2022-10-19 13:17:46.261233793 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.1597/azure-cli-core.changes  
2022-11-10 14:24:24.079068552 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 09:35:52 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.42.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+
+---

Old:

  azure-cli-core-2.41.0.tar.gz

New:

  azure-cli-core-2.42.0.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.Tm4sv0/_old  2022-11-10 14:24:24.507070975 +0100
+++ /var/tmp/diff_new_pack.Tm4sv0/_new  2022-11-10 14:24:24.511070997 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-core
-Version:2.41.0
+Version:2.42.0
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT

++ azure-cli-core-2.41.0.tar.gz -> azure-cli-core-2.42.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/HISTORY.rst 
new/azure-cli-core-2.42.0/HISTORY.rst
--- old/azure-cli-core-2.41.0/HISTORY.rst   2022-10-10 05:01:41.0 
+0200
+++ new/azure-cli-core-2.42.0/HISTORY.rst   2022-10-28 05:24:17.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+2.42.0
+++
+* `aaz`: Support `FreeFormDictType` and `FreeFormDictArg` (#24183)
+* `aaz`: Support `configured_default` property in arguments (#24411)
+
 2.41.0
 ++
 * Support Continuous Access Evaluation (#23635)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/PKG-INFO 
new/azure-cli-core-2.42.0/PKG-INFO
--- old/azure-cli-core-2.41.0/PKG-INFO  2022-10-10 05:01:57.753471900 +0200
+++ new/azure-cli-core-2.42.0/PKG-INFO  2022-10-28 05:24:43.010562700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.41.0
+Version: 2.42.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.42.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.41.0/azure/cli/core/__init__.py2022-10-10 
05:01:41.0 +0200
+++ new/azure-cli-core-2.42.0/azure/cli/core/__init__.py2022-10-28 
05:24:17.0 +0200
@@ -4,7 +4,7 @@
 # 

 # pylint: disable=line-too-long
 
-__version__ = "2.41.0"
+__version__ = "2.42.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/azure/cli/core/_profile.py 
new/azure-cli-core-2.42.0/azure/cli/core/_profile.py
--- old/azure-cli-core-2.41.0/azure/cli/core/_profile.py2022-10-10 
05:01:41.0 +0200
+++ new/azure-cli-core-2.42.0/azure/cli/core/_profile.py2022-10-28 
05:24:17.0 +0200
@@ -858,6 +858,8 @@
 
 # PREVIEW: On Windows, use core.allow_broker=true to use broker (WAM) for 
authentication.
 allow_broker = cli_ctx.config.getboolean('core', 'allow_broker', 
fallback=False)
+from .telemetry import set_broker_info
+set_broker_info(allow_broker=allow_broker)
 
 return Identity(*args, encrypt=encrypt, 
use_msal_http_cache=use_msal_http_cache, allow_broker=allow_broker,
 **kwargs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.41.0/azure/cli/core/aaz/__init__.py 
new/azure-cli-core-2.42.0/azure/cli/core/aaz/__init__.py
--- old/azure-cli-core-2.41.0/azure/cli/core/aaz/__init__.py2022-10-10 
05:01:41.0 +0200
+++ new/azure-cli-core-2.42.0/azure/cli/core/aaz/__init__.py2022-10-28 
05:24:17.0 +0200
@@ -10,13 +10,16 @@
 """
 
 from ._arg import has_value, AAZArgumentsSchema, AAZArgEnum, AAZStrArg, 
AAZIntArg, AAZObjectArg, AAZDictArg, \
-AAZFloatArg, AAZBaseArg, AAZBoolArg, AAZListArg, AAZResourceGroupNameArg, 
AAZResourceLocationArg, \
-AAZRe

commit python-azure-mgmt-sql for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-sql for 
openSUSE:Factory checked in at 2022-11-10 14:23:19

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-sql (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-sql.new.1597 (New)


Package is "python-azure-mgmt-sql"

Thu Nov 10 14:23:19 2022 rev:19 rq:1035008 version:4.0.0b4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-sql/python-azure-mgmt-sql.changes  
2022-10-14 15:43:24.772005923 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-sql.new.1597/python-azure-mgmt-sql.changes
2022-11-10 14:24:26.011079487 +0100
@@ -1,0 +2,9 @@
+Tue Nov  1 09:44:53 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 4.0.0b4
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-sql-4.0.0b3.zip

New:

  azure-mgmt-sql-4.0.0b4.zip



Other differences:
--
++ python-azure-mgmt-sql.spec ++
--- /var/tmp/diff_new_pack.kSjUZi/_old  2022-11-10 14:24:26.411081751 +0100
+++ /var/tmp/diff_new_pack.kSjUZi/_new  2022-11-10 14:24:26.415081774 +0100
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-sql
-Version:4.0.0b3
+Version:4.0.0b4
 Release:0
 Summary:Microsoft Azure SQL Management Client Library
 License:MIT
@@ -38,10 +38,10 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.1
+Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-msrest >= 0.6.21
+Requires:   python-msrest >= 0.7.1
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch


commit nodejs-electron for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs-electron for openSUSE:Factory 
checked in at 2022-11-10 14:23:14

Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
 and  /work/SRC/openSUSE:Factory/.nodejs-electron.new.1597 (New)


Package is "nodejs-electron"

Thu Nov 10 14:23:14 2022 rev:43 rq:1034982 version:21.2.3

Changes:

--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2022-11-06 12:42:21.101435305 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1597/nodejs-electron.changes
2022-11-10 14:24:17.019028593 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 21:11:43 UTC 2022 - Bruno Pitrus 
+- New upstream release 21.2.3
+  * No user-visible changes.
+- Remove upstream's tinkering with optlevel of modules compiled against 
nodejs-electron-devel.
+  * add common.gypi-remove-fno-omit-frame-pointer.patch
+
+---

Old:

  electron-21.2.2.tar.xz

New:

  common.gypi-remove-fno-omit-frame-pointer.patch
  electron-21.2.3.tar.xz



Other differences:
--
++ nodejs-electron.spec ++
--- /var/tmp/diff_new_pack.kAsxoT/_old  2022-11-10 14:24:22.423059179 +0100
+++ /var/tmp/diff_new_pack.kAsxoT/_new  2022-11-10 14:24:22.431059225 +0100
@@ -212,7 +212,7 @@
 
 
 Name:   nodejs-electron
-Version:21.2.2
+Version:21.2.3
 Release:0
 Summary:Build cross platform desktop apps with JavaScript, HTML, and 
CSS
 License:AFL-2.0 AND Apache-2.0 AND blessing AND BSD-2-Clause AND 
BSD-3-Clause AND BSD-Protection AND BSD-Source-Code AND bzip2-1.0.6 AND IJG AND 
ISC AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND MIT-CMU AND 
MIT-open-group AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND 
MPL-2.0 AND OpenSSL AND SGI-B-2.0 AND SUSE-Public-Domain AND X11
@@ -263,6 +263,7 @@
 Patch72:electron-version-from-env.patch
 # 
https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?h=102-based&id=d617766b236a93749ddbb50b75573dd35238ffc9
 Patch73:disable-webspeech.patch
+Patch74:common.gypi-remove-fno-omit-frame-pointer.patch
 
 # PATCHES to use system libs
 Patch1002:  chromium-system-libusb.patch

++ common.gypi-remove-fno-omit-frame-pointer.patch ++
Do not inject a pessimizing cflag into downstream buildscripts.
It fails to get overriden by optflags and we don't need it for debugging
since we compile everything with -fasynchronous-unwind-tables anyway.

--- src/third_party/electron_node/common.gypi.old   2022-11-09 
21:21:10.595238137 +0100
+++ src/third_party/electron_node/common.gypi   2022-11-09 22:07:29.480041964 
+0100
@@ -243,9 +243,6 @@
 # increase performance, number from experimentation
 'cflags': [ '-qINLINE=::150:10' ]
   }],
-  ['OS!="mac" and OS!="win" and OS!="zos"', {
-'cflags': [ '-fno-omit-frame-pointer' ],
-  }],
   ['OS=="linux"', {
 'conditions': [
   ['enable_pgo_generate=="true"', {

++ electron-21.2.2.tar.xz -> electron-21.2.3.tar.xz ++
/work/SRC/openSUSE:Factory/nodejs-electron/electron-21.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1597/electron-21.2.3.tar.xz 
differ: char 15, line 1


commit azure-cli for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli for openSUSE:Factory 
checked in at 2022-11-10 14:23:18

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


Package is "azure-cli"

Thu Nov 10 14:23:18 2022 rev:48 rq:1034801 version:2.42.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli/azure-cli.changes  2022-10-19 
13:17:48.469238369 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli.new.1597/azure-cli.changes
2022-11-10 14:24:24.815072718 +0100
@@ -1,0 +2,9 @@
+Tue Nov  1 10:12:25 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.42.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-2.41.0.tar.gz

New:

  azure-cli-2.42.0.tar.gz



Other differences:
--
++ azure-cli.spec ++
--- /var/tmp/diff_new_pack.2tIcYA/_old  2022-11-10 14:24:25.231075072 +0100
+++ /var/tmp/diff_new_pack.2tIcYA/_new  2022-11-10 14:24:25.235075095 +0100
@@ -32,7 +32,7 @@
 Name:   azure-cli%{?name_ext}
 %endif
 %define short_name azure-cli
-Version:2.41.0
+Version:2.42.0
 Release:0
 Summary:Microsoft Azure CLI 2.0
 License:MIT
@@ -54,6 +54,7 @@
 Requires:   azure-cli-nspkg >= 3.0.3
 Requires:   python3-Fabric >= 2.4
 Requires:   python3-PyGithub >= 1.38
+Requires:   python3-PyMySQL >= 1.0.2
 Requires:   python3-PyNaCl >= 1.5.0
 Requires:   python3-PyYAML >= 5.1
 Requires:   python3-antlr4-python3-runtime >= 4.9.3
@@ -77,12 +78,12 @@
 Requires:   python3-azure-mgmt-billing >= 6.0.0
 Requires:   python3-azure-mgmt-botservice >= 2.0.0b3
 Requires:   python3-azure-mgmt-cdn >= 12.0.0
-Requires:   python3-azure-mgmt-cognitiveservices >= 13.2.0
-Requires:   python3-azure-mgmt-compute >= 28.0.0
+Requires:   python3-azure-mgmt-cognitiveservices >= 13.3.0
+Requires:   python3-azure-mgmt-compute >= 29.0.0
 Requires:   python3-azure-mgmt-consumption >= 2.0
 Requires:   python3-azure-mgmt-containerinstance >= 9.1.0
 Requires:   python3-azure-mgmt-containerregistry >= 10.0.0
-Requires:   python3-azure-mgmt-containerservice >= 20.3.0
+Requires:   python3-azure-mgmt-containerservice >= 20.6.0
 Requires:   python3-azure-mgmt-cosmosdb >= 8.0.0
 Requires:   python3-azure-mgmt-databoxedge >= 1.0.0
 Requires:   python3-azure-mgmt-datalake-analytics >= 0.2.1
@@ -109,7 +110,7 @@
 Requires:   python3-azure-mgmt-media >= 9.0
 Requires:   python3-azure-mgmt-monitor >= 5.0.0
 Requires:   python3-azure-mgmt-msi >= 6.1.0
-Requires:   python3-azure-mgmt-netapp >= 9.0.0
+Requires:   python3-azure-mgmt-netapp >= 9.0.1
 Requires:   python3-azure-mgmt-network >= 21.0.1
 Requires:   python3-azure-mgmt-policyinsights >= 1.1.0b2
 Requires:   python3-azure-mgmt-privatedns >= 1.0.0
@@ -128,16 +129,16 @@
 Requires:   python3-azure-mgmt-servicefabricmanagedclusters >= 1.0.0
 Requires:   python3-azure-mgmt-servicelinker >= 1.0.0
 Requires:   python3-azure-mgmt-signalr >= 1.1.0
-Requires:   python3-azure-mgmt-sql >= 4.0.0b3
+Requires:   python3-azure-mgmt-sql >= 4.0.0b4
 Requires:   python3-azure-mgmt-sqlvirtualmachine >= 1.0.0b3
 Requires:   python3-azure-mgmt-storage >= 20.1.0
-Requires:   python3-azure-mgmt-synapse >= 2.1.0
+Requires:   python3-azure-mgmt-synapse >= 2.1.0b5
 Requires:   python3-azure-mgmt-trafficmanager >= 1.0.0
 Requires:   python3-azure-mgmt-web >= 7.0.0
 Requires:   python3-azure-multiapi-storage >= 0.10.0
 Requires:   python3-azure-storage-common >= 1.4
 Requires:   python3-azure-synapse-accesscontrol >= 0.5.0
-Requires:   python3-azure-synapse-artifacts >= 0.13.0
+Requires:   python3-azure-synapse-artifacts >= 0.14.0
 Requires:   python3-azure-synapse-managedprivateendpoints >= 0.3.0
 Requires:   python3-azure-synapse-spark >= 0.2.0
 Requires:   python3-chardet >= 3.0.4
@@ -145,7 +146,6 @@
 Requires:   python3-distro
 Requires:   python3-javaproperties >= 0.5.1
 Requires:   python3-jsondiff >= 2.0.0
-Requires:   python3-mycli >= 1.22.2
 Requires:   python3-packaging >= 20.9
 Requires:   python3-pydocumentdb >= 2.0.1
 Requires:   python3-pygments >= 2.4

++ azure-cli-2.41.0.tar.gz -> azure-cli-2.42.0.tar.gz ++
 42493 lines of diff (skipped)


commit python-spidev for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-spidev for openSUSE:Factory 
checked in at 2022-11-10 14:23:15

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


Package is "python-spidev"

Thu Nov 10 14:23:15 2022 rev:3 rq:1035006 version:3.6

Changes:

--- /work/SRC/openSUSE:Factory/python-spidev/python-spidev.changes  
2020-07-28 17:27:40.998064364 +0200
+++ /work/SRC/openSUSE:Factory/.python-spidev.new.1597/python-spidev.changes
2022-11-10 14:24:23.215063662 +0100
@@ -1,0 +2,6 @@
+Wed Nov  9 19:10:36 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 3.6 
+  * Added read0 flag to enable reading 0 bytes after transfer to lower CS when 
cshigh == True
+
+---

Old:

  spidev-3.5.tar.gz

New:

  spidev-3.6.tar.gz



Other differences:
--
++ python-spidev.spec ++
--- /var/tmp/diff_new_pack.7MfVIW/_old  2022-11-10 14:24:23.859067307 +0100
+++ /var/tmp/diff_new_pack.7MfVIW/_new  2022-11-10 14:24:23.863067330 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-spidev
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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-spidev
-Version:3.5
+Version:3.6
 Release:0
 Summary:Python module for interfacing with SPI devices
 License:MIT

++ spidev-3.5.tar.gz -> spidev-3.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spidev-3.5/CHANGELOG.md new/spidev-3.6/CHANGELOG.md
--- old/spidev-3.5/CHANGELOG.md 2020-06-02 22:07:30.0 +0200
+++ new/spidev-3.6/CHANGELOG.md 2022-11-03 07:22:39.0 +0100
@@ -1,6 +1,11 @@
 Changelog
 -
 
+3.6
+
+
+* Added read0 flag to enable reading 0 bytes after transfer to lower CS when 
cshigh == True
+
 3.5
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spidev-3.5/PKG-INFO new/spidev-3.6/PKG-INFO
--- old/spidev-3.5/PKG-INFO 2020-06-02 22:07:41.0 +0200
+++ new/spidev-3.6/PKG-INFO 2022-11-03 21:09:46.102516400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: spidev
-Version: 3.5
+Version: 3.6
 Summary: Python bindings for Linux SPI access through spidev
 Home-page: http://github.com/doceme/py-spidev
 Author: Volker Thoms
@@ -48,6 +48,7 @@
 * `max_speed_hz`
 * `mode` - SPI mode as two bit pattern of clock polarity and phase 
[CPOL|CPHA], min: 0b00 = 0, max: 0b11 = 3
 * `threewire` - SI/SO signals shared
+* `read0` - Read 0 bytes after transfer to lower CS if cshigh == True
 
 Methods
 ---
@@ -96,6 +97,11 @@
 Changelog
 -
 
+3.6
+
+
+* Added read0 flag to enable reading 0 bytes after transfer to lower 
CS when cshigh == True
+
 3.5
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spidev-3.5/README.md new/spidev-3.6/README.md
--- old/spidev-3.5/README.md2020-06-02 21:58:14.0 +0200
+++ new/spidev-3.6/README.md2022-11-03 07:22:39.0 +0100
@@ -38,6 +38,7 @@
 * `max_speed_hz`
 * `mode` - SPI mode as two bit pattern of clock polarity and phase 
[CPOL|CPHA], min: 0b00 = 0, max: 0b11 = 3
 * `threewire` - SI/SO signals shared
+* `read0` - Read 0 bytes after transfer to lower CS if cshigh == True
 
 Methods
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spidev-3.5/pyproject.toml 
new/spidev-3.6/pyproject.toml
--- old/spidev-3.5/pyproject.toml   1970-01-01 01:00:00.0 +0100
+++ new/spidev-3.6/pyproject.toml   2022-11-03 07:51:04.0 +0100
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=61.0"]
+build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spidev-3.5/spidev.egg-info/PKG-INFO 
new/spidev-3.6/spidev.egg-info/PKG-INFO
--- old/spidev-3.5/spidev.egg-info/PKG-INFO 2020-06-02 22:07:41.0 
+0200
+++ new/spidev-3.6/spidev.egg-info/PKG-INFO 2022-11-03 21:09:45.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: spidev
-Version: 3.5
+Version: 3.6
 Summary: Python bindings for Linux SPI access through spidev
 Home-page: http://github.com/doceme/py-spidev
 Autho

commit python-azure-mgmt-synapse for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-synapse for 
openSUSE:Factory checked in at 2022-11-10 14:23:21

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-synapse (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-synapse.new.1597 (New)


Package is "python-azure-mgmt-synapse"

Thu Nov 10 14:23:21 2022 rev:9 rq:1035009 version:2.1.0b5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-synapse/python-azure-mgmt-synapse.changes
  2021-11-08 17:25:37.268749926 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-synapse.new.1597/python-azure-mgmt-synapse.changes
2022-11-10 14:24:26.559082589 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:03:31 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.0b5
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+
+---

Old:

  azure-mgmt-synapse-2.1.0b2.zip

New:

  azure-mgmt-synapse-2.1.0b5.zip



Other differences:
--
++ python-azure-mgmt-synapse.spec ++
--- /var/tmp/diff_new_pack.hGGJ71/_old  2022-11-10 14:24:26.951084807 +0100
+++ /var/tmp/diff_new_pack.hGGJ71/_new  2022-11-10 14:24:26.959084853 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-synapse
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-synapse
-Version:2.1.0b2
+Version:2.1.0b5
 Release:0
 Summary:Microsoft Azure Synapse Management Client Library
 License:MIT
@@ -38,7 +38,7 @@
 Requires:   python-azure-common < 2.0.0
 Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
+Requires:   python-azure-mgmt-core >= 1.3.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21


commit python-versioningit for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-versioningit for 
openSUSE:Factory checked in at 2022-11-10 14:23:13

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


Package is "python-versioningit"

Thu Nov 10 14:23:13 2022 rev:4 rq:1034977 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-versioningit/python-versioningit.changes  
2022-10-12 18:26:13.245891828 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-versioningit.new.1597/python-versioningit.changes
2022-11-10 14:24:10.510991758 +0100
@@ -1,0 +2,8 @@
+Wed Nov  9 19:36:14 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to version 2.1.0 
+  * Drop support for Python 3.6
+  * Support Python 3.11
+  * Use tomllib on Python 3.11
+
+---

Old:

  versioningit-2.0.1.tar.gz

New:

  versioningit-2.1.0.tar.gz



Other differences:
--
++ python-versioningit.spec ++
--- /var/tmp/diff_new_pack.ixHM9k/_old  2022-11-10 14:24:10.994994498 +0100
+++ /var/tmp/diff_new_pack.ixHM9k/_new  2022-11-10 14:24:11.002994543 +0100
@@ -25,7 +25,7 @@
 %endif
 
 Name:   python-versioningit
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:Versioning It with your Version In Git
 License:MIT

++ versioningit-2.0.1.tar.gz -> versioningit-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/versioningit-2.0.1/CHANGELOG.md 
new/versioningit-2.1.0/CHANGELOG.md
--- old/versioningit-2.0.1/CHANGELOG.md 2022-08-01 18:10:19.0 +0200
+++ new/versioningit-2.1.0/CHANGELOG.md 2022-10-26 00:44:23.0 +0200
@@ -1,3 +1,9 @@
+v2.1.0 (2022-10-25)
+---
+- Drop support for Python 3.6
+- Support Python 3.11
+- Use `tomllib` on Python 3.11
+
 v2.0.1 (2022-08-01)
 ---
 - Don't run the `onbuild` step under setuptools' upcoming PEP 660 editable mode
@@ -40,6 +46,12 @@
 - When resolving entry points, if multiple entry points with the given group &
   name are found, error instead of using the first one returned
 
+v1.1.2 (2022-08-12)
+---
+- Backport "Don't run the `onbuild` step under setuptools' upcoming PEP 660
+  editable mode" from v2.0.1 (contributed by
+  [@abravalheri](https://github.com/abravalheri))
+
 v1.1.1 (2022-04-08)
 ---
 - Do not import setuptools unless needed (contributed by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/versioningit-2.0.1/PKG-INFO 
new/versioningit-2.1.0/PKG-INFO
--- old/versioningit-2.0.1/PKG-INFO 2022-08-01 18:10:26.419421200 +0200
+++ new/versioningit-2.1.0/PKG-INFO 2022-10-26 00:44:29.964681100 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: versioningit
-Version: 2.0.1
+Version: 2.1.0
 Summary: Versioning It with your Version In Git
 Home-page: https://github.com/jwodder/versioningit
 Author: John Thorvald Wodder II
@@ -13,11 +13,11 @@
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: License :: OSI Approved :: MIT License
@@ -28,7 +28,7 @@
 Classifier: Topic :: Software Development :: Version Control :: Git
 Classifier: Topic :: Software Development :: Version Control :: Mercurial
 Classifier: Typing :: Typed
-Requires-Python: >=3.6
+Requires-Python: >=3.7
 Description-Content-Type: text/x-rst
 License-File: LICENSE
 
@@ -101,7 +101,7 @@
 
 Installation & Setup
 
-``versioningit`` requires Python 3.6 or higher.  Just use `pip
+``versioningit`` requires Python 3.7 or higher.  Just use `pip
 `_ for Python 3 (You have pip, right?) to install
 ``versioningit`` and its dependencies::
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/versioningit-2.0.1/README.rst 
new/versioningit-2.1.0/README.rst
--- old/versioningit-2.0.1/README.rst   2022-07-07 15:00:11.0 +0200
+++ new/versioningit-2.1.0/README.rst   2022-10-16 19:53:49.0 +0200
@@ -67,7 +67,7 @@
 
 Installation & Setup
 ===

commit kanidm for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kanidm for openSUSE:Factory checked 
in at 2022-11-10 14:23:08

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


Package is "kanidm"

Thu Nov 10 14:23:08 2022 rev:15 rq:1034960 version:1.1.0~alpha10~git2.4a03ca5

Changes:

--- /work/SRC/openSUSE:Factory/kanidm/kanidm.changes2022-11-01 
13:43:30.060193812 +0100
+++ /work/SRC/openSUSE:Factory/.kanidm.new.1597/kanidm.changes  2022-11-10 
14:23:44.382843876 +0100
@@ -1,0 +2,7 @@
+Wed Nov 09 21:48:25 UTC 2022 - william.br...@suse.com
+
+- Update to version 1.1.0~alpha10~git2.4a03ca5:
+  * Add tools container support (#1178)
+  * Improve handling of openssl3 in md4 tests (#1171)
+
+---

Old:

  kanidm-1.1.0~alpha10~git0.e43141c.tar.zst

New:

  _servicedata
  kanidm-1.1.0~alpha10~git2.4a03ca5.tar.zst



Other differences:
--
++ kanidm.spec ++
--- /var/tmp/diff_new_pack.Dmk8YA/_old  2022-11-10 14:24:07.954977291 +0100
+++ /var/tmp/diff_new_pack.Dmk8YA/_new  2022-11-10 14:24:07.958977314 +0100
@@ -19,7 +19,7 @@
 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
 
 Name:   kanidm
-Version:1.1.0~alpha10~git0.e43141c
+Version:1.1.0~alpha10~git2.4a03ca5
 Release:0
 Summary:A identity management service and clients.
 License:( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR ISC OR MIT ) AND 
( Apache-2.0 OR MIT ) AND ( Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT 
) AND ( CC0-1.0 OR Apache-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( 
Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND 
BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0 AND 
MPL-2.0+

++ _servicedata ++


https://github.com/kanidm/kanidm.git
  4a03ca5d293edbcb31ee7a196b5024e56c44a760
(No newline at EOF)

++ vendor.tar.zst ++
Binary files /var/tmp/diff_new_pack.Dmk8YA/_old and 
/var/tmp/diff_new_pack.Dmk8YA/_new differ


commit autotrace for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package autotrace for openSUSE:Factory 
checked in at 2022-11-10 14:23:12

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


Package is "autotrace"

Thu Nov 10 14:23:12 2022 rev:24 rq:1034972 version:0.31.1

Changes:

--- /work/SRC/openSUSE:Factory/autotrace/autotrace.changes  2022-05-19 
22:50:25.434419779 +0200
+++ /work/SRC/openSUSE:Factory/.autotrace.new.1597/autotrace.changes
2022-11-10 14:24:09.822987864 +0100
@@ -1,0 +2,7 @@
+Tue Nov  8 22:31:34 UTC 2022 - Jason Sikes 
+
+- Added CVE-2022-32323.patch
+  * [bsc#1201529, CVE-2022-32323]
+  * Fixes Heap overflow in ReadImage()
+
+---

New:

  CVE-2022-32323.patch



Other differences:
--
++ autotrace.spec ++
--- /var/tmp/diff_new_pack.XUIjjI/_old  2022-11-10 14:24:10.358990898 +0100
+++ /var/tmp/diff_new_pack.XUIjjI/_new  2022-11-10 14:24:10.362990920 +0100
@@ -35,6 +35,8 @@
 Patch2: CVE-2019-19004.patch
 # PATCH-FIX-SECURITY CVE-2019-19005.patch bsc1182159 CVE-2019-19005 
CVE-2017-9182, CVE-2017-9190 -- bitmap double free fix
 Patch3: CVE-2019-19005.patch
+# PATCH-FIX-SECURITY CVE-2022-32323.patch bsc1201529 -- Heap overflow
+Patch4: CVE-2022-32323.patch
 URL:http://autotrace.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick-devel
@@ -81,6 +83,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-tree-sra"

++ CVE-2022-32323.patch ++
diff --git a/input-bmp.c b/input-bmp.c
index c32ed29..222851e 100644
--- a/input-bmp.c
+++ b/input-bmp.c
@@ -345,6 +345,10 @@ ReadImage (FILE   *fd,
*(temp++)= buffer[xpos * 4 + 1];
*(temp++)= buffer[xpos * 4];
 }
+
+ if (ypos == 0)
+   break;
+
   --ypos; /* next line */
 }
 }
@@ -361,6 +365,10 @@ ReadImage (FILE   *fd,
*(temp++)= buffer[xpos * 3 + 1];
*(temp++)= buffer[xpos * 3];
 }
+
+ if (ypos == 0)
+   break;
+
   --ypos; /* next line */
 }
}
@@ -378,6 +386,10 @@ ReadImage (FILE   *fd,
*(temp++)= (unsigned char)(((rgb >> 5)  & 0x1f) * 8);
*(temp++)= (unsigned char)(((rgb)   & 0x1f) * 8);
 }
+
+ if (ypos == 0)
+   break;
+
   --ypos; /* next line */
 }
 }


commit xreader for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xreader for openSUSE:Factory checked 
in at 2022-11-10 14:23:11

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


Package is "xreader"

Thu Nov 10 14:23:11 2022 rev:32 rq:1034965 version:3.4.5

Changes:

--- /work/SRC/openSUSE:Factory/xreader/xreader.changes  2022-04-23 
19:49:06.315207254 +0200
+++ /work/SRC/openSUSE:Factory/.xreader.new.1597/xreader.changes
2022-11-10 14:24:08.838982295 +0100
@@ -1,0 +2,10 @@
+Wed Nov  9 14:39:31 UTC 2022 - Andrea Manzini 
+
+- Update to version 3.4.5
+  * Allow adding Highlight annotations from text selection
+  * Search: Add a close button
+  * l10n: Update translations
+  * epub: Fix index loading for certain documents - look for epub:type instead 
of epub:id.
+  * epub: Free the document when we leave early because of a bad toc file.
+
+---

Old:

  xreader-3.3.0.tar.gz

New:

  xreader-3.4.5.tar.gz



Other differences:
--
++ xreader.spec ++
--- /var/tmp/diff_new_pack.Y7U0op/_old  2022-11-10 14:24:09.306984944 +0100
+++ /var/tmp/diff_new_pack.Y7U0op/_new  2022-11-10 14:24:09.310984966 +0100
@@ -20,7 +20,7 @@
 %define typelib1 typelib-1_0-XreaderDocument-1_5
 %define typelib2 typelib-1_0-XreaderView-1_5
 Name:   xreader
-Version:3.3.0
+Version:3.4.5
 Release:0
 Summary:Document viewer for documents like PDF/PostScript
 License:GPL-2.0-only AND LGPL-2.0-only

++ xreader-3.3.0.tar.gz -> xreader-3.4.5.tar.gz ++
 108336 lines of diff (skipped)


commit libratbag for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2022-11-10 14:23:02

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


Package is "libratbag"

Thu Nov 10 14:23:02 2022 rev:14 rq:1034951 version:0.17

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2021-10-15 
23:05:11.186149771 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new.1597/libratbag.changes
2022-11-10 14:23:38.866812655 +0100
@@ -1,0 +2,40 @@
+Wed Nov 09 19:24:01 UTC 2022 - ma...@marix.org - 0.17
+
+- Update to version 0.17:
+  * Completely new driver for ASUS devices.
+  * Sinowealth driver now supports changing report rate, button
+assignments and macros.
+  * New compatible devices:
++ ASUS ROG Chakram
++ ASUS ROG GX860 Buzzard Mouse
++ ASUS ROG Gladius II
++ ASUS ROG Gladius II Origin
++ ASUS ROG Gladius II Origin PNK LTD
++ ASUS ROG Keris Wireless
++ ASUS ROG Pugio
++ ASUS ROG Strix Carry
++ ASUS ROG Strix Impact
++ ASUS ROG Strix Impact II Wireless
++ DreamMachines DM5 Blink
++ G-Wolves Hati HT-M Wired
++ Genesys Xenon 770
++ Glorious Model O (with older firmware)
++ Logitech G502 X
++ Logitech G502 X Wireless
++ Logitech G635
++ Logitech G733
++ Logitech MX Anywhere 3B
++ Machenike M620
++ Marvo Scorpion G961
++ More SteelSeries Rival variations
++ Roccat Kone EMP
++ SteelSeries Rival 100/105
+  * Report rate changing now works on older SteelSeries mice.
+  * Fix multiple configurable devices being shown for one
+connected SteelSeries mouse.
+  * Fix setting onboard profile mode in HID++2.0 driver.
+  * Fix active resolution slot reading and writing in Sinowealth driver.
+  * Fix report rates which are not multiples of 100 not applying.
+- Require Meson >= 0.50.0 for build
+
+---

Old:

  libratbag-0.16.tar.xz

New:

  libratbag-0.17.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.qWHJtr/_old  2022-11-10 14:23:39.446815939 +0100
+++ /var/tmp/diff_new_pack.qWHJtr/_new  2022-11-10 14:23:39.450815961 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libratbag
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2019 Matthias Bach .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.16
+Version:0.17
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT
@@ -32,7 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  json-glib-devel
 BuildRequires:  libunistring-devel
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3-evdev
 BuildRequires:  python3-gobject

++ _service ++
--- /var/tmp/diff_new_pack.qWHJtr/_old  2022-11-10 14:23:39.482816142 +0100
+++ /var/tmp/diff_new_pack.qWHJtr/_new  2022-11-10 14:23:39.486816165 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.16
+v0.17
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.qWHJtr/_old  2022-11-10 14:23:39.506816278 +0100
+++ /var/tmp/diff_new_pack.qWHJtr/_new  2022-11-10 14:23:39.510816300 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/libratbag/libratbag.git
-  952bd9dc07f0dc20a7457afdac96030c4c7468cc
+  925b2a2a0a6b5a5f37fe851b38b1b06490f9e6cc
 (No newline at EOF)
 

++ libratbag-0.16.tar.xz -> libratbag-0.17.tar.xz ++
 9354 lines of diff (skipped)

++ shebang-env.diff ++
--- /var/tmp/diff_new_pack.qWHJtr/_old  2022-11-10 14:23:39.658817138 +0100
+++ /var/tmp/diff_new_pack.qWHJtr/_new  2022-11-10 14:23:39.662817161 +0100
@@ -7,30 +7,30 @@
 to ensure we don't run into issues if a virtualenv or the like should be active
 when invoking the script.
 
-diff --git a/data/devices/data-parse-test.py b/data/devices/data-parse-test.py
+diff --git a/test/data-parse-test.py b/test/data-parse-test.py
 index bdd4fe9..31ca244 100755
 a/data/devices/data-parse-test.py
-+++ b/data/devices/data-parse-test.py
+--- a/test/data-parse-test.py
 b/test/data-parse-test.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python3
 +#!/usr/bin/python3
  #
  # Copyright ?? 2017 Red Hat, Inc.
  #
-diff --git a/data/devices/duplicate-check.py b/data/devices/duplicate-check.py
+diff --git a/test/duplicate-check.py b/test/duplicate-check.py
 index 332f125..1841696 100755
 a/data/devices/duplicate-check.py
-+++ b

commit chezmoi for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chezmoi for openSUSE:Factory checked 
in at 2022-11-10 14:23:00

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


Package is "chezmoi"

Thu Nov 10 14:23:00 2022 rev:4 rq:1034914 version:2.27.0

Changes:

--- /work/SRC/openSUSE:Factory/chezmoi/chezmoi.changes  2022-11-02 
14:19:47.833265606 +0100
+++ /work/SRC/openSUSE:Factory/.chezmoi.new.1597/chezmoi.changes
2022-11-10 14:23:36.634800023 +0100
@@ -1,0 +2,20 @@
+Wed Nov 09 18:01:27 UTC 2022 - Filippo Bonazzi 
+
+- Update to version 2.27.0:
+feat: Suppress newlines from onepasswordRead
+feat: Allow modify_ scripts to be executed as templates
+chore: Blacklist buggy version of github.com/bmatcuk/doublestar/v4
+feat: Add line ending template directive
+feat: Add setValueAtPath template function
+fix: Don't merge non-files in merge-all command
+feat: Add --script-contents flag to diff command
+chore: Better handle errors when globbing
+feat: Add cat-config and dump-config commands
+chore: Remove unused field
+chore: Refactor handling of annotations
+feat: Allow prompt*Once template functions to take paths
+fix: Fix exclusion of externals
+chore: Update dependencies
+feat: Add completion template function
+
+---

Old:

  chezmoi-2.26.0.obscpio

New:

  chezmoi-2.27.0.obscpio



Other differences:
--
++ chezmoi.spec ++
--- /var/tmp/diff_new_pack.yaANFu/_old  2022-11-10 14:23:37.390804302 +0100
+++ /var/tmp/diff_new_pack.yaANFu/_new  2022-11-10 14:23:37.394804324 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   chezmoi
-Version:2.26.0
+Version:2.27.0
 Release:0
 Summary:A multi-host manager for dotfiles
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.yaANFu/_old  2022-11-10 14:23:37.422804483 +0100
+++ /var/tmp/diff_new_pack.yaANFu/_new  2022-11-10 14:23:37.426804506 +0100
@@ -2,7 +2,7 @@
   
 git
 https://github.com/twpayne/chezmoi.git
-v2.26.0
+v2.27.0
 @PARENT_TAG@
 v(.*)
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.yaANFu/_old  2022-11-10 14:23:37.442804596 +0100
+++ /var/tmp/diff_new_pack.yaANFu/_new  2022-11-10 14:23:37.446804619 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/twpayne/chezmoi.git
-  2b6393e005972343a4aba3d57399cf4d83b2bb55
+  92993ed1f980340876a1b44e39ba382c41309053
 (No newline at EOF)
 

++ chezmoi-2.26.0.obscpio -> chezmoi-2.27.0.obscpio ++
 4000 lines of diff (skipped)

++ chezmoi.obsinfo ++
--- /var/tmp/diff_new_pack.yaANFu/_old  2022-11-10 14:23:37.786806543 +0100
+++ /var/tmp/diff_new_pack.yaANFu/_new  2022-11-10 14:23:37.790806566 +0100
@@ -1,5 +1,5 @@
 name: chezmoi
-version: 2.26.0
-mtime: 1667218318
-commit: 2b6393e005972343a4aba3d57399cf4d83b2bb55
+version: 2.27.0
+mtime: 1667872507
+commit: 92993ed1f980340876a1b44e39ba382c41309053
 

++ vendor.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/bmatcuk/doublestar/v4/README.md 
new/vendor/github.com/bmatcuk/doublestar/v4/README.md
--- old/vendor/github.com/bmatcuk/doublestar/v4/README.md   2022-11-02 
11:28:27.0 +0100
+++ new/vendor/github.com/bmatcuk/doublestar/v4/README.md   2022-11-09 
19:01:28.0 +0100
@@ -56,6 +56,16 @@
 
 ## Usage
 
+### ErrBadPattern
+
+```go
+doublestar.ErrBadPattern
+```
+
+Returned by various functions to report that the pattern is malformed. At the
+moment, this value is equal to `path.ErrBadPattern`, but, for portability, this
+equivalence should probably not be relied upon.
+
 ### Match
 
 ```go
@@ -67,7 +77,7 @@
 and may be relative or absolute.
 
 Match requires pattern to match all of name, not just a substring. The only
-possible returned error is ErrBadPattern, when pattern is malformed.
+possible returned error is `ErrBadPattern`, when pattern is malformed.
 
 Note: this is meant as a drop-in replacement for `path.Match()` which always
 uses `'/'` as the path separator. If you want to support systems which use a
@@ -75,6 +85,9 @@
 Alternatively, you can run `filepath.ToSlash()` on both pattern and name and
 then use this function.
 
+Note: users should _not_ count on the returned error,
+`doublestar.ErrBadPattern`, being equal to `path.ErrBadPattern`.
+
 
 ### PathMatch
 
@@ -92,19 +105,37 @@
 can't be sure of that, use `filepath.ToSlash()` on both `pattern` and `name`,
 and then use the `Match()` function instead.
 
+### GlobOption
+
+Options that m

commit python311 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python311 for openSUSE:Factory 
checked in at 2022-11-10 14:23:05

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


Package is "python311"

Thu Nov 10 14:23:05 2022 rev:10 rq:1034963 version:3.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python311/python311.changes  2022-10-27 
13:55:02.980836021 +0200
+++ /work/SRC/openSUSE:Factory/.python311.new.1597/python311.changes
2022-11-10 14:23:40.974824587 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 18:31:23 UTC 2022 - Matej Cepl 
+
+- Add CVE-2022-45061-DoS-by-IDNA-decode.patch to avoid
+  CVE-2022-45061 (bsc#1205244) allowing DoS by IDNA decoding
+  extremely long domain names.
+
+---

New:

  CVE-2022-45061-DoS-by-IDNA-decode.patch



Other differences:
--
++ python311.spec ++
--- /var/tmp/diff_new_pack.ylOtFH/_old  2022-11-10 14:23:41.842829500 +0100
+++ /var/tmp/diff_new_pack.ylOtFH/_new  2022-11-10 14:23:41.846829523 +0100
@@ -169,6 +169,9 @@
 # PATCH-FIX-UPSTREAM 98437-sphinx.locale._-as-gettext-in-pyspecific.patch 
gh#python/cpython#98366 mc...@suse.com
 # this patch makes things totally awesome
 Patch37:98437-sphinx.locale._-as-gettext-in-pyspecific.patch
+# PATCH-FIX-UPSTREAM CVE-2022-45061-DoS-by-IDNA-decode.patch bsc#1205244 
mc...@suse.com
+# Avoid DoS by decoding IDNA for too long domain names
+Patch38:CVE-2022-45061-DoS-by-IDNA-decode.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -436,6 +439,7 @@
 %patch35 -p1
 %patch36 -p1
 %patch37 -p1
+%patch38 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ CVE-2022-45061-DoS-by-IDNA-decode.patch ++
>From 3a692f2234d2ddb65db33d2516fff357a139c724 Mon Sep 17 00:00:00 2001
From: "Gregory P. Smith" 
Date: Mon, 7 Nov 2022 16:54:41 -0800
Subject: [PATCH 1/3] gh-98433: Fix quadratic time idna decoding. (GH-99092)

There was an unnecessary quadratic loop in idna decoding. This restores
the behavior to linear.

This also adds an early length check in IDNA decoding to outright reject
huge inputs early on given the ultimate result is defined to be 63 or fewer
characters.
(cherry picked from commit d315722564927c7202dd6e111dc79eaf14240b0d)

Co-authored-by: Gregory P. Smith 
---
 Lib/encodings/idna.py   |   32 
--
 Lib/test/test_codecs.py |6 
+
 Misc/NEWS.d/next/Security/2022-11-04-09-29-36.gh-issue-98433.l76c5G.rst |6 
+
 3 files changed, 27 insertions(+), 17 deletions(-)
 create mode 100644 
Misc/NEWS.d/next/Security/2022-11-04-09-29-36.gh-issue-98433.l76c5G.rst

--- a/Lib/encodings/idna.py
+++ b/Lib/encodings/idna.py
@@ -39,23 +39,21 @@ def nameprep(label):
 
 # Check bidi
 RandAL = [stringprep.in_table_d1(x) for x in label]
-for c in RandAL:
-if c:
-# There is a RandAL char in the string. Must perform further
-# tests:
-# 1) The characters in section 5.8 MUST be prohibited.
-# This is table C.8, which was already checked
-# 2) If a string contains any RandALCat character, the string
-# MUST NOT contain any LCat character.
-if any(stringprep.in_table_d2(x) for x in label):
-raise UnicodeError("Violation of BIDI requirement 2")
-
-# 3) If a string contains any RandALCat character, a
-# RandALCat character MUST be the first character of the
-# string, and a RandALCat character MUST be the last
-# character of the string.
-if not RandAL[0] or not RandAL[-1]:
-raise UnicodeError("Violation of BIDI requirement 3")
+if any(RandAL):
+# There is a RandAL char in the string. Must perform further
+# tests:
+# 1) The characters in section 5.8 MUST be prohibited.
+# This is table C.8, which was already checked
+# 2) If a string contains any RandALCat character, the string
+# MUST NOT contain any LCat character.
+if any(stringprep.in_table_d2(x) for x in label):
+raise UnicodeError("Violation of BIDI requirement 2")
+# 3) If a string contains any RandALCat character, a
+# RandALCat character MUST be the first character of the
+# string, and a RandALCat character MUST be the last
+# character of the string.
+if not RandAL[0] or not RandAL[-1]:
+raise UnicodeError("Violation of BIDI requirement 3")
 
 return label

commit virt-p2v for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-p2v for openSUSE:Factory 
checked in at 2022-11-10 14:23:03

Comparing /work/SRC/openSUSE:Factory/virt-p2v (Old)
 and  /work/SRC/openSUSE:Factory/.virt-p2v.new.1597 (New)


Package is "virt-p2v"

Thu Nov 10 14:23:03 2022 rev:6 rq:1034957 version:1.42.3

Changes:

--- /work/SRC/openSUSE:Factory/virt-p2v/virt-p2v.changes2022-10-28 
19:30:35.126948802 +0200
+++ /work/SRC/openSUSE:Factory/.virt-p2v.new.1597/virt-p2v.changes  
2022-11-10 14:23:40.054819380 +0100
@@ -1,0 +2,6 @@
+Wed Nov  2 15:49:00 MDT 2022 - carn...@suse.com
+
+- Update to version 1.42.3
+  * This is a bug fix release. No upstream changelog.
+
+---

Old:

  virt-p2v-1.42.2.tar.gz
  virt-p2v-1.42.2.tar.gz.sig

New:

  virt-p2v-1.42.3.tar.gz
  virt-p2v-1.42.3.tar.gz.sig



Other differences:
--
++ virt-p2v.spec ++
--- /var/tmp/diff_new_pack.sls62j/_old  2022-11-10 14:23:40.578822345 +0100
+++ /var/tmp/diff_new_pack.sls62j/_new  2022-11-10 14:23:40.586822390 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   virt-p2v
-Version:1.42.2
+Version:1.42.3
 Release:0
 Summary:Tools to convert a physical machine to run on KVM
 URL:https://libguestfs.org/

++ virt-p2v-1.42.2.tar.gz -> virt-p2v-1.42.3.tar.gz ++
 20872 lines of diff (skipped)


commit weechat for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2022-11-10 14:22:59

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


Package is "weechat"

Thu Nov 10 14:22:59 2022 rev:68 rq:1034924 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2022-07-18 
18:34:50.265834956 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new.1597/weechat.changes
2022-11-10 14:23:34.770789473 +0100
@@ -1,0 +2,16 @@
+Wed Nov  9 15:24:53 UTC 2022 - Andrea Manzini 
+
+- Update to version 3.7.1:
+  * core: add option -save in command /upgrade
+  * core: add option weechat.look.highlight_disable_regex and buffer property 
"highlight_disable_regex" 
+  * core: sort filters by name 
+  * core: add key Alt+Backspace to delete previous word, change key Ctrl+w to 
delete previous word until whitespace
+  * core: fix wrong terminal title on terminal resize, fix page scroll in bare 
display
+  * api: rename function string_build_with_split_string to 
string_rebuild_split_string, 
+ add arguments "index_start" and "index_end"
+  * irc: display SETNAME command in channels and private buffers, 
+add options irc.color.message_setname and irc.look.smart_filter_setname
+  * trigger: add elapsed time for trigger execution on monitor buffer when 
trigger debug is set, 
+add option trigger.color.identifier, add variable ${tg_hook_type}
+
+---

Old:

  weechat-3.6.tar.xz
  weechat-3.6.tar.xz.asc

New:

  weechat-3.7.1.tar.xz
  weechat-3.7.1.tar.xz.asc



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.VH6LOO/_old  2022-11-10 14:23:35.278792348 +0100
+++ /var/tmp/diff_new_pack.VH6LOO/_new  2022-11-10 14:23:35.282792371 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   weechat
-Version:3.6
+Version:3.7.1
 Release:0
 Summary:Multi-protocol extensible Chat Client
 License:GPL-3.0-or-later

++ weechat-3.6.tar.xz -> weechat-3.7.1.tar.xz ++
 35292 lines of diff (skipped)


commit openQA for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2022-11-10 14:22:56

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


Package is "openQA"

Thu Nov 10 14:22:56 2022 rev:413 rq:1034916 version:4.6.1667998549.1a9c56e

Changes:

openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2022-11-07 
13:52:22.476031966 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.1597/openQA.changes  2022-11-10 
14:23:33.330781323 +0100
@@ -1,0 +2,13 @@
+Wed Nov 09 18:16:06 UTC 2022 - ok...@suse.com
+
+- Update to version 4.6.1667998549.1a9c56e:
+  * Handle concurrent job deletion when updating job result size
+  * Sort vars.json by key
+  * Dependency cron 2022-11-08
+  * Use signatures in OpenQA::Scheduler
+  * Add an API endpoint to find jobs with certain job settings
+  * Restore formatting of `vars.json` after a523306
+  * Remove likely unneeded code in WebAPI::Plugin::REST
+  * Use signatures in OpenQA::WebAPI::Plugin::REST
+
+---

Old:

  openQA-4.6.1667810206.2bf912d.obscpio

New:

  openQA-4.6.1667998549.1a9c56e.obscpio



Other differences:
--
++ openQA-client-test.spec ++
--- /var/tmp/diff_new_pack.k9fjca/_old  2022-11-10 14:23:34.342787051 +0100
+++ /var/tmp/diff_new_pack.k9fjca/_new  2022-11-10 14:23:34.342787051 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-client
 Name:   %{short_name}-test
-Version:4.6.1667810206.2bf912d
+Version:4.6.1667998549.1a9c56e
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.k9fjca/_old  2022-11-10 14:23:34.370787209 +0100
+++ /var/tmp/diff_new_pack.k9fjca/_new  2022-11-10 14:23:34.374787232 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1667810206.2bf912d
+Version:4.6.1667998549.1a9c56e
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.k9fjca/_old  2022-11-10 14:23:34.394787345 +0100
+++ /var/tmp/diff_new_pack.k9fjca/_new  2022-11-10 14:23:34.398787367 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1667810206.2bf912d
+Version:4.6.1667998549.1a9c56e
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.k9fjca/_old  2022-11-10 14:23:34.426787526 +0100
+++ /var/tmp/diff_new_pack.k9fjca/_new  2022-11-10 14:23:34.430787548 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1667810206.2bf912d
+Version:4.6.1667998549.1a9c56e
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.k9fjca/_old  2022-11-10 14:23:34.454787684 +0100
+++ /var/tmp/diff_new_pack.k9fjca/_new  2022-11-10 14:23:34.458787707 +0100
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:   openQA
-Version:4.6.1667810206.2bf912d
+Version:4.6.1667998549.1a9c56e
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1667810206.2bf912d.obscpio -> 
openQA-4.6.1667998549.1a9c56e.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1667810206.2bf912d.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.1597/openQA-4.6.1667998549.1a9c56e.obscpio
 differ: char 50, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.k9fjca/_old  2022-11-10 14:23:34.538788160 +0100
+++ /var/tmp/diff_new_pack.k9fjca/_new  2022-11-10 14:23:34.542788183 +0100
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1667810206.2bf912d
-mtime: 1667810206
-commit: 2bf912defe3135fa0d8e3f0fd07a44b591f7c0a8
+version: 4.6.1667998549.1a9c56e
+mtime: 1667998549
+commit: 1a9c56e45311c9836b6851c4628de364ca2def43
 


commit varnish for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2022-11-10 14:22:54

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


Package is "varnish"

Thu Nov 10 14:22:54 2022 rev:42 rq:1034895 version:7.2.1

Changes:

--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2022-11-01 
13:43:15.536116549 +0100
+++ /work/SRC/openSUSE:Factory/.varnish.new.1597/varnish.changes
2022-11-10 14:23:31.602771542 +0100
@@ -1,0 +2,12 @@
+Wed Nov  9 17:16:51 UTC 2022 - Jan Engelhardt 
+
+- Update to release 7.2.1
+  * Attempts to mark well-known headers like Content-Length and
+Host hop-by-hop through a Connection-header will now cause a
+400 "Bad request" response.
+(VSV00010, CVE-2022-45059, boo#1205243)
+  * Apply the same character set rules to HTTP/2 pseudo-headers
+as is done on the corresponding HTTP/1 request-line field
+parsing. (VSV00011, CVE-2022-45060, boo#1205242)
+
+---

Old:

  varnish-7.2.0.tgz

New:

  varnish-7.2.1.tgz



Other differences:
--
++ varnish.spec ++
--- /var/tmp/diff_new_pack.AhxcpC/_old  2022-11-10 14:23:32.266775300 +0100
+++ /var/tmp/diff_new_pack.AhxcpC/_new  2022-11-10 14:23:32.270775323 +0100
@@ -25,7 +25,7 @@
 %define _fillupdir %_localstatedir/adm/fillup-templates
 %endif
 Name:   varnish
-Version:7.2.0
+Version:7.2.1
 Release:0
 Summary:Accelerator for HTTP services
 License:BSD-2-Clause

++ varnish-7.2.0.tgz -> varnish-7.2.1.tgz ++
 6947 lines of diff (skipped)


commit chromium for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2022-11-10 14:21:59

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


Package is "chromium"

Thu Nov 10 14:21:59 2022 rev:357 rq:1034894 version:107.0.5304.110

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2022-10-28 
19:31:27.819213044 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new.1597/chromium.changes  
2022-11-10 14:23:21.442714037 +0100
@@ -1,0 +2,11 @@
+Wed Nov  9 17:03:58 UTC 2022 - Andreas Stieger 
+
+- Chromium 107.0.5304.110 (boo#1205221)
+  * CVE-2022-3885: Use after free in V8
+  * CVE-2022-3886: Use after free in Speech Recognition
+  * CVE-2022-3887: Use after free in Web Workers
+  * CVE-2022-3888: Use after free in WebCodecs
+  * CVE-2022-3889: Type Confusion in V8
+  * CVE-2022-3890: Heap buffer overflow in Crashpad
+
+---

Old:

  chromium-107.0.5304.87.tar.xz

New:

  chromium-107.0.5304.110.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.clfQTr/_old  2022-11-10 14:23:29.518759747 +0100
+++ /var/tmp/diff_new_pack.clfQTr/_new  2022-11-10 14:23:29.526759792 +0100
@@ -75,7 +75,7 @@
 %endif
 
 Name:   chromium
-Version:107.0.5304.87
+Version:107.0.5304.110
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1-or-later

++ chromium-107.0.5304.87.tar.xz -> chromium-107.0.5304.110.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-107.0.5304.87.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new.1597/chromium-107.0.5304.110.tar.xz 
differ: char 15, line 1


commit intel-opencl for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package intel-opencl for openSUSE:Factory 
checked in at 2022-11-10 14:21:55

Comparing /work/SRC/openSUSE:Factory/intel-opencl (Old)
 and  /work/SRC/openSUSE:Factory/.intel-opencl.new.1597 (New)


Package is "intel-opencl"

Thu Nov 10 14:21:55 2022 rev:5 rq:1034848 version:21.43.21438

Changes:

--- /work/SRC/openSUSE:Factory/intel-opencl/intel-opencl.changes
2022-06-09 15:41:54.153357465 +0200
+++ /work/SRC/openSUSE:Factory/.intel-opencl.new.1597/intel-opencl.changes  
2022-11-10 14:22:21.874376885 +0100
@@ -1,0 +2,5 @@
+Wed Nov  9 12:21:19 UTC 2022 - Stefan Dirsch 
+
+- keep icd file in /etc/OpenCL/vendors on Leap 15.x/sle-15-SPx
+
+---



Other differences:
--
++ intel-opencl.spec ++
--- /var/tmp/diff_new_pack.ctnt2I/_old  2022-11-10 14:22:22.282379195 +0100
+++ /var/tmp/diff_new_pack.ctnt2I/_new  2022-11-10 14:22:22.286379218 +0100
@@ -66,8 +66,10 @@
 %install
 %cmake_install
 chmod +x %{buildroot}%{_libdir}/intel-opencl/libigdrcl.so
+%if 0%{?suse_version} > 1500
 mkdir -p %{buildroot}/%{_datadir}/OpenCL/vendors
 mv %{buildroot}/%{_sysconfdir}/OpenCL/vendors/intel.icd 
%{buildroot}/%{_datadir}/OpenCL/vendors/
+%endif
 rm -Rf %{buildroot}%{_prefix}/lib/debug
 
 %post -p /sbin/ldconfig
@@ -77,10 +79,16 @@
 %{_libdir}/intel-opencl/libigdrcl.so
 %{_libdir}/libocloc.so
 %{_bindir}/ocloc
-%{_datadir}/OpenCL/vendors/intel.icd
 %{_libdir}/intel-opencl
+%if 0%{?suse_version} > 1500
 %{_datadir}/OpenCL
 %{_datadir}/OpenCL/vendors
+%{_datadir}/OpenCL/vendors/intel.icd
+%else
+%{_sysconfdir}/OpenCL
+%{_sysconfdir}/OpenCL/vendors
+%{_sysconfdir}/OpenCL/vendors/intel.icd
+%endif
 
 %files devel
 %{_includedir}/ocloc_api.h


commit perl-Email-Date-Format for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Email-Date-Format for 
openSUSE:Factory checked in at 2022-11-10 14:21:57

Comparing /work/SRC/openSUSE:Factory/perl-Email-Date-Format (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Email-Date-Format.new.1597 (New)


Package is "perl-Email-Date-Format"

Thu Nov 10 14:21:57 2022 rev:25 rq:1034883 version:1.006

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Email-Date-Format/perl-Email-Date-Format.changes
2019-06-12 13:17:10.556635685 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-Date-Format.new.1597/perl-Email-Date-Format.changes
  2022-11-10 14:22:23.542386326 +0100
@@ -1,0 +2,12 @@
+Wed Nov  9 16:17:40 UTC 2022 - Dirk Stoecker 
+
+- updated to 1.006
+   see /usr/share/doc/packages/perl-Email-Date-Format/Changes
+
+  1.006 2022-10-22 16:01:01-04:00 America/New_York
+  - update packaging
+  - avoid using ambiguous 2 digit years (thanks, bitcard...@lsmod.de)
+
+- drop fix-time-local.patch (upstream)
+
+---

Old:

  Email-Date-Format-1.005.tar.gz
  fix-time-local.patch

New:

  Email-Date-Format-1.006.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Email-Date-Format.spec ++
--- /var/tmp/diff_new_pack.KpDQA2/_old  2022-11-10 14:22:23.906388387 +0100
+++ /var/tmp/diff_new_pack.KpDQA2/_new  2022-11-10 14:22:23.914388432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Date-Format
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,18 @@
 
 %define cpan_name Email-Date-Format
 Name:   perl-Email-Date-Format
-Version:1.005
+Version:1.006
 Release:0
-Summary:Produce RFC 2822 date strings
 License:Artistic-1.0 OR GPL-1.0-or-later
-Group:  Development/Libraries/Perl
+Summary:Produce RFC 2822 date strings
 URL:https://metacpan.org/release/%{cpan_name}
-Source: 
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
-Patch0: fix-time-local.patch
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Test::Pod) >= 1.41
-Requires:   perl(Exporter) >= 5.57
-Requires:   perl(Time::Local)
-Requires:   perl(strict)
-Requires:   perl(warnings)
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -44,15 +38,14 @@
 use a four digit year, which is not allowed in RFC 822.)
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} test
+make test
 
 %install
 %perl_make_install
@@ -60,8 +53,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%license LICENSE
 %doc Changes README
+%license LICENSE
 
 %changelog

++ Email-Date-Format-1.005.tar.gz -> Email-Date-Format-1.006.tar.gz ++
 1780 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#  baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section


commit libbde for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libbde for openSUSE:Factory checked 
in at 2022-11-10 14:21:48

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


Package is "libbde"

Thu Nov 10 14:21:48 2022 rev:17 rq:1034842 version:20221031

Changes:

--- /work/SRC/openSUSE:Factory/libbde/libbde.changes2022-08-30 
14:49:53.624183766 +0200
+++ /work/SRC/openSUSE:Factory/.libbde.new.1597/libbde.changes  2022-11-10 
14:22:15.866342881 +0100
@@ -1,0 +2,6 @@
+Wed Nov  2 12:36:41 UTC 2022 - Jan Engelhardt 
+
+- Update to release 20221031
+  * No changelog was provided
+
+---

Old:

  libbde-alpha-20220807.tar.gz
  libbde-alpha-20220807.tar.gz.asc

New:

  libbde-alpha-20221031.tar.gz
  libbde-alpha-20221031.tar.gz.asc



Other differences:
--
++ libbde.spec ++
--- /var/tmp/diff_new_pack.m6wAUB/_old  2022-11-10 14:22:16.402345914 +0100
+++ /var/tmp/diff_new_pack.m6wAUB/_new  2022-11-10 14:22:16.406345937 +0100
@@ -18,7 +18,7 @@
 
 %define lname  libbde1
 Name:   libbde
-Version:20220807
+Version:20221031
 Release:0
 Summary:Library and tools to access Microsoft Bitlocker Disk Encrypted 
partitions
 License:GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
@@ -36,7 +36,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(fuse) >= 2.6
-BuildRequires:  pkgconfig(libbfio) >= 20220120
+BuildRequires:  pkgconfig(libbfio) >= 20221025
 BuildRequires:  pkgconfig(libcaes) >= 20220529
 BuildRequires:  pkgconfig(libcdata) >= 20220115
 BuildRequires:  pkgconfig(libcerror) >= 20220101
@@ -55,37 +55,36 @@
 %python_subpackages
 
 %description
+libbde is a library to access the BitLocker Drive Encryption (BDE)
+format. The BDE format is used by Windows, as of Vista, to encrypt
+data on a storage media volume.
+%package -n %{lname}
+Summary:Library to access Microsoft Bitlocker Drive Encrypted volumes
+License:LGPL-3.0-or-later
+Group:  System/Libraries
+
+%description -n %{lname}
 libbde is a library and tools to access the BitLocker Drive Encryption (BDE) 
format. The BDE format is used by Windows, as of Vista, to encrypt data on a 
storage media volume.
 
 Supported BDE formats:
 
-BitLocker Windows Vista
-BitLocker Windows 7
-BitLocker Windows 8 (Consumer Preview)
-BitLocker To Go
-Supported protection methods:
-
-clear key
-password
-recovery password
-start-up key
-FKEV and/or TWEAK key data
-Additional features:
+* BitLocker Windows Vista
+* BitLocker Windows 7
+* BitLocker Windows 8 (Consumer Preview)
+* BitLocker To Go
 
-support for partial encrypted volumes
-zeros out the BDE metadata, matches behavior seen on Windows
-Work in progress:
+Supported protection methods:
 
-Dokan library support
-Multi-threading support
+* clear key
+* password
+* recovery password
+* start-up key
+* FKEV and/or TWEAK key data
 
-%package -n %{lname}
-Summary:Library to access Microsoft Bitlocker Drive Encrypted volumes
-License:LGPL-3.0-or-later
-Group:  System/Libraries
+Additional features:
 
-%description -n %{lname}
-libbde is a library to access the BitLocker Drive Encryption (BDE) format. The 
BDE format is used by Windows, as of Vista, to encrypt data on a storage media 
volume.
+* support for partial encrypted volumes
+* zeros out the BDE metadata, matches behavior seen on Windows
 
 %package tools
 Summary:Tools to access Microsoft Bitlocker Drive Encrypted volumes
@@ -93,7 +92,9 @@
 Group:  Productivity/File utilities
 
 %description tools
-Tools to access the BitLocker Drive Encryption (BDE) format. The BDE format is 
used by Windows, as of Vista, to encrypt data on a storage media volume.
+Tools to access the BitLocker Drive Encryption (BDE) format. The BDE
+format is used by Windows, as of Vista, to encrypt data on a storage
+media volume.
 
 %package devel
 Summary:Development files for libbde, used to access Bitlocker Drive 
Encrypted Volumes
@@ -102,7 +103,9 @@
 Requires:   %{lname} = %{version}
 
 %description devel
-libbde is a library to access the BitLocker Drive Encryption (BDE) format. The 
BDE format is used by Windows, as of Vista, to encrypt data on a storage media 
volume.
+libbde is a library to access the BitLocker Drive Encryption (BDE)
+format. The BDE format is used by Windows, as of Vista, to encrypt
+data on a storage media volume.
 
 This subpackage contains libraries and header files for developing
 applications that want to make use of libbde.
@@ -127,10 +130,10 @@
 }
 
 %install
-mv %_builddir/rt/*

commit element-web for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package element-web for openSUSE:Factory 
checked in at 2022-11-10 14:21:59

Comparing /work/SRC/openSUSE:Factory/element-web (Old)
 and  /work/SRC/openSUSE:Factory/.element-web.new.1597 (New)


Package is "element-web"

Thu Nov 10 14:21:59 2022 rev:25 rq:1034890 version:1.11.13

Changes:

--- /work/SRC/openSUSE:Factory/element-web/element-web.changes  2022-11-03 
19:14:29.536116100 +0100
+++ /work/SRC/openSUSE:Factory/.element-web.new.1597/element-web.changes
2022-11-10 14:22:24.206390084 +0100
@@ -1,0 +2,5 @@
+Wed Nov  2 16:49:35 UTC 2022 - Dominik Heidler 
+
+- Add sentry-cli for s390x and ppc64(le)
+
+---



Other differences:
--
++ npm-packages-offline-cache.tar.gz ++
/work/SRC/openSUSE:Factory/element-web/npm-packages-offline-cache.tar.gz 
/work/SRC/openSUSE:Factory/.element-web.new.1597/npm-packages-offline-cache.tar.gz
 differ: char 13, line 1

++ prepare.sh ++
--- /var/tmp/diff_new_pack.9YudNm/_old  2022-11-10 14:22:27.222407155 +0100
+++ /var/tmp/diff_new_pack.9YudNm/_new  2022-11-10 14:22:27.226407178 +0100
@@ -37,7 +37,7 @@
 # fill sentry-cli cache with mock binaries for all architecutres
 cd sentry-cli
 sentry_cli_version=$(ls ../@sentry-cli-*.tgz | sed -e 's/.*cli-//' -e 
's/.tgz//')
-for arch in i686 x86_64 aarch64 armv7 riscv64 ppc64 ppc64le; do
+for arch in i686 x86_64 aarch64 armv7 riscv64 ppc64 ppc64le s390x; do

url="https://downloads.sentry-cdn.com/sentry-cli/${sentry_cli_version}/sentry-cli-Linux-${arch}";
filehash=$(echo -n "$url" | md5sum | cut -c1-6)
target="${filehash}-sentry-cli-Linux-${arch/_/-}"


commit krita for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2022-11-10 14:21:50

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


Package is "krita"

Thu Nov 10 14:21:50 2022 rev:67 rq:1034847 version:5.1.3

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2022-09-18 
17:32:16.741780793 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.1597/krita.changes2022-11-10 
14:22:20.386368463 +0100
@@ -1,0 +2,78 @@
+Wed Nov  9 09:50:24 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 5.1.3
+  * Fix using the Global Menu in the Plasma desktop when using
+distribution packages. (kde#408015)
+  * JPEG-XL, HEIF: Fix import/export of HDR Alpha
+Channels. (kde#460380)
+  * JPEG-XL, HEIF: Fix clamping of normalized HDR values
+  * JPEG XL, HEIF: Fix saving OOTF removal if it???s enabled
+  * JPEG XL: Fix enabling HLG correction options
+  * JPEG-XL: Work around linear profiles having an undefined
+transfer function
+  * JPEG-XL: Optimize HDR export
+  * JPEG-XL: Improve compatibility with the currently experimental
+JPEG-XL support in Chrome
+  * Fix handling creating an image from clipboard when the
+clipboard is empty. (kde#459800)
+  * Fix loading CSV animation files
+  * Fix paste outside of image boundaries. (kde#459111)
+  * Fix aliasing of brush tips at small brush sizes.
+  * Fix issues with the Line tool. (kde#460461)
+  * Fix a crash on selecting and cutting/copying in a new
+document. (kde#457475, kde#460954)
+  * Android: fix long-press producing a right-click event
+  * Android: handle touch events for Mirror decorations
+  * Fix a crash in the pattern fill layer. (kde#459906)
+  * Fix foreground to background color switching of vector
+objects. (kde#458913)
+  * Fix several issues in TIFF file export. (kde#459840)
+  * Fix issues when changing color theme
+  * Fix saving files with extreme aspect ratios. (kde#460624)
+  * Fix issues in the path selection tool
+  * Implement right-click to undo adding a point for the
+polyline tool
+  * Fix copy/paste with animated layers. (kde#457319, kde#459763)
+  * Make it possible to import more than one bundle at a time
+  * Make it possible to run Krita on Linux when SELinux is
+enabled. (kde#459490)
+  * Fix a crash on startup when there is a PSD file with
+layer styles in the recent files list. (kde#459512)
+  * Make it possible to run Python scripts if there is no
+paintable layer. (kde#459495)
+  * Fix the Ten Scripts plugin to actually remember the selected
+scripts. (kde#421231)
+  * Add an option to PNG export to convert to 8 bit on
+saving. (kde#459415)
+  * Fix artifacts when hovering over reference images in HiDPI
+mode. (kde#441216)
+  * Fix thumbnails for pass-through layers being created
+(they shouldn???t???) (kde#440960)
+  * Make the OpenGL workaround available for all
+platforms. (kde#401940)
+  * PSD: fix reading of layer blending ranges. (kde#459307)
+  * Fix a lot of small memory leaks
+  * Fix copy-paste operation not working after using the move
+tool. (kde#458764)
+  * Show all loaded python plugins in the Help->System Info
+dialog
+  * Show a busy cursor when saving a reference image
+set. (kde#427546)
+  * Add Document::setModified to the scripting API. (kde#425066)
+  * Fix a crash when trying to save an image with a fill
+layer. (kde#459252)
+  * Fix a crash when copy/paste a shape or fill layer or a
+selection mask. (kde#458115)
+  * Fix layer thumbnails when loading a 512??512 PSD
+file. (kde#458887)
+  * Fix a crash when trying to copy-paste the background layer.
+(kde#458890, kde#458857, kde#458248, kde#458941)
+  * Don???t highlight a layer with a color label on
+mouse-over. (kde#459153)
+  * Fix creating numbered backups for files with names that
+contain [ and ]. (kde#445500)
+  * Add middle handles to perspective transform
+  * Fix dab inaccuracy of Sharpness brushes when outline preview
+snapping is disabled. (kde#458361)
+
+---

Old:

  krita-5.1.1.tar.xz
  krita-5.1.1.tar.xz.sig

New:

  krita-5.1.3.tar.xz
  krita-5.1.3.tar.xz.sig



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.I8L0UN/_old  2022-11-10 14:22:21.702375912 +0100
+++ /var/tmp/diff_new_pack.I8L0UN/_new  2022-11-10 14:22:21.706375935 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   krita
-Version:5.1.1
+Version:5.1.3
 Release:0
 Summary:Digital Painting Application
 License:BSD-2-Clause AND GPL-2.0-or-later AND LGPL-2.

commit python-alsa for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-alsa for openSUSE:Factory 
checked in at 2022-11-10 14:21:45

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


Package is "python-alsa"

Thu Nov 10 14:21:45 2022 rev:6 rq:1034829 version:1.2.7

Changes:

--- /work/SRC/openSUSE:Factory/python-alsa/python-alsa.changes  2022-06-01 
17:35:22.342791162 +0200
+++ /work/SRC/openSUSE:Factory/.python-alsa.new.1597/python-alsa.changes
2022-11-10 14:22:12.630324565 +0100
@@ -1,0 +2,5 @@
+Wed Nov  9 11:00:43 UTC 2022 - Takashi Iwai 
+
+- Add keyring
+
+---

New:

  python-alsa.keyring



Other differences:
--
++ python-alsa.spec ++
--- /var/tmp/diff_new_pack.pg46rA/_old  2022-11-10 14:22:13.106327259 +0100
+++ /var/tmp/diff_new_pack.pg46rA/_new  2022-11-10 14:22:13.110327282 +0100
@@ -28,6 +28,7 @@
 Source1:%{url}/files/pub/pyalsa/pyalsa-%{version}.tar.bz2.sig
 Source2:COPYING
 Source3:COPYING.LIB
+Source4:%{name}.keyring
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  alsa-devel


commit matrix-synapse for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package matrix-synapse for openSUSE:Factory 
checked in at 2022-11-10 14:21:46

Comparing /work/SRC/openSUSE:Factory/matrix-synapse (Old)
 and  /work/SRC/openSUSE:Factory/.matrix-synapse.new.1597 (New)


Package is "matrix-synapse"

Thu Nov 10 14:21:46 2022 rev:73 rq:1034845 version:1.71.0

Changes:

--- /work/SRC/openSUSE:Factory/matrix-synapse/matrix-synapse.changes
2022-10-20 16:02:01.855092791 +0200
+++ /work/SRC/openSUSE:Factory/.matrix-synapse.new.1597/matrix-synapse.changes  
2022-11-10 14:22:13.798331175 +0100
@@ -1,0 +2,270 @@
+Tue Nov  8 13:05:47 UTC 2022 - Marcus Rueckert 
+
+- Update to 1.71.0
+  Please note that, as announced in the release notes for Synapse
+  1.69.0, legacy Prometheus metric names are now disabled by
+  default. They will be removed altogether in Synapse 1.73.0. If
+  not already done, server administrators should update their
+  dashboards and alerting rules to avoid using the deprecated
+  metric names. See the upgrade notes for more details.
+
+  Note: in line with our deprecation policy for platform
+  dependencies, this will be the last release to support PostgreSQL
+  10, which reaches upstream end-of-life on November 10th, 2022.
+  Future releases of Synapse will require PostgreSQL 11+.
+  - Features
+  - Support back-channel logouts from OpenID Connect providers.
+(#11414)
+  - Allow use of Postgres and SQLlite full-text search operators in
+search queries. (#11635, #14310, #14311)
+  - Implement MSC3664, Pushrules for relations. Contributed by
+Nico. (#11804)
+  - Improve aesthetics of HTML templates. Note that these changes
+do not retroactively apply to templates which have been
+customised by server admins. (#13652)
+  - Enable write-ahead logging for SQLite installations.
+Contributed by @asymmetric. (#13897)
+  - Show erasure status when listing users in the Admin API.
+(#14205)
+  - Provide a specific error code when a /sync request provides a
+filter which doesn't represent a JSON object. (#14262)
+  - Bugfixes
+  - Fix a long-standing bug where the update_synapse_database
+script could not be run with multiple databases. Contributed by
+@thefinn93 @ Beeper. (#13422)
+  - Fix a bug which prevented setting an avatar on homeservers
+which have an explicit port in their server_name and have
+max_avatar_size and/or allowed_avatar_mimetypes configuration.
+Contributed by @ashfame. (#13927)
+  - Check appservice user interest against the local users instead
+of all users in the room to align with MSC3905. (#13958)
+  - Fix a long-standing bug where Synapse would accidentally
+include extra information in the response to PUT
+/_matrix/federation/v2/invite/{roomId}/{eventId}. (#14064)
+  - Fix a bug introduced in Synapse 1.64.0 where presence updates
+could be missing from /sync responses. (#14243)
+  - Fix a bug introduced in Synapse 1.60.0 which caused an error to
+be logged when Synapse received a SIGHUP signal if debug
+logging was enabled. (#14258)
+  - Prevent history insertion (MSC2716) during an partial join
+(MSC3706). (#14291)
+  - Fix a bug introduced in Synapse 1.34.0 where device names would
+be returned via a federation user key query request when
+allow_device_name_lookup_over_federation was set to false.
+(#14304)
+  - Fix a bug introduced in Synapse 0.34.0 where logs could include
+error spam when background processes are measured as taking a
+negative amount of time. (#14323)
+  - Fix a bug introduced in Synapse 1.70.0 where clients were
+unable to PUT new dehydrated devices. (#14336)
+  - Improved Documentation
+  - Document the changes to monthly active user metrics due to
+deprecation of legacy Prometheus metric names. (#14358, #14360)
+  - Explain how to disable the use of trusted_key_servers. (#13999)
+  - Add workers settings to configuration manual. (#14086)
+  - Correct the name of the config option
+encryption_enabled_by_default_for_room_type. (#14110)
+  - Update docstrings of SynapseError and FederationError to
+bettter describe what they are used for and the effects of
+using them are. (#14191)
+  - Deprecations and Removals
+  - Disable legacy Prometheus metric names by default. They can
+still be re-enabled for now, but they will be removed
+altogether in Synapse 1.73.0. (#14353)
+  - Internal Changes
+  - Run unit tests against Python 3.11. (#13812)
+  - Remove unused @lru_cache decorator. (#13595)
+  - Save login tokens in database and prevent login token reuse.
+(#13844)
+  - Refactor OIDC tests to better mimic an actual OIDC provider.
+(#13910)
+  - Fix type annotation causing import time error in the Complement
+forking launcher. (#14084)
+  - Ref

commit qqc2-breeze-style for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qqc2-breeze-style for 
openSUSE:Factory checked in at 2022-11-10 14:21:43

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


Package is "qqc2-breeze-style"

Thu Nov 10 14:21:43 2022 rev:34 rq:1034795 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes  
2022-10-29 20:17:45.378418311 +0200
+++ 
/work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.1597/qqc2-breeze-style.changes
2022-11-10 14:22:11.226316618 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:26:08 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  qqc2-breeze-style-5.26.2.tar.xz
  qqc2-breeze-style-5.26.2.tar.xz.sig

New:

  qqc2-breeze-style-5.26.3.tar.xz
  qqc2-breeze-style-5.26.3.tar.xz.sig



Other differences:
--
++ qqc2-breeze-style.spec ++
--- /var/tmp/diff_new_pack.PBF9mZ/_old  2022-11-10 14:22:11.674319154 +0100
+++ /var/tmp/diff_new_pack.PBF9mZ/_new  2022-11-10 14:22:11.682319199 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   qqc2-breeze-style
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Breeze Style for Qt Quick Controls 2
 License:LGPL-2.1-only OR LGPL-3.0-only


++ qqc2-breeze-style-5.26.2.tar.xz -> qqc2-breeze-style-5.26.3.tar.xz ++


commit plymouth-theme-breeze for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plymouth-theme-breeze for 
openSUSE:Factory checked in at 2022-11-10 14:21:42

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


Package is "plymouth-theme-breeze"

Thu Nov 10 14:21:42 2022 rev:113 rq:1034792 version:5.26.3

Changes:

--- 
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes  
2022-10-29 20:17:44.498413622 +0200
+++ 
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.1597/plymouth-theme-breeze.changes
2022-11-10 14:22:10.486312430 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:26:05 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  breeze-plymouth-5.26.2.tar.xz
  breeze-plymouth-5.26.2.tar.xz.sig

New:

  breeze-plymouth-5.26.3.tar.xz
  breeze-plymouth-5.26.3.tar.xz.sig



Other differences:
--
++ plymouth-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.dX40rF/_old  2022-11-10 14:22:10.966315146 +0100
+++ /var/tmp/diff_new_pack.dX40rF/_new  2022-11-10 14:22:10.974315192 +0100
@@ -36,7 +36,7 @@
 
 %bcond_without released
 Name:   plymouth-theme-breeze
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plymouth "Breeze" theme
 License:GPL-2.0+

++ breeze-plymouth-5.26.2.tar.xz -> breeze-plymouth-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.26.2/CMakeLists.txt 
new/breeze-plymouth-5.26.3/CMakeLists.txt
--- old/breeze-plymouth-5.26.2/CMakeLists.txt   2022-10-26 11:54:28.0 
+0200
+++ new/breeze-plymouth-5.26.3/CMakeLists.txt   2022-11-08 13:05:27.0 
+0100
@@ -1,5 +1,5 @@
 project(breeze-plymouth)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)


commit alsa-tools for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2022-11-10 14:21:44

Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-tools.new.1597 (New)


Package is "alsa-tools"

Thu Nov 10 14:21:44 2022 rev:81 rq:1034828 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2021-06-01 
10:41:11.145193458 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new.1597/alsa-tools.changes  
2022-11-10 14:22:11.962320784 +0100
@@ -1,0 +2,5 @@
+Wed Nov  9 10:56:43 UTC 2022 - Takashi Iwai 
+
+- Add tarball signature and keyring
+
+---

New:

  alsa-tools-1.2.5.tar.bz2.sig
  alsa-tools.keyring



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.mSj4OZ/_old  2022-11-10 14:22:12.446323523 +0100
+++ /var/tmp/diff_new_pack.mSj4OZ/_new  2022-11-10 14:22:12.450323546 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,9 +30,11 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:https://www.alsa-project.org/
 Source: 
https://www.alsa-project.org/files/pub/tools/alsa-tools-%{version}.tar.bz2
-Source1:README.SUSE
-Source2:sbipatches.tar.bz2
-Source4:rmedigicontrol.desktop
+Source1:
https://www.alsa-project.org/files/pub/tools/alsa-tools-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
+Source3:README.SUSE
+Source4:sbipatches.tar.bz2
+Source5:rmedigicontrol.desktop
 Source7:rmedigicontrol.png
 # build fixes
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -294,8 +296,8 @@
 Hammerfall DSP soundcard series.
 
 %prep
-%setup -q -a 2
-cp %{SOURCE1} .
+%setup -q -a 4
+cp %{SOURCE3} .
 %patch101 -p1
 
 sed -i '1s@/usr/bin/env python@/usr/bin/python@' hwmixvolume/hwmixvolume


commit plasma5-workspace-wallpapers for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-workspace-wallpapers for 
openSUSE:Factory checked in at 2022-11-10 14:21:40

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


Package is "plasma5-workspace-wallpapers"

Thu Nov 10 14:21:40 2022 rev:133 rq:1034791 version:5.26.3

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes
2022-10-29 20:17:42.802404586 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new.1597/plasma5-workspace-wallpapers.changes
  2022-11-10 14:22:08.958303782 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:59 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-workspace-wallpapers-5.26.2.tar.xz
  plasma-workspace-wallpapers-5.26.2.tar.xz.sig

New:

  plasma-workspace-wallpapers-5.26.3.tar.xz
  plasma-workspace-wallpapers-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-workspace-wallpapers.spec ++
--- /var/tmp/diff_new_pack.9ClsWq/_old  2022-11-10 14:22:10.246311071 +0100
+++ /var/tmp/diff_new_pack.9ClsWq/_new  2022-11-10 14:22:10.250311094 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   plasma5-workspace-wallpapers
-Version:5.26.2
+Version:5.26.3
 Release:0
 BuildRequires:  cmake >= 3.16
 BuildRequires:  extra-cmake-modules >= 0.0.12

++ plasma-workspace-wallpapers-5.26.2.tar.xz -> 
plasma-workspace-wallpapers-5.26.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-5.26.2.tar.xz
 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new.1597/plasma-workspace-wallpapers-5.26.3.tar.xz
 differ: char 26, line 1


commit plasma5-sdk for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2022-11-10 14:21:38

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


Package is "plasma5-sdk"

Thu Nov 10 14:21:38 2022 rev:133 rq:1034787 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2022-10-29 
20:17:37.698377393 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new.1597/plasma5-sdk.changes
2022-11-10 14:22:06.282288635 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:27 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-sdk-5.26.2.tar.xz
  plasma-sdk-5.26.2.tar.xz.sig

New:

  plasma-sdk-5.26.3.tar.xz
  plasma-sdk-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-sdk.spec ++
--- /var/tmp/diff_new_pack.dUz4ns/_old  2022-11-10 14:22:06.794291534 +0100
+++ /var/tmp/diff_new_pack.dUz4ns/_new  2022-11-10 14:22:06.798291556 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   plasma5-sdk
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma SDK
 License:GPL-2.0-only AND LGPL-2.0-or-later

++ plasma-sdk-5.26.2.tar.xz -> plasma-sdk-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.26.2/CMakeLists.txt 
new/plasma-sdk-5.26.3/CMakeLists.txt
--- old/plasma-sdk-5.26.2/CMakeLists.txt2022-10-26 12:13:46.0 
+0200
+++ new/plasma-sdk-5.26.3/CMakeLists.txt2022-11-08 13:16:53.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(plasma-sdk)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.26.2/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml 
new/plasma-sdk-5.26.3/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml
--- old/plasma-sdk-5.26.2/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml  
2022-10-26 12:13:46.0 +0200
+++ new/plasma-sdk-5.26.3/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml  
2022-11-08 13:16:53.0 +0100
@@ -142,9 +142,9 @@
   
   KDE
   
+
 
 
 
-
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.26.2/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml 
new/plasma-sdk-5.26.3/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml
--- 
old/plasma-sdk-5.26.2/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml   
2022-10-26 12:13:46.0 +0200
+++ 
new/plasma-sdk-5.26.3/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml   
2022-11-08 13:16:53.0 +0100
@@ -126,10 +126,10 @@
 plasmaengineexplorer
   
   
+
 
 
 
-
   
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.26.2/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml 
new/plasma-sdk-5.26.3/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml
--- old/plasma-sdk-5.26.2/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml 
2022-10-26 12:13:46.0 +0200
+++ new/plasma-sdk-5.26.3/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml 
2022-11-08 13:16:53.0 +0100
@@ -131,10 +131,10 @@
 plasmoidviewer
   
   
+
 
 
 
-
   
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.26.2/po/ca@valencia/plasmoidviewer.po 
new/plasma-sdk-5.26.3/po/ca@valencia/plasmoidviewer.po
--- old/plasma-sdk-5.26.2/po/ca@valencia/plasmoidviewer.po  2022-10-26 
12:13:50.0 +0200
+++ new/plasma-sdk-5.26.3/po/ca@valencia/plasmoidviewer.po  2022-11-08 
13:16:55.0 +0100
@@ -73,12 +73,12 @@
 #: main.cpp:63
 #, kde-format
 msgid "Set the x position of the plasmoidviewer on the Plasma desktop"
-msgstr "Ajusta la posici?? ??x?? del visor de plasmoides a l'escriptori Plasma"
+msgstr "Ajusta la posici?? ??x?? del visor de plasmoides en l'escriptori 
Plasma"
 
 #: main.cpp:66
 #, kde-format
 msgid "Set the y position of the plasmoidviewer on the Plasma desktop"
-msgstr "Ajusta la posici?? ??y?? del visor de plasmoides a l'escriptori Plasma"
+msgstr "Ajusta la posici?? ??y?? del visor de plasmoides en l'escriptori 
Plasma"
 
 #: main.cpp:69
 #, kde-f

commit plasma5-nano for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-nano for openSUSE:Factory 
checked in at 2022-11-10 14:21:37

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


Package is "plasma5-nano"

Thu Nov 10 14:21:37 2022 rev:46 rq:1034784 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-nano/plasma5-nano.changes
2022-10-29 20:17:36.606371574 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-nano.new.1597/plasma5-nano.changes  
2022-11-10 14:22:05.498284198 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:25 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-nano-5.26.2.tar.xz
  plasma-nano-5.26.2.tar.xz.sig

New:

  plasma-nano-5.26.3.tar.xz
  plasma-nano-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-nano.spec ++
--- /var/tmp/diff_new_pack.f1oy8m/_old  2022-11-10 14:22:05.990286983 +0100
+++ /var/tmp/diff_new_pack.f1oy8m/_new  2022-11-10 14:22:05.998287028 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without released
 Name:   plasma5-nano
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ plasma-nano-5.26.2.tar.xz -> plasma-nano-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nano-5.26.2/po/zh_CN/plasma_shell_org.kde.plasma.nano.po 
new/plasma-nano-5.26.3/po/zh_CN/plasma_shell_org.kde.plasma.nano.po
--- old/plasma-nano-5.26.2/po/zh_CN/plasma_shell_org.kde.plasma.nano.po 
2022-10-26 12:12:15.0 +0200
+++ new/plasma-nano-5.26.3/po/zh_CN/plasma_shell_org.kde.plasma.nano.po 
2022-11-08 13:16:16.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-04-15 00:48+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nano-5.26.2/po/zh_CN/plasma_toolbox_org.kde.plasma.nano.desktoptoolbox.po
 
new/plasma-nano-5.26.3/po/zh_CN/plasma_toolbox_org.kde.plasma.nano.desktoptoolbox.po
--- 
old/plasma-nano-5.26.2/po/zh_CN/plasma_toolbox_org.kde.plasma.nano.desktoptoolbox.po
2022-10-26 12:12:15.0 +0200
+++ 
new/plasma-nano-5.26.3/po/zh_CN/plasma_toolbox_org.kde.plasma.nano.desktoptoolbox.po
2022-11-08 13:16:16.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-03 03:24+0100\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit plasma5-mobile for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-mobile for openSUSE:Factory 
checked in at 2022-11-10 14:21:37

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


Package is "plasma5-mobile"

Thu Nov 10 14:21:37 2022 rev:10 rq:1034783 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-mobile/plasma5-mobile.changes
2022-10-29 20:17:34.766361771 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-mobile.new.1597/plasma5-mobile.changes  
2022-11-10 14:22:04.490278493 +0100
@@ -1,0 +2,15 @@
+Tue Nov  8 17:25:24 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * homescreens/halcyon: Fix horizontal scrollbar being shown on app list
+  * lockscreen: Refactor and cleanup keypad
+  * components: Fix MarqueeLabel behaviour with new line characters
+  * statusbar: Don't use fractional font sizes
+  * lockscreen: Use bold text for clock to improve contrast
+  * shell: Fix accent color from wallpaper not working
+
+---

Old:

  plasma-mobile-5.26.2.tar.xz
  plasma-mobile-5.26.2.tar.xz.sig

New:

  plasma-mobile-5.26.3.tar.xz
  plasma-mobile-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-mobile.spec ++
--- /var/tmp/diff_new_pack.7BKGiF/_old  2022-11-10 14:22:04.998281368 +0100
+++ /var/tmp/diff_new_pack.7BKGiF/_new  2022-11-10 14:22:05.002281391 +0100
@@ -24,7 +24,7 @@
 
 %bcond_without released
 Name:   plasma5-mobile
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ plasma-mobile-5.26.2.tar.xz -> plasma-mobile-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-mobile-5.26.2/CMakeLists.txt 
new/plasma-mobile-5.26.3/CMakeLists.txt
--- old/plasma-mobile-5.26.2/CMakeLists.txt 2022-10-26 12:11:33.0 
+0200
+++ new/plasma-mobile-5.26.3/CMakeLists.txt 2022-11-08 13:16:08.0 
+0100
@@ -7,7 +7,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(plasma-mobile)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-mobile-5.26.2/components/mobileshell/qml/components/MarqueeLabel.qml 
new/plasma-mobile-5.26.3/components/mobileshell/qml/components/MarqueeLabel.qml
--- 
old/plasma-mobile-5.26.2/components/mobileshell/qml/components/MarqueeLabel.qml 
2022-10-26 12:11:33.0 +0200
+++ 
new/plasma-mobile-5.26.3/components/mobileshell/qml/components/MarqueeLabel.qml 
2022-11-08 13:16:08.0 +0100
@@ -14,16 +14,17 @@
 id: root
 
 required property string inputText
+readonly property string filteredText: inputText.replace(/\n/g, ' ') // 
remove new line characters
 
 property int interval: PlasmaCore.Units.longDuration
 
-readonly property int charactersOverflow: Math.ceil((txtMeter.advanceWidth 
- root.width) / (txtMeter.advanceWidth / inputText.length))
+readonly property int charactersOverflow: Math.ceil((txtMeter.advanceWidth 
- root.width) / (txtMeter.advanceWidth / filteredText.length))
 property int step: 0
 
 TextMetrics {
 id: txtMeter
 font: root.font
-text: inputText
+text: filteredText
 }
 
 Timer {  
@@ -42,7 +43,7 @@
 paused = false;
 }
 } else {
-step = (step + 1) % inputText.length;
+step = (step + 1) % filteredText.length;
 if (step === charactersOverflow) {
 interval = PlasmaCore.Units.veryLongDuration * 3;
 paused = true;
@@ -57,5 +58,5 @@
 }
 }
 
-text: inputText.substring(step, step + inputText.length - 
charactersOverflow)
+text: filteredText.substring(step, step + filteredText.length - 
charactersOverflow)
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-mobile-5.26.2/components/mobileshell/qml/statusbar/StatusBar.qml 
new/plasma-mobile-5.26.3/components/mobileshell/qml/statusbar/StatusBar.qml
--- old/plasma-mobile-5.26.2/components/mobileshell/qml/statusbar/StatusBar.qml 
2022-10-26 12:11:33.0 +0200
+++ new/plasma-mobile-5.26.3/components/mobileshell/qml/statusbar/StatusBar.qm

commit plasma5-bigscreen for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-bigscreen for 
openSUSE:Factory checked in at 2022-11-10 14:21:34

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


Package is "plasma5-bigscreen"

Thu Nov 10 14:21:34 2022 rev:2 rq:1034778 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-bigscreen/plasma5-bigscreen.changes  
2022-10-31 10:44:47.652882299 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-bigscreen.new.1597/plasma5-bigscreen.changes
2022-11-10 14:22:01.846263528 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:16 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-bigscreen-5.26.2.tar.xz
  plasma-bigscreen-5.26.2.tar.xz.sig

New:

  plasma-bigscreen-5.26.3.tar.xz
  plasma-bigscreen-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-bigscreen.spec ++
--- /var/tmp/diff_new_pack.MeyPXv/_old  2022-11-10 14:22:02.378266539 +0100
+++ /var/tmp/diff_new_pack.MeyPXv/_new  2022-11-10 14:22:02.382266562 +0100
@@ -23,7 +23,7 @@
 
 %bcond_without released
 Name:   plasma5-bigscreen
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -42,24 +42,24 @@
 BuildRequires:  fdupes
 BuildRequires:  cmake(KF5Activities) >= %{kf5_version}
 BuildRequires:  cmake(KF5ActivitiesStats) >= %{kf5_version}
-BuildRequires:  cmake(KF5Plasma) >= %{kf5_version}
-BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(KF5Kirigami2) >= %{kf5_version}
 BuildRequires:  cmake(KF5Declarative) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5Kirigami2) >= %{kf5_version}
 BuildRequires:  cmake(KF5Notifications) >= %{kf5_version}
+BuildRequires:  cmake(KF5Plasma) >= %{kf5_version}
 BuildRequires:  cmake(KF5PlasmaQuick) >= %{kf5_version}
-BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5Wayland) >= %{kf5_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
-BuildRequires:  cmake(LibKWorkspace)
 BuildRequires:  cmake(KPipeWire)
+BuildRequires:  cmake(LibKWorkspace)
 BuildRequires:  cmake(Qt5Core) >= 5.15.0
-BuildRequires:  cmake(Qt5Qml)
-BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Multimedia)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Qml)
+BuildRequires:  cmake(Qt5Quick)
 Requires:   plasma5-workspace >= %{_plasma5_bugfix}
 
 %description

++ plasma-bigscreen-5.26.2.tar.xz -> plasma-bigscreen-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-bigscreen-5.26.2/CMakeLists.txt 
new/plasma-bigscreen-5.26.3/CMakeLists.txt
--- old/plasma-bigscreen-5.26.2/CMakeLists.txt  2022-10-26 12:07:56.0 
+0200
+++ new/plasma-bigscreen-5.26.3/CMakeLists.txt  2022-11-08 13:14:12.0 
+0100
@@ -2,7 +2,7 @@
 cmake_minimum_required(VERSION 3.16)
 cmake_policy(SET CMP0048 NEW)
 project(plasma-bigscreen)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-bigscreen-5.26.2/org.kde.plasma.mycroft.bigscreen.metainfo.xml 
new/plasma-bigscreen-5.26.3/org.kde.plasma.mycroft.bigscreen.metainfo.xml
--- old/plasma-bigscreen-5.26.2/org.kde.plasma.mycroft.bigscreen.metainfo.xml   
2022-10-26 12:07:56.0 +0200
+++ new/plasma-bigscreen-5.26.3/org.kde.plasma.mycroft.bigscreen.metainfo.xml   
2022-11-08 13:14:12.0 +0100
@@ -102,11 +102,13 @@
   Plasma Bigscreen
   Bigscreen de Plasma
   Plasma Bigscreen
+  Plasma Bigscreen
   Logiciel Bigscreen de KDE Plasma
   Plasma Bigscreen
   Plasma Bigscreen
   Plasma ??? ??
   Plasma Bigscreen
+  Plasma Bigscreen
   Du??y Ekran Plazmy
   Plasma Bigscreen
   Plasma Bigscreen
@@ -118,6 +120,7 @@
 
   
   
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-bigscreen-5.26.2/po/ru/plasma_applet_org.kde.mycroft.bigscreen.homescreen.po
 
new/plasma-bigscreen-5.26.3/po/ru/plasma_applet_org.kde.my

commit oxygen5-sounds for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oxygen5-sounds for openSUSE:Factory 
checked in at 2022-11-10 14:21:32

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


Package is "oxygen5-sounds"

Thu Nov 10 14:21:32 2022 rev:10 rq:1034772 version:5.26.3.1

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5-sounds/oxygen5-sounds.changes
2022-10-29 20:17:26.178316015 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5-sounds.new.1597/oxygen5-sounds.changes  
2022-11-10 14:21:59.206248586 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:12 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  oxygen-sounds-5.26.2.tar.xz
  oxygen-sounds-5.26.2.tar.xz.sig

New:

  oxygen-sounds-5.26.3.1.tar.xz
  oxygen-sounds-5.26.3.1.tar.xz.sig



Other differences:
--
++ oxygen5-sounds.spec ++
--- /var/tmp/diff_new_pack.0Sp89L/_old  2022-11-10 14:21:59.598250804 +0100
+++ /var/tmp/diff_new_pack.0Sp89L/_new  2022-11-10 14:21:59.606250850 +0100
@@ -19,7 +19,8 @@
 %bcond_without released
 
 Name:   oxygen5-sounds
-Version:5.26.2
+Version:5.26.3.1
+%global _plasma5_bugfix 5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -29,9 +30,9 @@
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/oxygen-sounds-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.26.3/oxygen-sounds-%{version}.tar.xz
 %if %{with released}
-Source1:
https://download.kde.org/stable/plasma/%{version}/oxygen-sounds-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.26.3/oxygen-sounds-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 5.89.0

++ oxygen-sounds-5.26.2.tar.xz -> oxygen-sounds-5.26.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-sounds-5.26.2/CMakeLists.txt 
new/oxygen-sounds-5.26.3.1/CMakeLists.txt
--- old/oxygen-sounds-5.26.2/CMakeLists.txt 2022-10-26 12:07:15.0 
+0200
+++ new/oxygen-sounds-5.26.3.1/CMakeLists.txt   2022-11-08 21:35:25.0 
+0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(oxygen-sounds)
-set(PROJECT_VERSION "5.26.80")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)


commit plasma5-thunderbolt for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-thunderbolt for 
openSUSE:Factory checked in at 2022-11-10 14:21:39

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


Package is "plasma5-thunderbolt"

Thu Nov 10 14:21:39 2022 rev:60 rq:1034789 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-thunderbolt/plasma5-thunderbolt.changes  
2022-10-29 20:17:39.498386982 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.1597/plasma5-thunderbolt.changes
2022-11-10 14:22:07.210293888 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:29 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-thunderbolt-5.26.2.tar.xz
  plasma-thunderbolt-5.26.2.tar.xz.sig

New:

  plasma-thunderbolt-5.26.3.tar.xz
  plasma-thunderbolt-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-thunderbolt.spec ++
--- /var/tmp/diff_new_pack.VSXAGc/_old  2022-11-10 14:22:07.738296877 +0100
+++ /var/tmp/diff_new_pack.VSXAGc/_new  2022-11-10 14:22:07.742296899 +0100
@@ -23,7 +23,7 @@
 %define qt5_version 5.15.0
 %bcond_without released
 Name:   plasma5-thunderbolt
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma frontend for Thunderbolt 3 security levels
 License:GPL-2.0-or-later

++ plasma-thunderbolt-5.26.2.tar.xz -> plasma-thunderbolt-5.26.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.2/po/zh_CN/kcm_bolt.po 
new/plasma-thunderbolt-5.26.3/po/zh_CN/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.2/po/zh_CN/kcm_bolt.po  2022-10-26 
12:15:17.0 +0200
+++ new/plasma-thunderbolt-5.26.3/po/zh_CN/kcm_bolt.po  2022-11-08 
13:23:15.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-thunderbolt-5.26.2/po/zh_CN/kded_bolt.po 
new/plasma-thunderbolt-5.26.3/po/zh_CN/kded_bolt.po
--- old/plasma-thunderbolt-5.26.2/po/zh_CN/kded_bolt.po 2022-10-26 
12:15:17.0 +0200
+++ new/plasma-thunderbolt-5.26.3/po/zh_CN/kded_bolt.po 2022-11-08 
13:23:15.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-04 00:21+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit plasma-vault for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Factory 
checked in at 2022-11-10 14:21:34

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


Package is "plasma-vault"

Thu Nov 10 14:21:34 2022 rev:103 rq:1034776 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes
2022-10-29 20:17:29.878335728 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-vault.new.1597/plasma-vault.changes  
2022-11-10 14:22:01.138259521 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:26:03 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-vault-5.26.2.tar.xz
  plasma-vault-5.26.2.tar.xz.sig

New:

  plasma-vault-5.26.3.tar.xz
  plasma-vault-5.26.3.tar.xz.sig



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.QRxXYt/_old  2022-11-10 14:22:01.542261808 +0100
+++ /var/tmp/diff_new_pack.QRxXYt/_new  2022-11-10 14:22:01.546261830 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.98.0
 %bcond_without released
 Name:   plasma-vault
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0-or-later

++ plasma-vault-5.26.2.tar.xz -> plasma-vault-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.26.2/CMakeLists.txt 
new/plasma-vault-5.26.3/CMakeLists.txt
--- old/plasma-vault-5.26.2/CMakeLists.txt  2022-10-26 12:15:19.0 
+0200
+++ new/plasma-vault-5.26.3/CMakeLists.txt  2022-11-08 13:23:17.0 
+0100
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(CMAKE_CXX_STANDARD 17)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.26.2/po/zh_CN/plasmavault-kde.po 
new/plasma-vault-5.26.3/po/zh_CN/plasmavault-kde.po
--- old/plasma-vault-5.26.2/po/zh_CN/plasmavault-kde.po 2022-10-26 
12:15:39.0 +0200
+++ new/plasma-vault-5.26.3/po/zh_CN/plasmavault-kde.po 2022-11-08 
13:23:22.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-03-31 00:45+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit plasma5-firewall for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-firewall for 
openSUSE:Factory checked in at 2022-11-10 14:21:36

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


Package is "plasma5-firewall"

Thu Nov 10 14:21:36 2022 rev:34 rq:1034781 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-firewall/plasma5-firewall.changes
2022-10-29 20:17:32.766351116 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-firewall.new.1597/plasma5-firewall.changes  
2022-11-10 14:22:03.738274237 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:21 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-firewall-5.26.2.tar.xz
  plasma-firewall-5.26.2.tar.xz.sig

New:

  plasma-firewall-5.26.3.tar.xz
  plasma-firewall-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-firewall.spec ++
--- /var/tmp/diff_new_pack.Rkh9v6/_old  2022-11-10 14:22:04.118276387 +0100
+++ /var/tmp/diff_new_pack.Rkh9v6/_new  2022-11-10 14:22:04.126276433 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:   plasma5-firewall
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Config Module for the System Firewall
 License:GPL-2.0-only OR GPL-3.0-only

++ plasma-firewall-5.26.2.tar.xz -> plasma-firewall-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-firewall-5.26.2/CMakeLists.txt 
new/plasma-firewall-5.26.3/CMakeLists.txt
--- old/plasma-firewall-5.26.2/CMakeLists.txt   2022-10-26 12:10:45.0 
+0200
+++ new/plasma-firewall-5.26.3/CMakeLists.txt   2022-11-08 13:15:58.0 
+0100
@@ -6,7 +6,7 @@
 #   GENERAL CONFIGURATION
 #-
 project(plasma-firewall)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(KF5_MIN_VERSION "5.98.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-firewall-5.26.2/org.kde.plasma.firewall.metainfo.xml 
new/plasma-firewall-5.26.3/org.kde.plasma.firewall.metainfo.xml
--- old/plasma-firewall-5.26.2/org.kde.plasma.firewall.metainfo.xml 
2022-10-26 12:10:45.0 +0200
+++ new/plasma-firewall-5.26.3/org.kde.plasma.firewall.metainfo.xml 
2022-11-08 13:15:58.0 +0100
@@ -200,9 +200,9 @@
 System
   
   
+
 
 
 
-
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-firewall-5.26.2/po/ca/kcm_firewall.po 
new/plasma-firewall-5.26.3/po/ca/kcm_firewall.po
--- old/plasma-firewall-5.26.2/po/ca/kcm_firewall.po2022-10-26 
12:10:48.0 +0200
+++ new/plasma-firewall-5.26.3/po/ca/kcm_firewall.po2022-11-08 
13:15:58.0 +0100
@@ -801,33 +801,4 @@
 #: package/contents/ui/ViewBase.qml:222
 #, kde-format
 msgid "Blacklist Connection"
-msgstr "Connexi?? a la llista negra"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-# skip-rule: ff-net
\ No newline at end of file
+msgstr "Connexi?? a la llista negra"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-firewall-5.26.2/po/zh_CN/kcm_firewall.po 
new/plasma-firewall-5.26.3/po/zh_CN/kcm_firewall.po
--- old/plasma-firewall-5.26.2/po/zh_CN/kcm_firewall.po 2022-10-26 
12:11:06.0 +0200
+++ new/plasma-firewall-5.26.3/po/zh_CN/kcm_firewall.po 2022-11-08 
13:16:02.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-19 00:46+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit plasma5-disks for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-disks for openSUSE:Factory 
checked in at 2022-11-10 14:21:35

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


Package is "plasma5-disks"

Thu Nov 10 14:21:35 2022 rev:41 rq:1034780 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-disks/plasma5-disks.changes  
2022-10-29 20:17:31.238342974 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-disks.new.1597/plasma5-disks.changes
2022-11-10 14:22:02.778268803 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:20 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-disks-5.26.2.tar.xz
  plasma-disks-5.26.2.tar.xz.sig

New:

  plasma-disks-5.26.3.tar.xz
  plasma-disks-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-disks.spec ++
--- /var/tmp/diff_new_pack.x2ut6G/_old  2022-11-10 14:22:03.418272426 +0100
+++ /var/tmp/diff_new_pack.x2ut6G/_new  2022-11-10 14:22:03.422272448 +0100
@@ -23,7 +23,7 @@
 %bcond_without released
 
 Name:   plasma5-disks
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma service for monitoring disk health
 License:GPL-2.0-only OR GPL-3.0-only

++ plasma-disks-5.26.2.tar.xz -> plasma-disks-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.2/CMakeLists.txt 
new/plasma-disks-5.26.3/CMakeLists.txt
--- old/plasma-disks-5.26.2/CMakeLists.txt  2022-10-26 12:10:22.0 
+0200
+++ new/plasma-disks-5.26.3/CMakeLists.txt  2022-11-08 13:15:52.0 
+0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(plasma-disks)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-disks-5.26.2/org.kde.plasma.disks.metainfo.xml 
new/plasma-disks-5.26.3/org.kde.plasma.disks.metainfo.xml
--- old/plasma-disks-5.26.2/org.kde.plasma.disks.metainfo.xml   2022-10-26 
12:10:22.0 +0200
+++ new/plasma-disks-5.26.3/org.kde.plasma.disks.metainfo.xml   2022-11-08 
13:15:52.0 +0100
@@ -197,9 +197,9 @@
 System
   
   
+
 
 
 
-
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.2/po/ca@valencia/plasma_disks.po 
new/plasma-disks-5.26.3/po/ca@valencia/plasma_disks.po
--- old/plasma-disks-5.26.2/po/ca@valencia/plasma_disks.po  2022-10-26 
12:10:26.0 +0200
+++ new/plasma-disks-5.26.3/po/ca@valencia/plasma_disks.po  2022-11-08 
13:15:53.0 +0100
@@ -34,7 +34,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "Prefail attributes <= threshold."
-msgstr "Atributs previs a fallada <= llindar."
+msgstr "Atributs previs a la fallada <= llindar."
 
 #: instabilities.cpp:31
 #, kde-format
@@ -44,8 +44,8 @@
 "prefail) attributes have been <= threshold at some time in the past."
 msgstr ""
 "La comprovaci?? d'estat de SMART ha retornat ??DISK OK?? per?? s'han trobat "
-"diversos atributs (??s o previ a fallada) que han sigut <= llindar en algun "
-"moment del passat."
+"diversos atributs (??s o previ a la fallada) que han sigut <= llindar en "
+"algun moment del passat."
 
 #: instabilities.cpp:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-disks-5.26.2/po/zh_CN/plasma_disks.po 
new/plasma-disks-5.26.3/po/zh_CN/plasma_disks.po
--- old/plasma-disks-5.26.2/po/zh_CN/plasma_disks.po2022-10-26 
12:10:42.0 +0200
+++ new/plasma-disks-5.26.3/po/zh_CN/plasma_disks.po2022-11-08 
13:15:56.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-27 00:49+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit pam_kwallet for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2022-11-10 14:21:33

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


Package is "pam_kwallet"

Thu Nov 10 14:21:33 2022 rev:115 rq:1034773 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2022-10-29 
20:17:28.270327160 +0200
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new.1597/pam_kwallet.changes
2022-11-10 14:22:00.450255627 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:13 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kwallet-pam-5.26.2.tar.xz
  kwallet-pam-5.26.2.tar.xz.sig

New:

  kwallet-pam-5.26.3.tar.xz
  kwallet-pam-5.26.3.tar.xz.sig



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.xMeIVb/_old  2022-11-10 14:22:00.850257891 +0100
+++ /var/tmp/diff_new_pack.xMeIVb/_new  2022-11-10 14:22:00.854257914 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   pam_kwallet
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:A PAM Module for KWallet signing
 License:GPL-2.0-or-later AND LGPL-2.1-only AND GPL-3.0-only

++ kwallet-pam-5.26.2.tar.xz -> kwallet-pam-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.26.2/CMakeLists.txt 
new/kwallet-pam-5.26.3/CMakeLists.txt
--- old/kwallet-pam-5.26.2/CMakeLists.txt   2022-10-26 12:02:49.0 
+0200
+++ new/kwallet-pam-5.26.3/CMakeLists.txt   2022-11-08 13:08:56.0 
+0100
@@ -2,7 +2,7 @@
 cmake_minimum_required(VERSION 3.16)
 set(KF5_MIN_VERSION "5.98.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)


commit oxygen5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2022-11-10 14:21:30

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


Package is "oxygen5"

Thu Nov 10 14:21:30 2022 rev:149 rq:1034771 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2022-10-29 
20:17:17.802271389 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new.1597/oxygen5.changes
2022-11-10 14:21:49.782195247 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:11 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  oxygen-5.26.2.tar.xz
  oxygen-5.26.2.tar.xz.sig

New:

  oxygen-5.26.3.tar.xz
  oxygen-5.26.3.tar.xz.sig



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.TxU0mK/_old  2022-11-10 14:21:50.466199118 +0100
+++ /var/tmp/diff_new_pack.TxU0mK/_new  2022-11-10 14:21:50.474199163 +0100
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ oxygen-5.26.2.tar.xz -> oxygen-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.26.2/CMakeLists.txt 
new/oxygen-5.26.3/CMakeLists.txt
--- old/oxygen-5.26.2/CMakeLists.txt2022-10-26 12:06:40.0 +0200
+++ new/oxygen-5.26.3/CMakeLists.txt2022-11-08 13:10:37.0 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 project(oxygen)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(GenerateExportHeader)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.26.2/po/ca@valencia/oxygen_style_config.po 
new/oxygen-5.26.3/po/ca@valencia/oxygen_style_config.po
--- old/oxygen-5.26.2/po/ca@valencia/oxygen_style_config.po 2022-10-26 
12:06:44.0 +0200
+++ new/oxygen-5.26.3/po/ca@valencia/oxygen_style_config.po 2022-11-08 
13:10:39.0 +0100
@@ -114,7 +114,7 @@
 #, kde-format
 msgid "Configure fading transition when an editor's text is changed"
 msgstr ""
-"Configura l'esva??ment de la transici?? quan es canvia un text en l'editor"
+"Configura l'esva??ment de la transici?? quan es canvia un text a l'editor"
 
 #: oxygenanimationconfigwidget.cpp:63
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.26.2/po/zh_CN/liboxygenstyleconfig.po 
new/oxygen-5.26.3/po/zh_CN/liboxygenstyleconfig.po
--- old/oxygen-5.26.2/po/zh_CN/liboxygenstyleconfig.po  2022-10-26 
12:07:05.0 +0200
+++ new/oxygen-5.26.3/po/zh_CN/liboxygenstyleconfig.po  2022-11-08 
13:10:47.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-28 00:21+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.26.2/po/zh_CN/oxygen_kdecoration.po 
new/oxygen-5.26.3/po/zh_CN/oxygen_kdecoration.po
--- old/oxygen-5.26.2/po/zh_CN/oxygen_kdecoration.po2022-10-26 
12:07:05.0 +0200
+++ new/oxygen-5.26.3/po/zh_CN/oxygen_kdecoration.po2022-11-08 
13:10:47.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-28 00:21+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.26.2/po/zh_CN/oxygen_style_config.po 
new/oxygen-5.26.3/po/zh_CN/oxygen_style_config.po
--- old/oxygen-5.26.2/po/zh_CN/oxygen_style_config.po   2022-10-26 
12:07:05.0 +0200
+++ new/oxygen-5.26.3/po/zh_CN/oxygen_style_config.po   2022-11-08 
13:10:47.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-02-07 00:45+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language:

commit python-jaraco.collections for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jaraco.collections for 
openSUSE:Factory checked in at 2022-11-10 14:21:24

Comparing /work/SRC/openSUSE:Factory/python-jaraco.collections (Old)
 and  /work/SRC/openSUSE:Factory/.python-jaraco.collections.new.1597 (New)


Package is "python-jaraco.collections"

Thu Nov 10 14:21:24 2022 rev:8 rq:1034615 version:3.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.collections/python-jaraco.collections.changes
  2022-10-27 13:52:14.643981075 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.collections.new.1597/python-jaraco.collections.changes
2022-11-10 14:21:45.366170252 +0100
@@ -1,0 +2,6 @@
+Tue Nov  8 17:12:30 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 3.7.0: 
+  * Added RangeMap.left.
+
+---

Old:

  jaraco.collections-3.6.0.tar.gz

New:

  jaraco.collections-3.7.0.tar.gz



Other differences:
--
++ python-jaraco.collections.spec ++
--- /var/tmp/diff_new_pack.zKcVkj/_old  2022-11-10 14:21:45.902173286 +0100
+++ /var/tmp/diff_new_pack.zKcVkj/_new  2022-11-10 14:21:45.906173309 +0100
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:   python-jaraco.collections
-Version:3.6.0
+Version:3.7.0
 Release:0
 Summary:Tools to work with collections
 License:MIT

++ jaraco.collections-3.6.0.tar.gz -> jaraco.collections-3.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-3.6.0/CHANGES.rst 
new/jaraco.collections-3.7.0/CHANGES.rst
--- old/jaraco.collections-3.6.0/CHANGES.rst2022-10-23 18:42:12.0 
+0200
+++ new/jaraco.collections-3.7.0/CHANGES.rst2022-10-29 11:28:56.0 
+0200
@@ -1,3 +1,8 @@
+v3.7.0
+==
+
+Added ``RangeMap.left``.
+
 v3.6.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-3.6.0/PKG-INFO 
new/jaraco.collections-3.7.0/PKG-INFO
--- old/jaraco.collections-3.6.0/PKG-INFO   2022-10-23 18:42:50.609867600 
+0200
+++ new/jaraco.collections-3.7.0/PKG-INFO   2022-10-29 11:29:36.534370700 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jaraco.collections
-Version: 3.6.0
+Version: 3.7.0
 Summary: Collection objects similar to those in stdlib by jaraco
 Home-page: https://github.com/jaraco/jaraco.collections
 Author: Jason R. Coombs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-3.6.0/jaraco/collections.py 
new/jaraco.collections-3.7.0/jaraco/collections.py
--- old/jaraco.collections-3.6.0/jaraco/collections.py  2022-10-23 
18:42:12.0 +0200
+++ new/jaraco.collections-3.7.0/jaraco/collections.py  2022-10-29 
11:28:56.0 +0200
@@ -162,7 +162,7 @@
 the sorted list of keys.
 
 One may supply keyword parameters to be passed to the sort function used
-to sort keys (i.e. cmp [python 2 only], keys, reverse) as sort_params.
+to sort keys (i.e. key, reverse) as sort_params.
 
 Let's create a map that maps 1-3 -> 'a', 4-6 -> 'b'
 
@@ -215,6 +215,23 @@
 
 >>> r.get(7, 'not found')
 'not found'
+
+One often wishes to define the ranges by their left-most values,
+which requires use of sort params and a key_match_comparator.
+
+>>> r = RangeMap({1: 'a', 4: 'b'},
+... sort_params=dict(reverse=True),
+... key_match_comparator=operator.ge)
+>>> r[1], r[2], r[3], r[4], r[5], r[6]
+('a', 'a', 'a', 'b', 'b', 'b')
+
+That wasn't nearly as easy as before, so an alternate constructor
+is provided:
+
+>>> r = RangeMap.left({1: 'a', 4: 'b', 7: RangeMap.undefined_value})
+>>> r[1], r[2], r[3], r[4], r[5], r[6]
+('a', 'a', 'a', 'b', 'b', 'b')
+
 """
 
 def __init__(self, source, sort_params={}, 
key_match_comparator=operator.le):
@@ -222,6 +239,12 @@
 self.sort_params = sort_params
 self.match = key_match_comparator
 
+@classmethod
+def left(cls, source):
+return cls(
+source, sort_params=dict(reverse=True), 
key_match_comparator=operator.ge
+)
+
 def __getitem__(self, item):
 sorted_keys = sorted(self.keys(), **self.sort_params)
 if isinstance(item, RangeMap.Item):
@@ -256,7 +279,7 @@
 return (sorted_keys[RangeMap.first_item], 
sorted_keys[RangeMap.last_item])
 
 # some special values for the RangeMap
-undefined_value = type(str('RangeValueUndefined'), (object,), {})()
+undefined_value = type(str('RangeValueUndefined'), (), {})()
 
 class Item(int):
 "RangeMap Item"
@@ -428,7

commit python-k5test for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-k5test for openSUSE:Factory 
checked in at 2022-11-10 14:21:25

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


Package is "python-k5test"

Thu Nov 10 14:21:25 2022 rev:3 rq:1034616 version:0.10.3

Changes:

--- /work/SRC/openSUSE:Factory/python-k5test/python-k5test.changes  
2022-09-19 16:03:35.626191557 +0200
+++ /work/SRC/openSUSE:Factory/.python-k5test.new.1597/python-k5test.changes
2022-11-10 14:21:46.350175822 +0100
@@ -1,0 +2,10 @@
+Tue Nov  8 17:14:41 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to v0.10.3 
+  * Remove no longer valid reference by @stanislavlevin in #23
+- Update to v0.10.2
+  * Remove redundant wheel dep from pyproject.toml by @mgorny in #19
+  * Use built-in shutil.which() instead of which(1) tool by @mgorny in #20
+  * Update CI to use new action versions by @jborean93 in #21
+
+---

Old:

  k5test-0.10.1.tar.gz

New:

  k5test-0.10.3.tar.gz



Other differences:
--
++ python-k5test.spec ++
--- /var/tmp/diff_new_pack.o7sO3B/_old  2022-11-10 14:21:46.726177950 +0100
+++ /var/tmp/diff_new_pack.o7sO3B/_new  2022-11-10 14:21:46.734177995 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-k5test
-Version:0.10.1
+Version:0.10.3
 Release:0
 Summary:A library for testing Python applications in krb5 environments
 License:MIT

++ k5test-0.10.1.tar.gz -> k5test-0.10.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/k5test-0.10.1/PKG-INFO new/k5test-0.10.3/PKG-INFO
--- old/k5test-0.10.1/PKG-INFO  2021-10-11 03:34:38.656677700 +0200
+++ new/k5test-0.10.3/PKG-INFO  2022-11-01 01:54:55.512789200 +0100
@@ -1,13 +1,12 @@
 Metadata-Version: 2.1
 Name: k5test
-Version: 0.10.1
+Version: 0.10.3
 Summary: A library for testing Python applications in self-contained Kerberos 
5 environments
 Home-page: https://github.com/pythongssapi/k5test
 Author: The Python GSSAPI Team
 Author-email: sr...@redhat.com
 License: LICENSE.txt
 Keywords: gssapi,security
-Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
@@ -16,6 +15,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: ISC License (ISCL)
 Classifier: License :: OSI Approved :: MIT License
@@ -60,5 +60,3 @@
 version.  The `k5test.krb_plugin_test(plugin_type, plugin_name)` decorator
 allows you to skip tests for installations that don't have a particular plugin
 installed.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/k5test-0.10.1/k5test/realm.py 
new/k5test-0.10.3/k5test/realm.py
--- old/k5test-0.10.1/k5test/realm.py   2021-10-11 03:34:34.0 +0200
+++ new/k5test-0.10.3/k5test/realm.py   2022-11-01 01:54:46.0 +0100
@@ -68,16 +68,13 @@
 
 
 def _discover_path(name, default, paths):
-stderr_out = subprocess.DEVNULL
-try:
-path = subprocess.check_output(["which", name], 
stderr=stderr_out).strip()
-path = path.decode(sys.getfilesystemencoding() or 
sys.getdefaultencoding())
+path = shutil.which(name)
+if path is not None:
 _LOG.debug(f"Using discovered path for {name} ({path})")
-return path
-except subprocess.CalledProcessError as e:
+else:
 path = paths.get(name, default)
-_LOG.debug(f"Using default path for {name} ({path}): {e}")
-return path
+_LOG.debug(f"Using default path for {name} ({path})")
+return path
 
 
 class K5Realm(metaclass=abc.ABCMeta):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/k5test-0.10.1/k5test.egg-info/PKG-INFO 
new/k5test-0.10.3/k5test.egg-info/PKG-INFO
--- old/k5test-0.10.1/k5test.egg-info/PKG-INFO  2021-10-11 03:34:38.0 
+0200
+++ new/k5test-0.10.3/k5test.egg-info/PKG-INFO  2022-11-01 01:54:55.0 
+0100
@@ -1,13 +1,12 @@
 Metadata-Version: 2.1
 Name: k5test
-Version: 0.10.1
+Version: 0.10.3
 Summary: A library for testing Python applications in self-contained Kerberos 
5 environments
 Home-page: https://github.com/pythongssapi/k5test
 Author: The Python GSSAPI Team
 Author-email: sr...@redhat.co

commit grub2-theme-breeze for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2-theme-breeze for 
openSUSE:Factory checked in at 2022-11-10 14:21:29

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


Package is "grub2-theme-breeze"

Thu Nov 10 14:21:29 2022 rev:112 rq:1034748 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/grub2-theme-breeze/grub2-theme-breeze.changes
2022-10-29 20:17:14.286252656 +0200
+++ 
/work/SRC/openSUSE:Factory/.grub2-theme-breeze.new.1597/grub2-theme-breeze.changes
  2022-11-10 14:21:48.258186621 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:41 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  breeze-grub-5.26.2.tar.xz
  breeze-grub-5.26.2.tar.xz.sig

New:

  breeze-grub-5.26.3.tar.xz
  breeze-grub-5.26.3.tar.xz.sig



Other differences:
--
++ grub2-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.07xF06/_old  2022-11-10 14:21:48.710189179 +0100
+++ /var/tmp/diff_new_pack.07xF06/_new  2022-11-10 14:21:48.714189202 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   grub2-theme-breeze
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma branding for GRUB2's graphical console
 License:GPL-3.0-or-later

++ breeze-grub-5.26.2.tar.xz -> breeze-grub-5.26.3.tar.xz ++


commit python-keyring for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2022-11-10 14:21:26

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


Package is "python-keyring"

Thu Nov 10 14:21:26 2022 rev:52 rq:1035041 version:23.11.0

Changes:

--- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes
2022-11-01 13:40:27.871224608 +0100
+++ /work/SRC/openSUSE:Factory/.python-keyring.new.1597/python-keyring.changes  
2022-11-10 14:21:46.922179059 +0100
@@ -1,0 +2,14 @@
+Wed Nov  9 14:34:46 UTC 2022 - Ben Greiner 
+
+- Fix dependencies, remove workaround for gh#jaraco/keyring#526
+
+---
+Tue Nov  8 17:17:53 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to version 23.11.0 
+  #603: In libsecret, check that the service is available before declaring 
viability.
+
+- Update to version 23.10.0
+  #526: Bump requirement on importlib_metadata to pull in fix for 
improperly-normalized names on egg-info.
+
+---

Old:

  keyring-23.9.3.tar.gz

New:

  keyring-23.11.0.tar.gz



Other differences:
--
++ python-keyring.spec ++
--- /var/tmp/diff_new_pack.4MFW7X/_old  2022-11-10 14:21:47.382181663 +0100
+++ /var/tmp/diff_new_pack.4MFW7X/_new  2022-11-10 14:21:47.386181685 +0100
@@ -25,7 +25,7 @@
 %bcond_with test
 %endif
 Name:   python-keyring%{psuffix}
-Version:23.9.3
+Version:23.11.0
 Release:0
 Summary:System keyring service access from Python
 License:MIT AND Python-2.0
@@ -41,8 +41,8 @@
 Requires:   python-SecretStorage >= 3.2
 Requires:   python-jaraco.classes
 Requires:   python-jeepney >= 0.4.2
-%if 0%{python_version_nodots} < 310
-Requires:   python-importlib-metadata >= 3.6
+%if 0%{python_version_nodots} < 312
+Requires:   python-importlib-metadata >= 4.11.4
 %endif
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -77,8 +77,6 @@
 
 %if %{with test}
 %check
-# https://github.com/jaraco/keyring/issues/526
-rm -r keyring.egg-info
 %pytest
 %endif
 

++ keyring-23.9.3.tar.gz -> keyring-23.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-23.9.3/.github/workflows/main.yml 
new/keyring-23.11.0/.github/workflows/main.yml
--- old/keyring-23.9.3/.github/workflows/main.yml   2022-09-17 
22:14:50.0 +0200
+++ new/keyring-23.11.0/.github/workflows/main.yml  2022-11-05 
14:42:49.0 +0100
@@ -7,20 +7,26 @@
 strategy:
   matrix:
 python:
-- 3.7
-- '3.10'
-- '3.11'
+- "3.7"
+- "3.10"
+- "3.11"
+# Workaround for actions/setup-python#508
+dev:
+- -dev
 platform:
 - ubuntu-latest
 - macos-latest
 - windows-latest
+include:
+- python: pypy3.9
+  platform: ubuntu-latest
 runs-on: ${{ matrix.platform }}
 steps:
   - uses: actions/checkout@v3
   - name: Setup Python
 uses: actions/setup-python@v4
 with:
-  python-version: ${{ matrix.python }}-dev
+  python-version: ${{ matrix.python }}${{ matrix.dev }}
   - name: Install tox
 run: |
   python -m pip install tox
@@ -52,7 +58,7 @@
   - name: Setup Python
 uses: actions/setup-python@v4
 with:
-  python-version: "3.11-dev"
+  python-version: 3.11-dev
   - name: Install tox
 run: |
   python -m pip install tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-23.9.3/.readthedocs.yml 
new/keyring-23.11.0/.readthedocs.yml
--- old/keyring-23.9.3/.readthedocs.yml 2022-09-17 22:14:50.0 +0200
+++ new/keyring-23.11.0/.readthedocs.yml2022-11-05 14:42:49.0 
+0100
@@ -4,3 +4,10 @@
   - path: .
 extra_requirements:
   - docs
+
+# workaround for readthedocs/readthedocs.org#9623
+build:
+  # workaround for readthedocs/readthedocs.org#9635
+  os: ubuntu-22.04
+  tools:
+python: "3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyring-23.9.3/CHANGES.rst 
new/keyring-23.11.0/CHANGES.rst
--- old/keyring-23.9.3/CHANGES.rst  2022-09-17 22:14:50.0 +0200
+++ new/keyring-23.11.0/CHANGES.rst 2022-11-05 14:42:49.0 +0100
@@ -1,3 +1,15 @@
+v23.11.0
+
+
+* #603: In ``libsecret``, check that the service is available before
+  declaring viability.
+
+v23.1

commit python-httplib2 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httplib2 for openSUSE:Factory 
checked in at 2022-11-10 14:21:23

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


Package is "python-httplib2"

Thu Nov 10 14:21:23 2022 rev:53 rq:1034614 version:0.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes  
2022-02-17 00:30:12.001436718 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-httplib2.new.1597/python-httplib2.changes
2022-11-10 14:21:43.16215 +0100
@@ -1,0 +2,8 @@
+Tue Nov  8 17:10:10 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to 0.21.0: 
+  * http: `Content-Encoding: deflate` must accept zlib encapsulation
+  * https://github.com/httplib2/httplib2/pull/230
+  * Begin support and CI against CPython 3.10 and 3.11.
+
+---

Old:

  httplib2-0.20.4.tar.gz

New:

  httplib2-0.21.0.tar.gz



Other differences:
--
++ python-httplib2.spec ++
--- /var/tmp/diff_new_pack.CNiggV/_old  2022-11-10 14:21:45.014168260 +0100
+++ /var/tmp/diff_new_pack.CNiggV/_new  2022-11-10 14:21:45.018168283 +0100
@@ -20,7 +20,7 @@
 # Tests require network connection
 %bcond_with tests
 Name:   python-httplib2
-Version:0.20.4
+Version:0.21.0
 Release:0
 Summary:A Python HTTP client library
 License:Apache-2.0 AND MIT AND (GPL-2.0-or-later OR MPL-1.1 OR 
LGPL-2.1-or-later)

++ httplib2-0.20.4.tar.gz -> httplib2-0.21.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.20.4/CHANGELOG 
new/httplib2-0.21.0/CHANGELOG
--- old/httplib2-0.20.4/CHANGELOG   2022-02-03 00:32:08.0 +0100
+++ new/httplib2-0.21.0/CHANGELOG   2022-10-29 14:30:46.0 +0200
@@ -1,3 +1,10 @@
+0.21.0
+
+  http: `Content-Encoding: deflate` must accept zlib encapsulation
+  https://github.com/httplib2/httplib2/pull/230
+
+  Begin support and CI against CPython 3.10 and 3.11.
+
 0.20.4
 
   proxy: support proxy urls with ipv6 address
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.20.4/MANIFEST.in 
new/httplib2-0.21.0/MANIFEST.in
--- old/httplib2-0.20.4/MANIFEST.in 2022-02-03 00:32:08.0 +0100
+++ new/httplib2-0.21.0/MANIFEST.in 2022-10-29 14:30:46.0 +0200
@@ -7,6 +7,7 @@
 include LICENSE
 include requirements*.txt
 exclude codecov.yml
+exclude .pre-commit-*.yaml
 prune ref
 global-exclude __pycache__
 global-exclude *.py[cod]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.20.4/PKG-INFO new/httplib2-0.21.0/PKG-INFO
--- old/httplib2-0.20.4/PKG-INFO2022-02-03 00:32:24.736396800 +0100
+++ new/httplib2-0.21.0/PKG-INFO2022-10-29 14:31:23.789925800 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 2.1
 Name: httplib2
-Version: 0.20.4
+Version: 0.21.0
 Summary: A comprehensive HTTP client library.
 Home-page: https://github.com/httplib2/httplib2
 Author: Joe Gregorio
 Author-email: j...@bitworking.org
 License: MIT
-Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
@@ -22,6 +21,8 @@
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Software Development :: Libraries
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
@@ -70,5 +71,3 @@
 
 **Unit Tested**
   A large and growing set of unit tests.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.20.4/README.md 
new/httplib2-0.21.0/README.md
--- old/httplib2-0.20.4/README.md   2022-02-03 00:32:08.0 +0100
+++ new/httplib2-0.21.0/README.md   2022-10-29 14:30:46.0 +0200
@@ -4,6 +4,8 @@
 httplib2 is a comprehensive HTTP client library, httplib2.py supports many
 features left out of other HTTP libraries.
 
+If you want to help this project by bug report or code change, [contribution 
guidelines](contributing.md) may contain useful information.
+
 ### HTTP and HTTPS
 
 HTTPS support is only available if the socket module was
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.20.4/contributing.md 
new/httplib2-0.21.0/contributing.md
--- old/httplib2-0.20

commit python-zope.security for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zope.security for 
openSUSE:Factory checked in at 2022-11-10 14:21:20

Comparing /work/SRC/openSUSE:Factory/python-zope.security (Old)
 and  /work/SRC/openSUSE:Factory/.python-zope.security.new.1597 (New)


Package is "python-zope.security"

Thu Nov 10 14:21:20 2022 rev:9 rq:1034609 version:5.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.security/python-zope.security.changes
2022-10-31 10:44:39.848842981 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.security.new.1597/python-zope.security.changes
  2022-11-10 14:21:41.558148699 +0100
@@ -1,0 +2,6 @@
+Tue Nov  8 12:06:32 UTC 2022 - Hans-Peter Jansen 
+
+- Update to version 5.5
+  * Add support for final release of Python 3.11.
+
+---

Old:

  zope.security-5.4.tar.gz

New:

  zope.security-5.5.tar.gz



Other differences:
--
++ python-zope.security.spec ++
--- /var/tmp/diff_new_pack.3PwdNV/_old  2022-11-10 14:21:42.026151348 +0100
+++ /var/tmp/diff_new_pack.3PwdNV/_new  2022-11-10 14:21:42.030151371 +0100
@@ -2,7 +2,7 @@
 # spec file
 #
 # Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:   python-zope.security%{psuffix}
-Version:5.4
+Version:5.5
 Release:0
 Summary:Zope Security Framework
 License:ZPL-2.1

++ zope.security-5.4.tar.gz -> zope.security-5.5.tar.gz ++
 3084 lines of diff (skipped)


commit python-gssapi for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gssapi for openSUSE:Factory 
checked in at 2022-11-10 14:21:21

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


Package is "python-gssapi"

Thu Nov 10 14:21:21 2022 rev:11 rq:1034611 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes  
2022-10-01 17:42:54.133642390 +0200
+++ /work/SRC/openSUSE:Factory/.python-gssapi.new.1597/python-gssapi.changes
2022-11-10 14:21:42.262152684 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 16:59:19 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to version to 1.8.2 
+  * Added Python 3.11 wheel - #303
+  * Fix up doc link in README
+  * Use just major version
+  * Bump GHA actions to latest version
+
+---

Old:

  gssapi-1.8.1.tar.gz

New:

  gssapi-1.8.2.tar.gz



Other differences:
--
++ python-gssapi.spec ++
--- /var/tmp/diff_new_pack.os2fVu/_old  2022-11-10 14:21:42.77019 +0100
+++ /var/tmp/diff_new_pack.os2fVu/_new  2022-11-10 14:21:42.778155604 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-gssapi
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:A Python interface to RFC 2743/2744 (plus common extensions)
 License:ISC

++ gssapi-1.8.1.tar.gz -> gssapi-1.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.1/PKG-INFO new/gssapi-1.8.2/PKG-INFO
--- old/gssapi-1.8.1/PKG-INFO   2022-08-15 23:04:55.904677400 +0200
+++ new/gssapi-1.8.2/PKG-INFO   2022-10-25 20:56:00.612571700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: gssapi
-Version: 1.8.1
+Version: 1.8.2
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
@@ -14,6 +14,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: ISC License (ISCL)
 Classifier: Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.1/gssapi.egg-info/PKG-INFO 
new/gssapi-1.8.2/gssapi.egg-info/PKG-INFO
--- old/gssapi-1.8.1/gssapi.egg-info/PKG-INFO   2022-08-15 23:04:55.0 
+0200
+++ new/gssapi-1.8.2/gssapi.egg-info/PKG-INFO   2022-10-25 20:56:00.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: gssapi
-Version: 1.8.1
+Version: 1.8.2
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
@@ -14,6 +14,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: ISC License (ISCL)
 Classifier: Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.8.1/setup.py new/gssapi-1.8.2/setup.py
--- old/gssapi-1.8.1/setup.py   2022-08-15 23:04:41.0 +0200
+++ new/gssapi-1.8.2/setup.py   2022-10-25 20:55:45.0 +0200
@@ -274,7 +274,7 @@
 
 setup(
 name='gssapi',
-version='1.8.1',
+version='1.8.2',
 author='The Python GSSAPI Team',
 author_email='jborea...@gmail.com',
 packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -296,6 +296,7 @@
 'Programming Language :: Python :: 3.8',
 'Programming Language :: Python :: 3.9',
 'Programming Language :: Python :: 3.10',
+'Programming Language :: Python :: 3.11',
 'Intended Audience :: Developers',
 'License :: OSI Approved :: ISC License (ISCL)',
 'Programming Language :: Python :: Implementation :: CPython',


commit qemu for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2022-11-10 14:21:15

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


Package is "qemu"

Thu Nov 10 14:21:15 2022 rev:239 rq:1034600 version:7.1.0

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu.changes2022-11-03 
19:13:10.083648900 +0100
+++ /work/SRC/openSUSE:Factory/.qemu.new.1597/qemu.changes  2022-11-10 
14:21:38.062128912 +0100
@@ -1,0 +2,5 @@
+Thu Nov  3 08:30:57 UTC 2022 - Andreas Schwab 
+
+- Enable KVM support on riscv64
+
+---



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.LevRqG/_old  2022-11-10 14:21:40.654143583 +0100
+++ /var/tmp/diff_new_pack.LevRqG/_new  2022-11-10 14:21:40.714143922 +0100
@@ -77,7 +77,7 @@
 %define build_opensbi_firmware 1
 %endif
 
-%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 riscv64
 %define kvm_available 1
 %define with_uring 1
 %define liburing_min_version 1.0
@@ -370,6 +370,11 @@
 %else
 Suggests:   qemu-arm
 %endif
+%ifarch riscv64
+Requires:   qemu-extra
+%else
+Suggests:   qemu-extra
+%endif
 Requires(post): acl
 Requires(post): udev
 Recommends: kvm_stat





++ qemu.spec.in ++
--- /var/tmp/diff_new_pack.LevRqG/_old  2022-11-10 14:21:41.346147499 +0100
+++ /var/tmp/diff_new_pack.LevRqG/_new  2022-11-10 14:21:41.350147522 +0100
@@ -80,7 +80,7 @@
 %define build_opensbi_firmware 1
 %endif
 
-%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
+%ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 riscv64
 %define kvm_available 1
 %define with_uring 1
 %define liburing_min_version 1.0
@@ -312,6 +312,11 @@
 %else
 Suggests:   qemu-arm
 %endif
+%ifarch riscv64
+Requires:   qemu-extra
+%else
+Suggests:   qemu-extra
+%endif
 Requires(post): acl
 Requires(post): udev
 Recommends: kvm_stat


commit gnutls for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2022-11-10 14:21:13

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


Package is "gnutls"

Thu Nov 10 14:21:13 2022 rev:142 rq:1034574 version:3.7.8

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2022-09-15 
22:58:07.789035729 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new.1597/gnutls.changes  2022-11-10 
14:21:34.850110732 +0100
@@ -1,0 +2,68 @@
+Tue Nov  8 12:52:18 UTC 2022 - Pedro Monreal 
+
+- Verify only the libgnutls library HMAC [bsc#1199881]
+  * Do not use the brp-50-generate-fips-hmac script as this
+is now calculated with the internal fipshmac tool.
+  * Add gnutls-verify-library-HMAC.patch
+
+---
+Wed Nov  2 20:51:43 UTC 2022 - Pedro Monreal 
+
+- Temporarily revert the jitterentropy patches in s390 and s390x
+  architectures until a fix is provided [bsc#1204937]
+- Disable flaky test that fails in s390x architecture:
+  * Add gnutls-disable-flaky-test-dtls-resume.patch
+
+---
+Fri Oct 14 11:35:33 UTC 2022 - Pedro Monreal 
+
+- Consolidate the FIPS hmac files [bsc#1203245]
+  * Use the gnutls fipshmac tool instead of the brp-check-suse
+and rename it to reflect on the library version.
+  * Remove not needed gnutls-FIPS-Run-CFB8-without-offset.patch
+- Add a gnutls.rpmlintrc file to remove a hidden-file-or-dir false
+  positive for the FIPS hmac calculation.
+
+---
+Sun Oct  9 12:53:27 UTC 2022 - Pedro Monreal 
+
+- Update to 3.7.8:
+  * libgnutls: In FIPS140 mode, RSA signature verification is an
+approved operation if the key has modulus with known sizes
+(1024, 1280, 1536, and 1792 bits), in addition to any modulus
+sizes larger than 2048 bits, according to SP800-131A rev2.
+  * libgnutls: gnutls_session_channel_binding performs additional
+checks when GNUTLS_CB_TLS_EXPORTER is requested. According to
+RFC9622 4.2, the "tls-exporter" channel binding is only usable
+when the handshake is bound to a unique master secret (i.e.,
+either TLS 1.3 or extended master secret extension is
+negotiated). Otherwise the function now returns error.
+  * libgnutls: usage of the following functions, which are designed
+to loosen restrictions imposed by allowlisting mode of
+configuration, has been additionally restricted. Invoking
+them is now only allowed if system-wide TLS priority string
+has not been initialized yet:
+  - gnutls_digest_set_secure
+  - gnutls_sign_set_secure
+  - gnutls_sign_set_secure_for_certs
+  - gnutls_protocol_set_enabled
+  * Delete gnutls-3.6.6-set_guile_site_dir.patch and use the
+--with-guile-extension-dir configure option to properly
+handle the guile extension directory.
+  * Rebase gnutls-Make-XTS-key-check-failure-not-fatal.patch
+  * Update gnutls.keyring
+  * Add a build depencency on gtk-doc required by autoreconf
+
+---
+Fri Oct  7 09:30:44 UTC 2022 - Otto Hollmann 
+
+- FIPS: Set error state when jent init failed in FIPS mode [bsc#1202146]
+  * Add patch gnutls-FIPS-Set-error-state-when-jent-init-failed.patch
+
+---
+Tue Oct  4 13:05:27 UTC 2022 - Otto Hollmann 
+
+- FIPS: Make XTS key check failure not fatal [bsc#1203779]
+  * Add gnutls-Make-XTS-key-check-failure-not-fatal.patch
+
+---

Old:

  gnutls-3.6.6-set_guile_site_dir.patch
  gnutls-3.7.7.tar.xz
  gnutls-3.7.7.tar.xz.sig
  gnutls-FIPS-Run-CFB8-without-offset.patch

New:

  gnutls-3.7.8.tar.xz
  gnutls-3.7.8.tar.xz.sig
  gnutls-FIPS-Set-error-state-when-jent-init-failed.patch
  gnutls-Make-XTS-key-check-failure-not-fatal.patch
  gnutls-disable-flaky-test-dtls-resume.patch
  gnutls-verify-library-HMAC.patch
  gnutls.rpmlintrc



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.lK9bsn/_old  2022-11-10 14:21:35.698115533 +0100
+++ /var/tmp/diff_new_pack.lK9bsn/_new  2022-11-10 14:21:35.70211 +0100
@@ -36,7 +36,7 @@
 %bcond_with tpm
 %bcond_without guile
 Name:   gnutls
-Version:3.7.7
+Version:3.7.8
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -44,27 +44,37 @@
 URL:https://www.gnutls.org/
 Source0:
https://www.gnupg.org/ftp/gcrypt/gn

commit systemd for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2022-11-10 14:21:14

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


Package is "systemd"

Thu Nov 10 14:21:14 2022 rev:368 rq:1034593 version:251.8

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2022-10-27 
13:53:48.240454774 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new.1597/systemd.changes
2022-11-10 14:21:36.450119789 +0100
@@ -1,0 +2,8 @@
+Tue Nov  8 16:33:26 UTC 2022 - Franck Bui 
+
+- Import commit 9cdd78585069b133bebcd479f3a204057ad25d76 (merge of v251.8)
+
+  For a complete list of changes, visit:
+  
https://github.com/openSUSE/systemd/compare/c212388f7de8d22a3f7c22b19553548ccc0cdd15...9cdd78585069b133bebcd479f3a204057ad25d76
+
+---

Old:

  systemd-v251.7+suse.36.gc212388f7d.tar.xz

New:

  systemd-v251.8+suse.38.g9cdd785850.tar.xz



Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.TNWEch/_old  2022-11-10 14:21:37.462125516 +0100
+++ /var/tmp/diff_new_pack.TNWEch/_new  2022-11-10 14:21:37.466125539 +0100
@@ -19,7 +19,7 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define min_kernel_version 4.5
-%define archive_version +suse.36.gc212388f7d
+%define archive_version +suse.38.g9cdd785850
 
 %define _testsuitedir /usr/lib/systemd/tests
 %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
@@ -72,7 +72,7 @@
 
 Name:   systemd%{?mini}
 URL:http://www.freedesktop.org/wiki/Software/systemd
-Version:251.7
+Version:251.8
 Release:0
 Summary:A System and Session Manager
 License:LGPL-2.1-or-later
@@ -639,6 +639,11 @@
 %autosetup -p1 -n systemd-v%{version}%{archive_version}
 
 %build
+# Disable _FORTIFY_SOURCE=3 as it get confused by the use of
+# malloc_usable_size() (bsc#1200819). There used to be a workaround but it was
+# reverted, see 2cfb790391958ada34284290af1f9ab863a515c7 for the details.
+export CFLAGS="%{optflags} -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2"
+
 %meson \
 -Dmode=release \
 -Dversion-tag=%{version}%{archive_version} \

++ systemd-v251.7+suse.36.gc212388f7d.tar.xz -> 
systemd-v251.8+suse.38.g9cdd785850.tar.xz ++
/work/SRC/openSUSE:Factory/systemd/systemd-v251.7+suse.36.gc212388f7d.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.1597/systemd-v251.8+suse.38.g9cdd785850.tar.xz
 differ: char 26, line 1


commit perl-HTTP-Message for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-HTTP-Message for 
openSUSE:Factory checked in at 2022-11-10 14:21:12

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


Package is "perl-HTTP-Message"

Thu Nov 10 14:21:12 2022 rev:36 rq:1034573 version:6.44

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Message/perl-HTTP-Message.changes  
2022-10-16 16:09:00.674725930 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Message.new.1597/perl-HTTP-Message.changes
2022-11-10 14:21:33.806104823 +0100
@@ -1,0 +2,26 @@
+Thu Oct 27 03:07:31 UTC 2022 - Tina M??ller 
+
+- updated to 6.44
+   see /usr/share/doc/packages/perl-HTTP-Message/Changes
+
+  6.44  2022-10-26 20:49:00Z
+  - Made the Clone module a hard requirement, so we don't have to
+provide a fallback function for HTTP::Headers::clone().
+We require at least Clone 0.46, as that release now supports
+Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
+  - Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
+  - Made the Compress::Raw::Zlib 2.062 module minimal required
+version. (GH#190) (Jakub 'q84fh' Skory)
+
+  6.43  2022-10-22 14:50:35Z
+  - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
+  - Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)
+
+  6.42  2022-10-18 13:53:22Z
+  - We now don't consider the Content-Location header when asked
+for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
+  - Increased the (max) buffer size for read() when processing form data,
+from 2048 to 8192. This was suggested in RT#105184, as it improved
+performance for them. (GH#59) (Neil Bowers)
+
+---

Old:

  HTTP-Message-6.41.tar.gz

New:

  HTTP-Message-6.44.tar.gz



Other differences:
--
++ perl-HTTP-Message.spec ++
--- /var/tmp/diff_new_pack.ntCVLg/_old  2022-11-10 14:21:34.318107722 +0100
+++ /var/tmp/diff_new_pack.ntCVLg/_new  2022-11-10 14:21:34.326107766 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name HTTP-Message
 Name:   perl-HTTP-Message
-Version:6.41
+Version:6.44
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:HTTP style message (base class)
@@ -28,8 +28,9 @@
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Clone) >= 0.46
 BuildRequires:  perl(Compress::Raw::Bzip2)
-BuildRequires:  perl(Compress::Raw::Zlib)
+BuildRequires:  perl(Compress::Raw::Zlib) >= 2.062
 BuildRequires:  perl(Encode) >= 3.01
 BuildRequires:  perl(Encode::Locale) >= 1
 BuildRequires:  perl(HTTP::Date) >= 6
@@ -37,8 +38,6 @@
 BuildRequires:  perl(IO::Compress::Deflate)
 BuildRequires:  perl(IO::Compress::Gzip)
 BuildRequires:  perl(IO::HTML)
-BuildRequires:  perl(IO::Uncompress::Bunzip2) >= 2.021
-BuildRequires:  perl(IO::Uncompress::Gunzip)
 BuildRequires:  perl(IO::Uncompress::Inflate)
 BuildRequires:  perl(IO::Uncompress::RawInflate)
 BuildRequires:  perl(LWP::MediaTypes) >= 6
@@ -48,8 +47,9 @@
 BuildRequires:  perl(URI) >= 1.10
 BuildRequires:  perl(URI::URL)
 BuildRequires:  perl(parent)
+Requires:   perl(Clone) >= 0.46
 Requires:   perl(Compress::Raw::Bzip2)
-Requires:   perl(Compress::Raw::Zlib)
+Requires:   perl(Compress::Raw::Zlib) >= 2.062
 Requires:   perl(Encode) >= 3.01
 Requires:   perl(Encode::Locale) >= 1
 Requires:   perl(HTTP::Date) >= 6
@@ -57,8 +57,6 @@
 Requires:   perl(IO::Compress::Deflate)
 Requires:   perl(IO::Compress::Gzip)
 Requires:   perl(IO::HTML)
-Requires:   perl(IO::Uncompress::Bunzip2) >= 2.021
-Requires:   perl(IO::Uncompress::Gunzip)
 Requires:   perl(IO::Uncompress::Inflate)
 Requires:   perl(IO::Uncompress::RawInflate)
 Requires:   perl(LWP::MediaTypes) >= 6

++ HTTP-Message-6.41.tar.gz -> HTTP-Message-6.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.41/CONTRIBUTORS 
new/HTTP-Message-6.44/CONTRIBUTORS
--- old/HTTP-Message-6.41/CONTRIBUTORS  2022-10-12 17:57:48.0 +0200
+++ new/HTTP-Message-6.44/CONTRIBUTORS  2022-10-26 22:49:20.0 +0200
@@ -39,6 +39,7 @@
 * Hans-H. Froehlich
 * Ian Kilgore
 * Jacob J
+* Jakub Skory
 * Jakub Wilk
 * James Raspass
 * jefflee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Message-6.41/Changes 
new/HTTP-Message-6.44/Changes
--- old/HTTP-Message-6.41/Chang

commit xdg-desktop-portal-kde for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xdg-desktop-portal-kde for 
openSUSE:Factory checked in at 2022-11-10 14:21:11

Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-kde (Old)
 and  /work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.1597 (New)


Package is "xdg-desktop-portal-kde"

Thu Nov 10 14:21:11 2022 rev:108 rq:1034797 version:5.26.3

Changes:

--- 
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2022-10-29 20:17:03.442194886 +0200
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new.1597/xdg-desktop-portal-kde.changes
  2022-11-10 14:21:32.782099028 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:26:10 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  xdg-desktop-portal-kde-5.26.2.tar.xz
  xdg-desktop-portal-kde-5.26.2.tar.xz.sig

New:

  xdg-desktop-portal-kde-5.26.3.tar.xz
  xdg-desktop-portal-kde-5.26.3.tar.xz.sig



Other differences:
--
++ xdg-desktop-portal-kde.spec ++
--- /var/tmp/diff_new_pack.2j1Vqp/_old  2022-11-10 14:21:33.330102129 +0100
+++ /var/tmp/diff_new_pack.2j1Vqp/_new  2022-11-10 14:21:33.334102152 +0100
@@ -24,7 +24,7 @@
 
 %define kf5_version 5.98.0
 Name:   xdg-desktop-portal-kde
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:QT/KF5 backend for xdg-desktop-portal
 License:LGPL-2.1-or-later


++ xdg-desktop-portal-kde-5.26.2.tar.xz -> 
xdg-desktop-portal-kde-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.26.2/CMakeLists.txt 
new/xdg-desktop-portal-kde-5.26.3/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.26.2/CMakeLists.txt2022-10-26 
12:23:14.0 +0200
+++ new/xdg-desktop-portal-kde-5.26.3/CMakeLists.txt2022-11-08 
13:32:13.0 +0100
@@ -2,7 +2,7 @@
 
 set(CMAKE_C_STANDARD 99)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 project(xdg-desktop-portal-kde VERSION ${PROJECT_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.26.2/po/fi/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.26.3/po/fi/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.26.2/po/fi/xdg-desktop-portal-kde.po   
2022-10-26 12:23:20.0 +0200
+++ new/xdg-desktop-portal-kde-5.26.3/po/fi/xdg-desktop-portal-kde.po   
2022-11-08 13:32:14.0 +0100
@@ -1,21 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Tommi Nieminen , 2017, 2018, 2019, 2020, 2021, 2022.
+# Lasse Liehu , 2022.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-29 02:17+\n"
-"PO-Revision-Date: 2022-10-11 11:02+0300\n"
-"Last-Translator: Tommi Nieminen \n"
+"PO-Revision-Date: 2022-10-28 22:11+0300\n"
+"Last-Translator: Lasse Liehu \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -36,7 +37,7 @@
 #, kde-format
 msgctxt "count of files to open"
 msgid "%1 files"
-msgstr ""
+msgstr "%1 tiedostoa"
 
 #: src/appchooserdialog.cpp:34
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.26.2/po/nn/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.26.3/po/nn/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.26.2/po/nn/xdg-desktop-portal-kde.po   
2022-10-26 12:23:27.0 +0200
+++ new/xdg-desktop-portal-kde-5.26.3/po/nn/xdg-desktop-portal-kde.po   
2022-11-08 13:32:15.0 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 22.08.1\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xdg-desktop-portal-kde-5.26.2/po/zh_CN/xdg-desktop-portal-kde.po 
new/xdg-desktop-portal-kde-5.26.3/po/zh_CN/xdg-desktop-portal-kde.po
--- old/xdg-desktop-portal-kde-5.2

commit plasma5-workspace for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2022-11-10 14:21:07

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


Package is "plasma5-workspace"

Thu Nov 10 14:21:07 2022 rev:201 rq:1034790 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2022-10-29 20:16:55.374151899 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.1597/plasma5-workspace.changes
2022-11-10 14:21:26.398062895 +0100
@@ -1,0 +2,20 @@
+Tue Nov  8 17:25:36 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * Notifications: Use String "0" for null percent
+  * Revert apples/kicker: fix timer in triangular mouse filter (kde#461395)
+  * runners/services: Do not parse exec of flatpaks (kde#461241)
+  * kcms/regionandlanguage: convert ASCII unicode symbol to QChar (kde#460704)
+  * startplasma-wayland: Don't set GDK_SCALE and GDK_DPI_SCALE (kde#443215)
+  * runners/services: Do not match exec values of PWAs (kde#460796)
+  * runners/servicerunner: increase match type when query exactly matches 
service name (kde#459516)
+  * runners/recentdocuments: more fine-grained relevance and type assignment
+  * runners/baloo: increase match type when query exactly matches file name
+  * runners/locations: decrease match type when not a known existing file
+  * wallpapers/image: always try to remove a path in 
`ImageBackend::removeSlidePath` (kde#461003)
+
+---

Old:

  plasma-workspace-5.26.2.tar.xz
  plasma-workspace-5.26.2.tar.xz.sig

New:

  plasma-workspace-5.26.3.tar.xz
  plasma-workspace-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.7GYzO5/_old  2022-11-10 14:21:27.754070570 +0100
+++ /var/tmp/diff_new_pack.7GYzO5/_new  2022-11-10 14:21:27.762070615 +0100
@@ -29,7 +29,7 @@
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0-or-later

++ plasma-workspace-5.26.2.tar.xz -> plasma-workspace-5.26.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.26.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new.1597/plasma-workspace-5.26.3.tar.xz
 differ: char 25, line 1


commit powerdevil5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2022-11-10 14:21:10

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


Package is "powerdevil5"

Thu Nov 10 14:21:10 2022 rev:147 rq:1034794 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2022-10-29 
20:17:00.106177112 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new.1597/powerdevil5.changes
2022-11-10 14:21:29.518080554 +0100
@@ -1,0 +2,10 @@
+Tue Nov  8 17:26:07 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * powerprofileconfig: Use proper signal for detecting user interaction
+
+---

Old:

  powerdevil-5.26.2.tar.xz
  powerdevil-5.26.2.tar.xz.sig

New:

  powerdevil-5.26.3.tar.xz
  powerdevil-5.26.3.tar.xz.sig



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.A6PNyO/_old  2022-11-10 14:21:30.058083610 +0100
+++ /var/tmp/diff_new_pack.A6PNyO/_new  2022-11-10 14:21:30.066083655 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   powerdevil5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}


++ powerdevil-5.26.2.tar.xz -> powerdevil-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.26.2/CMakeLists.txt 
new/powerdevil-5.26.3/CMakeLists.txt
--- old/powerdevil-5.26.2/CMakeLists.txt2022-10-26 12:21:56.0 
+0200
+++ new/powerdevil-5.26.3/CMakeLists.txt2022-11-08 13:31:54.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(PowerDevil)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.26.2/daemon/actions/bundled/powerprofileconfig.cpp 
new/powerdevil-5.26.3/daemon/actions/bundled/powerprofileconfig.cpp
--- old/powerdevil-5.26.2/daemon/actions/bundled/powerprofileconfig.cpp 
2022-10-26 12:21:25.0 +0200
+++ new/powerdevil-5.26.3/daemon/actions/bundled/powerprofileconfig.cpp 
2022-11-08 13:31:43.0 +0100
@@ -68,7 +68,7 @@
 // Uniform ComboBox width throughout all action config modules
 m_profileCombo->setMinimumWidth(300);
 m_profileCombo->setMaximumWidth(300);
-connect(m_profileCombo, 
QOverload::of(&QComboBox::currentIndexChanged), this, 
&PowerProfileConfig::setChanged);
+connect(m_profileCombo, QOverload::of(&QComboBox::activated), this, 
&PowerProfileConfig::setChanged);
 
 QDBusMessage msg = 
QDBusMessage::createMethodCall(QStringLiteral("org.kde.Solid.PowerManagement"),
   
QStringLiteral("/org/kde/Solid/PowerManagement/Actions/PowerProfile"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.26.2/po/fi/powerdevil.po 
new/powerdevil-5.26.3/po/fi/powerdevil.po
--- old/powerdevil-5.26.2/po/fi/powerdevil.po   2022-10-26 12:21:32.0 
+0200
+++ new/powerdevil-5.26.3/po/fi/powerdevil.po   2022-11-08 13:31:46.0 
+0100
@@ -4,7 +4,7 @@
 # Teemu Rytilahti , 2008.
 # Tommi Nieminen , 2009, 2010, 2012, 2017, 2019, 
2020, 2021, 2022.
 # Jorma Karvonen , 2010.
-# Lasse Liehu , 2010, 2011, 2012, 2013, 2014, 2015, 
2016.
+# Lasse Liehu , 2010, 2011, 2012, 2013, 2014, 2015, 
2016, 2022.
 #
 # KDE Finnish translation sprint participants:
 # Author: Lliehu
@@ -13,8 +13,8 @@
 "Project-Id-Version: powerdevil\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-03 00:46+\n"
-"PO-Revision-Date: 2022-08-08 12:22+0300\n"
-"Last-Translator: Tommi Nieminen \n"
+"PO-Revision-Date: 2022-10-28 22:01+0300\n"
+"Last-Translator: Lasse Liehu \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
@@ -22,7 +22,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-POT-Import-Date: 2012-12-01 22:22:38+\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -382,17 +382,13 @@
 msgstr "Laitteen akku v??hiss?? (%1??% j??ljell??)"
 
 #: powerdevilcore.cpp:577
-#, fuzzy, kde-format
-#| msgctxt "Placeholder is device name"
-#| msgid ""
-#| "The batte

commit systemsettings5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2022-11-10 14:21:10

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


Package is "systemsettings5"

Thu Nov 10 14:21:10 2022 rev:148 rq:1034796 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2022-10-29 20:17:01.518184635 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemsettings5.new.1597/systemsettings5.changes
2022-11-10 14:21:30.622086803 +0100
@@ -1,0 +2,10 @@
+Tue Nov  8 17:26:09 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * Fix kcms inside a category always being indented
+
+---

Old:

  systemsettings-5.26.2.tar.xz
  systemsettings-5.26.2.tar.xz.sig

New:

  systemsettings-5.26.3.tar.xz
  systemsettings-5.26.3.tar.xz.sig



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.AjHEKj/_old  2022-11-10 14:21:31.182089972 +0100
+++ /var/tmp/diff_new_pack.AjHEKj/_new  2022-11-10 14:21:31.190090017 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   systemsettings5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:KDE's control center
 License:GPL-2.0-or-later


++ systemsettings-5.26.2.tar.xz -> systemsettings-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.26.2/CMakeLists.txt 
new/systemsettings-5.26.3/CMakeLists.txt
--- old/systemsettings-5.26.2/CMakeLists.txt2022-10-26 12:23:12.0 
+0200
+++ new/systemsettings-5.26.3/CMakeLists.txt2022-11-08 13:32:11.0 
+0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 project(systemsettings VERSION ${PROJECT_VERSION})
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.26.2/app/org.kde.systemsettings.metainfo.xml 
new/systemsettings-5.26.3/app/org.kde.systemsettings.metainfo.xml
--- old/systemsettings-5.26.2/app/org.kde.systemsettings.metainfo.xml   
2022-10-26 12:22:42.0 +0200
+++ new/systemsettings-5.26.3/app/org.kde.systemsettings.metainfo.xml   
2022-11-08 13:32:04.0 +0100
@@ -167,9 +167,9 @@
   https://kde.org/plasma-desktop
   https://www.kde.org/donate.php?app=org.kde.systemsettings
   
+
 
 
 
-
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.26.2/core/MenuModel.cpp 
new/systemsettings-5.26.3/core/MenuModel.cpp
--- old/systemsettings-5.26.2/core/MenuModel.cpp2022-10-26 
12:22:42.0 +0200
+++ new/systemsettings-5.26.3/core/MenuModel.cpp2022-11-08 
13:32:04.0 +0100
@@ -128,7 +128,7 @@
 MenuItem *parent = mi->parent();
 // Items that are in a category with an owner are one level deeper,
 // except the owner
-if (parent && parent->menu() && mi->isLibrary() && 
!mi->isCategoryOwner()) {
+if (parent && parent->menu() && parent->isLibrary() && 
!mi->isCategoryOwner()) {
 ++depth;
 }
 theData.setValue(depth);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.26.2/po/nn/systemsettings.po 
new/systemsettings-5.26.3/po/nn/systemsettings.po
--- old/systemsettings-5.26.2/po/nn/systemsettings.po   2022-10-26 
12:22:56.0 +0200
+++ new/systemsettings-5.26.3/po/nn/systemsettings.po   2022-11-08 
13:32:08.0 +0100
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.12.1\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.26.2/po/ru/systemsettings.po 
new/systemsettings-5.26.3/po/ru/systemsettings.po
--- old/systemsettings-5.26.2/po/ru/systemsettings.po   2022-10-26 
12:22:58.0 +0200
+++ new/systemsettings-5.26.3/po/ru/systemsettings.po   2022-11-08 
13:32:08.0 +0100
@@ -7,21 +7,22 @@
 # Andrey Cherepanov , 2009.
 # Alexander Potashev , 2009, 2010, 2011, 2014, 2016, 
2017, 2018, 2019.
 # Alexander Yavorsky , 2019,

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

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2022-11-10 14:21:09

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


Package is "polkit-kde-agent-5"

Thu Nov 10 14:21:09 2022 rev:138 rq:1034793 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2022-10-29 20:16:58.090166371 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.1597/polkit-kde-agent-5.changes
  2022-11-10 14:21:28.250073377 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:26:06 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  polkit-kde-agent-1-5.26.2.tar.xz
  polkit-kde-agent-1-5.26.2.tar.xz.sig

New:

  polkit-kde-agent-1-5.26.3.tar.xz
  polkit-kde-agent-1-5.26.3.tar.xz.sig



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.nfijNe/_old  2022-11-10 14:21:28.810076547 +0100
+++ /var/tmp/diff_new_pack.nfijNe/_new  2022-11-10 14:21:28.818076592 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   polkit-kde-agent-5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0-only AND LGPL-2.1-or-later


++ polkit-kde-agent-1-5.26.2.tar.xz -> polkit-kde-agent-1-5.26.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.26.2/CMakeLists.txt 
new/polkit-kde-agent-1-5.26.3/CMakeLists.txt
--- old/polkit-kde-agent-1-5.26.2/CMakeLists.txt2022-10-26 
12:21:01.0 +0200
+++ new/polkit-kde-agent-1-5.26.3/CMakeLists.txt2022-11-08 
13:31:38.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.26.2/po/zh_CN/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.26.3/po/zh_CN/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.26.2/po/zh_CN/polkit-kde-authentication-agent-1.po 
2022-10-26 12:21:22.0 +0200
+++ new/polkit-kde-agent-1-5.26.3/po/zh_CN/polkit-kde-authentication-agent-1.po 
2022-11-08 13:31:42.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-22 00:19+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit plasma5-systemmonitor for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-systemmonitor for 
openSUSE:Factory checked in at 2022-11-10 14:21:06

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


Package is "plasma5-systemmonitor"

Thu Nov 10 14:21:06 2022 rev:35 rq:1034788 version:5.26.3

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-systemmonitor/plasma5-systemmonitor.changes  
2022-10-29 20:16:52.558136896 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-systemmonitor.new.1597/plasma5-systemmonitor.changes
2022-11-10 14:21:24.722053409 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:28 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-systemmonitor-5.26.2.tar.xz
  plasma-systemmonitor-5.26.2.tar.xz.sig

New:

  plasma-systemmonitor-5.26.3.tar.xz
  plasma-systemmonitor-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-systemmonitor.spec ++
--- /var/tmp/diff_new_pack.Wupv5x/_old  2022-11-10 14:21:25.674058798 +0100
+++ /var/tmp/diff_new_pack.Wupv5x/_new  2022-11-10 14:21:25.678058820 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.98.0
 %bcond_without released
 Name:   plasma5-systemmonitor
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:An application for monitoring system resources
 License:GPL-3.0-only

++ plasma-systemmonitor-5.26.2.tar.xz -> plasma-systemmonitor-5.26.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-systemmonitor-5.26.2/CMakeLists.txt 
new/plasma-systemmonitor-5.26.3/CMakeLists.txt
--- old/plasma-systemmonitor-5.26.2/CMakeLists.txt  2022-10-26 
12:14:15.0 +0200
+++ new/plasma-systemmonitor-5.26.3/CMakeLists.txt  2022-11-08 
13:23:01.0 +0100
@@ -2,7 +2,7 @@
 
 project(systemmonitor)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.26.2/org.kde.plasma-systemmonitor.metainfo.xml 
new/plasma-systemmonitor-5.26.3/org.kde.plasma-systemmonitor.metainfo.xml
--- old/plasma-systemmonitor-5.26.2/org.kde.plasma-systemmonitor.metainfo.xml   
2022-10-26 12:14:15.0 +0200
+++ new/plasma-systemmonitor-5.26.3/org.kde.plasma-systemmonitor.metainfo.xml   
2022-11-08 13:23:01.0 +0100
@@ -54,6 +54,7 @@
   An application for monitoring system 
resources
   Aplicaci??n para monitorizar recursos del 
sistema
   Sistemaren baliabideak gainbegiratzen dituen 
aplikazio bat
+  J??rjestelm??resurssien valvontasovellus
   Une application pour la surveillance des ressources 
du syst??me.
   Un application per supervider ressources de 
systema
   Un'applicazione per il monitoraggio delle risorse di 
sistema
@@ -123,9 +124,9 @@
   
   KDE
   
+
 
 
 
-
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.26.2/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
 
new/plasma-systemmonitor-5.26.3/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- 
old/plasma-systemmonitor-5.26.2/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
  2022-10-26 12:14:35.0 +0200
+++ 
new/plasma-systemmonitor-5.26.3/po/zh_CN/ksysguard_face_org.kde.ksysguard.applicationstable.po
  2022-11-08 13:23:05.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:44+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-systemmonitor-5.26.2/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
 
new/plasma-systemmonitor-5.26.3/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
--- 
old/plasma-systemmonitor-5.26.2/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
   2022-10-26 12:14:35.0 +0200
+++ 
new/plasma-systemmonitor-5.26.3/po/zh_CN/ksysguard_face_org.kde.ksysguard.processtable.po
   2022-11-08 13:23:05.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Cr

commit plasma5-pa for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2022-11-10 14:21:05

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


Package is "plasma5-pa"

Thu Nov 10 14:21:05 2022 rev:133 rq:1034786 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2022-10-29 
20:16:50.974128457 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.1597/plasma5-pa.changes  
2022-11-10 14:21:23.650047341 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:26 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-pa-5.26.2.tar.xz
  plasma-pa-5.26.2.tar.xz.sig

New:

  plasma-pa-5.26.3.tar.xz
  plasma-pa-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.bETF9z/_old  2022-11-10 14:21:24.346051281 +0100
+++ /var/tmp/diff_new_pack.bETF9z/_new  2022-11-10 14:21:24.350051303 +0100
@@ -20,7 +20,7 @@
 %define qt5_version 5.15.0
 %bcond_without released
 Name:   plasma5-pa
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.26.2.tar.xz -> plasma-pa-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.26.2/CMakeLists.txt 
new/plasma-pa-5.26.3/CMakeLists.txt
--- old/plasma-pa-5.26.2/CMakeLists.txt 2022-10-26 12:13:23.0 +0200
+++ new/plasma-pa-5.26.3/CMakeLists.txt 2022-11-08 13:16:48.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.26.2/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.26.3/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.26.2/po/fi/plasma_applet_org.kde.plasma.volume.po   
2022-10-26 12:13:02.0 +0200
+++ new/plasma-pa-5.26.3/po/fi/plasma_applet_org.kde.plasma.volume.po   
2022-11-08 13:16:45.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Lasse Liehu , 2015, 2016, 2017.
+# Lasse Liehu , 2015, 2016, 2017, 2022.
 # Tommi Nieminen , 2016, 2017, 2018, 2019, 2020, 
2021, 2022.
 #
 #
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.08.2\n"
 
 #: contents/config/config.qml:12
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.26.2/po/fr/kcm_pulseaudio.po 
new/plasma-pa-5.26.3/po/fr/kcm_pulseaudio.po
--- old/plasma-pa-5.26.2/po/fr/kcm_pulseaudio.po2022-10-26 
12:13:02.0 +0200
+++ new/plasma-pa-5.26.3/po/fr/kcm_pulseaudio.po2022-11-08 
13:16:45.0 +0100
@@ -20,7 +20,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 21.12.3\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.26.2/po/it/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.26.3/po/it/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.26.2/po/it/plasma_applet_org.kde.plasma.volume.po   
2022-10-26 12:13:05.0 +0200
+++ new/plasma-pa-5.26.3/po/it/plasma_applet_org.kde.plasma.volume.po   
2022-11-08 13:16:45.0 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.08.2\n"
 
 #: contents/config/config.qml:12
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.26.2/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.26.3/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.26.2/po/nn/plasma_applet_org.kde.plasma.volume.po   
2022-10-26 12:13:09.0 +0200
+++ new/plasma-pa-5.26.3/po/nn

commit plasma5-desktop for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2022-11-10 14:21:01

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


Package is "plasma5-desktop"

Thu Nov 10 14:21:01 2022 rev:183 rq:1034779 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2022-10-29 20:16:45.850101156 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new.1597/plasma5-desktop.changes
2022-11-10 14:21:19.142021827 +0100
@@ -1,0 +2,14 @@
+Tue Nov  8 17:25:19 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * tablet: Make sure the "lock aspect ratio" stays true
+  * tablet: Fix the reset button for the outputs view (kde#458608)
+  * [kcms/tablet] Delete device when removed
+  * [kcms/tablet] Fix i18n
+  * Fix panel configuration to properly limit maximum panel size to half height
+
+---

Old:

  plasma-desktop-5.26.2.tar.xz
  plasma-desktop-5.26.2.tar.xz.sig

New:

  plasma-desktop-5.26.3.tar.xz
  plasma-desktop-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.uchcpb/_old  2022-11-10 14:21:19.710025042 +0100
+++ /var/tmp/diff_new_pack.uchcpb/_new  2022-11-10 14:21:19.718025086 +0100
@@ -28,7 +28,7 @@
 
 %bcond_without released
 Name:   plasma5-desktop
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ plasma-desktop-5.26.2.tar.xz -> plasma-desktop-5.26.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.26.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new.1597/plasma-desktop-5.26.3.tar.xz
 differ: char 26, line 1


commit plasma-nm5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:59

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


Package is "plasma-nm5"

Thu Nov 10 14:20:59 2022 rev:158 rq:1034775 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2022-10-29 
20:16:40.322071703 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new.1597/plasma-nm5.changes  
2022-11-10 14:21:14.609996175 +0100
@@ -1,0 +2,10 @@
+Tue Nov  8 17:26:01 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * L2TP: Fix detection of Libreswan 4.9 and later
+
+---

Old:

  plasma-nm-5.26.2.tar.xz
  plasma-nm-5.26.2.tar.xz.sig

New:

  plasma-nm-5.26.3.tar.xz
  plasma-nm-5.26.3.tar.xz.sig



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.wwfXFX/_old  2022-11-10 14:21:15.113999028 +0100
+++ /var/tmp/diff_new_pack.wwfXFX/_new  2022-11-10 14:21:15.121999073 +0100
@@ -19,7 +19,7 @@
 %bcond_without released
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR 
LGPL-3.0-only)

++ plasma-nm-5.26.2.tar.xz -> plasma-nm-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-nm-5.26.2/CMakeLists.txt 
new/plasma-nm-5.26.3/CMakeLists.txt
--- old/plasma-nm-5.26.2/CMakeLists.txt 2022-10-26 12:12:17.0 +0200
+++ new/plasma-nm-5.26.3/CMakeLists.txt 2022-11-08 13:16:18.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-networkmanagement)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.26.2/po/ca@valencia/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.26.3/po/ca@valencia/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.26.2/po/ca@valencia/plasmanetworkmanagement-libs.po 
2022-10-26 12:12:22.0 +0200
+++ new/plasma-nm-5.26.3/po/ca@valencia/plasmanetworkmanagement-libs.po 
2022-11-08 13:16:20.0 +0100
@@ -1730,7 +1730,7 @@
 msgstr ""
 "L'adre??a MAC introdu??da ac?? s'utilitzar?? com a adre??a de maquinari del\n"
 "dispositiu de xarxa per al que s'ha activat esta connexi??. Esta\n"
-"funcionalitat es coneix com a clonatge o falsejament de la identitat MAC.\n"
+"caracter??stica es coneix com a clonatge o falsejament de la identitat MAC.\n"
 "Exemple 11:22:33:44:55"
 
 #. i18n: ectx: property (text), widget (QPushButton, btnRandomMacAddr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.26.2/po/ca@valencia/plasmanetworkmanagement_openvpnui.po 
new/plasma-nm-5.26.3/po/ca@valencia/plasmanetworkmanagement_openvpnui.po
--- old/plasma-nm-5.26.2/po/ca@valencia/plasmanetworkmanagement_openvpnui.po
2022-10-26 12:12:22.0 +0200
+++ new/plasma-nm-5.26.3/po/ca@valencia/plasmanetworkmanagement_openvpnui.po
2022-11-08 13:16:20.0 +0100
@@ -909,7 +909,7 @@
 "Connect only to servers whose certificate matches the given subject. "
 "Example: /CN=myvpn.company.com"
 msgstr ""
-"Connecta nom??s a servidors en qu?? el certificat coincidix amb l'assumpte "
+"Connecta nom??s amb servidors en qu?? el certificat coincidix amb l'assumpte "
 "indicat. Exemple: /CN=myvpn.company.com"
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, chkRemoteCertTls)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-nm-5.26.2/po/fi/plasmanetworkmanagement-libs.po 
new/plasma-nm-5.26.3/po/fi/plasmanetworkmanagement-libs.po
--- old/plasma-nm-5.26.2/po/fi/plasmanetworkmanagement-libs.po  2022-10-26 
12:12:27.0 +0200
+++ new/plasma-nm-5.26.3/po/fi/plasmanetworkmanagement-libs.po  2022-11-08 
13:16:24.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Lasse Liehu , 2013, 2014, 2015, 2016, 2017.
+# Lasse Liehu , 2013, 2014, 2015, 2016, 2017, 2022.
 # Tommi Nieminen , 2016, 2017, 2018, 2019, 2020, 
2021, 2022.
 #
 #
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "P

commit plasma5-addons for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2022-11-10 14:21:00

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


Package is "plasma5-addons"

Thu Nov 10 14:21:00 2022 rev:142 rq:1034777 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2022-10-29 20:16:43.802090244 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new.1597/plasma5-addons.changes  
2022-11-10 14:21:15.714002424 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:15 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kdeplasma-addons-5.26.2.tar.xz
  kdeplasma-addons-5.26.2.tar.xz.sig

New:

  kdeplasma-addons-5.26.3.tar.xz
  kdeplasma-addons-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.HO6DKb/_old  2022-11-10 14:21:18.222016619 +0100
+++ /var/tmp/diff_new_pack.HO6DKb/_new  2022-11-10 14:21:18.226016642 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   plasma5-addons
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ kdeplasma-addons-5.26.2.tar.xz -> kdeplasma-addons-5.26.3.tar.xz ++
 2574 lines of diff (skipped)


commit plasma5-openSUSE for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2022-11-10 14:21:04

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


Package is "plasma5-openSUSE"

Thu Nov 10 14:21:04 2022 rev:155 rq:1034785 
version:84.87~git20220602T134713~22403ba

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2022-10-29 20:16:48.946117652 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-openSUSE.new.1597/plasma5-openSUSE.changes  
2022-11-10 14:21:20.846031472 +0100
@@ -1,0 +2,5 @@
+Tue Nov  8 17:25:25 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.5h9Zw2/_old  2022-11-10 14:21:21.346034301 +0100
+++ /var/tmp/diff_new_pack.5h9Zw2/_new  2022-11-10 14:21:21.354034346 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define plasma_version 5.26.2
+%define plasma_version 5.26.3
 Name:   plasma5-openSUSE
 Version:84.87~git20220602T134713~22403ba
 Release:0


commit libksysguard5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:55

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


Package is "libksysguard5"

Thu Nov 10 14:20:55 2022 rev:152 rq:1034769 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2022-10-29 20:16:34.362039947 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new.1597/libksysguard5.changes
2022-11-10 14:21:11.589979082 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:08 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  libksysguard-5.26.2.tar.xz
  libksysguard-5.26.2.tar.xz.sig

New:

  libksysguard-5.26.3.tar.xz
  libksysguard-5.26.3.tar.xz.sig



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.tE6gzd/_old  2022-11-10 14:21:12.129982139 +0100
+++ /var/tmp/diff_new_pack.tE6gzd/_new  2022-11-10 14:21:12.129982139 +0100
@@ -19,7 +19,7 @@
 %bcond_without released
 %global systemstatssover 1
 Name:   libksysguard5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ libksysguard-5.26.2.tar.xz -> libksysguard-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.26.2/CMakeLists.txt 
new/libksysguard-5.26.3/CMakeLists.txt
--- old/libksysguard-5.26.2/CMakeLists.txt  2022-10-26 12:05:41.0 
+0200
+++ new/libksysguard-5.26.3/CMakeLists.txt  2022-11-08 13:10:12.0 
+0100
@@ -2,7 +2,7 @@
 
 project(libksysguard)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 # check with non-Plasma consumers (e.g. KDevelop) before bumping these 
versions to make sure the KDE CI does not break
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.26.2/po/ca/processui.po 
new/libksysguard-5.26.3/po/ca/processui.po
--- old/libksysguard-5.26.2/po/ca/processui.po  2022-10-26 12:05:45.0 
+0200
+++ new/libksysguard-5.26.3/po/ca/processui.po  2022-11-08 13:10:15.0 
+0100
@@ -10,8 +10,8 @@
 "Project-Id-Version: libksysguard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-18 00:47+\n"
-"PO-Revision-Date: 2022-06-26 23:16+0200\n"
-"Last-Translator: Antoni Bella P??rez \n"
+"PO-Revision-Date: 2022-11-02 19:02+0100\n"
+"Last-Translator: Antoni Bella \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -1160,8 +1160,8 @@
 "CPU time spent running in kernel: "
 "%1 seconds"
 msgstr ""
-"Temps de la CPU dedicat a l'execuci?? del 
"
-"nucli: %1 segons"
+"Temps de la CPU dedicat a l'execuci?? en "
+"el nucli: %1 segons"
 
 #: ProcessModel.cpp:1802
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.26.2/po/ca@valencia/processui.po 
new/libksysguard-5.26.3/po/ca@valencia/processui.po
--- old/libksysguard-5.26.2/po/ca@valencia/processui.po 2022-10-26 
12:05:45.0 +0200
+++ new/libksysguard-5.26.3/po/ca@valencia/processui.po 2022-11-08 
13:10:15.0 +0100
@@ -10,8 +10,8 @@
 "Project-Id-Version: libksysguard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-18 00:47+\n"
-"PO-Revision-Date: 2022-06-26 23:16+0200\n"
-"Last-Translator: Antoni Bella P??rez \n"
+"PO-Revision-Date: 2022-11-02 19:02+0100\n"
+"Last-Translator: Antoni Bella \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -1161,8 +1161,8 @@
 "CPU time spent running in kernel: "
 "%1 seconds"
 msgstr ""
-"Temps de la CPU dedicat a l'execuci?? del 
"
-"nucli: %1 segons"
+"Temps de la CPU dedicat a l'execuci?? en "
+"el nucli: %1 segons"
 
 #: ProcessModel.cpp:1802
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.26.2/po/it/KSysGuardSensorFaces.po 
new/libksysguard-5.26.3/po/it/KSysGuardSensorFaces.po
--- old/libksysguard-5.26.2/po/it/KSysGuardSensorFaces.po   2022-10-26 
12:05:53.0 +0200
+++ new/libksysguard-5.26.3/po/it/KSysGuardSensorFaces.po   2022-11-08 
13:10:19.0 +0100
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

commit libkdecoration2 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2022-11-10 14:20:53

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


Package is "libkdecoration2"

Thu Nov 10 14:20:53 2022 rev:136 rq:1034767 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2022-10-29 20:16:30.802020980 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkdecoration2.new.1597/libkdecoration2.changes
2022-11-10 14:21:09.661968170 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:06 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kdecoration-5.26.2.tar.xz
  kdecoration-5.26.2.tar.xz.sig

New:

  kdecoration-5.26.3.tar.xz
  kdecoration-5.26.3.tar.xz.sig



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.9FbbQ8/_old  2022-11-10 14:21:10.197971204 +0100
+++ /var/tmp/diff_new_pack.9FbbQ8/_new  2022-11-10 14:21:10.201971226 +0100
@@ -22,7 +22,7 @@
 %define lname_private   libkdecorations2private%{private_sover}
 %bcond_without released
 Name:   libkdecoration2
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:KDE's window decorations library
 License:GPL-2.0-or-later

++ kdecoration-5.26.2.tar.xz -> kdecoration-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.26.2/CMakeLists.txt 
new/kdecoration-5.26.3/CMakeLists.txt
--- old/kdecoration-5.26.2/CMakeLists.txt   2022-10-26 11:57:20.0 
+0200
+++ new/kdecoration-5.26.3/CMakeLists.txt   2022-11-08 13:06:34.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(decoration-api)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.26.2/po/nn/kdecoration.po 
new/kdecoration-5.26.3/po/nn/kdecoration.po
--- old/kdecoration-5.26.2/po/nn/kdecoration.po 2022-10-26 11:57:33.0 
+0200
+++ new/kdecoration-5.26.3/po/nn/kdecoration.po 2022-11-08 13:06:36.0 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2021-05-05 00:20+\n"
+"POT-Creation-Date: 2022-10-26 02:34+\n"
 "PO-Revision-Date: 2022-06-19 13:54+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -20,77 +20,77 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: decorationbutton.cpp:299
+#: decorationbutton.cpp:301
 #, kde-format
 msgid "More actions for this window"
 msgstr "Fleire handlingar for vindauget"
 
-#: decorationbutton.cpp:301
+#: decorationbutton.cpp:303
 #, kde-format
 msgid "Application menu"
 msgstr "Programmeny"
 
-#: decorationbutton.cpp:304
+#: decorationbutton.cpp:306
 #, kde-format
 msgid "On one desktop"
 msgstr "P?? eitt skrivebord"
 
-#: decorationbutton.cpp:306
+#: decorationbutton.cpp:308
 #, kde-format
 msgid "On all desktops"
 msgstr "P?? alle skriveborda"
 
-#: decorationbutton.cpp:308
+#: decorationbutton.cpp:310
 #, kde-format
 msgid "Minimize"
 msgstr "Minimer"
 
-#: decorationbutton.cpp:311
+#: decorationbutton.cpp:313
 #, kde-format
 msgid "Restore"
 msgstr "Gjenopprett"
 
-#: decorationbutton.cpp:313
+#: decorationbutton.cpp:315
 #, kde-format
 msgid "Maximize"
 msgstr "Maksimer"
 
-#: decorationbutton.cpp:315
+#: decorationbutton.cpp:317
 #, kde-format
 msgid "Close"
 msgstr "Lukk"
 
-#: decorationbutton.cpp:317
+#: decorationbutton.cpp:319
 #, kde-format
 msgid "Context help"
 msgstr "Emnehjelp"
 
-#: decorationbutton.cpp:320
+#: decorationbutton.cpp:322
 #, kde-format
 msgid "Unshade"
 msgstr "Rull ned"
 
-#: decorationbutton.cpp:322
+#: decorationbutton.cpp:324
 #, kde-format
 msgid "Shade"
 msgstr "Rull opp"
 
-#: decorationbutton.cpp:325
+#: decorationbutton.cpp:327
 #, kde-format
 msgid "Don't keep below other windows"
 msgstr "Ikkje hald under andre vindauge"
 
-#: decorationbutton.cpp:327
+#: decorationbutton.cpp:329
 #, kde-format
 msgid "Keep below other windows"
 msgstr "Hald under andre vindauge"
 
-#: decorationbutton.cpp:330
+#: decorationbutton.cpp:332
 #, kde-format
 msgid "Don't keep above other windows"
 msgstr "Ikkje hald over andre vindauge"
 
-#: decorationbutton.cpp:332
+#: decorationbutt

commit plasma5-integration for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2022-11-10 14:21:03

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


Package is "plasma5-integration"

Thu Nov 10 14:21:03 2022 rev:124 rq:1034782 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2022-10-29 20:16:47.626110618 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new.1597/plasma5-integration.changes
2022-11-10 14:21:19.990026626 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:22 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-integration-5.26.2.tar.xz
  plasma-integration-5.26.2.tar.xz.sig

New:

  plasma-integration-5.26.3.tar.xz
  plasma-integration-5.26.3.tar.xz.sig



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.JQjZa0/_old  2022-11-10 14:21:20.518029615 +0100
+++ /var/tmp/diff_new_pack.JQjZa0/_new  2022-11-10 14:21:20.522029638 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   plasma5-integration
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ plasma-integration-5.26.2.tar.xz -> plasma-integration-5.26.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.26.2/CMakeLists.txt 
new/plasma-integration-5.26.3/CMakeLists.txt
--- old/plasma-integration-5.26.2/CMakeLists.txt2022-10-26 
12:11:08.0 +0200
+++ new/plasma-integration-5.26.3/CMakeLists.txt2022-11-08 
13:16:03.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.26.2/po/fr/plasmaintegration5.po 
new/plasma-integration-5.26.3/po/fr/plasmaintegration5.po
--- old/plasma-integration-5.26.2/po/fr/plasmaintegration5.po   2022-10-26 
12:11:15.0 +0200
+++ new/plasma-integration-5.26.3/po/fr/plasmaintegration5.po   2022-11-08 
13:16:04.0 +0100
@@ -2,7 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Johan Claude-Breuninger , 2016.
 # Vincent Pinon , 2016.
-# Xavier Besnard , 2021.
+# Xavier Besnard , 2021, 2022.
 #
 msgid ""
 msgstr ""
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.26.2/po/zh_CN/plasmaintegration5.po 
new/plasma-integration-5.26.3/po/zh_CN/plasmaintegration5.po
--- old/plasma-integration-5.26.2/po/zh_CN/plasmaintegration5.po
2022-10-26 12:11:28.0 +0200
+++ new/plasma-integration-5.26.3/po/zh_CN/plasmaintegration5.po
2022-11-08 13:16:06.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-06 00:47+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit milou5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2022-11-10 14:20:56

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


Package is "milou5"

Thu Nov 10 14:20:56 2022 rev:147 rq:1034770 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2022-10-29 
20:16:36.058048984 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new.1597/milou5.changes  2022-11-10 
14:21:12.805985965 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:09 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  milou-5.26.2.tar.xz
  milou-5.26.2.tar.xz.sig

New:

  milou-5.26.3.tar.xz
  milou-5.26.3.tar.xz.sig



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.YNfnCk/_old  2022-11-10 14:21:13.369989157 +0100
+++ /var/tmp/diff_new_pack.YNfnCk/_new  2022-11-10 14:21:13.377989202 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   milou5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ milou-5.26.2.tar.xz -> milou-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.26.2/CMakeLists.txt 
new/milou-5.26.3/CMakeLists.txt
--- old/milou-5.26.2/CMakeLists.txt 2022-10-26 12:06:15.0 +0200
+++ new/milou-5.26.3/CMakeLists.txt 2022-11-08 13:10:31.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(Milou)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.26.2/po/zh_CN/milou.po 
new/milou-5.26.3/po/zh_CN/milou.po
--- old/milou-5.26.2/po/zh_CN/milou.po  2022-10-26 12:06:35.0 +0200
+++ new/milou-5.26.3/po/zh_CN/milou.po  2022-11-08 13:10:36.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-30 00:46+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.26.2/po/zh_CN/plasma_applet_org.kde.milou.po 
new/milou-5.26.3/po/zh_CN/plasma_applet_org.kde.milou.po
--- old/milou-5.26.2/po/zh_CN/plasma_applet_org.kde.milou.po2022-10-26 
12:06:35.0 +0200
+++ new/milou-5.26.3/po/zh_CN/plasma_applet_org.kde.milou.po2022-11-08 
13:10:36.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-03-09 03:16+0100\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit libkscreen2 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2022-11-10 14:20:54

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


Package is "libkscreen2"

Thu Nov 10 14:20:54 2022 rev:148 rq:1034768 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2022-10-29 
20:16:32.602030570 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new.1597/libkscreen2.changes
2022-11-10 14:21:10.693974011 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:07 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  libkscreen-5.26.2.tar.xz
  libkscreen-5.26.2.tar.xz.sig

New:

  libkscreen-5.26.3.tar.xz
  libkscreen-5.26.3.tar.xz.sig



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.Tz7Uat/_old  2022-11-10 14:21:11.189976818 +0100
+++ /var/tmp/diff_new_pack.Tz7Uat/_new  2022-11-10 14:21:11.197976863 +0100
@@ -19,7 +19,7 @@
 %bcond_without released
 %define lname   libKF5Screen7
 Name:   libkscreen2
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ libkscreen-5.26.2.tar.xz -> libkscreen-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.26.2/CMakeLists.txt 
new/libkscreen-5.26.3/CMakeLists.txt
--- old/libkscreen-5.26.2/CMakeLists.txt2022-10-26 12:05:20.0 
+0200
+++ new/libkscreen-5.26.3/CMakeLists.txt2022-11-08 13:10:09.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.26.2/poqm/it/libkscreen5_qt.po 
new/libkscreen-5.26.3/poqm/it/libkscreen5_qt.po
--- old/libkscreen-5.26.2/poqm/it/libkscreen5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/libkscreen-5.26.3/poqm/it/libkscreen5_qt.po 2022-11-08 
13:10:10.0 +0100
@@ -0,0 +1,44 @@
+# Vincenzo Reale , 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2022-10-23 02:06+0200\n"
+"Last-Translator: Vincenzo Reale \n"
+"Language-Team: Italian \n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 22.08.2\n"
+"X-Qt-Contexts: true\n"
+
+#: getconfigoperation.cpp:62
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Failed to prepare backend"
+msgstr "Preparazione del motore non riuscita"
+
+#: getconfigoperation.cpp:87
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Failed to deserialize backend response"
+msgstr "De-serializzazione della risposta del motore non riuscita"
+
+#: getconfigoperation.cpp:99
+msgctxt "KScreen::GetConfigOperationPrivate|"
+msgid "Backend invalidated"
+msgstr "Motore invalidato"
+
+#: setconfigoperation.cpp:58
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to prepare backend"
+msgstr "Preparazione del motore non riuscita"
+
+#: setconfigoperation.cpp:65
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to serialize request"
+msgstr "Serializzazione della richiesta non riuscita"
+
+#: setconfigoperation.cpp:89
+msgctxt "KScreen::SetConfigOperationPrivate|"
+msgid "Failed to deserialize backend response"
+msgstr "De-serializzazione della risposta del motore non riuscita"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.26.2/poqm/ru/libkscreen5_qt.po 
new/libkscreen-5.26.3/poqm/ru/libkscreen5_qt.po
--- old/libkscreen-5.26.2/poqm/ru/libkscreen5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/libkscreen-5.26.3/poqm/ru/libkscreen5_qt.po 2022-11-08 
13:10:11.0 +0100
@@ -0,0 +1,45 @@
+# Olesya Gerasimenko , 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2022-10-28 09:02+0300\n"
+"Last-Translator: Olesya Gerasimenko \n"
+"Language-Team: Basealt Translation Team\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=3; plural=(n%10==

commit plasma-browser-integration for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma-browser-integration for 
openSUSE:Factory checked in at 2022-11-10 14:20:56

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


Package is "plasma-browser-integration"

Thu Nov 10 14:20:56 2022 rev:85 rq:1034774 version:5.26.3

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma-browser-integration/plasma-browser-integration.changes
2022-10-29 20:16:37.850058532 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma-browser-integration.new.1597/plasma-browser-integration.changes
  2022-11-10 14:21:13.661990809 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:26:00 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  plasma-browser-integration-5.26.2.tar.xz
  plasma-browser-integration-5.26.2.tar.xz.sig

New:

  plasma-browser-integration-5.26.3.tar.xz
  plasma-browser-integration-5.26.3.tar.xz.sig



Other differences:
--
++ plasma-browser-integration.spec ++
--- /var/tmp/diff_new_pack.xsywye/_old  2022-11-10 14:21:14.201993866 +0100
+++ /var/tmp/diff_new_pack.xsywye/_new  2022-11-10 14:21:14.205993889 +0100
@@ -21,7 +21,7 @@
 %bcond_with browser_extension
 %bcond_without released
 Name:   plasma-browser-integration
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Helper for the KDE Plasma Browser Integration
 License:GPL-3.0-or-later

++ plasma-browser-integration-5.26.2.tar.xz -> 
plasma-browser-integration-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-browser-integration-5.26.2/CMakeLists.txt 
new/plasma-browser-integration-5.26.3/CMakeLists.txt
--- old/plasma-browser-integration-5.26.2/CMakeLists.txt2022-10-26 
12:08:23.0 +0200
+++ new/plasma-browser-integration-5.26.3/CMakeLists.txt2022-11-08 
13:14:21.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(plasma-browser-integration)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-browser-integration-5.26.2/extension/_locales/ca@valencia/messages.json
 
new/plasma-browser-integration-5.26.3/extension/_locales/ca@valencia/messages.json
--- 
old/plasma-browser-integration-5.26.2/extension/_locales/ca@valencia/messages.json
  2022-10-26 12:08:23.0 +0200
+++ 
new/plasma-browser-integration-5.26.3/extension/_locales/ca@valencia/messages.json
  2022-11-08 13:14:21.0 +0100
@@ -78,7 +78,7 @@
 "message": "Esta extensi?? no s'admet en este sistema operatiu."
 },
 "options_plugin_breezeScrollBars_description": {
-"message": "A pot interferir amb l'aparen??a de llocs web que ja 
apliquen un estil personalitzat en les barres de despla??ament."
+"message": "A pot interferir amb l'aparen??a de llocs web que ja 
apliquen un estil personalitzat a les barres de despla??ament."
 },
 "options_plugin_breezeScrollBars_title": {
 "message": "Utilitza barres de despla??ament de l'estil Brisa"
@@ -96,7 +96,7 @@
 "message": "Mostra les baixades en l'??rea de notificacions"
 },
 "options_plugin_historyrunner_description": {
-"message": "Esta funcionalitat pot necessitar permisos addicionals per a utilitzar-se."
+"message": "Esta caracter??stica pot necessitar permisos addicionals per a utilitzar-se."
 },
 "options_plugin_historyrunner_title": {
 "message": "Busca per l'historial del navegador"
@@ -159,7 +159,7 @@
 "message": "Per tal de proporcionar els resultats de la busca per a 
l'historial del navegador, es requerixen permisos addicionals."
 },
 "permission_request_historyrunner_2": {
-"message": "Podeu inhabilitar esta funcionalitat a la configuraci?? de la Busca de Plasma."
+"message": "Podeu inhabilitar esta caracter??stica en la configuraci?? de la Busca de Plasma."
 },
 "permission_request_title": {
 "message": "Es requerixen permisos addicionals"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-browser-integration-5.26.2/extension/_locales/tr/messages.json 
new/plasma-browser-integration-5.26.3/extension/_locales/tr/messages.json
--- old/plasma-browser-in

commit layer-shell-qt for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package layer-shell-qt for openSUSE:Factory 
checked in at 2022-11-10 14:20:52

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


Package is "layer-shell-qt"

Thu Nov 10 14:20:52 2022 rev:28 rq:1034766 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/layer-shell-qt/layer-shell-qt.changes
2022-10-29 20:16:28.834010494 +0200
+++ /work/SRC/openSUSE:Factory/.layer-shell-qt.new.1597/layer-shell-qt.changes  
2022-11-10 14:21:08.929964027 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:05 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  layer-shell-qt-5.26.2.tar.xz
  layer-shell-qt-5.26.2.tar.xz.sig

New:

  layer-shell-qt-5.26.3.tar.xz
  layer-shell-qt-5.26.3.tar.xz.sig



Other differences:
--
++ layer-shell-qt.spec ++
--- /var/tmp/diff_new_pack.zNvGzE/_old  2022-11-10 14:21:09.393966653 +0100
+++ /var/tmp/diff_new_pack.zNvGzE/_new  2022-11-10 14:21:09.397966676 +0100
@@ -24,7 +24,7 @@
 
 %bcond_without released
 Name:   layer-shell-qt
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:wlr-layer-shell integration for Qt
 License:LGPL-3.0-or-later

++ layer-shell-qt-5.26.2.tar.xz -> layer-shell-qt-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/layer-shell-qt-5.26.2/CMakeLists.txt 
new/layer-shell-qt-5.26.3/CMakeLists.txt
--- old/layer-shell-qt-5.26.2/CMakeLists.txt2022-10-26 12:05:00.0 
+0200
+++ new/layer-shell-qt-5.26.3/CMakeLists.txt2022-11-08 13:10:05.0 
+0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(layershellqt)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(CMAKE_C_STANDARD 99)


commit kwrited5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:52

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


Package is "kwrited5"

Thu Nov 10 14:20:52 2022 rev:140 rq:1034764 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2022-10-29 
20:16:27.934005699 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new.1597/kwrited5.changes  
2022-11-10 14:21:06.569950669 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:25:04 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kwrited-5.26.2.tar.xz
  kwrited-5.26.2.tar.xz.sig

New:

  kwrited-5.26.3.tar.xz
  kwrited-5.26.3.tar.xz.sig



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.UChRVU/_old  2022-11-10 14:21:07.121953794 +0100
+++ /var/tmp/diff_new_pack.UChRVU/_new  2022-11-10 14:21:07.129953839 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   kwrited5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0-or-later

++ kwrited-5.26.2.tar.xz -> kwrited-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.26.2/CMakeLists.txt 
new/kwrited-5.26.3/CMakeLists.txt
--- old/kwrited-5.26.2/CMakeLists.txt   2022-10-26 12:04:36.0 +0200
+++ new/kwrited-5.26.3/CMakeLists.txt   2022-11-08 13:10:01.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(kwrited)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")


commit kwayland-integration for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2022-11-10 14:20:48

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


Package is "kwayland-integration"

Thu Nov 10 14:20:48 2022 rev:129 rq:1034762 version:5.26.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2022-10-29 20:16:24.733988649 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new.1597/kwayland-integration.changes
  2022-11-10 14:21:04.161937041 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:57 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kwayland-integration-5.26.2.tar.xz
  kwayland-integration-5.26.2.tar.xz.sig

New:

  kwayland-integration-5.26.3.tar.xz
  kwayland-integration-5.26.3.tar.xz.sig



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.xymlhd/_old  2022-11-10 14:21:04.745940346 +0100
+++ /var/tmp/diff_new_pack.xymlhd/_new  2022-11-10 14:21:04.749940368 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   kwayland-integration
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ kwayland-integration-5.26.2.tar.xz -> kwayland-integration-5.26.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.26.2/CMakeLists.txt 
new/kwayland-integration-5.26.3/CMakeLists.txt
--- old/kwayland-integration-5.26.2/CMakeLists.txt  2022-10-26 
12:03:10.0 +0200
+++ new/kwayland-integration-5.26.3/CMakeLists.txt  2022-11-08 
13:08:59.0 +0100
@@ -2,7 +2,7 @@
 
 set(CMAKE_C_STANDARD 99)
 
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 3.16)


commit kwin5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2022-11-10 14:20:48

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


Package is "kwin5"

Thu Nov 10 14:20:48 2022 rev:177 rq:1034763 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2022-10-29 
20:16:26.585998517 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new.1597/kwin5.changes2022-11-10 
14:21:05.437944263 +0100
@@ -1,0 +2,24 @@
+Tue Nov  8 17:25:03 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2.1:
+  * wayland: Prevent matching dnd actions after drop
+  * Screencast: Fix inverted screencast on OpenGLES and memfd
+  * screencasting: Make sure we are reporting properly scaled damage values
+  * plugins/screencast: centralize format querying into the RenderBackend 
(kde#460563)
+  * backends/drm: fix format sorting
+  * Fix blur/contrast for X11 window if Xwayland is not scaled. (kde#461021)
+  * [effects/windowview] Don't allow setting non-global shortcuts
+  * [effects/overview] Don't allow setting non-global shortcuts
+  * backends/drm: fix common mode generation
+  * nightcolormanager: Emit timing change only when they have actually changed
+  * x11: Don't force QT_NO_GLIB=1 (kde#460980)
+  * x11: Don't force QT_QPA_PLATFORM=xcb
+  * x11window: revert more from 3a28c02f (kde#461032)
+- Drop patches, now upstream:
+  * 0001-x11window-revert-more-from-3a28c02f.patch
+
+---

Old:

  0001-x11window-revert-more-from-3a28c02f.patch
  kwin-5.26.2.1.tar.xz
  kwin-5.26.2.1.tar.xz.sig

New:

  kwin-5.26.3.tar.xz
  kwin-5.26.3.tar.xz.sig



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.1iPfgr/_old  2022-11-10 14:21:06.117948111 +0100
+++ /var/tmp/diff_new_pack.1iPfgr/_new  2022-11-10 14:21:06.121948134 +0100
@@ -24,7 +24,7 @@
 %global wayland (0%{?suse_version} >= 1330)
 %bcond_without released
 Name:   kwin5
-Version:5.26.2.1
+Version:5.26.3
 %define _plasma5_bugfix 5.26.2
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
@@ -35,13 +35,11 @@
 License:GPL-2.0-or-later AND GPL-3.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/5.26.2/kwin-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz
 %if %{with released}
-Source1:
https://download.kde.org/stable/plasma/5.26.2/kwin-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-x11window-revert-more-from-3a28c02f.patch
 # PATCH-FEATURE-OPENSUSE
 Patch101:   0001-Export-consistent-hostname-as-XAUTHLOCALHOSTNAME.patch
 BuildRequires:  extra-cmake-modules >= 0.0.11

++ kwin-5.26.2.1.tar.xz -> kwin-5.26.3.tar.xz ++
/work/SRC/openSUSE:Factory/kwin5/kwin-5.26.2.1.tar.xz 
/work/SRC/openSUSE:Factory/.kwin5.new.1597/kwin-5.26.3.tar.xz differ: char 26, 
line 1


commit ksshaskpass5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:46

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


Package is "ksshaskpass5"

Thu Nov 10 14:20:46 2022 rev:139 rq:1034760 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2022-10-29 20:16:21.945973794 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new.1597/ksshaskpass5.changes  
2022-11-10 14:21:01.745923366 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:55 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  ksshaskpass-5.26.2.tar.xz
  ksshaskpass-5.26.2.tar.xz.sig

New:

  ksshaskpass-5.26.3.tar.xz
  ksshaskpass-5.26.3.tar.xz.sig



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.v1SD9l/_old  2022-11-10 14:21:02.345926762 +0100
+++ /var/tmp/diff_new_pack.v1SD9l/_new  2022-11-10 14:21:02.349926785 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   ksshaskpass5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0-or-later

++ ksshaskpass-5.26.2.tar.xz -> ksshaskpass-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.26.2/CMakeLists.txt 
new/ksshaskpass-5.26.3/CMakeLists.txt
--- old/ksshaskpass-5.26.2/CMakeLists.txt   2022-10-26 12:01:59.0 
+0200
+++ new/ksshaskpass-5.26.3/CMakeLists.txt   2022-11-08 13:08:46.0 
+0100
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.26.2/po/zh_CN/ksshaskpass.po 
new/ksshaskpass-5.26.3/po/zh_CN/ksshaskpass.po
--- old/ksshaskpass-5.26.2/po/zh_CN/ksshaskpass.po  2022-10-26 
12:02:19.0 +0200
+++ new/ksshaskpass-5.26.3/po/zh_CN/ksshaskpass.po  2022-11-08 
13:08:49.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-04-23 00:47+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kinfocenter5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:42

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


Package is "kinfocenter5"

Thu Nov 10 14:20:42 2022 rev:151 rq:1034755 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2022-10-29 20:16:13.693929828 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new.1597/kinfocenter5.changes  
2022-11-10 14:20:54.777883927 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:50 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kinfocenter-5.26.2.tar.xz
  kinfocenter-5.26.2.tar.xz.sig

New:

  kinfocenter-5.26.3.tar.xz
  kinfocenter-5.26.3.tar.xz.sig



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.RlfC8w/_old  2022-11-10 14:20:55.337887097 +0100
+++ /var/tmp/diff_new_pack.RlfC8w/_new  2022-11-10 14:20:55.341887119 +0100
@@ -23,7 +23,7 @@
 
 %bcond_without released
 Name:   kinfocenter5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ kinfocenter-5.26.2.tar.xz -> kinfocenter-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.26.2/CMakeLists.txt 
new/kinfocenter-5.26.3/CMakeLists.txt
--- old/kinfocenter-5.26.2/CMakeLists.txt   2022-10-26 12:00:15.0 
+0200
+++ new/kinfocenter-5.26.3/CMakeLists.txt   2022-11-08 13:08:16.0 
+0100
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 cmake_minimum_required(VERSION 3.16)
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kinfocenter-5.26.2/Modules/kwinsupportinfo/kcm_kwinsupportinfo.json.in 
new/kinfocenter-5.26.3/Modules/kwinsupportinfo/kcm_kwinsupportinfo.json.in
--- old/kinfocenter-5.26.2/Modules/kwinsupportinfo/kcm_kwinsupportinfo.json.in  
2022-10-26 11:59:34.0 +0200
+++ new/kinfocenter-5.26.3/Modules/kwinsupportinfo/kcm_kwinsupportinfo.json.in  
2022-11-08 13:07:45.0 +0100
@@ -16,6 +16,7 @@
 "Description[ka]": "KWin ? 
??",
 "Description[ko]": "KWin ?? ??",
 "Description[nl]": "Informatie over ondersteuning voor KWin",
+"Description[nn]": "KWin-st??tte??informasjon",
 "Description[pl]": "Szczegy obs??ugi KWin",
 "Description[pt]": "Informao de Suporte do KWin",
 "Description[pt_BR]": "Informao de suporte do KWin",
@@ -44,6 +45,7 @@
 "Name[ka]": "? ???",
 "Name[ko]": "??? ?",
 "Name[nl]": "Windowmanager",
+"Name[nn]": "Vindaugs??handsamar",
 "Name[pl]": "Zarz??dzanie oknami",
 "Name[pt]": "Gestor de Janelas",
 "Name[pt_BR]": "Gerenciador de janelas",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.26.2/org.kde.kinfocenter.appdata.xml 
new/kinfocenter-5.26.3/org.kde.kinfocenter.appdata.xml
--- old/kinfocenter-5.26.2/org.kde.kinfocenter.appdata.xml  2022-10-26 
11:59:34.0 +0200
+++ new/kinfocenter-5.26.3/org.kde.kinfocenter.appdata.xml  2022-11-08 
13:07:45.0 +0100
@@ -202,9 +202,9 @@
   
   KDE
   
+
 
 
 
-
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.26.2/po/fr/kcm_about-distro.po 
new/kinfocenter-5.26.3/po/fr/kcm_about-distro.po
--- old/kinfocenter-5.26.2/po/fr/kcm_about-distro.po2022-10-26 
11:59:44.0 +0200
+++ new/kinfocenter-5.26.3/po/fr/kcm_about-distro.po2022-11-08 
13:07:54.0 +0100
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.26.2/po/zh_CN/kcm_about-distro.po 
new/kinfocenter-5.26.3/po/zh_CN/kcm_about-distro.po
--- old/kinfocenter-5.26.2/po/zh_C

commit ksystemstats5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksystemstats5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:47

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


Package is "ksystemstats5"

Thu Nov 10 14:20:47 2022 rev:28 rq:1034761 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/ksystemstats5/ksystemstats5.changes  
2022-10-29 20:16:23.885984131 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemstats5.new.1597/ksystemstats5.changes
2022-11-10 14:21:02.597928189 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:56 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  ksystemstats-5.26.2.tar.xz
  ksystemstats-5.26.2.tar.xz.sig

New:

  ksystemstats-5.26.3.tar.xz
  ksystemstats-5.26.3.tar.xz.sig



Other differences:
--
++ ksystemstats5.spec ++
--- /var/tmp/diff_new_pack.fxg71z/_old  2022-11-10 14:21:03.109931086 +0100
+++ /var/tmp/diff_new_pack.fxg71z/_new  2022-11-10 14:21:03.113931109 +0100
@@ -19,7 +19,7 @@
 
 %bcond_without released
 Name:   ksystemstats5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ ksystemstats-5.26.2.tar.xz -> ksystemstats-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemstats-5.26.2/CMakeLists.txt 
new/ksystemstats-5.26.3/CMakeLists.txt
--- old/ksystemstats-5.26.2/CMakeLists.txt  2022-10-26 12:02:27.0 
+0200
+++ new/ksystemstats-5.26.3/CMakeLists.txt  2022-11-08 13:08:51.0 
+0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(ksystemstats)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemstats-5.26.2/po/nn/ksystemstats_plugins.po 
new/ksystemstats-5.26.3/po/nn/ksystemstats_plugins.po
--- old/ksystemstats-5.26.2/po/nn/ksystemstats_plugins.po   2022-10-26 
12:02:40.0 +0200
+++ new/ksystemstats-5.26.3/po/nn/ksystemstats_plugins.po   2022-11-08 
13:08:53.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: ksysguard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-07 00:49+\n"
-"PO-Revision-Date: 2022-08-07 11:52+0200\n"
+"PO-Revision-Date: 2022-10-30 09:55+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 22.04.3\n"
+"X-Generator: Lokalize 22.08.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -115,91 +115,91 @@
 #, kde-format
 msgctxt "@title"
 msgid "Maximum CPU Frequency"
-msgstr ""
+msgstr "St??rste CPU-frekvens"
 
 #: cpu/cpu.cpp:120
 #, kde-format
 msgctxt "@title, Short for 'Maximum CPU Frequency'"
 msgid "Max Frequency"
-msgstr ""
+msgstr "St??rste frekvens"
 
 #: cpu/cpu.cpp:121
 #, kde-format
 msgctxt "@info"
 msgid "Current maximum frequency between all CPUs"
-msgstr ""
+msgstr "Noverande st??rste klokkefrekvens p?? tvers av CPU-ar"
 
 #: cpu/cpu.cpp:126
 #, kde-format
 msgctxt "@title"
 msgid "Minimum CPU Frequency"
-msgstr ""
+msgstr "Minste CPU-frekvens"
 
 #: cpu/cpu.cpp:127
 #, kde-format
 msgctxt "@title, Short for 'Minimum CPU Frequency'"
 msgid "Min Frequency"
-msgstr ""
+msgstr "Minste frekvens"
 
 #: cpu/cpu.cpp:128
 #, kde-format
 msgctxt "@info"
 msgid "Current minimum frequency between all CPUs"
-msgstr ""
+msgstr "Noverande minste klokkefrekvens p?? tvers av CPU-ar"
 
 #: cpu/cpu.cpp:133
 #, kde-format
 msgctxt "@title"
 msgid "Average CPU Frequency"
-msgstr ""
+msgstr "Gjennomsnittleg CPU-frekvens"
 
 #: cpu/cpu.cpp:134
 #, kde-format
 msgctxt "@title, Short for 'Average CPU Frequency'"
 msgid "Average Frequency"
-msgstr ""
+msgstr "Gjennomsnittleg frekvens"
 
 #: cpu/cpu.cpp:135
 #, kde-format
 msgctxt "@info"
 msgid "Current average frequency between all CPUs"
-msgstr ""
+msgstr "Noverande gjennomsnittlege klokkefrekvens p?? tvers av CPU-ar"
 
 #: cpu/cpu.cpp:140
 #, kde-format
 msgctxt "@title"
 msgid "Maximum CPU Temperature"
-msgstr ""
+msgstr "H??gaste CPU-temperatur"
 
 #: cpu/cpu.cpp:141
 #, kde-format
 msgctxt "@title, Short for

commit kscreenlocker for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2022-11-10 14:20:45

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


Package is "kscreenlocker"

Thu Nov 10 14:20:45 2022 rev:131 rq:1034759 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2022-10-29 20:16:20.477965973 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new.1597/kscreenlocker.changes
2022-11-10 14:21:00.645917140 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:54 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kscreenlocker-5.26.2.tar.xz
  kscreenlocker-5.26.2.tar.xz.sig

New:

  kscreenlocker-5.26.3.tar.xz
  kscreenlocker-5.26.3.tar.xz.sig



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.DfI4Uz/_old  2022-11-10 14:21:01.145919970 +0100
+++ /var/tmp/diff_new_pack.DfI4Uz/_new  2022-11-10 14:21:01.149919993 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without released
 Name:   kscreenlocker
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0-or-later

++ kscreenlocker-5.26.2.tar.xz -> kscreenlocker-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.26.2/CMakeLists.txt 
new/kscreenlocker-5.26.3/CMakeLists.txt
--- old/kscreenlocker-5.26.2/CMakeLists.txt 2022-10-26 12:01:34.0 
+0200
+++ new/kscreenlocker-5.26.3/CMakeLists.txt 2022-11-08 13:08:38.0 
+0100
@@ -2,7 +2,7 @@
 
 project(kscreenlocker)
 set(CMAKE_C_STANDARD 99)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.26.2/po/zh_CN/kcm_screenlocker.po 
new/kscreenlocker-5.26.3/po/zh_CN/kcm_screenlocker.po
--- old/kscreenlocker-5.26.2/po/zh_CN/kcm_screenlocker.po   2022-10-26 
12:01:56.0 +0200
+++ new/kscreenlocker-5.26.3/po/zh_CN/kcm_screenlocker.po   2022-11-08 
13:08:45.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-04-01 00:54+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.26.2/po/zh_CN/kscreenlocker.po 
new/kscreenlocker-5.26.3/po/zh_CN/kscreenlocker.po
--- old/kscreenlocker-5.26.2/po/zh_CN/kscreenlocker.po  2022-10-26 
12:01:56.0 +0200
+++ new/kscreenlocker-5.26.3/po/zh_CN/kscreenlocker.po  2022-11-08 
13:08:45.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-05-23 00:46+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.26.2/po/zh_CN/kscreenlocker_greet.po 
new/kscreenlocker-5.26.3/po/zh_CN/kscreenlocker_greet.po
--- old/kscreenlocker-5.26.2/po/zh_CN/kscreenlocker_greet.po2022-10-26 
12:01:56.0 +0200
+++ new/kscreenlocker-5.26.3/po/zh_CN/kscreenlocker_greet.po2022-11-08 
13:08:45.0 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-22 02:13+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kscreen5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:44

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


Package is "kscreen5"

Thu Nov 10 14:20:44 2022 rev:141 rq:1034758 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2022-10-29 
20:16:18.669956340 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new.1597/kscreen5.changes  
2022-11-10 14:20:59.597911209 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:53 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kscreen-5.26.2.tar.xz
  kscreen-5.26.2.tar.xz.sig

New:

  kscreen-5.26.3.tar.xz
  kscreen-5.26.3.tar.xz.sig



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.rqtqt3/_old  2022-11-10 14:21:00.173914469 +0100
+++ /var/tmp/diff_new_pack.rqtqt3/_new  2022-11-10 14:21:00.181914514 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without released
 Name:   kscreen5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ kscreen-5.26.2.tar.xz -> kscreen-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.26.2/CMakeLists.txt 
new/kscreen-5.26.3/CMakeLists.txt
--- old/kscreen-5.26.2/CMakeLists.txt   2022-10-26 12:01:12.0 +0200
+++ new/kscreen-5.26.3/CMakeLists.txt   2022-11-08 13:08:32.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(KScreen)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(KSCREEN_VERSION ${PROJECT_VERSION})
 
 add_definitions("-DKSCREEN_VERSION=\"${KSCREEN_VERSION}\"")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.26.2/po/fi/kcm_kscreen.po 
new/kscreen-5.26.3/po/fi/kcm_kscreen.po
--- old/kscreen-5.26.2/po/fi/kcm_kscreen.po 2022-10-26 12:01:17.0 
+0200
+++ new/kscreen-5.26.3/po/fi/kcm_kscreen.po 2022-11-08 13:08:34.0 
+0100
@@ -1,20 +1,20 @@
 # KDE Finnish translation sprint participants:
-# Lasse Liehu , 2013, 2014, 2015, 2016.
+# Lasse Liehu , 2013, 2014, 2015, 2016, 2022.
 # Tommi Nieminen , 2017, 2018, 2019, 2020, 2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_displayconfiguration\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-15 02:44+\n"
-"PO-Revision-Date: 2022-07-18 22:11+0300\n"
-"Last-Translator: Tommi Nieminen \n"
+"PO-Revision-Date: 2022-10-30 16:57+0200\n"
+"Last-Translator: Lasse Liehu \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-POT-Import-Date: 2013-01-13 21:18:05+\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 22.08.2\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: output_model.cpp:90
@@ -26,7 +26,7 @@
 #, kde-format
 msgctxt "Width x height"
 msgid "%1x%2"
-msgstr ""
+msgstr "%1 ?? %2"
 
 #: output_model.cpp:590
 #, kde-format
@@ -69,14 +69,13 @@
 msgstr "Ulostuloja ei virheen takia voitu tallentaa."
 
 #: package/contents/ui/main.qml:71
-#, fuzzy, kde-format
-#| msgid ""
-#| "New global scale applied. Change will come into effect after restart."
+#, kde-format
 msgid ""
 "New global scale applied. Changes will come into effect after the system is "
 "restarted."
 msgstr ""
-"Mittakaavaa on muutettu. Muutos tulee voimaan uudelleenk??ynnistyksen 
j??lkeen."
+"Mittakaavaa on muutettu. Muutokset tulevat voimaan j??rjestelm??n "
+"uudelleenk??ynnistyksen j??lkeen."
 
 #: package/contents/ui/main.qml:77
 #, kde-format
@@ -176,13 +175,7 @@
 msgstr "Tarkkuus:"
 
 #: package/contents/ui/OutputPanel.qml:64
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info"
-#| msgid ""
-#| "\"%1\" is the only resolution supported by this display.Using "
-#| "unsupported resolutions was possible in the Plasma X11 session, but they "
-#| "were never guaranteed to work and are not available in this Plasma "
-#| "Wayland session."
+#, kde-kuit-format
 msgctxt "@info"
 msgid ""
 ""%1" is the only resolution supported by this display.https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-15 02:44+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
dif

commit kpipewire for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kpipewire for openSUSE:Factory 
checked in at 2022-11-10 14:20:44

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


Package is "kpipewire"

Thu Nov 10 14:20:44 2022 rev:4 rq:1034757 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kpipewire/kpipewire.changes  2022-10-29 
20:16:17.777951588 +0200
+++ /work/SRC/openSUSE:Factory/.kpipewire.new.1597/kpipewire.changes
2022-11-10 14:20:57.173897488 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:52 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kpipewire-5.26.2.tar.xz
  kpipewire-5.26.2.tar.xz.sig

New:

  kpipewire-5.26.3.tar.xz
  kpipewire-5.26.3.tar.xz.sig



Other differences:
--
++ kpipewire.spec ++
--- /var/tmp/diff_new_pack.flHYXZ/_old  2022-11-10 14:20:58.765906499 +0100
+++ /var/tmp/diff_new_pack.flHYXZ/_new  2022-11-10 14:20:58.769906522 +0100
@@ -21,7 +21,7 @@
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
 %bcond_without released
 Name:   kpipewire
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:PipeWire integration for KDE Plasma
 License:LGPL-2.0-only AND LGPL-3.0-only

++ kpipewire-5.26.2.tar.xz -> kpipewire-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpipewire-5.26.2/CMakeLists.txt 
new/kpipewire-5.26.3/CMakeLists.txt
--- old/kpipewire-5.26.2/CMakeLists.txt 2022-10-26 12:00:50.0 +0200
+++ new/kpipewire-5.26.3/CMakeLists.txt 2022-11-08 13:08:28.0 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 project(KPipewire)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpipewire-5.26.2/po/ru/kpipewire5.po 
new/kpipewire-5.26.3/po/ru/kpipewire5.po
--- old/kpipewire-5.26.2/po/ru/kpipewire5.po1970-01-01 01:00:00.0 
+0100
+++ new/kpipewire-5.26.3/po/ru/kpipewire5.po2022-11-08 13:08:30.0 
+0100
@@ -0,0 +1,34 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kpipewire package.
+#
+# Olesya Gerasimenko , 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: kpipewire\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-05-31 00:52+\n"
+"PO-Revision-Date: 2022-10-31 15:51+0300\n"
+"Last-Translator: Olesya Gerasimenko \n"
+"Language-Team: Basealt Translation Team\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 22.04.3\n"
+
+#: pipewirecore.cpp:86
+#, kde-format
+msgid "Failed to create PipeWire context"
+msgstr " ?? ??  PipeWire"
+
+#: pipewirecore.cpp:96
+#, kde-format
+msgid "Failed to connect to PipeWire"
+msgstr " ??  ?? PipeWire"
+
+#: pipewirecore.cpp:103
+#, kde-format
+msgid "Failed to start main PipeWire loop"
+msgstr " ?? ??   
PipeWire"
\ No newline at end of file


commit khotkeys5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:40

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


Package is "khotkeys5"

Thu Nov 10 14:20:40 2022 rev:145 rq:1034754 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2022-10-29 
20:16:09.993910114 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new.1597/khotkeys5.changes
2022-11-10 14:20:53.385876048 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:49 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  khotkeys-5.26.2.tar.xz
  khotkeys-5.26.2.tar.xz.sig

New:

  khotkeys-5.26.3.tar.xz
  khotkeys-5.26.3.tar.xz.sig



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.Ey1c7R/_old  2022-11-10 14:20:53.957879286 +0100
+++ /var/tmp/diff_new_pack.Ey1c7R/_new  2022-11-10 14:20:53.961879309 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   khotkeys5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ khotkeys-5.26.2.tar.xz -> khotkeys-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.26.2/CMakeLists.txt 
new/khotkeys-5.26.3/CMakeLists.txt
--- old/khotkeys-5.26.2/CMakeLists.txt  2022-10-26 11:59:31.0 +0200
+++ new/khotkeys-5.26.3/CMakeLists.txt  2022-11-08 13:07:43.0 +0100
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 3.16)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.26.2/data/kde32b1.khotkeys 
new/khotkeys-5.26.3/data/kde32b1.khotkeys
--- old/khotkeys-5.26.2/data/kde32b1.khotkeys   2022-10-26 11:58:59.0 
+0200
+++ new/khotkeys-5.26.3/data/kde32b1.khotkeys   2022-11-08 13:07:32.0 
+0100
@@ -8,7 +8,7 @@
 Comment[bg]= ?? ??  
??, ??   
??   ??. ( 
??,  ??   ?? 
??.)
 Comment[bs]=Grupa koja sadr??i razne primjere primjena mogu??nosti 
K???pre??ica (ova grupa i sve radnje u njoj podrazumijevano su isklju??ene).
 Comment[ca]=Aquest grup cont?? diversos exemples que demostren la majoria de 
les funcionalitats del KHotkeys (cal tenir en compte que aquest grup i totes 
les seves accions estan desactivades per omissi??).
-Comment[ca@valencia]=Este grup cont?? diversos exemples que demostren la 
majoria de les funcionalitats de KHotkeys (cal tindre en compte que este grup i 
totes les seues accions estan desactivades de manera predeterminada).
+Comment[ca@valencia]=Este grup cont?? diversos exemples que demostren la 
majoria de les caracter??stiques de KHotkeys (cal tindre en compte que este 
grup i totes les seues accions estan desactivades de manera predeterminada).
 Comment[cs]=Skupina obsahuj??c?? mnoho pklad?? demonstruj??c??ch v??t??inu 
vlastnost?? KHotKeys. (Tato skupina i v??echny ??innosti nejsou ve v??choz??m  
stavu povoleny.)(
 Comment[csb]=Na gr??pa zam??k?? w se prz??mi??r?? dl?? wikszosc?? f??nkc??j??w 
dl?? Skrodz??n??w ?? gest??w (KHotkeys) (B??cz??nk: No karno ?? jeg?? dzejania 
s?? w dom??slnym nast??wie deaktiw??w??n??)
 Comment[da]=Denne gruppe indeholder diverse eksempler som demonstrerer de 
fleste af KHotkeys' funktioner. (Bem??rk at denne gruppe og alle dens 
handlinger er deaktiveret som standard.)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.26.2/po/zh_CN/khotkeys.po 
new/khotkeys-5.26.3/po/zh_CN/khotkeys.po
--- old/khotkeys-5.26.2/po/zh_CN/khotkeys.po2022-10-26 11:59:23.0 
+0200
+++ new/khotkeys-5.26.3/po/zh_CN/khotkeys.po2022-11-08 13:07:41.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-21 00:44+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kmenuedit5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:42

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


Package is "kmenuedit5"

Thu Nov 10 14:20:42 2022 rev:142 rq:1034756 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2022-10-29 
20:16:15.477939333 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new.1597/kmenuedit5.changes  
2022-11-10 14:20:55.961890628 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:51 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kmenuedit-5.26.2.tar.xz
  kmenuedit-5.26.2.tar.xz.sig

New:

  kmenuedit-5.26.3.tar.xz
  kmenuedit-5.26.3.tar.xz.sig



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.o9EOWT/_old  2022-11-10 14:20:56.581894137 +0100
+++ /var/tmp/diff_new_pack.o9EOWT/_new  2022-11-10 14:20:56.589894182 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   kmenuedit5
-Version:5.26.2
+Version:5.26.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++ kmenuedit-5.26.2.tar.xz -> kmenuedit-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.26.2/CMakeLists.txt 
new/kmenuedit-5.26.3/CMakeLists.txt
--- old/kmenuedit-5.26.2/CMakeLists.txt 2022-10-26 12:00:48.0 +0200
+++ new/kmenuedit-5.26.3/CMakeLists.txt 2022-11-08 13:08:26.0 +0100
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 cmake_minimum_required(VERSION 3.16)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.26.2/org.kde.kmenuedit.appdata.xml 
new/kmenuedit-5.26.3/org.kde.kmenuedit.appdata.xml
--- old/kmenuedit-5.26.2/org.kde.kmenuedit.appdata.xml  2022-10-26 
12:00:18.0 +0200
+++ new/kmenuedit-5.26.3/org.kde.kmenuedit.appdata.xml  2022-11-08 
13:08:18.0 +0100
@@ -106,10 +106,10 @@
 kmenuedit
   
   
+
 
 
 
-
   
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.26.2/po/nn/kmenuedit.po 
new/kmenuedit-5.26.3/po/nn/kmenuedit.po
--- old/kmenuedit-5.26.2/po/nn/kmenuedit.po 2022-10-26 12:00:33.0 
+0200
+++ new/kmenuedit-5.26.3/po/nn/kmenuedit.po 2022-11-08 13:08:23.0 
+0100
@@ -1,21 +1,21 @@
 # Translation of kmenuedit to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes , 2000, 2002, 2003, 2004, 2005.
-# Karl Ove Hufthammer , 2007, 2008, 2015, 2017, 2019, 2020, 
2021.
+# Karl Ove Hufthammer , 2007, 2008, 2015, 2017, 2019, 2020, 
2021, 2022.
 # Eirik U. Birkeland , 2008, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: kmenuedit\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-15 00:46+\n"
-"PO-Revision-Date: 2021-02-28 14:16+0100\n"
+"PO-Revision-Date: 2022-10-30 09:37+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.12.2\n"
+"X-Generator: Lokalize 22.08.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -50,13 +50,13 @@
 #, kde-format
 msgctxt "@label:textbox the name or path to a command-line program"
 msgid "Program:"
-msgstr ""
+msgstr "Program:"
 
 #: basictab.cpp:81
 #, kde-format
 msgctxt "@label:textfield"
 msgid "Command-Line Arguments:"
-msgstr ""
+msgstr "Kommandolinje??argument:"
 
 #: basictab.cpp:85
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.26.2/po/zh_CN/kmenuedit.po 
new/kmenuedit-5.26.3/po/zh_CN/kmenuedit.po
--- old/kmenuedit-5.26.2/po/zh_CN/kmenuedit.po  2022-10-26 12:00:40.0 
+0200
+++ new/kmenuedit-5.26.3/po/zh_CN/kmenuedit.po  2022-11-08 13:08:25.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-15 00:46+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kde-gtk-config5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:39

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


Package is "kde-gtk-config5"

Thu Nov 10 14:20:39 2022 rev:143 rq:1034752 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2022-10-29 20:16:06.537891701 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde-gtk-config5.new.1597/kde-gtk-config5.changes
2022-11-10 14:20:47.845844693 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:46 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kde-gtk-config-5.26.2.tar.xz
  kde-gtk-config-5.26.2.tar.xz.sig

New:

  kde-gtk-config-5.26.3.tar.xz
  kde-gtk-config-5.26.3.tar.xz.sig



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.8MkbhV/_old  2022-11-10 14:20:49.925856465 +0100
+++ /var/tmp/diff_new_pack.8MkbhV/_new  2022-11-10 14:20:49.929856488 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   kde-gtk-config5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Daemon for GTK2 and GTK3 Applications Appearance Under KDE
 License:GPL-3.0-or-later AND LGPL-3.0-or-later

++ kde-gtk-config-5.26.2.tar.xz -> kde-gtk-config-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.26.2/CMakeLists.txt 
new/kde-gtk-config-5.26.3/CMakeLists.txt
--- old/kde-gtk-config-5.26.2/CMakeLists.txt2022-10-26 11:56:59.0 
+0200
+++ new/kde-gtk-config-5.26.3/CMakeLists.txt2022-11-08 13:06:30.0 
+0100
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 cmake_minimum_required(VERSION 3.16)
 
 set(QT_MIN_VERSION "5.15.2")


commit kcm_sddm for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2022-11-10 14:20:36

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


Package is "kcm_sddm"

Thu Nov 10 14:20:36 2022 rev:134 rq:1034750 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2022-10-29 
20:16:02.089868002 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new.1597/kcm_sddm.changes  
2022-11-10 14:20:45.553831720 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:43 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  sddm-kcm-5.26.2.tar.xz
  sddm-kcm-5.26.2.tar.xz.sig

New:

  sddm-kcm-5.26.3.tar.xz
  sddm-kcm-5.26.3.tar.xz.sig



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.VlhCKE/_old  2022-11-10 14:20:46.173835229 +0100
+++ /var/tmp/diff_new_pack.VlhCKE/_new  2022-11-10 14:20:46.181835274 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:   kcm_sddm
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:A sddm control module for KDE
 License:GPL-2.0-only


++ sddm-kcm-5.26.2.tar.xz -> sddm-kcm-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.26.2/CMakeLists.txt 
new/sddm-kcm-5.26.3/CMakeLists.txt
--- old/sddm-kcm-5.26.2/CMakeLists.txt  2022-10-26 12:22:19.0 +0200
+++ new/sddm-kcm-5.26.3/CMakeLists.txt  2022-11-08 13:31:59.0 +0100
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.26.2/po/zh_CN/kcm_sddm.po 
new/sddm-kcm-5.26.3/po/zh_CN/kcm_sddm.po
--- old/sddm-kcm-5.26.2/po/zh_CN/kcm_sddm.po2022-10-26 12:22:38.0 
+0200
+++ new/sddm-kcm-5.26.3/po/zh_CN/kcm_sddm.po2022-11-08 13:32:03.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-07 00:50+\n"
-"PO-Revision-Date: 2022-10-22 05:32\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit kgamma5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2022-11-10 14:20:39

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


Package is "kgamma5"

Thu Nov 10 14:20:39 2022 rev:124 rq:1034753 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2022-10-29 
20:16:08.297901078 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new.1597/kgamma5.changes
2022-11-10 14:20:52.257869664 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:47 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kgamma5-5.26.2.tar.xz
  kgamma5-5.26.2.tar.xz.sig

New:

  kgamma5-5.26.3.tar.xz
  kgamma5-5.26.3.tar.xz.sig



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.CHJRQE/_old  2022-11-10 14:20:52.773872585 +0100
+++ /var/tmp/diff_new_pack.CHJRQE/_new  2022-11-10 14:20:52.777872607 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:   kgamma5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0-or-later

++ kgamma5-5.26.2.tar.xz -> kgamma5-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.26.2/CMakeLists.txt 
new/kgamma5-5.26.3/CMakeLists.txt
--- old/kgamma5-5.26.2/CMakeLists.txt   2022-10-26 11:58:56.0 +0200
+++ new/kgamma5-5.26.3/CMakeLists.txt   2022-11-08 13:07:31.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(kgamma)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.26.2/po/zh_CN/kcmkgamma.po 
new/kgamma5-5.26.3/po/zh_CN/kcmkgamma.po
--- old/kgamma5-5.26.2/po/zh_CN/kcmkgamma.po2022-10-26 11:58:49.0 
+0200
+++ new/kgamma5-5.26.3/po/zh_CN/kcmkgamma.po2022-11-08 13:07:29.0 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-12 00:46+\n"
-"PO-Revision-Date: 2022-10-22 05:31\n"
+"PO-Revision-Date: 2022-11-06 01:09\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


commit discover for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2022-11-10 14:20:33

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


Package is "discover"

Thu Nov 10 14:20:33 2022 rev:123 rq:1034746 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/discover/discover.changes2022-10-29 
20:15:56.773839679 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new.1597/discover.changes  
2022-11-10 14:20:42.125812318 +0100
@@ -1,0 +2,12 @@
+Tue Nov  8 17:24:36 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- Changes since 5.26.2:
+  * Remove top margin caused by empty header on UpdatesPage
+  * Notifier: Fix notification logic
+  * pk/?: Fix problem when using faulty URL
+
+---

Old:

  discover-5.26.2.tar.xz
  discover-5.26.2.tar.xz.sig

New:

  discover-5.26.3.tar.xz
  discover-5.26.3.tar.xz.sig



Other differences:
--
++ discover.spec ++
--- /var/tmp/diff_new_pack.64zolO/_old  2022-11-10 14:20:42.713815646 +0100
+++ /var/tmp/diff_new_pack.64zolO/_new  2022-11-10 14:20:42.717815669 +0100
@@ -21,7 +21,7 @@
 %global have_fwupd (0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300)
 
 Name:   discover
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Software store for the KDE Plasma desktop
 License:GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later

++ discover-5.26.2.tar.xz -> discover-5.26.3.tar.xz ++
 3429 lines of diff (skipped)


commit kde-cli-tools5 for openSUSE:Factory

2022-11-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2022-11-10 14:20:37

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


Package is "kde-cli-tools5"

Thu Nov 10 14:20:37 2022 rev:148 rq:1034751 version:5.26.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2022-10-29 20:16:03.661876378 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new.1597/kde-cli-tools5.changes  
2022-11-10 14:20:46.565837447 +0100
@@ -1,0 +2,9 @@
+Tue Nov  8 17:24:45 UTC 2022 - Fabian Vogt 
+
+- Update to 5.26.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.26.3
+- No code changes since 5.26.2
+
+---

Old:

  kde-cli-tools-5.26.2.tar.xz
  kde-cli-tools-5.26.2.tar.xz.sig

New:

  kde-cli-tools-5.26.3.tar.xz
  kde-cli-tools-5.26.3.tar.xz.sig



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.AT3SY2/_old  2022-11-10 14:20:47.149840753 +0100
+++ /var/tmp/diff_new_pack.AT3SY2/_new  2022-11-10 14:20:47.153840776 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.98.0
 %bcond_without released
 Name:   kde-cli-tools5
-Version:5.26.2
+Version:5.26.3
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0-or-later

++ kde-cli-tools-5.26.2.tar.xz -> kde-cli-tools-5.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.26.2/CMakeLists.txt 
new/kde-cli-tools-5.26.3/CMakeLists.txt
--- old/kde-cli-tools-5.26.2/CMakeLists.txt 2022-10-26 11:56:56.0 
+0200
+++ new/kde-cli-tools-5.26.3/CMakeLists.txt 2022-11-08 13:06:27.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.26.2")
+set(PROJECT_VERSION "5.26.3")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.98.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-cli-tools-5.26.2/keditfiletype/kcm_filetypes.json 
new/kde-cli-tools-5.26.3/keditfiletype/kcm_filetypes.json
--- old/kde-cli-tools-5.26.2/keditfiletype/kcm_filetypes.json   2022-10-26 
11:56:10.0 +0200
+++ new/kde-cli-tools-5.26.3/keditfiletype/kcm_filetypes.json   2022-11-08 
13:05:51.0 +0100
@@ -1,6 +1,7 @@
 {
 "KPlugin": {
 "Description": "Configure file associations",
+"Description[ar]": "  ",
 "Description[az]": "Fayl ba??lant??lar??n?? t??nziml??yin",
 "Description[bg]": "??  ?? 
",
 "Description[ca@valencia]": "Configura les associacions de fitxer",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-cli-tools-5.26.2/keditfiletype/org.kde.keditfiletype.desktop 
new/kde-cli-tools-5.26.3/keditfiletype/org.kde.keditfiletype.desktop
--- old/kde-cli-tools-5.26.2/keditfiletype/org.kde.keditfiletype.desktop
2022-10-26 11:56:10.0 +0200
+++ new/kde-cli-tools-5.26.3/keditfiletype/org.kde.keditfiletype.desktop
2022-11-08 13:05:51.0 +0100
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=File Type Editor
+Name[ar]= ?? ??
 Name[az]=Fayl n??v?? redaktoru
 Name[bg]=   ??
 Name[ca]=Editor dels tipus de fitxers
@@ -29,6 +30,7 @@
 Name[vi]=Tr??nh bi??n t???p ki???u t???p
 Name[x-test]=xxFile Type Editorxx
 GenericName=File Type Editor
+GenericName[ar]= ?? ??
 GenericName[az]=Fayl n??v?? redaktoru
 GenericName[bg]=   ??
 GenericName[ca]=Editor dels tipus de fitxers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-cli-tools-5.26.2/plasma-open-settings/org.kde.plasma.settings.open.desktop
 
new/kde-cli-tools-5.26.3/plasma-open-settings/org.kde.plasma.settings.open.desktop
--- 
old/kde-cli-tools-5.26.2/plasma-open-settings/org.kde.plasma.settings.open.desktop
  2022-10-26 11:56:10.0 +0200
+++ 
new/kde-cli-tools-5.26.3/plasma-open-settings/org.kde.plasma.settings.open.desktop
  2022-11-08 13:05:51.0 +0100
@@ -3,6 +3,7 @@
 
 [Desktop Entry]
 Name=Open System Settings
+Name[ar]= ?? 
 Name[az]=Sistem ayarlar??n?? an
 Name[bg]=   ??
 Name[ca]=Obre l'Arranjament del sistema
diff -urN '--exclude=CV

  1   2   >