openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
October 2022
- 1 participants
- 2855 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mold for openSUSE:Factory checked in at 2022-10-20 11:11:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mold (Old)
and /work/SRC/openSUSE:Factory/.mold.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mold"
Thu Oct 20 11:11:16 2022 rev:23 rq:1029962 version:1.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mold/mold.changes 2022-09-29 18:14:41.983412747 +0200
+++ /work/SRC/openSUSE:Factory/.mold.new.2275/mold.changes 2022-10-20 11:11:43.296020892 +0200
@@ -1,0 +2,23 @@
+Wed Oct 19 08:20:22 UTC 2022 - Martin Li��ka <mliska(a)suse.cz>
+
+- Update to version 1.6.0
+ * [ppc64] mold now supports the original 64-bit big-endian PowerPC ABI (which is
+ also known as PPC64 ELFv1 or just ppc64), so that you can build applications for
+ older PPC64 systems with mold. Note that this should not be confused with the
+ modern PPC64 ELFv2 ABI (which is also known as ppc64le), which is already
+ supported by mold.
+ * [s390x] Linux/s390x is now supported. Linux/s390x is the Linux environment
+ running on IBM z/Architecture mainframes. I've personally never seen a
+ mainframe, but we wanted to support it because many Linux distros actively
+ support that target, which in turn means there are many enterprise users who are
+ using IBM mainframes. Speaking of the porting effort, we do not only port our
+ linker to s390x but also found a couple of issues with the existing GCC
+ toolchain for s390x. So, we are improving the whole IBM mainframe ecosystem!
+ * mold now creates smaller output files. It is most noticeable on targets with
+ large page sizes such as PPC64 (on which the common page size is 64 KiB), but
+ even on x86-64, it should save a few kilobytes per an output file.
+ * [arm64] mold can now link executables with -static-pie. Previously, executables
+ linked with that flag crashed immediately.
+- Exclude ppc architecture as it is not supported right now.
+
+-------------------------------------------------------------------
Old:
----
mold-1.5.1.tar.gz
New:
----
mold-1.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mold.spec ++++++
--- /var/tmp/diff_new_pack.kUOy8L/_old 2022-10-20 11:11:44.016022351 +0200
+++ /var/tmp/diff_new_pack.kUOy8L/_new 2022-10-20 11:11:44.020022359 +0200
@@ -17,17 +17,16 @@
Name: mold
-Version: 1.5.1
+Version: 1.6.0
Release: 0
Summary: A Modern Linker (mold)
License: AGPL-3.0-or-later
Group: Development/Tools/Building
URL: https://github.com/rui314/mold
Source: https://github.com/rui314/mold/archive/v%{version}/mold-%{version}.tar.gz
-ExclusiveArch: aarch64 %arm %ix86 x86_64 aarch64 riscv64 ppc64le
BuildRequires: cmake
%if %{suse_version} < 1550
-BuildRequires: gcc10-c++
+BuildRequires: gcc11-c++
%else
# These libraries are not present for openSUSE Leap
BuildRequires: gcc-c++
@@ -44,16 +43,18 @@
BuildRequires: glibc-devel-static
BuildRequires: libzstd-devel
BuildRequires: openssl-devel
+%ifnarch ppc64
BuildRequires: valgrind
-BuildRequires: xxhash-devel
+%endif
BuildRequires: zlib-devel
BuildRequires: zstd
PreReq: update-alternatives
+ExcludeArch: ppc
%if %{suse_version} < 1550
-%define build_args STRIP=true SYSTEM_XXHASH=1 USE_MIMALLOC=0 SYSTEM_ZSTD=1
+%define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_MIMALLOC=OFF
%else
-%define build_args STRIP=true SYSTEM_TBB=1 SYSTEM_XXHASH=1 USE_MIMALLOC=0 SYSTEM_ZSTD=1
+%define build_args -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_MIMALLOC=OFF -DMOLD_USE_SYSTEM_TBB=ON
%endif
%description
@@ -68,42 +69,21 @@
%build
%if %{suse_version} < 1550
-export CC=gcc-10
-export CXX=g++-10
+export CC=gcc-11
+export CXX=g++-11
%endif
-export CXXFLAGS="%{optflags} -Wno-sign-compare"
-
-%make_build -e \
-CXXFLAGS="${CXXFLAGS}" \
-LDFLAGS="${CXXFLAGS}" \
-PREFIX=%{_prefix} \
-BINDIR=%{_bindir} \
-MANDIR=%{_mandir} \
-LIBDIR=%{_libdir} \
-LIBEXECDIR=%{_libexecdir} \
-%{build_args}
+%cmake %{build_args}
+%cmake_build
%install
-%make_install -e \
-PREFIX=%{_prefix} \
-BINDIR=%{_bindir} \
-MANDIR=%{_mandir} \
-LIBDIR=%{_libdir} \
-LIBEXECDIR=%{_libexecdir} \
-%{build_args}
+%cmake_install
%check
%if %{suse_version} < 1550
-export TEST_CC=gcc-10
-export TEST_CXX=g++-10
+export TEST_CC=gcc-11
+export TEST_CXX=g++-11
%endif
-%make_build test -k -e \
-PREFIX=%{_prefix} \
-BINDIR=%{_bindir} \
-MANDIR=%{_mandir} \
-LIBDIR=%{_libdir} \
-LIBEXECDIR=%{_libexecdir} \
-%{build_args}
+%ctest
%post
"%_sbindir/update-alternatives" --install \
++++++ mold-1.5.1.tar.gz -> mold-1.6.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/mold/mold-1.5.1.tar.gz /work/SRC/openSUSE:Factory/.mold.new.2275/mold-1.6.0.tar.gz differ: char 12, line 1
1
0
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-10-20 11:11:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqc2-breeze-style (Old)
and /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qqc2-breeze-style"
Thu Oct 20 11:11:12 2022 rev:32 rq:1029981 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/qqc2-breeze-style/qqc2-breeze-style.changes 2022-10-11 18:04:40.606000127 +0200
+++ /work/SRC/openSUSE:Factory/.qqc2-breeze-style.new.2275/qqc2-breeze-style.changes 2022-10-20 11:11:40.856015949 +0200
@@ -1,0 +2,13 @@
+Tue Oct 18 11:27:37 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- Changes since 5.26.0:
+ * ScrollBar & ScrollIndicator: Show over content even if it loaded after
+ * Revert "Install po folder"
+- Drop patches, now upstream:
+ * 0001-Revert-Install-po-folder.patch
+
+-------------------------------------------------------------------
Old:
----
0001-Revert-Install-po-folder.patch
qqc2-breeze-style-5.26.0.tar.xz
qqc2-breeze-style-5.26.0.tar.xz.sig
New:
----
qqc2-breeze-style-5.26.1.tar.xz
qqc2-breeze-style-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qqc2-breeze-style.spec ++++++
--- /var/tmp/diff_new_pack.8UvXHs/_old 2022-10-20 11:11:41.356016962 +0200
+++ /var/tmp/diff_new_pack.8UvXHs/_new 2022-10-20 11:11:41.364016978 +0200
@@ -18,19 +18,17 @@
%bcond_without released
Name: qqc2-breeze-style
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: Breeze Style for Qt Quick Controls 2
License: LGPL-2.1-only OR LGPL-3.0-only
Group: System/Libraries
URL: https://www.kde.org
-Source: qqc2-breeze-style-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{versi…
%if %{with released}
-Source1: qqc2-breeze-style-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/qqc2-breeze-style-%{versi…
Source2: plasma.keyring
%endif
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Revert-Install-po-folder.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kf5-filesystem
++++++ qqc2-breeze-style-5.26.0.tar.xz -> qqc2-breeze-style-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/.kde-ci.yml new/qqc2-breeze-style-5.26.1/.kde-ci.yml
--- old/qqc2-breeze-style-5.26.0/.kde-ci.yml 2022-10-06 14:44:43.000000000 +0200
+++ new/qqc2-breeze-style-5.26.1/.kde-ci.yml 2022-10-18 12:50:25.000000000 +0200
@@ -12,7 +12,6 @@
'frameworks/kguiaddons': '@latest'
'frameworks/kiconthemes': '@latest'
'frameworks/kirigami': '@latest'
- 'frameworks/ki18n': '@latest'
'frameworks/kwidgetsaddons': '@latest'
Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/CMakeLists.txt new/qqc2-breeze-style-5.26.1/CMakeLists.txt
--- old/qqc2-breeze-style-5.26.0/CMakeLists.txt 2022-10-06 14:44:43.000000000 +0200
+++ new/qqc2-breeze-style-5.26.1/CMakeLists.txt 2022-10-18 12:50:25.000000000 +0200
@@ -47,7 +47,7 @@
find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED)
endif()
-find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS GuiAddons Config Kirigami2 CoreAddons ConfigWidgets I18n)
+find_package(KF5 ${KF5_DEP_VERSION} REQUIRED COMPONENTS GuiAddons Config Kirigami2 CoreAddons ConfigWidgets)
if (NOT APPLE AND NOT WIN32)
find_package(X11)
@@ -172,5 +172,3 @@
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
-
-ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollBar.qml new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollBar.qml
--- old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollBar.qml 2022-10-06 14:44:43.000000000 +0200
+++ new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollBar.qml 2022-10-18 12:50:25.000000000 +0200
@@ -11,6 +11,10 @@
T.ScrollBar {
id: control
+ // content may be loaded after this component, ensure it always stays above content
+ // inline with qqc2-desktop-style behaviour
+ z: 9999
+
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset,
implicitContentWidth + leftPadding + rightPadding)
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollIndicator.qml new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollIndicator.qml
--- old/qqc2-breeze-style-5.26.0/style/qtquickcontrols/ScrollIndicator.qml 2022-10-06 14:44:43.000000000 +0200
+++ new/qqc2-breeze-style-5.26.1/style/qtquickcontrols/ScrollIndicator.qml 2022-10-18 12:50:25.000000000 +0200
@@ -11,6 +11,10 @@
T.ScrollIndicator {
id: control
+ // content may be loaded after this component, ensure it always stays above content
+ // inline with qqc2-desktop-style behaviour
+ z: 9999
+
implicitWidth: Math.max(implicitBackgroundWidth + leftInset + rightInset,
implicitContentWidth + leftPadding + rightPadding)
implicitHeight: Math.max(implicitBackgroundHeight + topInset + bottomInset,
1
0
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-10-20 11:11:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth-theme-breeze (Old)
and /work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plymouth-theme-breeze"
Thu Oct 20 11:11:12 2022 rev:111 rq:1029863 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes 2022-10-11 18:04:16.781961614 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new.2275/plymouth-theme-breeze.changes 2022-10-20 11:11:39.500013202 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:37 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
breeze-plymouth-5.26.0.tar.xz
breeze-plymouth-5.26.0.tar.xz.sig
New:
----
breeze-plymouth-5.26.1.tar.xz
breeze-plymouth-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plymouth-theme-breeze.spec ++++++
--- /var/tmp/diff_new_pack.zk5Tkd/_old 2022-10-20 11:11:40.232014685 +0200
+++ /var/tmp/diff_new_pack.zk5Tkd/_new 2022-10-20 11:11:40.240014701 +0200
@@ -36,15 +36,15 @@
%bcond_without released
Name: plymouth-theme-breeze
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: Plymouth "Breeze" theme
License: GPL-2.0+
Group: System/Base
URL: http://www.kde.org
-Source: breeze-plymouth-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version…
%if %{with released}
-Source1: breeze-plymouth-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version…
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ breeze-plymouth-5.26.0.tar.xz -> breeze-plymouth-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/breeze-plymouth-5.26.0/CMakeLists.txt new/breeze-plymouth-5.26.1/CMakeLists.txt
--- old/breeze-plymouth-5.26.0/CMakeLists.txt 2022-10-06 14:09:22.000000000 +0200
+++ new/breeze-plymouth-5.26.1/CMakeLists.txt 2022-10-18 12:21:57.000000000 +0200
@@ -1,5 +1,5 @@
project(breeze-plymouth)
-set(PROJECT_VERSION "5.26.0")
+set(PROJECT_VERSION "5.26.1")
set(PROJECT_VERSION_MAJOR 5)
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
1
0
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-10-20 11:11:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers (Old)
and /work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-workspace-wallpapers"
Thu Oct 20 11:11:09 2022 rev:131 rq:1029862 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes 2022-10-11 18:04:33.321988352 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new.2275/plasma5-workspace-wallpapers.changes 2022-10-20 11:11:37.432009012 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:35 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-workspace-wallpapers-5.26.0.tar.xz
plasma-workspace-wallpapers-5.26.0.tar.xz.sig
New:
----
plasma-workspace-wallpapers-5.26.1.tar.xz
plasma-workspace-wallpapers-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-workspace-wallpapers.spec ++++++
--- /var/tmp/diff_new_pack.pMRjgY/_old 2022-10-20 11:11:38.924012035 +0200
+++ /var/tmp/diff_new_pack.pMRjgY/_new 2022-10-20 11:11:38.928012043 +0200
@@ -18,7 +18,7 @@
%bcond_without released
Name: plasma5-workspace-wallpapers
-Version: 5.26.0
+Version: 5.26.1
Release: 0
BuildRequires: cmake >= 3.16
BuildRequires: extra-cmake-modules >= 0.0.12
@@ -28,9 +28,9 @@
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
-Source: plasma-workspace-wallpapers-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/plasma-workspace-wallpape…
%if %{with released}
-Source1: plasma-workspace-wallpapers-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-workspace-wallpape…
Source2: plasma.keyring
%endif
BuildArch: noarch
++++++ plasma-workspace-wallpapers-5.26.0.tar.xz -> plasma-workspace-wallpapers-5.26.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-5.26.0.tar.xz /work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new.2275/plasma-workspace-wallpapers-5.26.1.tar.xz differ: char 27, line 1
1
0
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-10-20 11:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-thunderbolt (Old)
and /work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-thunderbolt"
Thu Oct 20 11:11:07 2022 rev:58 rq:1029860 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-thunderbolt/plasma5-thunderbolt.changes 2022-10-11 18:04:36.081992814 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-thunderbolt.new.2275/plasma5-thunderbolt.changes 2022-10-20 11:11:35.564005228 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:34 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-thunderbolt-5.26.0.tar.xz
plasma-thunderbolt-5.26.0.tar.xz.sig
New:
----
plasma-thunderbolt-5.26.1.tar.xz
plasma-thunderbolt-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-thunderbolt.spec ++++++
--- /var/tmp/diff_new_pack.b0K1P7/_old 2022-10-20 11:11:36.108006330 +0200
+++ /var/tmp/diff_new_pack.b0K1P7/_new 2022-10-20 11:11:36.112006338 +0200
@@ -23,15 +23,15 @@
%define qt5_version 5.15.0
%bcond_without released
Name: plasma5-thunderbolt
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: Plasma frontend for Thunderbolt 3 security levels
License: GPL-2.0-or-later
Group: Productivity/Security
URL: http://www.kde.org
-Source: plasma-thunderbolt-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{vers…
%if %{with released}
-Source1: plasma-thunderbolt-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-thunderbolt-%{vers…
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= %{kf5_version}
++++++ plasma-thunderbolt-5.26.0.tar.xz -> plasma-thunderbolt-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.26.0/po/ka/kcm_bolt.po new/plasma-thunderbolt-5.26.1/po/ka/kcm_bolt.po
--- old/plasma-thunderbolt-5.26.0/po/ka/kcm_bolt.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-thunderbolt-5.26.1/po/ka/kcm_bolt.po 2022-10-18 12:43:57.000000000 +0200
@@ -0,0 +1,194 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-thunderbolt package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-thunderbolt\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2021-05-04 00:21+0000\n"
+"PO-Revision-Date: 2022-10-17 11:58+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghonadze(a)gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-doc(a)kde.org>\n"
+"Language: ka\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: Poedit 3.1.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Temuri Doghonadze"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "Temuri.doghonadze(a)gmail.com"
+
+#: kcm_bolt.cpp:70
+#, kde-format
+msgid "Thunderbolt Device Management"
+msgstr "Thunderbolt ������������������������������������������ ������������������"
+
+#: kcm_bolt.cpp:72
+#, kde-format
+msgid "System Settings module for managing Thunderbolt devices."
+msgstr ""
+"������������������������ ������������������������ ��������������������� ������������������ Thunderbolt ������������������������������������������ ������������������������������."
+
+#: kcm_bolt.cpp:74
+#, kde-format
+msgid "Daniel Vr��til"
+msgstr "Daniel Vr��til"
+
+#: package/contents/ui/DeviceList.qml:27
+#, kde-format
+msgid "Enable Thunderbolt devices"
+msgstr "Thunderbolt ������������������������������������ ������������������"
+
+#: package/contents/ui/DeviceList.qml:61
+#, kde-format
+msgid "No Thunderbolt devices connected"
+msgstr "��������������������������������������� Thunderbolt ������������������������������������������ ������������������"
+
+#: package/contents/ui/DeviceView.qml:64
+#, kde-format
+msgid "Vendor:"
+msgstr "���������������������������������:"
+
+#: package/contents/ui/DeviceView.qml:68
+#, kde-format
+msgid "UID:"
+msgstr "UID:"
+
+#: package/contents/ui/DeviceView.qml:72
+#, kde-format
+msgid "Status:"
+msgstr "���������������������:"
+
+#: package/contents/ui/DeviceView.qml:77
+#, kde-format
+msgid "Authorized at:"
+msgstr "������������������������������������:"
+
+#: package/contents/ui/DeviceView.qml:82
+#, kde-format
+msgid "Connected at:"
+msgstr "������������������������������������������ ������������������������������:"
+
+#: package/contents/ui/DeviceView.qml:87
+#, kde-format
+msgid "Enrolled at:"
+msgstr "���������������������������������:"
+
+#: package/contents/ui/DeviceView.qml:91
+#, kde-format
+msgid "Yes"
+msgstr "������"
+
+#: package/contents/ui/DeviceView.qml:91
+#, kde-format
+msgid "No"
+msgstr "���������"
+
+#: package/contents/ui/DeviceView.qml:92
+#, kde-format
+msgid "Trusted:"
+msgstr "���������������:"
+
+#: package/contents/ui/DeviceView.qml:101
+#, kde-format
+msgid "Authorizing..."
+msgstr "���������������������������������..."
+
+#: package/contents/ui/DeviceView.qml:101
+#, kde-format
+msgid "Authorize"
+msgstr "���������������������������������"
+
+#: package/contents/ui/DeviceView.qml:112
+#: package/contents/ui/DeviceView.qml:132
+#, kde-format
+msgid "Failed to enroll device <b>%1</b>: %2"
+msgstr "������������������������������������ ��������������� <b>%1</b>: %2"
+
+#: package/contents/ui/DeviceView.qml:119
+#, kde-format
+msgid "Trust this Device"
+msgstr "������������������������������������ ���������������"
+
+#: package/contents/ui/DeviceView.qml:140
+#, kde-format
+msgid "Revoke Trust"
+msgstr "������������������ ������������������������"
+
+#: package/contents/ui/DeviceView.qml:152
+#, kde-format
+msgid "Error changing device trust: <b>%1</b>: %2"
+msgstr "������������������������������������ ������������������ ��������������������� ���������������������: <b>%1</b>: %2"
+
+#: package/contents/ui/DeviceView.qml:169
+#, kde-format
+msgid ""
+"Hint: trusted device will be automatically authorized the next time it is "
+"connected to the computer."
+msgstr ""
+
+#: package/contents/ui/DeviceView.qml:170
+#, kde-format
+msgid ""
+"Hint: an untrusted device needs to be manually authorized each time it is "
+"connected to the computer."
+msgstr ""
+
+#: package/contents/ui/main.qml:18
+#, kde-format
+msgid ""
+"This module allows you to manage Thunderbolt devices connected to your "
+"computer."
+msgstr ""
+
+#: package/contents/ui/main.qml:40
+#, kde-format
+msgid "Thunderbolt support has been disabled in BIOS"
+msgstr "Thunderbolt -������ ������������������������������ BIOS-��������� ���������������������������"
+
+#: package/contents/ui/main.qml:45
+#, kde-format
+msgid "Thunderbolt subsystem is not available"
+msgstr "Thunderbolt ������������������������������ ���������������������������������������������"
+
+#: package/contents/ui/utils.js:16
+msgid "Disconnected"
+msgstr "���������������������������"
+
+#: package/contents/ui/utils.js:18
+msgid "Connecting"
+msgstr "���������������������������������"
+
+#: package/contents/ui/utils.js:20
+msgid "Connected"
+msgstr "������������������������������������������"
+
+#: package/contents/ui/utils.js:23
+msgid "Authorization Error"
+msgstr "������������������������������������ ���������������������"
+
+#: package/contents/ui/utils.js:25
+msgid "Authorizing"
+msgstr "������������������������������"
+
+#: package/contents/ui/utils.js:29
+msgid "Reduced Functionality"
+msgstr "��������������������������� ���������������������������������"
+
+#: package/contents/ui/utils.js:31
+msgid "Connected & Authorized"
+msgstr "������������������������������ ������ ������������������������������������"
+
+#: package/contents/ui/utils.js:38
+msgid "Trusted"
+msgstr "���������������"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.26.0/po/ka/kded_bolt.po new/plasma-thunderbolt-5.26.1/po/ka/kded_bolt.po
--- old/plasma-thunderbolt-5.26.0/po/ka/kded_bolt.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-thunderbolt-5.26.1/po/ka/kded_bolt.po 2022-10-18 12:43:57.000000000 +0200
@@ -0,0 +1,67 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-thunderbolt package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-thunderbolt\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2021-05-04 00:21+0000\n"
+"PO-Revision-Date: 2022-10-17 11:58+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghonadze(a)gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-doc(a)kde.org>\n"
+"Language: ka\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: Poedit 3.1.1\n"
+
+#: kded_bolt.cpp:67
+#, kde-format
+msgid "New Thunderbolt Device Detected"
+msgstr "������������������������ ��������������� Thunderbolt ���������������������������������"
+
+#: kded_bolt.cpp:68
+#, kde-format
+msgid ""
+"Unauthorized Thunderbolt device <b>%1</b> was detected. Do you want to "
+"authorize it?"
+msgstr ""
+"������������������������ ��������������������������������������������� Thunderbolt ���������������������������������: <b>%1</b>. ��������������������� ������������ "
+"���������������������������������?"
+
+#: kded_bolt.cpp:70
+#, kde-format
+msgid ""
+"%1 unauthorized Thunderbolt device was detected. Do you want to authorize it?"
+msgid_plural ""
+"%1 unauthorized Thunderbolt devices were detected. Do you want to authorize "
+"them?"
+msgstr[0] ""
+"������������������������ %1 ��������������������������������������������� Thunderbolt ���������������������������������. ��������������������� ������������ "
+"���������������������������������?"
+msgstr[1] ""
+"������������������������ %1 ��������������������������������������������� Thunderbolt ���������������������������������. ��������������������� ������������ "
+"���������������������������������?"
+
+#: kded_bolt.cpp:77
+#, kde-format
+msgid "Authorize Now"
+msgstr "��������������������������������� ������������"
+
+#: kded_bolt.cpp:77
+#, kde-format
+msgid "Authorize Permanently"
+msgstr "��������������������������������� ���������������������������"
+
+#: kded_bolt.cpp:128
+#, kde-format
+msgid "Thunderbolt Device Authorization Error"
+msgstr "Thunderbolt ������������������������������������ ��������������������������������� ���������������������"
+
+#: kded_bolt.cpp:129
+#, kde-format
+msgid "Failed to authorize Thunderbolt device <b>%1</b>: %2"
+msgstr "��������������������� Thunderbolt ������������������������������������ ������������������������������������������ <b>%1</b>: %2"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.26.0/src/kcm/kcm_bolt.json new/plasma-thunderbolt-5.26.1/src/kcm/kcm_bolt.json
--- old/plasma-thunderbolt-5.26.0/src/kcm/kcm_bolt.json 2022-10-06 14:37:55.000000000 +0200
+++ new/plasma-thunderbolt-5.26.1/src/kcm/kcm_bolt.json 2022-10-18 12:43:47.000000000 +0200
@@ -18,6 +18,7 @@
"Description[hu]": "Thunderbolt eszk��z��k kezel��se",
"Description[ia]": "Gestion de dispositivo de Thunderbolt",
"Description[it]": "Gestione dei dispositivi Thunderbolt",
+ "Description[ka]": "Thunderbolt ������������������������������������������ ������������������",
"Description[ko]": "Thunderbolt ������ ������",
"Description[nl]": "Thunderbolt apparaatbeheer",
"Description[nn]": "Handsaming av Thunderbolt-einingar",
@@ -55,6 +56,7 @@
"Name[ia]": "Thunderbolt",
"Name[id]": "Thunderbolt",
"Name[it]": "Thunderbolt",
+ "Name[ka]": "Thunderbolt",
"Name[ko]": "Thunderbolt",
"Name[lt]": "Thunderbolt",
"Name[nl]": "Thunderbolt",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.26.0/src/kded/kded_bolt.desktop new/plasma-thunderbolt-5.26.1/src/kded/kded_bolt.desktop
--- old/plasma-thunderbolt-5.26.0/src/kded/kded_bolt.desktop 2022-10-06 14:37:55.000000000 +0200
+++ new/plasma-thunderbolt-5.26.1/src/kded/kded_bolt.desktop 2022-10-18 12:43:47.000000000 +0200
@@ -19,6 +19,7 @@
Name[ia]=Monitor de dispositivo de Thunderbolt
Name[id]=Pemantau Peranti Thunderbolt
Name[it]=Monitor dei dispositivi Thunderbolt
+Name[ka]=Thunderbolt ������������������������������������������ ������������������������
Name[ko]=Thunderbolt ������ ���������
Name[lt]=Thunderbolt ��rengini�� pri��i��rykl��
Name[nl]=Thunderbolt apparaatmonitor
@@ -57,6 +58,7 @@
Comment[ia]=Monitor de dispositivo de Thunderbolt
Comment[id]=Pemantau Peranti Thunderbolt
Comment[it]=Monitor dei dispositivi Thunderbolt
+Comment[ka]=Thunderbolt ������������������������������������������ ������������������������
Comment[ko]=Thunderbolt ������ ������������������
Comment[lt]=Thunderbolt ��rengini�� pri��i��rykl��
Comment[nl]=Thunderbolt apparaatmonitor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-thunderbolt-5.26.0/src/kded/kded_bolt.notifyrc new/plasma-thunderbolt-5.26.1/src/kded/kded_bolt.notifyrc
--- old/plasma-thunderbolt-5.26.0/src/kded/kded_bolt.notifyrc 2022-10-06 14:37:55.000000000 +0200
+++ new/plasma-thunderbolt-5.26.1/src/kded/kded_bolt.notifyrc 2022-10-18 12:43:47.000000000 +0200
@@ -20,6 +20,7 @@
Name[ia]=Monitor de dispositivo de Thunderbolt
Name[id]=Pemantau Peranti Thunderbolt
Name[it]=Monitor dei dispositivi Thunderbolt
+Name[ka]=Thunderbolt ������������������������������������������ ������������������������
Name[ko]=Thunderbolt ������ ���������
Name[lt]=Thunderbolt ��rengini�� pri��i��rykl��
Name[nl]=Thunderbolt apparaatmonitor
@@ -58,6 +59,7 @@
Comment[ia]=Monitor de dispositivo de Thunderbolt
Comment[id]=Pemantau Peranti Thunderbolt
Comment[it]=Monitor dei dispositivi Thunderbolt
+Comment[ka]=Thunderbolt ������������������������������������������ ������������������������
Comment[ko]=Thunderbolt ������ ������������������
Comment[lt]=Thunderbolt ��rengini�� pri��i��rykl��
Comment[nl]=Thunderbolt apparaatmonitor
@@ -98,6 +100,7 @@
Name[ia]=Aviso
Name[id]=Peringatan
Name[it]=Avviso
+Name[ka]=���������������������������������
Name[ko]=������
Name[lt]=��sp��jimas
Name[nl]=Waarschuwing
@@ -136,6 +139,7 @@
Comment[ia]=Usate pro notificationes de avisos
Comment[id]=Digunakan untuk notifikasi peringatan
Comment[it]=Usato per gli avvisi
+Comment[ka]=������������������������������������ ���������������������������������������
Comment[ko]=������ ��������� ���������������
Comment[lt]=Naudojama ��sp��jimo prane��imams
Comment[nl]=Wordt gebruikt voor waarschuwingsmeldingen
@@ -176,6 +180,7 @@
Name[ia]=Error
Name[id]=Error
Name[it]=Errore
+Name[ka]=Error
Name[ko]=������
Name[lt]=Klaida
Name[nl]=Fout
@@ -214,6 +219,7 @@
Comment[ia]=Usate pro notificationes
Comment[id]=Digunakan untuk notifikasi error
Comment[it]=Usato per gli errori
+Comment[ka]=��������������������������������� ������������������������ ������������������������������������������������������
Comment[ko]=������ ��������� ���������������
Comment[lt]=Naudojama klaidos prane��imams
Comment[nl]=Gebruikt voor foutmeldingen
@@ -255,6 +261,7 @@
Name[ia]=Dispositivo non authorisate es connectite
Name[id]=Perangkat tak diotorisasi telah dicolokkan
Name[it]=Un dispositivo non autorizzato �� stato collegato
+Name[ka]=������������������������������ ��������������������������������� ������������������������������������ ������������
Name[ko]=������������ ������ ��������� ������������ ������
Name[lt]=Yra ��ki��tas ne��galiotas ��renginys
Name[nl]=Niet geautoriseerd apparaat is ingeplugd
@@ -293,6 +300,7 @@
Comment[ia]=Un dispositivo non authorisate de Thunderbolt ha essite connectite in le computator
Comment[id]=Sebuah peranti Thunderbolt tak diotorisasi telah dicolokkan ke dalam komputer
Comment[it]=Un dispositivo Thunderbolt non autorizzato �� stato collegato al computer
+Comment[ka]=��������������������������������� ������������������������������ Thunderbolt ��������������������������������� ������������������������������������ ������������
Comment[ko]=������������ ������ Thunderbolt ��������� ������������ ������������ ������������
Comment[lt]=�� kompiuter�� ��ki��tas ne��galiotas Thunderbolt ��renginys
Comment[nl]=Een niet geautoriseerd Thunderbolt apparaat is ingeplugd in de computer
@@ -334,6 +342,7 @@
Name[ia]=Error durante le authorisation de dispositivo
Name[id]=Error selagi pengotorisasian peranti
Name[it]=Errore durante l'autorizzazione del dispositivo
+Name[ka]=��������������������� ������������������������������������ ������������������������������������������
Name[ko]=������ ������ ��� ������ ������
Name[lt]=Klaida ��renginio ��galiojimo metu
Name[nl]=Fout bij het de autorisatie van apparaat
@@ -371,6 +380,7 @@
Comment[ia]=Un error occurreva durante que on authorisava o blocava un dispositivo Thunderbolt
Comment[id]=Sebuah error terjadi selagi mengotorisasi atau mengeblok peranti Thunderbolt
Comment[it]=Si �� verificato un errore durante l'autorizzazione o il blocco di un dispositivo Thunderbolt
+Comment[ka]=��������������������� Thunderbolt ������������������������������������ ������������������������������������ ������ ���������������������������������
Comment[ko]=Thunderbolt ��������� ��������������� ������������ ������ ��������� ������������������
Comment[lt]=��galiojant ar blokuojant Thunderbolt ��rengin��, ��vyko klaida
Comment[nl]=Er is een fout opgetreden bij het autoriseren of blokkeren van een Thunderbolt apparaat
1
0
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-10-20 11:11:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-sdk (Old)
and /work/SRC/openSUSE:Factory/.plasma5-sdk.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-sdk"
Thu Oct 20 11:11:06 2022 rev:131 rq:1029858 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes 2022-10-11 18:04:25.997976512 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new.2275/plasma5-sdk.changes 2022-10-20 11:11:34.688003453 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:34 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-sdk-5.26.0.tar.xz
plasma-sdk-5.26.0.tar.xz.sig
New:
----
plasma-sdk-5.26.1.tar.xz
plasma-sdk-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-sdk.spec ++++++
--- /var/tmp/diff_new_pack.c1YNK9/_old 2022-10-20 11:11:35.212004514 +0200
+++ /var/tmp/diff_new_pack.c1YNK9/_new 2022-10-20 11:11:35.220004531 +0200
@@ -18,15 +18,15 @@
%bcond_without released
Name: plasma5-sdk
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: Plasma SDK
License: GPL-2.0-only AND LGPL-2.0-or-later
Group: System/GUI/KDE
URL: https://cgit.kde.org/plasma-sdk.git
-Source: plasma-sdk-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar…
%if %{with released}
-Source1: plasma-sdk-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar…
Source2: plasma.keyring
%endif
BuildRequires: breeze5-icons
++++++ plasma-sdk-5.26.0.tar.xz -> plasma-sdk-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/CMakeLists.txt new/plasma-sdk-5.26.1/CMakeLists.txt
--- old/plasma-sdk-5.26.0/CMakeLists.txt 2022-10-06 14:36:23.000000000 +0200
+++ new/plasma-sdk-5.26.1/CMakeLists.txt 2022-10-18 12:42:29.000000000 +0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(plasma-sdk)
-set(PROJECT_VERSION "5.26.0")
+set(PROJECT_VERSION "5.26.1")
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.0/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml new/plasma-sdk-5.26.1/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml
--- old/plasma-sdk-5.26.0/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml 2022-10-06 14:36:23.000000000 +0200
+++ new/plasma-sdk-5.26.1/cuttlefish/org.kde.plasma.cuttlefish.appdata.xml 2022-10-18 12:42:29.000000000 +0200
@@ -142,9 +142,9 @@
</screenshots>
<project_group>KDE</project_group>
<releases>
+ <release version="5.26.1" date="2022-10-18"/>
<release version="5.26.0" date="2022-10-11"/>
<release version="5.25.5" date="2022-09-06"/>
<release version="5.25.4" date="2022-08-08"/>
- <release version="5.25.3" date="2022-07-12"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml new/plasma-sdk-5.26.1/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml
--- old/plasma-sdk-5.26.0/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml 2022-10-06 14:36:23.000000000 +0200
+++ new/plasma-sdk-5.26.1/engineexplorer/org.kde.plasmaengineexplorer.appdata.xml 2022-10-18 12:42:29.000000000 +0200
@@ -124,10 +124,10 @@
<binary>plasmaengineexplorer</binary>
</provides>
<releases>
+ <release version="5.26.1" date="2022-10-18"/>
<release version="5.26.0" date="2022-10-11"/>
<release version="5.25.5" date="2022-09-06"/>
<release version="5.25.4" date="2022-08-08"/>
- <release version="5.25.3" date="2022-07-12"/>
</releases>
<screenshots>
<screenshot type="default">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml new/plasma-sdk-5.26.1/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml
--- old/plasma-sdk-5.26.0/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml 2022-10-06 14:36:23.000000000 +0200
+++ new/plasma-sdk-5.26.1/plasmoidviewer/org.kde.plasmoidviewer.appdata.xml 2022-10-18 12:42:29.000000000 +0200
@@ -128,10 +128,10 @@
<binary>plasmoidviewer</binary>
</provides>
<releases>
+ <release version="5.26.1" date="2022-10-18"/>
<release version="5.26.0" date="2022-10-11"/>
<release version="5.25.5" date="2022-09-06"/>
<release version="5.25.4" date="2022-08-08"/>
- <release version="5.25.3" date="2022-07-12"/>
</releases>
<screenshots>
<screenshot type="default">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/po/ca(a)valencia/org.kde.plasma.lookandfeelexplorer.po new/plasma-sdk-5.26.1/po/ca(a)valencia/org.kde.plasma.lookandfeelexplorer.po
--- old/plasma-sdk-5.26.0/po/ca(a)valencia/org.kde.plasma.lookandfeelexplorer.po 2022-10-06 14:36:27.000000000 +0200
+++ new/plasma-sdk-5.26.1/po/ca(a)valencia/org.kde.plasma.lookandfeelexplorer.po 2022-10-18 12:42:33.000000000 +0200
@@ -183,4 +183,4 @@
#: src/main.cpp:38
#, kde-format
msgid "Look And Feel to open"
-msgstr "Aspecte i comportament que s'obrir��"
\ No newline at end of file
+msgstr "Aspecte i comportament que s'ha d'obrir"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/po/ca(a)valencia/org.kde.plasma.themeexplorer.po new/plasma-sdk-5.26.1/po/ca(a)valencia/org.kde.plasma.themeexplorer.po
--- old/plasma-sdk-5.26.0/po/ca(a)valencia/org.kde.plasma.themeexplorer.po 2022-10-06 14:36:27.000000000 +0200
+++ new/plasma-sdk-5.26.1/po/ca(a)valencia/org.kde.plasma.themeexplorer.po 2022-10-18 12:42:33.000000000 +0200
@@ -349,4 +349,4 @@
#: src/main.cpp:41
#, kde-format
msgid "The theme to open"
-msgstr "El tema que s'obrir��"
\ No newline at end of file
+msgstr "El tema que s'ha d'obrir"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/po/ca(a)valencia/plasmaengineexplorer.po new/plasma-sdk-5.26.1/po/ca(a)valencia/plasmaengineexplorer.po
--- old/plasma-sdk-5.26.0/po/ca(a)valencia/plasmaengineexplorer.po 2022-10-06 14:36:27.000000000 +0200
+++ new/plasma-sdk-5.26.1/po/ca(a)valencia/plasmaengineexplorer.po 2022-10-18 12:42:33.000000000 +0200
@@ -262,7 +262,7 @@
#: main.cpp:73
#, kde-format
msgid "The data engine to use"
-msgstr "El motor de dades que s'utilitzar��"
+msgstr "El motor de dades que s'ha d'utilitzar"
#: main.cpp:74
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-sdk-5.26.0/po/ca(a)valencia/plasmoidviewer.po new/plasma-sdk-5.26.1/po/ca(a)valencia/plasmoidviewer.po
--- old/plasma-sdk-5.26.0/po/ca(a)valencia/plasmoidviewer.po 2022-10-06 14:36:27.000000000 +0200
+++ new/plasma-sdk-5.26.1/po/ca(a)valencia/plasmoidviewer.po 2022-10-18 12:42:33.000000000 +0200
@@ -57,8 +57,8 @@
"The formfactor to use (horizontal, vertical, mediacenter, planar or "
"application)"
msgstr ""
-"El factor de format a utilitzar (horitzontal, vertical, centre multim��dia, "
-"planar o aplicaci��)"
+"El factor de format que s'ha d'utilitzar (horitzontal, vertical, centre "
+"multim��dia, planar o aplicaci��)"
#: main.cpp:58
#, kde-format
1
0
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-10-20 11:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-nano (Old)
and /work/SRC/openSUSE:Factory/.plasma5-nano.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-nano"
Thu Oct 20 11:11:05 2022 rev:44 rq:1029855 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-nano/plasma5-nano.changes 2022-10-11 18:04:37.109994476 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-nano.new.2275/plasma5-nano.changes 2022-10-20 11:11:33.080000195 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:33 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-nano-5.26.0.tar.xz
plasma-nano-5.26.0.tar.xz.sig
New:
----
plasma-nano-5.26.1.tar.xz
plasma-nano-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-nano.spec ++++++
--- /var/tmp/diff_new_pack.WOvvt8/_old 2022-10-20 11:11:34.368002804 +0200
+++ /var/tmp/diff_new_pack.WOvvt8/_new 2022-10-20 11:11:34.376002821 +0200
@@ -20,7 +20,7 @@
%bcond_without released
Name: plasma5-nano
-Version: 5.26.0
+Version: 5.26.1
Release: 0
# Full Plasma 5 version (e.g. 5.9.3)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -30,9 +30,9 @@
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
-Source: plasma-nano-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/plasma-nano-%{version}.ta…
%if %{with released}
-Source1: plasma-nano-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-nano-%{version}.ta…
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules
++++++ plasma-nano-5.26.0.tar.xz -> plasma-nano-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-nano-5.26.0/po/ia/plasma_shell_org.kde.plasma.nano.po new/plasma-nano-5.26.1/po/ia/plasma_shell_org.kde.plasma.nano.po
--- old/plasma-nano-5.26.0/po/ia/plasma_shell_org.kde.plasma.nano.po 2022-10-06 14:33:04.000000000 +0200
+++ new/plasma-nano-5.26.1/po/ia/plasma_shell_org.kde.plasma.nano.po 2022-10-18 12:40:35.000000000 +0200
@@ -1,29 +1,31 @@
# Copyright (C) YEAR This file is copyright:
# This file is distributed under the same license as the plasma-nano package.
#
-# Giovanni Sora <g.sora(a)tiscali.it>, 2019, 2020, 2021.
+# Giovanni Sora <g.sora(a)tiscali.it>, 2019, 2020, 2021, 2022.
msgid ""
msgstr ""
"Project-Id-Version: plasma-nano\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-04-15 00:48+0000\n"
-"PO-Revision-Date: 2021-02-06 23:46+0100\n"
-"Last-Translator: Giovanni Sora <g.sora(a)tiscali.it>\n"
+"PO-Revision-Date: 2022-10-14 23:21+0200\n"
+"Last-Translator: giovanni <g.sora(a)tiscali.it>\n"
"Language-Team: Interlingua <kde-i18n-doc(a)kde.org>\n"
"Language: ia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 22.08.2\n"
#: contents/configuration/ConfigurationContainmentAppearance.qml:53
msgid "Layout changes have been restricted by the system administrator"
msgstr ""
+"Modificationes de disposition ha essite restringite per le administrator de "
+"systema"
#: contents/configuration/ConfigurationContainmentAppearance.qml:87
msgid "Layout:"
-msgstr ""
+msgstr "Disposition:"
#: contents/configuration/ConfigurationContainmentAppearance.qml:101
msgid "Wallpaper Type:"
@@ -31,15 +33,17 @@
#: contents/configuration/ConfigurationContainmentAppearance.qml:118
msgid "Get New Plugins���"
-msgstr ""
+msgstr "Obtene nove plugins���"
#: contents/configuration/ConfigurationContainmentAppearance.qml:130
msgid "Layout changes must be applied before other changes can be made"
msgstr ""
+"Cambiamentos de disposition debe esser applicate ante altere modificationes "
+"pote esser facite"
#: contents/configuration/ConfigurationContainmentAppearance.qml:136
msgid "Apply now"
-msgstr ""
+msgstr "Applica hora"
#: contents/configuration/ContainmentConfiguration.qml:36
msgid "Wallpaper"
1
0
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-10-20 11:11:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-mobile (Old)
and /work/SRC/openSUSE:Factory/.plasma5-mobile.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-mobile"
Thu Oct 20 11:11:04 2022 rev:8 rq:1029854 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-mobile/plasma5-mobile.changes 2022-10-11 18:04:38.957997463 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-mobile.new.2275/plasma5-mobile.changes 2022-10-20 11:11:31.159996306 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:33 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-mobile-5.26.0.tar.xz
plasma-mobile-5.26.0.tar.xz.sig
New:
----
plasma-mobile-5.26.1.tar.xz
plasma-mobile-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-mobile.spec ++++++
--- /var/tmp/diff_new_pack.lJ80Gj/_old 2022-10-20 11:11:31.939997886 +0200
+++ /var/tmp/diff_new_pack.lJ80Gj/_new 2022-10-20 11:11:31.943997894 +0200
@@ -24,7 +24,7 @@
%bcond_without released
Name: plasma5-mobile
-Version: 5.26.0
+Version: 5.26.1
Release: 0
# Full Plasma 5 version (e.g. 5.9.3)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -34,9 +34,9 @@
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
-Source: plasma-mobile-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/plasma-mobile-%{version}.…
%if %{with released}
-Source1: plasma-mobile-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-mobile-%{version}.…
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules
++++++ plasma-mobile-5.26.0.tar.xz -> plasma-mobile-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/CMakeLists.txt new/plasma-mobile-5.26.1/CMakeLists.txt
--- old/plasma-mobile-5.26.0/CMakeLists.txt 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/CMakeLists.txt 2022-10-18 12:40:02.000000000 +0200
@@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 3.16)
project(plasma-mobile)
-set(PROJECT_VERSION "5.26.0")
+set(PROJECT_VERSION "5.26.1")
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.0/bin/plasma-mobile-dev.desktop.cmake new/plasma-mobile-5.26.1/bin/plasma-mobile-dev.desktop.cmake
--- old/plasma-mobile-5.26.0/bin/plasma-mobile-dev.desktop.cmake 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/bin/plasma-mobile-dev.desktop.cmake 2022-10-18 12:40:02.000000000 +0200
@@ -22,6 +22,7 @@
Name[pl]=Przeno��na Plazma (Rozw��j)
Name[pt]=Plasma Mobile (Desenvolvimento)
Name[pt_BR]=Plasma Mobile (desenvolvimento)
+Name[ru]=Plasma Mobile (��������������������)
Name[sl]=Plasma Mobile (Razvoj)
Name[sv]=Plasma mobil (utvecklingsversion)
Name[tr]=Plasma Mobile (Geli��tirme)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/containments/homescreens/folio/package/metadata.json new/plasma-mobile-5.26.1/containments/homescreens/folio/package/metadata.json
--- old/plasma-mobile-5.26.0/containments/homescreens/folio/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/containments/homescreens/folio/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -14,6 +14,7 @@
"Name[eu]": "Marco Martin",
"Name[fi]": "Marco Martin",
"Name[fr]": "Marco Martin",
+ "Name[ia]": "Marco Martin",
"Name[is]": "Marco Martin",
"Name[it]": "Marco Martin",
"Name[ka]": "Marco Martin",
@@ -21,6 +22,7 @@
"Name[pl]": "Marco Martin",
"Name[pt]": "Marco Martin",
"Name[pt_BR]": "Marco Martin",
+ "Name[ru]": "Marco Martin",
"Name[sl]": "Marco Martin",
"Name[sv]": "Marco Martin",
"Name[tr]": "Marco Martin",
@@ -37,11 +39,13 @@
"Description[es]": "Pantalla de inicio para m��vil centrada en la personalizaci��n.",
"Description[eu]": "Norbere gustura egokitzeko gaitasuna helburu duen mugikorreko etxeko pantaila.",
"Description[fr]": "Un ��cran d'accueil pour p��riph��rique mobile, avec une attention pour la personnalisation.",
+ "Description[ia]": "Schermo initial de mobile con un foco sur personalisation.",
"Description[it]": "Schermata home mobile con particolare attenzione alla personalizzazione.",
"Description[ka]": "������������������������ ��������������������� ������������������ ��������������������������������������� ���������������������.",
"Description[nl]": "Een startscherm voor een mobiel gericht op aanpasbaarheid.",
"Description[pl]": "Przeno��ny ekran domowy z naciskiem na dostosowywanie.",
"Description[pt]": "Ecr�� inicial m��vel com um foco na personaliza����o.",
+ "Description[ru]": "������������������ ���������� ������ ������������������ ������������������ �� ���������������� ���� ������������������������ ������������������.",
"Description[sl]": "Mobilni doma��i zaslon z poudarkom na prilagodljivosti po meri.",
"Description[sv]": "Hemsk��rm f��r mobiler fokuserad p�� anpassningsbarhet.",
"Description[tr]": "��zelle��tirilebilirlik odakl�� ta����nabilir ana ekran.",
@@ -56,11 +60,13 @@
"Name[es]": "Folio",
"Name[eu]": "Folio",
"Name[fr]": "Porte-feuille",
+ "Name[ia]": "Folio",
"Name[it]": "Folio",
"Name[ka]": "���������������",
"Name[nl]": "Folio",
"Name[pl]": "Folio",
"Name[pt]": "Folio",
+ "Name[ru]": "Folio",
"Name[sl]": "Folio",
"Name[sv]": "Folio",
"Name[tr]": "Folyo",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/containments/homescreens/halcyon/package/metadata.json new/plasma-mobile-5.26.1/containments/homescreens/halcyon/package/metadata.json
--- old/plasma-mobile-5.26.0/containments/homescreens/halcyon/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/containments/homescreens/halcyon/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -38,6 +40,7 @@
"Description[eu]": "Sinpletasuna eta erabilerraztasuna helburu duen mugikorrerako etxeko pantaila bat.",
"Description[fi]": "Yksinkertaisuuteen ja helppok��ytt��isyyteen keskittyv�� mobiilikotin��ytt��.",
"Description[fr]": "Un ��cran d'accueil pour p��riph��rique mobile, centr�� sur la simplicit�� et la facilit�� d'utilisation.",
+ "Description[ia]": "Un schermo initial de mobile concentrate sur simplicitate e facilitate de uso.",
"Description[it]": "Una schermata iniziale mobile incentrata sulla semplicit�� e sulla facilit�� d'uso.",
"Description[ka]": "������������������������ ��������������������� ������������������ ��������������������������������� ������ ������������������������������ ���������������������.",
"Description[ko]": "������������ ������ ������������ ��������� ������ ��������� ��� ���������������.",
@@ -46,6 +49,7 @@
"Description[pl]": "Przeno��ny ekran domowy z naciskiem na prostot�� u��ycia.",
"Description[pt]": "Um ecr�� inicial m��vel com um foco na simplicidade e facilidade de uso.",
"Description[pt_BR]": "Uma tela inicial m��vel focada na simplicidade e facilidade de uso.",
+ "Description[ru]": "������������������ ���������� ������ ������������������ ������������������ �� ���������������� ���� ���������������� �� ���������������� ��������������������������.",
"Description[sl]": "Mobilni doma��i zaslon, enostavnega videza in uporabe.",
"Description[sv]": "En hemsk��rm f��r mobiler fokuserad p�� enkelhet och anv��ndbarhet.",
"Description[tr]": "Yal��nl����a ve kullan��m kolayl������na odaklanm����, ta����nabilir bir ana ekran.",
@@ -72,6 +76,7 @@
"Name[pl]": "Halcyon",
"Name[pt]": "Halcyon",
"Name[pt_BR]": "Halcyon",
+ "Name[ru]": "Halcyon",
"Name[sl]": "Halcyon",
"Name[sv]": "Halcyon",
"Name[tr]": "Halikon",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/containments/panel/package/metadata.json new/plasma-mobile-5.26.1/containments/panel/package/metadata.json
--- old/plasma-mobile-5.26.0/containments/panel/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/containments/panel/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -14,6 +14,7 @@
"Name[eu]": "Marco Martin",
"Name[fi]": "Marco Martin",
"Name[fr]": "Marco Martin",
+ "Name[ia]": "Marco Martin",
"Name[is]": "Marco Martin",
"Name[it]": "Marco Martin",
"Name[ka]": "Marco Martin",
@@ -21,6 +22,7 @@
"Name[pl]": "Marco Martin",
"Name[pt]": "Marco Martin",
"Name[pt_BR]": "Marco Martin",
+ "Name[ru]": "Marco Martin",
"Name[sl]": "Marco Martin",
"Name[sv]": "Marco Martin",
"Name[tr]": "Marco Martin",
@@ -37,11 +39,13 @@
"Description[es]": "Panel superior para Plasma Mobile",
"Description[eu]": "Plasma Mugikorrerako goiko panela",
"Description[fr]": "Panneau sup��rieur pour Plasma Mobile",
+ "Description[ia]": "Pannello de culmine de Plasma Mobile",
"Description[it]": "Pannello superiore per Plasma Mobile",
"Description[ka]": "Plasma Mobile-������ ������������ ������������������",
"Description[nl]": "Hoofdpaneel voor Plasma-mobiel",
"Description[pl]": "G��rny panel dla Przeno��nej Plazmy",
"Description[pt]": "Painel de topo do Plasma Mobile",
+ "Description[ru]": "�������������� ������������ Plasma Mobile",
"Description[sl]": "Vrhnja plo����a za Plasma Mobile",
"Description[sv]": "��verpanel f��r Plasma mobil",
"Description[tr]": "Plasma Mobile i��in ��st panel",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/containments/taskpanel/package/metadata.json new/plasma-mobile-5.26.1/containments/taskpanel/package/metadata.json
--- old/plasma-mobile-5.26.0/containments/taskpanel/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/containments/taskpanel/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -14,6 +14,7 @@
"Name[eu]": "Marco Martin",
"Name[fi]": "Marco Martin",
"Name[fr]": "Marco Martin",
+ "Name[ia]": "Marco Martin",
"Name[is]": "Marco Martin",
"Name[it]": "Marco Martin",
"Name[ka]": "Marco Martin",
@@ -21,6 +22,7 @@
"Name[pl]": "Marco Martin",
"Name[pt]": "Marco Martin",
"Name[pt_BR]": "Marco Martin",
+ "Name[ru]": "Marco Martin",
"Name[sl]": "Marco Martin",
"Name[sv]": "Marco Martin",
"Name[tr]": "Marco Martin",
@@ -37,11 +39,13 @@
"Description[es]": "Panel de navegaci��n para Plasma Mobile",
"Description[eu]": "Plasma Mugikorrerako nabigatzeko panela",
"Description[fr]": "Panneau de navigation pour Plasma Mobile",
+ "Description[ia]": "Pannello de navigation per Plasma Mobile",
"Description[it]": "Pannello di navigazione per Plasma Mobile",
"Description[ka]": "Plasma Mobile-������ ������������������������������ ������������������",
"Description[nl]": "Navigatiepaneel voor Plasma-mobiel",
"Description[pl]": "Panel poruszania si�� dla Przeno��nej Plazmy",
"Description[pt]": "Painel de navega����o do Plasma Mobile",
+ "Description[ru]": "������������ ������������������ Plasma Mobile",
"Description[sl]": "Krmilna plo����a za Plasma Mobile",
"Description[sv]": "Navigeringspanel f��r Plasma mobil",
"Description[tr]": "Plasma Mobile i��in dola����m paneli",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/kcms/mobileshell/kcm_mobileshell.json new/plasma-mobile-5.26.1/kcms/mobileshell/kcm_mobileshell.json
--- old/plasma-mobile-5.26.0/kcms/mobileshell/kcm_mobileshell.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/kcms/mobileshell/kcm_mobileshell.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -38,6 +40,7 @@
"Description[eu]": "Konfiguratu sistemaren oskola",
"Description[fi]": "Aseta j��rjestelm��n komentotulkki",
"Description[fr]": "Configurer le shell du syst��me",
+ "Description[ia]": "Configura le shell de systema",
"Description[is]": "Stilla kerfisskelina",
"Description[it]": "Configura la shell di sistema",
"Description[ka]": "��������������������������� ������������������ ���������������������",
@@ -45,6 +48,7 @@
"Description[pl]": "Ustawienia pow��oki systemowej",
"Description[pt]": "Configurar a consola do sistema",
"Description[pt_BR]": "Configurar o shell do sistema",
+ "Description[ru]": "������������������ ������������������ ����������������",
"Description[sl]": "Konfiguriraj sistemski shell",
"Description[sv]": "Anpassa systemskalet",
"Description[tr]": "Sistem kabu��unu yap��land��r",
@@ -85,6 +89,7 @@
"Name[pt]": "Consola",
"Name[pt_BR]": "Shell",
"Name[ro]": "Interpretor",
+ "Name[ru]": "����������������",
"Name[sk]": "Shell",
"Name[sl]": "Shell",
"Name[sv]": "Skal",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/po/ca(a)valencia/plasma_shell_org.kde.plasma.phone.po new/plasma-mobile-5.26.1/po/ca(a)valencia/plasma_shell_org.kde.plasma.phone.po
--- old/plasma-mobile-5.26.0/po/ca(a)valencia/plasma_shell_org.kde.plasma.phone.po 2022-10-06 14:32:26.000000000 +0200
+++ new/plasma-mobile-5.26.1/po/ca(a)valencia/plasma_shell_org.kde.plasma.phone.po 2022-10-18 12:40:05.000000000 +0200
@@ -33,7 +33,7 @@
#: contents/configuration/ConfigurationContainmentAppearance.qml:72
msgid "The homescreen layout to use."
-msgstr "La disposici�� de la pantalla d'inici a emprar."
+msgstr "La disposici�� de la pantalla d'inici que s'utilitzar��."
#: contents/configuration/ConfigurationContainmentAppearance.qml:108
msgid "Wallpaper Plugin"
@@ -41,7 +41,7 @@
#: contents/configuration/ConfigurationContainmentAppearance.qml:109
msgid "The wallpaper plugin to use."
-msgstr "El connector de fons de pantalla a emprar."
+msgstr "El connector de fons de pantalla que s'utilitzar��."
#: contents/configuration/ConfigurationContainmentAppearance.qml:151
msgid "Wallpaper Plugins"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/po/ia/plasma_applet_org.kde.phone.homescreen.po new/plasma-mobile-5.26.1/po/ia/plasma_applet_org.kde.phone.homescreen.po
--- old/plasma-mobile-5.26.0/po/ia/plasma_applet_org.kde.phone.homescreen.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-mobile-5.26.1/po/ia/plasma_applet_org.kde.phone.homescreen.po 2022-10-18 12:40:11.000000000 +0200
@@ -0,0 +1,28 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-mobile package.
+#
+# giovanni <g.sora(a)tiscali.it>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-mobile\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2022-05-28 01:02+0000\n"
+"PO-Revision-Date: 2022-10-14 23:07+0200\n"
+"Last-Translator: giovanni <g.sora(a)tiscali.it>\n"
+"Language-Team: Interlingua <kde-i18n-doc(a)kde.org>\n"
+"Language: ia\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"
+
+#: package/contents/ui/appdrawer/AppDrawerHeader.qml:37
+#, kde-format
+msgid "Applications"
+msgstr "Applicationes"
+
+#: package/contents/ui/private/ConfigOverlay.qml:98
+#, kde-format
+msgid "Remove"
+msgstr "Remove"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/po/ia/plasma_applet_org.kde.phone.homescreen.simple.po new/plasma-mobile-5.26.1/po/ia/plasma_applet_org.kde.phone.homescreen.simple.po
--- old/plasma-mobile-5.26.0/po/ia/plasma_applet_org.kde.phone.homescreen.simple.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-mobile-5.26.1/po/ia/plasma_applet_org.kde.phone.homescreen.simple.po 2022-10-18 12:40:11.000000000 +0200
@@ -0,0 +1,51 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-mobile package.
+#
+# giovanni <g.sora(a)tiscali.it>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-mobile\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2022-09-19 02:14+0000\n"
+"PO-Revision-Date: 2022-10-14 23:05+0200\n"
+"Last-Translator: giovanni <g.sora(a)tiscali.it>\n"
+"Language-Team: Interlingua <kde-i18n-doc(a)kde.org>\n"
+"Language: ia\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"
+
+#: package/contents/ui/FavoritesGrid.qml:224
+#: package/contents/ui/FolderGrid.qml:203
+#, kde-format
+msgid "Remove from favourites"
+msgstr "Remove ex favoritos"
+
+#: package/contents/ui/FavoritesGrid.qml:296
+#, kde-format
+msgid "Add applications to your favourites so they show up here."
+msgstr ""
+"Adde pplicationes a tu favoritos assi que illos pote esser montrate hic."
+
+#: package/contents/ui/FolderGrid.qml:208
+#, kde-format
+msgid "Move out of folder"
+msgstr "Transfere ex dossier"
+
+#: package/contents/ui/GridAppDelegate.qml:65
+#, kde-format
+msgid "Add to favourites"
+msgstr "Adde a favoritos"
+
+#: package/contents/ui/GridAppList.qml:57
+#, kde-format
+msgid "Applications"
+msgstr "Applicationes"
+
+#: pinnedmodel.cpp:148
+#, kde-format
+msgctxt "Default application folder name."
+msgid "Folder"
+msgstr "Dossier"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/po/ia/plasma_shell_org.kde.plasma.phone.po new/plasma-mobile-5.26.1/po/ia/plasma_shell_org.kde.plasma.phone.po
--- old/plasma-mobile-5.26.0/po/ia/plasma_shell_org.kde.plasma.phone.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-mobile-5.26.1/po/ia/plasma_shell_org.kde.plasma.phone.po 2022-10-18 12:40:11.000000000 +0200
@@ -0,0 +1,74 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-mobile package.
+#
+# giovanni <g.sora(a)tiscali.it>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-mobile\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2022-09-11 00:46+0000\n"
+"PO-Revision-Date: 2022-10-14 23:00+0200\n"
+"Last-Translator: giovanni <g.sora(a)tiscali.it>\n"
+"Language-Team: Interlingua <kde-i18n-doc(a)kde.org>\n"
+"Language: ia\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"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:44
+msgid "Layout changes have been restricted by the system administrator"
+msgstr ""
+"Modificationes de disposition ha essite restringite per le administrator de "
+"systema"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:65
+msgid "General"
+msgstr "General"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:71
+msgid "Homescreen Layout"
+msgstr "Disposition de schermo initial"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:72
+msgid "The homescreen layout to use."
+msgstr "Le disposition de schermo initial de usar."
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:108
+msgid "Wallpaper Plugin"
+msgstr "Plugin de Tapete de papiro"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:109
+msgid "The wallpaper plugin to use."
+msgstr "Le plugin de tapete de papiro de usar."
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:151
+msgid "Wallpaper Plugins"
+msgstr "Plugins de tapete de papiro"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:156
+msgid "Get New Plugins���"
+msgstr "Obtene nove plugins���"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:171
+msgid "Layout changes must be applied before other changes can be made"
+msgstr ""
+"Cambiamentos de disposition debe esser applicate ante altere modificationes "
+"pote esser facite"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:177
+msgid "Apply now"
+msgstr "Applica hora"
+
+#: contents/configuration/ContainmentConfiguration.qml:32
+msgid "Wallpaper"
+msgstr "Tapete de papiro"
+
+#: contents/configuration/ContainmentConfiguration.qml:95
+msgid "Change Wallpaper"
+msgstr "Cambia tapete de papiro"
+
+#: contents/configuration/ContainmentConfiguration.qml:113
+msgid "Configure"
+msgstr "Configura"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/po/ru/plasma_applet_org.kde.phone.homescreen.simple.po new/plasma-mobile-5.26.1/po/ru/plasma_applet_org.kde.phone.homescreen.simple.po
--- old/plasma-mobile-5.26.0/po/ru/plasma_applet_org.kde.phone.homescreen.simple.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-mobile-5.26.1/po/ru/plasma_applet_org.kde.phone.homescreen.simple.po 2022-10-18 12:40:17.000000000 +0200
@@ -0,0 +1,52 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-mobile package.
+#
+# Alexander Yavorsky <kekcuha(a)gmail.com>, 2022.
+# Olesya Gerasimenko <translation-team(a)basealt.ru>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-mobile\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2022-09-19 02:14+0000\n"
+"PO-Revision-Date: 2022-10-17 10:26+0300\n"
+"Last-Translator: Olesya Gerasimenko <translation-team(a)basealt.ru>\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"
+
+#: package/contents/ui/FavoritesGrid.qml:224
+#: package/contents/ui/FolderGrid.qml:203
+#, kde-format
+msgid "Remove from favourites"
+msgstr "�������������� ���� ��������������������"
+
+#: package/contents/ui/FavoritesGrid.qml:296
+#, kde-format
+msgid "Add applications to your favourites so they show up here."
+msgstr "���������������� �������������������� �� ������������������ ������ ���� ������������ ������."
+
+#: package/contents/ui/FolderGrid.qml:208
+#, kde-format
+msgid "Move out of folder"
+msgstr "���������������������� ���� ����������"
+
+#: package/contents/ui/GridAppDelegate.qml:65
+#, kde-format
+msgid "Add to favourites"
+msgstr "���������������� �� ������������������"
+
+#: package/contents/ui/GridAppList.qml:57
+#, kde-format
+msgid "Applications"
+msgstr "��������������������"
+
+#: pinnedmodel.cpp:148
+#, kde-format
+msgctxt "Default application folder name."
+msgid "Folder"
+msgstr "����������"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/po/ru/plasma_shell_org.kde.plasma.phone.po new/plasma-mobile-5.26.1/po/ru/plasma_shell_org.kde.plasma.phone.po
--- old/plasma-mobile-5.26.0/po/ru/plasma_shell_org.kde.plasma.phone.po 1970-01-01 01:00:00.000000000 +0100
+++ new/plasma-mobile-5.26.1/po/ru/plasma_shell_org.kde.plasma.phone.po 2022-10-18 12:40:17.000000000 +0200
@@ -0,0 +1,72 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the plasma-mobile package.
+#
+# Olesya Gerasimenko <translation-team(a)basealt.ru>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma-mobile\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2022-09-11 00:46+0000\n"
+"PO-Revision-Date: 2022-10-17 10:38+0300\n"
+"Last-Translator: Olesya Gerasimenko <translation-team(a)basealt.ru>\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"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:44
+msgid "Layout changes have been restricted by the system administrator"
+msgstr "������������������ �������������������� ������������������ ������������������������������ ��������������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:65
+msgid "General"
+msgstr "����������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:71
+msgid "Homescreen Layout"
+msgstr "�������������������� �������������������� ������������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:72
+msgid "The homescreen layout to use."
+msgstr "�������������������� �������������������� ������������, �������������� �������������� ������������������������."
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:108
+msgid "Wallpaper Plugin"
+msgstr "������������ ����������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:109
+msgid "The wallpaper plugin to use."
+msgstr "������������ ����������, �������������� �������������� ������������������������."
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:151
+msgid "Wallpaper Plugins"
+msgstr "������������ ����������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:156
+msgid "Get New Plugins���"
+msgstr "������������������ ���������� ���������������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:171
+msgid "Layout changes must be applied before other changes can be made"
+msgstr ""
+"���������� ������������������ ������������ ������������������ �������������������� ������������������ ������������������ ��������������������"
+
+#: contents/configuration/ConfigurationContainmentAppearance.qml:177
+msgid "Apply now"
+msgstr "������������������"
+
+#: contents/configuration/ContainmentConfiguration.qml:32
+msgid "Wallpaper"
+msgstr "��������"
+
+#: contents/configuration/ContainmentConfiguration.qml:95
+msgid "Change Wallpaper"
+msgstr "�������������� ��������"
+
+#: contents/configuration/ContainmentConfiguration.qml:113
+msgid "Configure"
+msgstr "������������������"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/airplanemode/metadata.json new/plasma-mobile-5.26.1/quicksettings/airplanemode/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/airplanemode/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/airplanemode/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -14,6 +14,7 @@
"Name[eu]": "Bhushan Shah",
"Name[fi]": "Bhushan Shah",
"Name[fr]": "Bhushan Shah",
+ "Name[ia]": "Bhushan Shah",
"Name[is]": "Bhushan Shah",
"Name[it]": "Bhushan Shah",
"Name[ka]": "Bhushan Shah",
@@ -21,6 +22,7 @@
"Name[pl]": "Bhushan Shah",
"Name[pt]": "Bhushan Shah",
"Name[pt_BR]": "Bhushan Shah",
+ "Name[ru]": "Bhushan Shah",
"Name[sl]": "Bhushan Shah",
"Name[sv]": "Bhushan Shah",
"Name[tr]": "Bu��an ��ah",
@@ -47,6 +49,7 @@
"Description[pl]": "Szybkie ustawienia trybu samolotowego",
"Description[pt]": "Configura����o r��pida do modo de avi��o",
"Description[pt_BR]": "Configura����es r��pidas do modo avi��o",
+ "Description[ru]": "�������������� ������������������ ������������ ������������",
"Description[sl]": "Hitre nastavitve letalskega na��ina",
"Description[sv]": "Snabbinst��llning av flygplansl��ge",
"Description[tr]": "U��ak kipi tez ayar��",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/audio/metadata.json new/plasma-mobile-5.26.1/quicksettings/audio/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/audio/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/audio/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia d��wi��ku",
"Description[pt]": "Configura����o r��pida do ��udio",
"Description[pt_BR]": "Configura����es r��pidas de ��udio",
+ "Description[ru]": "�������������� ������������������ ����������",
"Description[sl]": "Hitre nastavitve zvoka",
"Description[sv]": "Snabbinst��llning av ljud",
"Description[tr]": "Ses tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "��udio",
"Name[pt_BR]": "��udio",
"Name[ro]": "Audio",
+ "Name[ru]": "��������",
"Name[sk]": "Zvuk",
"Name[sl]": "Zvok",
"Name[sv]": "Ljud",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/battery/metadata.json new/plasma-mobile-5.26.1/quicksettings/battery/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/battery/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/battery/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia baterii",
"Description[pt]": "Configura����o r��pida da bateria",
"Description[pt_BR]": "Configura����es r��pidas da bateria",
+ "Description[ru]": "�������������� ������������������ ��������������",
"Description[sl]": "Hitre nastavitve baterije",
"Description[sv]": "Snabbinst��llning av batteri",
"Description[tr]": "Pil tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Bateria",
"Name[pt_BR]": "Bateria",
"Name[ro]": "Acumulator",
+ "Name[ru]": "��������������",
"Name[sk]": "Bat��ria",
"Name[sl]": "Baterija",
"Name[sv]": "Batteri",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/bluetooth/metadata.json new/plasma-mobile-5.26.1/quicksettings/bluetooth/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/bluetooth/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/bluetooth/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia Bluetooth",
"Description[pt]": "Configura����o r��pida do Bluetooth",
"Description[pt_BR]": "Configura����es r��pidas do Bluetooth",
+ "Description[ru]": "�������������� ������������������ Bluetooth",
"Description[sl]": "Hitre nastavitve Bluetooth",
"Description[sv]": "Snabbinst��llning av Bl��tand",
"Description[tr]": "Bluetooth tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Bluetooth",
"Name[pt_BR]": "Bluetooth",
"Name[ro]": "Bluetooth",
+ "Name[ru]": "Bluetooth",
"Name[sk]": "Bluetooth",
"Name[sl]": "Bluetooth",
"Name[sv]": "Bl��tand",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/caffeine/metadata.json new/plasma-mobile-5.26.1/quicksettings/caffeine/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/caffeine/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/caffeine/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -35,11 +37,13 @@
"Description[es]": "Ajuste r��pido para suspender el reposo del sistema",
"Description[eu]": "Sistemaren loa geldiarazteko ezarpen azkarra",
"Description[fr]": "Configuration rapide pour annuler la veille du syst��me",
+ "Description[ia]": "Configuration rapide pro suspender somno de systema",
"Description[it]": "Impostazione rapida per la sospensione del sistema",
"Description[ka]": "������������������������ ��������������� ��������������������������� ��������������� ���������������������",
"Description[nl]": "Snelle instelling systeemslaap te onderbreken",
"Description[pl]": "Szybkie ustawienie do usypiania",
"Description[pt]": "Configura����o r��pida para interromper a suspens��o do sistema",
+ "Description[ru]": "�������������� ������������������ ������������������������ �������������������� ������",
"Description[sl]": "Hitre nastavitve za prepre��evanje sistemskega dreme��a",
"Description[sv]": "Snabbinst��llning f��r att avsluta systemvila",
"Description[tr]": "Sistem uykusunu ask��ya almak i��in tez ayar",
@@ -72,6 +76,7 @@
"Name[pt]": "Cafe��na",
"Name[pt_BR]": "Cafe��na",
"Name[ro]": "Cafein��",
+ "Name[ru]": "������������",
"Name[sk]": "Kofe��n",
"Name[sl]": "Caffeine",
"Name[sv]": "Koffein",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/donotdisturb/metadata.json new/plasma-mobile-5.26.1/quicksettings/donotdisturb/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/donotdisturb/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/donotdisturb/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -35,11 +37,13 @@
"Description[es]": "Ajuste r��pido para cambiar el modo ��no molestar��",
"Description[eu]": "Zaratarik ez modua txandakatzeko ezarpen azkarra",
"Description[fr]": "Configuration rapide pour basculer ou non en mode ����Ne pas d��ranger����",
+ "Description[ia]": "Conigurtion rapide pro commutar a modo de non molestar",
"Description[it]": "Impostazione rapida per commutare la modalit�� Non disturbare",
"Description[ka]": "������������������������ ��������������� ��������������������������� ������������������ ���������������������",
"Description[nl]": "Snelle instelling om modus niet storen om te schakelen",
"Description[pl]": "Szybkie ustawienie do prze����czania trybu nie-przeszkadza��",
"Description[pt]": "Configura����o r��pida para activar/desactivar o modo 'n��o incomodar'",
+ "Description[ru]": "�������������� ������������������ ������ �������������������� ������������ ������ ����������������������",
"Description[sl]": "Hitre nastavitve za preklop v na��in Ne moti",
"Description[sv]": "Snabbinst��llning f��r att ��ndra st��r ej",
"Description[tr]": "Rahats��z etme kipini a����p/kapatmak i��in tez ayar",
@@ -55,11 +59,13 @@
"Name[es]": "No molestar",
"Name[eu]": "Zatarik ez",
"Name[fr]": "Ne pas d��ranger",
+ "Name[ia]": "Non disturba",
"Name[it]": "Non disturbare",
"Name[ka]": "������ ������������������������",
"Name[nl]": "Niet storen",
"Name[pl]": "Nie przeszkadza��",
"Name[pt]": "N��o Incomodar",
+ "Name[ru]": "���� ��������������������",
"Name[sl]": "Ne moti",
"Name[sv]": "St��r ej",
"Name[tr]": "Rahats��z Etme",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/flashlight/package/metadata.json new/plasma-mobile-5.26.1/quicksettings/flashlight/package/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/flashlight/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/flashlight/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia latarki",
"Description[pt]": "Configura����o r��pida da lanterna",
"Description[pt_BR]": "Configura����es r��pidas da lanterna",
+ "Description[ru]": "�������������� ������������������ ����������������",
"Description[sl]": "Hitre nastavitve svetilke",
"Description[sv]": "Snabbinst��llning av ficklampa",
"Description[tr]": "El feneri tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Luz de Flash",
"Name[pt_BR]": "Lanterna",
"Name[ro]": "Lantern��",
+ "Name[ru]": "��������������",
"Name[sk]": "Baterka",
"Name[sl]": "Svetilka",
"Name[sv]": "Ficklampa",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/keyboardtoggle/metadata.json new/plasma-mobile-5.26.1/quicksettings/keyboardtoggle/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/keyboardtoggle/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/keyboardtoggle/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -35,11 +37,13 @@
"Description[es]": "Ajuste r��pido para conmutar el teclado",
"Description[eu]": "Teklatua txandakatzeko ezarpen azkarrak",
"Description[fr]": "Configuration rapide pour le basculement de clavier",
+ "Description[ia]": "Configuration rapide pro commutar de claviero",
"Description[it]": "Impostazione rapida per la commutazione della tastiera",
"Description[ka]": "������������������������������������ ������������������������������ ������������������ ���������������������",
"Description[nl]": "Snelle instelling voor omschakelen van toetsenbord",
"Description[pl]": "Szybkie ustawienie prze����cznika klawiatury",
"Description[pt]": "Configura����o r��pida da comuta����o do teclado",
+ "Description[ru]": "�������������� ������������������ ������ �������������������� ���������������������� ��������������������",
"Description[sl]": "Hitre nastavitve za preklop tipkovnice",
"Description[sv]": "Snabbinst��llning f��r tangentbordsvisning",
"Description[tr]": "Klavye a��/kapat i��in tez ayar",
@@ -69,6 +73,7 @@
"Name[pl]": "Prze����cznik klawiatury ekranowej",
"Name[pt]": "Comutar o Teclado Virtual",
"Name[pt_BR]": "Alternar teclado virtual",
+ "Name[ru]": "������������������ �� �������������������� ���������������������� ��������������������",
"Name[sl]": "Preklop navidezne tipkovnice",
"Name[sv]": "Visa eller d��lj virtuellt tangentbord",
"Name[tr]": "Sanal Klavye Ge��i��i",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/location/metadata.json new/plasma-mobile-5.26.1/quicksettings/location/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/location/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/location/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia po��o��enia",
"Description[pt]": "Configura����o r��pida da localiza����o",
"Description[pt_BR]": "Configura����es r��pidas de localiza����o",
+ "Description[ru]": "�������������� ������������������ ������������������������",
"Description[sl]": "Hitre nastavitve lokacije",
"Description[sv]": "Snabbinst��llning av plats",
"Description[tr]": "Konum tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Localiza����o",
"Name[pt_BR]": "Localiza����o",
"Name[ro]": "Localizare",
+ "Name[ru]": "������������������������",
"Name[sk]": "Umiestnenie",
"Name[sl]": "Lokacija",
"Name[sv]": "Plats",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/mobiledata/metadata.json new/plasma-mobile-5.26.1/quicksettings/mobiledata/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/mobiledata/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/mobiledata/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia po��o��enia",
"Description[pt]": "Configura����o r��pida da localiza����o",
"Description[pt_BR]": "Configura����es r��pidas de localiza����o",
+ "Description[ru]": "�������������� ������������������ ������������������������",
"Description[sl]": "Hitre nastavitve lokacije",
"Description[sv]": "Snabbinst��llning av plats",
"Description[tr]": "Konum tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Dados M��veis",
"Name[pt_BR]": "Dados m��veis",
"Name[ro]": "Date mobile",
+ "Name[ru]": "������������������ ������������",
"Name[sk]": "Mobiln�� d��ta",
"Name[sl]": "Mobilni podatki",
"Name[sv]": "Mobildata",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/nightcolor/package/metadata.json new/plasma-mobile-5.26.1/quicksettings/nightcolor/package/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/nightcolor/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/nightcolor/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -14,6 +14,7 @@
"Name[eu]": "Aleix Pol",
"Name[fi]": "Aleix Pol",
"Name[fr]": "Aleix Pol",
+ "Name[ia]": "Aleix Pol",
"Name[is]": "Aleix Pol",
"Name[it]": "Aleix Pol",
"Name[ka]": "������������ ������������",
@@ -21,6 +22,7 @@
"Name[pl]": "Aleix Pol",
"Name[pt]": "Aleix Pol",
"Name[pt_BR]": "Aleix Pol",
+ "Name[ru]": "Aleix Pol",
"Name[sl]": "Aleix Pol",
"Name[sv]": "Aleix Pol",
"Name[tr]": "Aleix Pol",
@@ -36,11 +38,13 @@
"Description[es]": "Ajuste r��pido para el color nocturno",
"Description[eu]": "Gaueko kolorearen ezarpen azkarra",
"Description[fr]": "Configuration rapide de la couleur de nuit",
+ "Description[ia]": "Preferentia rapide de color de nocte",
"Description[it]": "Impostazione rapida del colore notturno",
"Description[ka]": "��������������� ��������������������� ������������������ ���������������������",
"Description[nl]": "Snelle instelling voor nachtkleur",
"Description[pl]": "Szybkie ustawienia barw nocnych",
"Description[pt]": "Configura����o r��pida da cor nocturna",
+ "Description[ru]": "�������������� ������������������ ������������ ���������������� ����������",
"Description[sl]": "Hitre nastavitve no��nih barv",
"Description[sv]": "Snabbinst��llning av nattf��rg",
"Description[tr]": "Gece rengi tez ayar��",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/powermenu/package/metadata.json new/plasma-mobile-5.26.1/quicksettings/powermenu/package/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/powermenu/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/powermenu/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -35,11 +37,13 @@
"Description[es]": "Ajuste r��pido del men�� de energ��a",
"Description[eu]": "Indar-menuaren ezarpen azkarra",
"Description[fr]": "Configuration rapide pour le menu de gestion de l'��nergie",
+ "Description[ia]": "Preferentia rapide de menu de Energia",
"Description[it]": "Impostazione rapida del menu di alimentazione",
"Description[ka]": "������������������ ������������������ ������������������ ���������������������",
"Description[nl]": "Snelle instelling energiemenu",
"Description[pl]": "Szybkie ustawienie menu rozbudowanego",
"Description[pt]": "Configura����o r��pida do menu de energia",
+ "Description[ru]": "�������������� ������������������ �������� ��������������",
"Description[sl]": "Hitre nastavitve porabe energije",
"Description[sv]": "Snabbinst��llning av effektmeny",
"Description[tr]": "G���� men��s�� tez ayar��",
@@ -71,6 +75,7 @@
"Name[pt]": "Menu de Energia",
"Name[pt_BR]": "Menu de energia",
"Name[ro]": "Meniu avansat",
+ "Name[ru]": "�������� ��������������",
"Name[sk]": "Ponuka nap��jania",
"Name[sl]": "Meni energije",
"Name[sv]": "Str��mmeny",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/record/metadata.json new/plasma-mobile-5.26.1/quicksettings/record/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/record/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/record/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Aleix Pol i Gonzalez",
"Name[fi]": "Aleix Pol i Gonzalez",
"Name[fr]": "Aleix Pol i Gonzalez",
+ "Name[ia]": "Aleix Pol i Gonzalez",
"Name[is]": "Aleix Pol i Gonzalez",
"Name[it]": "Aleix Pol i Gonzalez",
"Name[ka]": "Aleix Pol i Gonzalez",
@@ -20,6 +21,7 @@
"Name[pl]": "Aleix Pol i Gonzalez",
"Name[pt]": "Aleix Pol i Gonzalez",
"Name[pt_BR]": "Aleix Pol i Gonzalez",
+ "Name[ru]": "Aleix Pol i Gonzalez",
"Name[sl]": "Aleix Pol i Gonzalez",
"Name[sv]": "Aleix Pol i Gonzalez",
"Name[tr]": "Aleix Pol i Gonzalez",
@@ -35,11 +37,13 @@
"Description[es]": "Ajuste r��pido de grabaci��n de la pantalla",
"Description[eu]": "Pantaila grabatzeko ezarpen azkarra",
"Description[fr]": "Configuration rapide de l'enregistrement d'��cran",
+ "Description[ia]": "Preferentia rapide de registration de schermo",
"Description[it]": "Impostazioni rapide di registrazione dello schermo",
"Description[ka]": "��������������������� ��������������������� ������������������ ���������������������",
"Description[nl]": "Snelle instelling van scherm opnemen",
"Description[pl]": "Szybkie ustawienia nagrywania ekranu",
"Description[pt]": "Configura����o r��pida da grava����o do ecr��",
+ "Description[ru]": "�������������� ������������������ ������������ ������������",
"Description[sl]": "Hitre nastavitve snemanja zaslona",
"Description[sv]": "Snabbinst��llning av sk��rminspelning",
"Description[tr]": "Ekran kaydetme tez ayar��",
@@ -55,11 +59,13 @@
"Name[es]": "Grabar la pantalla",
"Name[eu]": "Grabatu pantaila",
"Name[fr]": "Enregistrer l'��cran",
+ "Name[ia]": "Registra schermo",
"Name[it]": "Registra schermo",
"Name[ka]": "��������������������� ���������������������",
"Name[nl]": "Scherm opnemen",
"Name[pl]": "Nagraj ekran",
"Name[pt]": "Gravar o Ecr��",
+ "Name[ru]": "������������ ������������",
"Name[sl]": "Posnemi zaslon",
"Name[sv]": "Spela in bildsk��rm",
"Name[tr]": "Ekran�� Kaydet",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/screenrotation/package/metadata.json new/plasma-mobile-5.26.1/quicksettings/screenrotation/package/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/screenrotation/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/screenrotation/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -34,13 +36,16 @@
"Description[en_GB]": "Screen rotation quick setting",
"Description[es]": "Ajuste r��pido de rotaci��n de la pantalla",
"Description[eu]": "Pantaila biratzearen ezarpen azkarra",
+ "Description[fi]": "N��yt��n kierron pika-asetus",
"Description[fr]": "Configuration rapide pour la rotation d'��cran",
+ "Description[ia]": "Preferentia rapide de rotation de schermo",
"Description[it]": "Impostazione rapida della rotazione dello schermo",
"Description[ka]": "��������������������� ��������������������� ������������������ ���������������������",
"Description[ko]": "������ ������ ������ ������",
"Description[nl]": "Snelle instelling van schermrotatie",
"Description[pl]": "Szybkie ustawienie obracania ekranu",
"Description[pt]": "Configura����o r��pida da rota����o do ecr��",
+ "Description[ru]": "�������������� ������������������ ���������������� ������������",
"Description[sl]": "Hitre nastavitve sukanja zaslona",
"Description[sv]": "Snabbinst��llning av sk��rmrotation",
"Description[tr]": "Ekran d��nd��rme tez ayar��",
@@ -71,6 +76,7 @@
"Name[pt]": "Rota����o do ecr��",
"Name[pt_BR]": "Rota����o da tela",
"Name[ro]": "Rotirea ecranului",
+ "Name[ru]": "�������������� ������������",
"Name[sk]": "Oto��enie obrazovky",
"Name[sl]": "Sukanje zaslona",
"Name[sv]": "Sk��rmrotation",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/screenshot/package/metadata.json new/plasma-mobile-5.26.1/quicksettings/screenshot/package/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/screenshot/package/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/screenshot/package/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia zrzut��w ekranu",
"Description[pt]": "Configura����o r��pida da captura do ecr��",
"Description[pt_BR]": "Configura����es r��pidas de captura de tela",
+ "Description[ru]": "�������������� ������������������ ������������ ������������",
"Description[sl]": "Hitre nastavitve slike zaslona",
"Description[sv]": "Snabbinst��llning av sk��rmbild",
"Description[tr]": "Ekran g��r��nt��s�� tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Captura",
"Name[pt_BR]": "Captura de tela",
"Name[ro]": "Captur�� de ecran",
+ "Name[ru]": "������������ ������������",
"Name[sk]": "Sn��mka obrazovky",
"Name[sl]": "Slika zaslona",
"Name[sv]": " Sk��rmbild",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/settingsapp/metadata.json new/plasma-mobile-5.26.1/quicksettings/settingsapp/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/settingsapp/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/settingsapp/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienie aplikacji",
"Description[pt]": "Configura����o r��pida das defini����es",
"Description[pt_BR]": "Configura����es r��pidas do aplicativo de configura����es",
+ "Description[ru]": "�������������� ������������������ �������������������� ����������������������",
"Description[sl]": "Hitre nastavitve aplikacij",
"Description[sv]": "Snabbinst��llning av inst��llningsprogram",
"Description[tr]": "Ayarlar uygulamas�� tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Configura����o",
"Name[pt_BR]": "Configura����es",
"Name[ro]": "Configur��ri",
+ "Name[ru]": "������������������",
"Name[sk]": "Nastavenia",
"Name[sl]": "Nastavitve",
"Name[sv]": "Inst��llningar",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/quicksettings/wifi/metadata.json new/plasma-mobile-5.26.1/quicksettings/wifi/metadata.json
--- old/plasma-mobile-5.26.0/quicksettings/wifi/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/quicksettings/wifi/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -13,6 +13,7 @@
"Name[eu]": "Devin Lin",
"Name[fi]": "Devin Lin",
"Name[fr]": "Devin Lin",
+ "Name[ia]": "Devin Lin",
"Name[is]": "Devin Lin",
"Name[it]": "Devin Lin",
"Name[ka]": "Devin Lin",
@@ -20,6 +21,7 @@
"Name[pl]": "Devin Lin",
"Name[pt]": "Devin Lin",
"Name[pt_BR]": "Devin Lin",
+ "Name[ru]": "Devin Lin",
"Name[sl]": "Devin Lin",
"Name[sv]": "Devin Lin",
"Name[tr]": "Devin Lin",
@@ -46,6 +48,7 @@
"Description[pl]": "Szybkie ustawienia Wi-Fi",
"Description[pt]": "Configura����o r��pida do Wi-Fi",
"Description[pt_BR]": "Configura����es r��pidas do Wi-Fi",
+ "Description[ru]": "�������������� ������������������ Wi-Fi",
"Description[sl]": "Hitre nastavitve Wi-Fi",
"Description[sv]": "Snabbinst��llning av wifi",
"Description[tr]": "Wi-Fi tez ayar��",
@@ -76,6 +79,7 @@
"Name[pt]": "Wi-Fi",
"Name[pt_BR]": "Wi-Fi",
"Name[ro]": "Wi-Fi",
+ "Name[ru]": "Wi-Fi",
"Name[sk]": "Wi-Fi",
"Name[sl]": "Wi-Fi",
"Name[sv]": "Wifi",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-mobile-5.26.0/shell/metadata.json new/plasma-mobile-5.26.1/shell/metadata.json
--- old/plasma-mobile-5.26.0/shell/metadata.json 2022-10-06 14:32:21.000000000 +0200
+++ new/plasma-mobile-5.26.1/shell/metadata.json 2022-10-18 12:40:02.000000000 +0200
@@ -14,6 +14,7 @@
"Name[eu]": "Aaron Seigo",
"Name[fi]": "Aaron Seigo",
"Name[fr]": "Aaron Seigo",
+ "Name[ia]": "Aaron Seigo",
"Name[is]": "Aaron Seigo",
"Name[it]": "Aaron Seigo",
"Name[ka]": "Aaron Seigo",
@@ -21,6 +22,7 @@
"Name[pl]": "Aaron Seigo",
"Name[pt]": "Aaron Seigo",
"Name[pt_BR]": "Aaron Seigo",
+ "Name[ru]": "Aaron Seigo",
"Name[sl]": "Aaron Seigo",
"Name[sv]": "Aaron Seigo",
"Name[tr]": "Aaron Seigo",
@@ -40,6 +42,7 @@
"Description[eu]": "Telefonoetarako Plasma oskola",
"Description[fi]": "Puhelinten Plasma-k��ytt��liittym��",
"Description[fr]": "Shell Plasma pour t��l��phones",
+ "Description[ia]": "Shell de Plasma per telephonos",
"Description[is]": "Plasma-skel fyrir s��ma",
"Description[it]": "Shell di Plasma per telefoni",
"Description[ka]": "Plasma ��������������� ���������������������������������������",
@@ -47,6 +50,7 @@
"Description[pl]": "Pow��oka Plazmy dla telefon��w",
"Description[pt]": "Consola do Plasma para telem��veis",
"Description[pt_BR]": "Plasma Shell para celulares",
+ "Description[ru]": "���������������� Plasma ������ ��������������������",
"Description[sl]": "Plasma shell za telefone",
"Description[sv]": "Plasma skal f��r telefoner",
"Description[tr]": "Telefonlar i��in Plasma kabu��u",
1
0
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-10-20 11:11:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-firewall (Old)
and /work/SRC/openSUSE:Factory/.plasma5-firewall.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-firewall"
Thu Oct 20 11:11:03 2022 rev:32 rq:1029852 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-firewall/plasma5-firewall.changes 2022-10-11 18:04:39.861998924 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-firewall.new.2275/plasma5-firewall.changes 2022-10-20 11:11:28.423990762 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:33 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-firewall-5.26.0.tar.xz
plasma-firewall-5.26.0.tar.xz.sig
New:
----
plasma-firewall-5.26.1.tar.xz
plasma-firewall-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-firewall.spec ++++++
--- /var/tmp/diff_new_pack.ottxaE/_old 2022-10-20 11:11:30.683995341 +0200
+++ /var/tmp/diff_new_pack.ottxaE/_new 2022-10-20 11:11:30.687995349 +0200
@@ -21,15 +21,15 @@
%bcond_without released
Name: plasma5-firewall
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: Config Module for the System Firewall
License: GPL-2.0-only OR GPL-3.0-only
Group: System/GUI/KDE
URL: https://www.kde.org
-Source0: plasma-firewall-%{version}.tar.xz
+Source0: https://download.kde.org/stable/plasma/%{version}/plasma-firewall-%{version…
%if %{with released}
-Source1: plasma-firewall-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-firewall-%{version…
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ plasma-firewall-5.26.0.tar.xz -> plasma-firewall-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-firewall-5.26.0/CMakeLists.txt new/plasma-firewall-5.26.1/CMakeLists.txt
--- old/plasma-firewall-5.26.0/CMakeLists.txt 2022-10-06 14:31:18.000000000 +0200
+++ new/plasma-firewall-5.26.1/CMakeLists.txt 2022-10-18 12:39:13.000000000 +0200
@@ -6,7 +6,7 @@
# GENERAL CONFIGURATION
#-----------------------------------------------------------------------------
project(plasma-firewall)
-set(PROJECT_VERSION "5.26.0")
+set(PROJECT_VERSION "5.26.1")
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.0/org.kde.plasma.firewall.metainfo.xml new/plasma-firewall-5.26.1/org.kde.plasma.firewall.metainfo.xml
--- old/plasma-firewall-5.26.0/org.kde.plasma.firewall.metainfo.xml 2022-10-06 14:31:18.000000000 +0200
+++ new/plasma-firewall-5.26.1/org.kde.plasma.firewall.metainfo.xml 2022-10-18 12:39:13.000000000 +0200
@@ -200,9 +200,9 @@
<category>System</category>
</categories>
<releases>
+ <release version="5.26.1" date="2022-10-18"/>
<release version="5.26.0" date="2022-10-11"/>
<release version="5.25.5" date="2022-09-06"/>
<release version="5.25.4" date="2022-08-08"/>
- <release version="5.25.3" date="2022-07-12"/>
</releases>
</component>
1
0
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-10-20 11:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-disks (Old)
and /work/SRC/openSUSE:Factory/.plasma5-disks.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-disks"
Thu Oct 20 11:11:02 2022 rev:39 rq:1029851 version:5.26.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-disks/plasma5-disks.changes 2022-10-11 18:04:25.121975096 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-disks.new.2275/plasma5-disks.changes 2022-10-20 11:11:26.847987570 +0200
@@ -1,0 +2,9 @@
+Tue Oct 18 11:27:33 UTC 2022 - Fabian Vogt <fabian(a)ritter-vogt.de>
+
+- Update to 5.26.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.26.1
+- No code changes since 5.26.0
+
+-------------------------------------------------------------------
Old:
----
plasma-disks-5.26.0.tar.xz
plasma-disks-5.26.0.tar.xz.sig
New:
----
plasma-disks-5.26.1.tar.xz
plasma-disks-5.26.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-disks.spec ++++++
--- /var/tmp/diff_new_pack.2P2yCY/_old 2022-10-20 11:11:27.811989523 +0200
+++ /var/tmp/diff_new_pack.2P2yCY/_new 2022-10-20 11:11:27.815989531 +0200
@@ -23,15 +23,15 @@
%bcond_without released
Name: plasma5-disks
-Version: 5.26.0
+Version: 5.26.1
Release: 0
Summary: Plasma service for monitoring disk health
License: GPL-2.0-only OR GPL-3.0-only
Group: System/GUI/KDE
URL: http://www.kde.org
-Source: plasma-disks-%{version}.tar.xz
+Source: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.t…
%if %{with released}
-Source1: plasma-disks-%{version}.tar.xz.sig
+Source1: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.t…
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ plasma-disks-5.26.0.tar.xz -> plasma-disks-5.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-disks-5.26.0/CMakeLists.txt new/plasma-disks-5.26.1/CMakeLists.txt
--- old/plasma-disks-5.26.0/CMakeLists.txt 2022-10-06 14:30:48.000000000 +0200
+++ new/plasma-disks-5.26.1/CMakeLists.txt 2022-10-18 12:38:50.000000000 +0200
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(plasma-disks)
-set(PROJECT_VERSION "5.26.0")
+set(PROJECT_VERSION "5.26.1")
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.0/org.kde.plasma.disks.metainfo.xml new/plasma-disks-5.26.1/org.kde.plasma.disks.metainfo.xml
--- old/plasma-disks-5.26.0/org.kde.plasma.disks.metainfo.xml 2022-10-06 14:30:48.000000000 +0200
+++ new/plasma-disks-5.26.1/org.kde.plasma.disks.metainfo.xml 2022-10-18 12:38:50.000000000 +0200
@@ -197,9 +197,9 @@
<category>System</category>
</categories>
<releases>
+ <release version="5.26.1" date="2022-10-18"/>
<release version="5.26.0" date="2022-10-11"/>
<release version="5.25.5" date="2022-09-06"/>
<release version="5.25.4" date="2022-08-08"/>
- <release version="5.25.3" date="2022-07-12"/>
</releases>
</component>
1
0