commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-10-30 11:47:40 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3463 (New) Package is "systemsettings5" Fri Oct 30 11:47:40 2020 rev:110 rq:844679 version:5.20.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-10-22 14:26:16.214965080 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3463/systemsettings5.changes 2020-10-30 11:47:58.329723503 +0100 @@ -1,0 +2,16 @@ +Wed Oct 28 19:07:53 UTC 2020 - Fabian Vogt + +- Add patch to properly run systemsettings in a wayland session + (boo#1178230, kde#428339): + * 0001-Fix-call-to-KWorkSpace-detectPlatform.patch + +--- +Tue Oct 27 20:43:54 UTC 2020 - Fabian Vogt + +- Update to 5.20.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.2 +- No code changes since 5.20.1 + +--- Old: systemsettings-5.20.1.1.tar.xz systemsettings-5.20.1.1.tar.xz.sig New: 0001-Fix-call-to-KWorkSpace-detectPlatform.patch systemsettings-5.20.2.tar.xz systemsettings-5.20.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.vFEwyt/_old 2020-10-30 11:47:58.949724052 +0100 +++ /var/tmp/diff_new_pack.vFEwyt/_new 2020-10-30 11:47:58.949724052 +0100 @@ -18,17 +18,19 @@ %bcond_without lang Name: systemsettings5 -Version:5.20.1.1 +Version:5.20.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/5.20.1/systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/5.20.1/systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif +# PATCH-FIX-UPSTREAM +Patch1: 0001-Fix-call-to-KWorkSpace-detectPlatform.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: update-desktop-files @@ -72,8 +74,9 @@ Provides KDE's control center modules. Development files. %lang_package + %prep -%setup -q -n systemsettings-%{version} +%autosetup -p1 -n systemsettings-%{version} %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++ 0001-Fix-call-to-KWorkSpace-detectPlatform.patch ++ >From f8f235cc31dbb01fab042b7ec5a3185ab193b0bd Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 28 Oct 2020 20:06:34 +0100 Subject: [PATCH] Fix call to KWorkSpace::detectPlatform This sets QT_QPA_PLATFORM, so has to happen before the QApplication is created. BUG: 428339 --- app/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 79c03b7..67d52d5 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -76,6 +76,9 @@ int main( int argc, char *argv[] ) //which is before KAboutData::setApplicationData QCoreApplication::setApplicationName(binaryName); +// This has to be before the QApplication is created. +KWorkSpace::detectPlatform(argc, argv); + QApplication application(argc, argv); application.setAttribute(Qt::AA_UseHighDpiPixmaps, true); @@ -166,7 +169,6 @@ int main( int argc, char *argv[] ) KDBusService service(KDBusService::Unique); -KWorkSpace::detectPlatform(argc, argv); KQuickAddons::QtQuickSettings::init(); KCrash::initialize(); -- 2.25.1 ++ systemsettings-5.20.1.1.tar.xz -> systemsettings-5.20.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.20.1.1/CMakeLists.txt new/systemsettings-5.20.2/CMakeLists.txt --- old/systemsettings-5.20.1.1/CMakeLists.txt 2020-10-20 15:53:41.0 +0200 +++ new/systemsettings-5.20.2/CMakeLists.txt2020-10-27 13:34:32.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.20.1") +set(PROJECT_VERSION "5.20.2") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.15.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.20.1.1/app/org.kde.systemsettings.metainfo.xml
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-10-22 14:24:53 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3463 (New) Package is "systemsettings5" Thu Oct 22 14:24:53 2020 rev:109 rq:843127 version:5.20.1.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-10-20 16:07:08.345916847 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3463/systemsettings5.changes 2020-10-22 14:26:16.214965080 +0200 @@ -1,0 +2,9 @@ +Tue Oct 20 14:30:37 UTC 2020 - Fabian Vogt + +- Update to 5.20.1.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.1 +- No code changes since 5.20.0 + +--- Old: systemsettings-5.20.0.1.tar.xz systemsettings-5.20.0.1.tar.xz.sig New: systemsettings-5.20.1.1.tar.xz systemsettings-5.20.1.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.aoYlKa/_old 2020-10-22 14:26:17.134965906 +0200 +++ /var/tmp/diff_new_pack.aoYlKa/_new 2020-10-22 14:26:17.138965910 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.20.0.1 +Version:5.20.1.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.20.1/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.20.1/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.20.0.1.tar.xz -> systemsettings-5.20.1.1.tar.xz ++ 48366 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-10-20 16:02:35 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3486 (New) Package is "systemsettings5" Tue Oct 20 16:02:35 2020 rev:108 rq:842136 version:5.20.0.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-10-13 15:31:32.256915948 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3486/systemsettings5.changes 2020-10-20 16:07:08.345916847 +0200 @@ -1,0 +2,6 @@ +Fri Oct 16 05:32:22 UTC 2020 - Wolfgang Bauer + +- Update to 5.20.0.1 + * Fix users KCM string in default set of KCMs to show on home screen + +--- Old: systemsettings-5.20.0.tar.xz systemsettings-5.20.0.tar.xz.sig New: systemsettings-5.20.0.1.tar.xz systemsettings-5.20.0.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.Zq1m0F/_old 2020-10-20 16:07:11.093918148 +0200 +++ /var/tmp/diff_new_pack.Zq1m0F/_new 2020-10-20 16:07:11.097918150 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.20.0 +Version:5.20.0.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later @@ -74,7 +74,6 @@ %lang_package %prep %setup -q -n systemsettings-%{version} -%autopatch -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++ systemsettings-5.20.0.tar.xz -> systemsettings-5.20.0.1.tar.xz ++ 48365 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-10-13 15:31:03 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3486 (New) Package is "systemsettings5" Tue Oct 13 15:31:03 2020 rev:107 rq:841382 version:5.20.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-09-04 11:09:35.634954803 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3486/systemsettings5.changes 2020-10-13 15:31:32.256915948 +0200 @@ -1,0 +2,45 @@ +Thu Oct 8 16:55:27 UTC 2020 - Fabian Vogt + +- Update to 5.20.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.0 +- Changes since 5.19.90: + * Make margins consistent on all sides for all KCMs + * Update highlight default dot for module in search mode + * Fix default module highlight + * [Sidebar] Avoid reloading already loaded module (kde#420196) + * Make the user-visible strings defined in KAboutData translatable again. (kde#426742) + * Don't show an arrow when the category only contains one item (kde#426731) + * Show bug report action in sidebar menu (kde#426747) + * [sidebar view] Set icon sizes properly on home screen + +--- +Thu Sep 17 20:03:16 UTC 2020 - Fabian Vogt + +- Update to 5.19.90 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.90 +- Changes since 5.19.5: + * Remove explicit ECM_KDE_MODULE_DIR + * [Sidebar view] Only indent subsategory icons in the search view + * Fix trying to call a method on a still null object + * [Sidebar view] Add arrow to list items which are parent/category items + * [Sidebar view] Add accessibility hints for icons-only ToolButtons + * Port sidebar placeholder message to Kirigami.PlaceholderMessage + * Don't show highlight changed entries button in kinfocenter (kde#425964) + * Rework main.cpp + * Clean up subcategory model when going to home screen + * In sidebar mode show if a module is in default state or not + * Button text Uses Title Case + * Add Separator. Remove round. Style + * Add button to activate defaults highlighting + * [sidebar] Make SubcategoryModel dynamic + * [sidebar view] Show list item separator lines + * Also hide Buttons when changing modules in info center mode (kde#424490) + * [sidebar view] Remove size hacks for toolbar items (kde#424228) + * correct appstream homepage URL to plasma homepage + * Use camelcase (scripted) + +--- Old: systemsettings-5.19.5.tar.xz systemsettings-5.19.5.tar.xz.sig New: systemsettings-5.20.0.tar.xz systemsettings-5.20.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.mOTNsw/_old 2020-10-13 15:31:35.928917507 +0200 +++ /var/tmp/diff_new_pack.mOTNsw/_new 2020-10-13 15:31:35.928917507 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.19.5 +Version:5.20.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1:systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.19.5.tar.xz -> systemsettings-5.20.0.tar.xz ++ 25825 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-09-04 11:09:08 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3399 (New) Package is "systemsettings5" Fri Sep 4 11:09:08 2020 rev:106 rq:831192 version:5.19.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-07-29 17:20:14.956548989 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3399/systemsettings5.changes 2020-09-04 11:09:35.634954803 +0200 @@ -1,0 +2,9 @@ +Tue Sep 1 11:38:53 UTC 2020 - Fabian Vogt + +- Update to 5.19.5 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.5 +- No code changes since 5.19.4 + +--- Old: systemsettings-5.19.4.tar.xz systemsettings-5.19.4.tar.xz.sig New: systemsettings-5.19.5.tar.xz systemsettings-5.19.5.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.Cc9Bnz/_old 2020-09-04 11:09:36.626955302 +0200 +++ /var/tmp/diff_new_pack.Cc9Bnz/_new 2020-09-04 11:09:36.630955304 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.19.4 +Version:5.19.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.19.4.tar.xz -> systemsettings-5.19.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.4/CMakeLists.txt new/systemsettings-5.19.5/CMakeLists.txt --- old/systemsettings-5.19.4/CMakeLists.txt2020-07-28 13:09:42.0 +0200 +++ new/systemsettings-5.19.5/CMakeLists.txt2020-09-01 12:43:50.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.19.4") +set(PROJECT_VERSION "5.19.5") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.14.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.4/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.19.5/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.19.4/app/org.kde.systemsettings.metainfo.xml 2020-07-28 13:09:11.0 +0200 +++ new/systemsettings-5.19.5/app/org.kde.systemsettings.metainfo.xml 2020-09-01 12:43:20.0 +0200 @@ -110,9 +110,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.4/po/ca/systemsettings.po new/systemsettings-5.19.5/po/ca/systemsettings.po --- old/systemsettings-5.19.4/po/ca/systemsettings.po 2020-07-28 13:09:15.0 +0200 +++ new/systemsettings-5.19.5/po/ca/systemsettings.po 2020-09-01 12:43:23.0 +0200 @@ -4,14 +4,14 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2012, 2017, 2018, 2019, 2020. -# Antoni Bella Pérez , 2014, 2015, 2017, 2019. +# Antoni Bella Pérez , 2014, 2015, 2017, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2020-05-12 04:02+0200\n" -"PO-Revision-Date: 2020-05-12 19:32+0100\n" -"Last-Translator: Josep Ma. Ferrer \n" +"PO-Revision-Date: 2020-08-03 22:06+0200\n" +"Last-Translator: Antoni Bella Pérez \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.04.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -125,7 +125,7 @@ #: app/main.cpp:132 #, kde-format msgid "No description available" -msgstr "No hi ha cap descripció disponible" +msgstr "No hi ha disponible cap descripció" #: app/SettingsBase.cpp:62 #, kde-format @@ -191,13 +191,13 @@ #: app/systemsettings.kcfg:9 #, kde-format msgid "Determines whether detailed tooltips should be used" -msgstr "Determina si s'han d'utilitzar els consells emergents detallats" +msgstr "Determina si s'han d'usar els consells emergents detallats" #. i18n: ectx: label, entry (ActiveView), group (Main) #: app/systemsettings.kcfg:13 #, kde-format msgid "Internal name for the view used" -msgstr "Nom intern per a la vista utilitzada" +msgstr "Nom intern per a la vista usada" #. i18n: ectx: ToolBar
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-07-29 17:19:37 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3592 (New) Package is "systemsettings5" Wed Jul 29 17:19:37 2020 rev:105 rq:823265 version:5.19.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-07-10 14:12:37.15149 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3592/systemsettings5.changes 2020-07-29 17:20:14.956548989 +0200 @@ -1,0 +2,9 @@ +Tue Jul 28 13:45:53 UTC 2020 - Fabian Vogt + +- Update to 5.19.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.4 +- No code changes since 5.19.3 + +--- Old: systemsettings-5.19.3.tar.xz systemsettings-5.19.3.tar.xz.sig New: systemsettings-5.19.4.tar.xz systemsettings-5.19.4.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.5hxTKD/_old 2020-07-29 17:20:16.376550149 +0200 +++ /var/tmp/diff_new_pack.5hxTKD/_new 2020-07-29 17:20:16.380550152 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.19.3 +Version:5.19.4 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.19.3.tar.xz -> systemsettings-5.19.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.3/CMakeLists.txt new/systemsettings-5.19.4/CMakeLists.txt --- old/systemsettings-5.19.3/CMakeLists.txt2020-07-07 13:24:58.0 +0200 +++ new/systemsettings-5.19.4/CMakeLists.txt2020-07-28 13:09:42.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.19.3") +set(PROJECT_VERSION "5.19.4") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.14.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.3/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.19.4/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.19.3/app/org.kde.systemsettings.metainfo.xml 2020-07-07 13:24:32.0 +0200 +++ new/systemsettings-5.19.4/app/org.kde.systemsettings.metainfo.xml 2020-07-28 13:09:11.0 +0200 @@ -110,9 +110,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.3/po/da/systemsettings.po new/systemsettings-5.19.4/po/da/systemsettings.po --- old/systemsettings-5.19.3/po/da/systemsettings.po 2020-07-07 13:24:40.0 +0200 +++ new/systemsettings-5.19.4/po/da/systemsettings.po 2020-07-28 13:09:16.0 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2020-05-12 04:02+0200\n" -"PO-Revision-Date: 2020-01-19 16:07+0100\n" +"PO-Revision-Date: 2020-07-21 18:17+0200\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" "Language: da\n" @@ -17,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 18.12.3\n" +"X-Generator: Lokalize 20.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -44,12 +44,12 @@ #: app/main.cpp:90 app/SettingsBase.cpp:68 #, kde-format msgid "Info Center" -msgstr "" +msgstr "Infocenter" #: app/main.cpp:90 #, kde-format msgid "Centralized and convenient overview of system information." -msgstr "" +msgstr "Centraliseret og bekvem oversigt over systeminformation." #: app/main.cpp:90 app/main.cpp:96 icons/IconMode.cpp:62 #, kde-format @@ -103,27 +103,27 @@ #: app/main.cpp:106 #, kde-format msgid "List all possible modules" -msgstr "" +msgstr "Liste over samtlige mulige moduler" #: app/main.cpp:107 #, kde-format msgid "Configuration module to open" -msgstr "" +msgstr "Indstillingsmodul som skal åbnes" #: app/main.cpp:108 #, kde-format msgid "Arguments for the module" -msgstr "" +msgstr "Argumenter til modulet" #: app/main.cpp:115 #, kde-format msgid "The following modules are available:" -msgstr "" +msgstr "Følgende moduler er tilgængelige:" #: app/main.cpp:132 #, kde-format msgid "No description available" -msgstr "" +msgstr "Ingen beskrivelse tilgængelig" #: app/SettingsBase.cpp:62
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-07-10 14:12:25 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3060 (New) Package is "systemsettings5" Fri Jul 10 14:12:25 2020 rev:104 rq:819439 version:5.19.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-06-25 15:06:28.905179750 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3060/systemsettings5.changes 2020-07-10 14:12:37.15149 +0200 @@ -1,0 +2,9 @@ +Tue Jul 7 13:58:02 UTC 2020 - Fabian Vogt + +- Update to 5.19.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.3 +- No code changes since 5.19.2 + +--- Old: systemsettings-5.19.2.tar.xz systemsettings-5.19.2.tar.xz.sig New: systemsettings-5.19.3.tar.xz systemsettings-5.19.3.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.O6IfRs/_old 2020-07-10 14:12:37.947480393 +0200 +++ /var/tmp/diff_new_pack.O6IfRs/_new 2020-07-10 14:12:37.951480406 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.19.2 +Version:5.19.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.19.2.tar.xz -> systemsettings-5.19.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.2/CMakeLists.txt new/systemsettings-5.19.3/CMakeLists.txt --- old/systemsettings-5.19.2/CMakeLists.txt2020-06-23 14:25:23.0 +0200 +++ new/systemsettings-5.19.3/CMakeLists.txt2020-07-07 13:24:58.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.19.2") +set(PROJECT_VERSION "5.19.3") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.14.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.2/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.19.3/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.19.2/app/org.kde.systemsettings.metainfo.xml 2020-06-23 14:24:53.0 +0200 +++ new/systemsettings-5.19.3/app/org.kde.systemsettings.metainfo.xml 2020-07-07 13:24:32.0 +0200 @@ -110,9 +110,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.2/po/en_GB/systemsettings.po new/systemsettings-5.19.3/po/en_GB/systemsettings.po --- old/systemsettings-5.19.2/po/en_GB/systemsettings.po2020-06-23 14:25:04.0 +0200 +++ new/systemsettings-5.19.3/po/en_GB/systemsettings.po2020-07-07 13:24:41.0 +0200 @@ -45,7 +45,7 @@ #: app/main.cpp:90 app/SettingsBase.cpp:68 #, kde-format msgid "Info Center" -msgstr "Info Center" +msgstr "Info Centre" #: app/main.cpp:90 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.2/po/zh_CN/systemsettings.po new/systemsettings-5.19.3/po/zh_CN/systemsettings.po --- old/systemsettings-5.19.2/po/zh_CN/systemsettings.po2020-06-23 14:25:14.0 +0200 +++ new/systemsettings-5.19.3/po/zh_CN/systemsettings.po2020-07-07 13:24:50.0 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2020-05-12 04:02+0200\n" -"PO-Revision-Date: 2020-06-21 18:47\n" +"PO-Revision-Date: 2020-06-24 08:01\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-06-25 15:06:07 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3060 (New) Package is "systemsettings5" Thu Jun 25 15:06:07 2020 rev:103 rq:816699 version:5.19.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-06-21 19:08:43.997010938 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3060/systemsettings5.changes 2020-06-25 15:06:28.905179750 +0200 @@ -1,0 +2,9 @@ +Tue Jun 23 13:26:19 UTC 2020 - Fabian Vogt + +- Update to 5.19.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.19.2 +- No code changes since 5.19.1 + +--- Old: systemsettings-5.19.1.tar.xz systemsettings-5.19.1.tar.xz.sig New: systemsettings-5.19.2.tar.xz systemsettings-5.19.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.wWx2gr/_old 2020-06-25 15:06:31.941189531 +0200 +++ /var/tmp/diff_new_pack.wWx2gr/_new 2020-06-25 15:06:31.945189543 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.19.1 +Version:5.19.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.19.1.tar.xz -> systemsettings-5.19.2.tar.xz ++ 1606 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-06-20 20:12:03 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3606 (New) Package is "systemsettings5" Sat Jun 20 20:12:03 2020 rev:102 rq:815483 version:5.19.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-06-08 23:57:56.975940377 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3606/systemsettings5.changes 2020-06-21 19:08:43.997010938 +0200 @@ -1,0 +2,9 @@ +Tue Jun 16 14:34:53 UTC 2020 - Fabian Vogt + +- Update to 5.19.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.19.1.php +- No code changes since 5.19.0 + +--- Old: systemsettings-5.19.0.tar.xz systemsettings-5.19.0.tar.xz.sig New: systemsettings-5.19.1.tar.xz systemsettings-5.19.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.0r0fkU/_old 2020-06-21 19:08:44.625013005 +0200 +++ /var/tmp/diff_new_pack.0r0fkU/_new 2020-06-21 19:08:44.625013005 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.19.0 +Version:5.19.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.19.0.tar.xz -> systemsettings-5.19.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.0/CMakeLists.txt new/systemsettings-5.19.1/CMakeLists.txt --- old/systemsettings-5.19.0/CMakeLists.txt2020-06-04 13:37:44.0 +0200 +++ new/systemsettings-5.19.1/CMakeLists.txt2020-06-16 14:58:35.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.19.0") +set(PROJECT_VERSION "5.19.1") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.14.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.0/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.19.1/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.19.0/app/org.kde.systemsettings.metainfo.xml 2020-06-04 13:37:06.0 +0200 +++ new/systemsettings-5.19.1/app/org.kde.systemsettings.metainfo.xml 2020-06-16 14:58:04.0 +0200 @@ -78,6 +78,7 @@ Axustes del sistema permítete configurar y afinar l'escritoriu Plasma de KDE p'adautalu a les tos necesidaes. L'Arranjament del sistema permet configurar i ajustar el vostre escriptori Plasma del KDE perquè satisfaci millor les vostres necessitats. L'Arranjament del sistema permet configurar i ajustar el vostre escriptori Plasma del KDE perquè satisfaci millor les vostres necessitats. +Nastavení systému vám umožňuje nastavit a ladit vaše pracovní prostředí KDE Plasma aby lépe vyhovovalo vašim potřebám. Systemindstillinger lader dig indstille og tilpasse dit KDE Plasma-skrivebord så det passer bedre til netop dine behov. Mit den Systemeinstellungen können Sie Ihre KDE-Plasma-Arbeitsfläche einrichten und optimieren, um sie besser an Ihre Bedürfnisse anzupassen. System Settings allows you to configure and tweak your KDE Plasma desktop to make it better meet your needs. @@ -109,9 +110,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.19.0/po/en_GB/systemsettings.po new/systemsettings-5.19.1/po/en_GB/systemsettings.po --- old/systemsettings-5.19.0/po/en_GB/systemsettings.po2020-06-04 13:37:20.0 +0200 +++ new/systemsettings-5.19.1/po/en_GB/systemsettings.po2020-06-16 14:58:15.0 +0200 @@ -10,7 +10,7 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2020-05-12 04:02+0200\n" -"PO-Revision-Date: 2020-03-30 20:26+0100\n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-06-08 23:57:01 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3606 (New) Package is "systemsettings5" Mon Jun 8 23:57:01 2020 rev:101 rq:812338 version:5.19.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-05-07 15:11:25.572482646 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3606/systemsettings5.changes 2020-06-08 23:57:56.975940377 +0200 @@ -1,0 +2,29 @@ +Thu Jun 4 13:27:15 UTC 2020 - Fabian Vogt + +- Update to 5.19.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.19.0.php +- Changes since 5.18.90: + * don't try to access invalid modules (kde#422029) + +--- +Thu May 14 14:33:10 UTC 2020 - Fabian Vogt + +- Update to 5.18.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.90.php +- Changes since 5.18.5: + * Add global shortcut + * Support module commandline paramenter + * Port from KRun::runService to KIO::ApplicationLauncherJob + * Use correct icon for Applications category + * bump to require Qt 5.14 + * Hide configure action in Info center mode (kde#417977,kde#417981) + * If KHelpCenter isn't available fallback to opening doc at docs.kde.org (kde#405647) + * Handle spawning kinfocenter with a full path + * delay show window + * Introduce an Info Center mode (kde#412975) + +--- Old: systemsettings-5.18.5.tar.xz systemsettings-5.18.5.tar.xz.sig New: systemsettings-5.19.0.tar.xz systemsettings-5.19.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.jCqskY/_old 2020-06-08 23:57:57.623942376 +0200 +++ /var/tmp/diff_new_pack.jCqskY/_new 2020-06-08 23:57:57.627942389 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.18.5 +Version:5.19.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1:systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 @@ -40,6 +40,7 @@ BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5Declarative) BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5GuiAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5ItemModels) @@ -93,22 +94,22 @@ %files %license COPYING* +%dir %{_kf5_sharedir}/kglobalaccel +%dir %{_kf5_sharedir}/kpackage +%dir %{_kf5_sharedir}/kpackage/genericqml +%doc %{_kf5_htmldir}/en/*/ +%{_kf5_applicationsdir}/*.desktop %{_kf5_appstreamdir}/org.kde.systemsettings.metainfo.xml %{_kf5_bindir}/systemsettings5 +%{_kf5_debugdir}/*.categories %{_kf5_libdir}/libsystemsettingsview.so.* %{_kf5_plugindir}/ -%{_kf5_applicationsdir}/*.desktop -%dir %{_kf5_htmldir}/en -%dir %{_kf5_htmldir} -%doc %{_kf5_htmldir}/en/*/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ -%{_kf5_sharedir}/systemsettings/ -%{_kf5_sharedir}/kxmlgui5/ -%dir %{_kf5_sharedir}/kpackage -%dir %{_kf5_sharedir}/kpackage/genericqml +%{_kf5_sharedir}/kglobalaccel/systemsettings.desktop %{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar -%{_kf5_debugdir}/*.categories +%{_kf5_sharedir}/kxmlgui5/ +%{_kf5_sharedir}/systemsettings/ %files devel %{_kf5_libdir}/libsystemsettingsview.so ++ systemsettings-5.18.5.tar.xz -> systemsettings-5.19.0.tar.xz ++ 22201 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-05-07 15:11:19 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.2738 (New) Package is "systemsettings5" Thu May 7 15:11:19 2020 rev:100 rq:800505 version:5.18.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-04-04 12:16:42.507477187 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.2738/systemsettings5.changes 2020-05-07 15:11:25.572482646 +0200 @@ -1,0 +2,9 @@ +Tue May 5 13:01:56 UTC 2020 - Fabian Vogt + +- Update to 5.18.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.5.php +- No code changes since 5.18.4.1 + +--- Old: systemsettings-5.18.4.1.tar.xz systemsettings-5.18.4.1.tar.xz.sig New: systemsettings-5.18.5.tar.xz systemsettings-5.18.5.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.8IGczR/_old 2020-05-07 15:11:26.144483790 +0200 +++ /var/tmp/diff_new_pack.8IGczR/_new 2020-05-07 15:11:26.148483798 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.18.4.1 +Version:5.18.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/5.18.4/systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/5.18.4/systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.18.4.1.tar.xz -> systemsettings-5.18.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.4.1/CMakeLists.txt new/systemsettings-5.18.5/CMakeLists.txt --- old/systemsettings-5.18.4.1/CMakeLists.txt 2020-03-31 16:39:36.0 +0200 +++ new/systemsettings-5.18.5/CMakeLists.txt2020-05-05 17:05:35.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.18.4") +set(PROJECT_VERSION "5.18.5") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.12.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.4.1/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.18.5/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.18.4.1/app/org.kde.systemsettings.metainfo.xml 2020-03-31 16:38:55.0 +0200 +++ new/systemsettings-5.18.5/app/org.kde.systemsettings.metainfo.xml 2020-05-05 17:04:57.0 +0200 @@ -109,9 +109,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.4.1/po/en_GB/systemsettings.po new/systemsettings-5.18.5/po/en_GB/systemsettings.po --- old/systemsettings-5.18.4.1/po/en_GB/systemsettings.po 2020-03-31 16:39:10.0 +0200 +++ new/systemsettings-5.18.5/po/en_GB/systemsettings.po2020-05-05 17:05:11.0 +0200 @@ -12,7 +12,7 @@ "POT-Creation-Date: 2020-02-15 09:00+0100\n" "PO-Revision-Date: 2019-09-29 14:34+0100\n" "Last-Translator: Steve Allewell \n" -"Language-Team: British English \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.4.1/po/ko/systemsettings.po new/systemsettings-5.18.5/po/ko/systemsettings.po --- old/systemsettings-5.18.4.1/po/ko/systemsettings.po 2020-03-31 16:39:15.0 +0200 +++ new/systemsettings-5.18.5/po/ko/systemsettings.po 2020-05-05 17:05:16.0 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2020-02-15 09:00+0100\n" -"PO-Revision-Date: 2020-01-27 00:09+0100\n" +"PO-Revision-Date: 2020-04-21 00:28+0200\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" "Language: ko\n" @@ -37,7 +37,7 @@ #:
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-04-04 12:16:18 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3248 (New) Package is "systemsettings5" Sat Apr 4 12:16:18 2020 rev:99 rq:790450 version:5.18.4.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-03-12 23:00:56.675053828 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3248/systemsettings5.changes 2020-04-04 12:16:42.507477187 +0200 @@ -1,0 +2,15 @@ +Tue Mar 31 15:16:44 UTC 2020 - Fabian Vogt + +- Update to 5.18.4.1: + * Version fixed + +--- +Tue Mar 31 14:47:44 UTC 2020 - Fabian Vogt + +- Update to 5.18.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.4.php +- No code changes since 5.18.3 + +--- Old: systemsettings-5.18.3.tar.xz systemsettings-5.18.3.tar.xz.sig New: systemsettings-5.18.4.1.tar.xz systemsettings-5.18.4.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.UWqnGZ/_old 2020-04-04 12:16:43.511478208 +0200 +++ /var/tmp/diff_new_pack.UWqnGZ/_new 2020-04-04 12:16:43.511478208 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.18.3 +Version:5.18.4.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE URL:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.18.4/systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.18.4/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.18.3.tar.xz -> systemsettings-5.18.4.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.3/CMakeLists.txt new/systemsettings-5.18.4.1/CMakeLists.txt --- old/systemsettings-5.18.3/CMakeLists.txt2020-03-10 14:31:37.0 +0100 +++ new/systemsettings-5.18.4.1/CMakeLists.txt 2020-03-31 16:39:36.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.18.3") +set(PROJECT_VERSION "5.18.4") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.12.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.3/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.18.4.1/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.18.3/app/org.kde.systemsettings.metainfo.xml 2020-03-10 14:31:00.0 +0100 +++ new/systemsettings-5.18.4.1/app/org.kde.systemsettings.metainfo.xml 2020-03-31 16:38:55.0 +0200 @@ -109,9 +109,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.3/po/cs/systemsettings.po new/systemsettings-5.18.4.1/po/cs/systemsettings.po --- old/systemsettings-5.18.3/po/cs/systemsettings.po 2020-03-10 14:31:08.0 +0100 +++ new/systemsettings-5.18.4.1/po/cs/systemsettings.po 2020-03-31 16:39:08.0 +0200 @@ -3,7 +3,7 @@ # Lukáš Tinkl , 2010. # Vít Pelčák , 2010, 2011, 2012, 2015, 2017. # Tomáš Chvátal , 2013. -# Vit Pelcak , 2017, 2019. +# Vit Pelcak , 2017, 2019, 2020. # msgid "" msgstr "" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 19.08.1\n" +"X-Generator: Lokalize 19.12.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.3/po/es/docs/systemsettings/index.docbook new/systemsettings-5.18.4.1/po/es/docs/systemsettings/index.docbook --- old/systemsettings-5.18.3/po/es/docs/systemsettings/index.docbook 1970-01-01 01:00:00.0 +0100 +++ new/systemsettings-5.18.4.1/po/es/docs/systemsettings/index.docbook
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-03-12 23:00:20 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3160 (New) Package is "systemsettings5" Thu Mar 12 23:00:20 2020 rev:98 rq:783657 version:5.18.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-02-29 21:23:19.198374664 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3160/systemsettings5.changes 2020-03-12 23:00:56.675053828 +0100 @@ -1,0 +2,10 @@ +Tue Mar 10 14:55:34 UTC 2020 - Fabian Vogt + +- Update to 5.18.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.3.php +- Changes since 5.18.2: + * Fix connection to invalid signal + +--- Old: systemsettings-5.18.2.tar.xz systemsettings-5.18.2.tar.xz.sig New: systemsettings-5.18.3.tar.xz systemsettings-5.18.3.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.yXVvLT/_old 2020-03-12 23:00:59.483054947 +0100 +++ /var/tmp/diff_new_pack.yXVvLT/_new 2020-03-12 23:00:59.507054956 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.18.2 +Version:5.18.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.18.2.tar.xz -> systemsettings-5.18.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.2/CMakeLists.txt new/systemsettings-5.18.3/CMakeLists.txt --- old/systemsettings-5.18.2/CMakeLists.txt2020-02-25 14:35:20.0 +0100 +++ new/systemsettings-5.18.3/CMakeLists.txt2020-03-10 14:31:37.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.18.2") +set(PROJECT_VERSION "5.18.3") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.12.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.2/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.18.3/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.18.2/app/org.kde.systemsettings.metainfo.xml 2020-02-25 14:34:40.0 +0100 +++ new/systemsettings-5.18.3/app/org.kde.systemsettings.metainfo.xml 2020-03-10 14:31:00.0 +0100 @@ -3,6 +3,7 @@ System Settings Axustes del sistema Arranjament del sistema + Arranjament del sistema Nastavení systému Systemindstillinger Systemeinstellungen @@ -33,6 +34,7 @@ Configuration tools for your computer Ferramientes de configuración pal ordenador Eines de configuració per a l'ordinador + Eines de configuració per a l'ordinador Konfigurační nástroje pro váš počítač Konfigurationsværktøjer til din computer Einstellungen für Ihren Rechner @@ -75,6 +77,7 @@ System Settings allows you to configure and tweak your KDE Plasma desktop to make it better meet your needs. Axustes del sistema permítete configurar y afinar l'escritoriu Plasma de KDE p'adautalu a les tos necesidaes. L'Arranjament del sistema permet configurar i ajustar el vostre escriptori Plasma del KDE perquè satisfaci millor les vostres necessitats. +L'Arranjament del sistema permet configurar i ajustar el vostre escriptori Plasma del KDE perquè satisfaci millor les vostres necessitats. Systemindstillinger lader dig indstille og tilpasse dit KDE Plasma-skrivebord så det passer bedre til netop dine behov. Mit den Systemeinstellungen können Sie Ihre KDE-Plasma-Arbeitsfläche einrichten und optimieren, um sie besser an Ihre Bedürfnisse anzupassen. System Settings allows you to configure and tweak your KDE Plasma desktop to make it better meet your needs. @@ -106,9 +109,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.2/po/id/systemsettings.po new/systemsettings-5.18.3/po/id/systemsettings.po --- old/systemsettings-5.18.2/po/id/systemsettings.po 2020-02-25 14:34:57.0 +0100 +++ new/systemsettings-5.18.3/po/id/systemsettings.po 2020-03-10 14:31:12.0 +0100 @@ -2,14 +2,14 @@ # Copyright (C) 2009 This_file_is_part_of_KDE # This file is distributed under the same license as the systemsettings package. # Andhika Padmawan , 2009. -# Wantoyo , 2017, 2018, 2019.
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-02-29 21:23:05 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.26092 (New) Package is "systemsettings5" Sat Feb 29 21:23:05 2020 rev:97 rq:779210 version:5.18.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-02-22 19:06:55.646405082 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.26092/systemsettings5.changes 2020-02-29 21:23:19.198374664 +0100 @@ -1,0 +2,9 @@ +Tue Feb 25 14:07:20 UTC 2020 - Fabian Vogt + +- Update to 5.18.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.2.php +- No code changes since 5.18.1 + +--- Old: systemsettings-5.18.1.tar.xz systemsettings-5.18.1.tar.xz.sig New: systemsettings-5.18.2.tar.xz systemsettings-5.18.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.TX6wpi/_old 2020-02-29 21:23:20.070376389 +0100 +++ /var/tmp/diff_new_pack.TX6wpi/_new 2020-02-29 21:23:20.070376389 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %bcond_without lang Name: systemsettings5 -Version:5.18.1 +Version:5.18.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE -Url:http://www.kde.org/ +URL:http://www.kde.org/ Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig ++ systemsettings-5.18.1.tar.xz -> systemsettings-5.18.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.1/CMakeLists.txt new/systemsettings-5.18.2/CMakeLists.txt --- old/systemsettings-5.18.1/CMakeLists.txt2020-02-18 14:28:46.0 +0100 +++ new/systemsettings-5.18.2/CMakeLists.txt2020-02-25 14:35:20.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.18.1") +set(PROJECT_VERSION "5.18.2") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.12.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.18.1/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.18.2/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.18.1/app/org.kde.systemsettings.metainfo.xml 2020-02-18 14:28:11.0 +0100 +++ new/systemsettings-5.18.2/app/org.kde.systemsettings.metainfo.xml 2020-02-25 14:34:40.0 +0100 @@ -106,9 +106,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + -
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-02-22 19:06:34 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.26092 (New) Package is "systemsettings5" Sat Feb 22 19:06:34 2020 rev:96 rq:776839 version:5.18.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-02-10 21:52:42.642167353 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.26092/systemsettings5.changes 2020-02-22 19:06:55.646405082 +0100 @@ -1,0 +2,10 @@ +Tue Feb 18 14:05:59 UTC 2020 - Fabian Vogt + +- Update to 5.18.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.1.php +- Changes since 5.18.0: + * [sidebar] Resolve changes in module before switching (kde#416834) + +--- Old: systemsettings-5.18.0.tar.xz systemsettings-5.18.0.tar.xz.sig New: systemsettings-5.18.1.tar.xz systemsettings-5.18.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.SnnT78/_old 2020-02-22 19:06:56.734407250 +0100 +++ /var/tmp/diff_new_pack.SnnT78/_new 2020-02-22 19:06:56.738407257 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.18.0 +Version:5.18.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.18.0.tar.xz -> systemsettings-5.18.1.tar.xz ++ 2334 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-02-10 21:52:17 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.26092 (New) Package is "systemsettings5" Mon Feb 10 21:52:17 2020 rev:95 rq:772267 version:5.18.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2020-01-11 14:40:34.941197657 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.26092/systemsettings5.changes 2020-02-10 21:52:42.642167353 +0100 @@ -1,0 +2,40 @@ +Thu Feb 6 15:10:08 UTC 2020 - Fabian Vogt + +- Update to 5.18.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.0.php +- Changes since 5.17.90: + * delay show window + * tooltipmanager: use qstyle wakeup delay instead of hardcoding + +--- +Thu Jan 23 11:20:48 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build + +--- +Thu Jan 16 14:04:23 UTC 2020 - Fabian Vogt + +- Update to 5.17.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.90.php +- Changes since 5.17.5: + * Plasma 5.18 min Qt version is 5.12 + * Fix crash when loading a top level entry from system settings home page + * ModuleView: Hide button when KCModule don't need them + * Fix Ctrl+F shortcut conflict (kde#405030) + * Ship plasma-logo in repo (kde#415173) + * Display sub categories when searching (kde#400303,kde#398619) + * Don't use nullptr as flag value + * Revert "It compiles fine without deprecated method" + * use new icon for search category + * Add KDEClangFormat cmake support + * Disable the restore defaults button if the KCModule says so + * Store stashed model index as QPersistentModelIndex + * Draw categories in iconview in a similiar style as Kirigami and new KCategoryDrawer + * Reverse position of hamburger menu and home button + * Add "Show intro page" button to System Settings sidebar (kde#405956) + +--- Old: systemsettings-5.17.5.tar.xz systemsettings-5.17.5.tar.xz.sig New: systemsettings-5.18.0.tar.xz systemsettings-5.18.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.FfAVc9/_old 2020-02-10 21:52:43.162167640 +0100 +++ /var/tmp/diff_new_pack.FfAVc9/_new 2020-02-10 21:52:43.166167643 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.17.5 +Version:5.18.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1:systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 @@ -42,6 +42,7 @@ BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5ItemModels) BuildRequires: cmake(KF5ItemViews) BuildRequires: cmake(KF5KCMUtils) BuildRequires: cmake(KF5KIO) @@ -76,7 +77,7 @@ %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} - %make_jobs + %cmake_build %install %kf5_makeinstall -C build ++ systemsettings-5.17.5.tar.xz -> systemsettings-5.18.0.tar.xz ++ 20178 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2020-01-11 14:39:26 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.6675 (New) Package is "systemsettings5" Sat Jan 11 14:39:26 2020 rev:94 rq:762011 version:5.17.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-12-11 12:08:24.288657580 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.6675/systemsettings5.changes 2020-01-11 14:40:34.941197657 +0100 @@ -1,0 +2,10 @@ +Tue Jan 7 16:24:38 UTC 2020 - Fabian Vogt + +- Update to 5.17.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.5.php +- Changes since 5.17.4: + * [Icon View] Fix titles of previously opened KCMs bleeding into QML KCMs + +--- Old: systemsettings-5.17.4.tar.xz systemsettings-5.17.4.tar.xz.sig New: systemsettings-5.17.5.tar.xz systemsettings-5.17.5.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.9y5Xxo/_old 2020-01-11 14:40:36.013198081 +0100 +++ /var/tmp/diff_new_pack.9y5Xxo/_new 2020-01-11 14:40:36.013198081 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.17.4 +Version:5.17.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.17.4.tar.xz -> systemsettings-5.17.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.4/CMakeLists.txt new/systemsettings-5.17.5/CMakeLists.txt --- old/systemsettings-5.17.4/CMakeLists.txt2019-12-03 13:36:44.0 +0100 +++ new/systemsettings-5.17.5/CMakeLists.txt2020-01-07 16:52:15.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.17.4") +set(PROJECT_VERSION "5.17.5") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.4/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.17.5/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.17.4/app/org.kde.systemsettings.metainfo.xml 2019-12-03 13:35:59.0 +0100 +++ new/systemsettings-5.17.5/app/org.kde.systemsettings.metainfo.xml 2020-01-07 16:51:30.0 +0100 @@ -92,9 +92,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + + - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.4/categories/old/settings-account-details.desktop new/systemsettings-5.17.5/categories/old/settings-account-details.desktop --- old/systemsettings-5.17.4/categories/old/settings-account-details.desktop 2019-12-03 13:35:59.0 +0100 +++ new/systemsettings-5.17.5/categories/old/settings-account-details.desktop 2020-01-07 16:51:30.0 +0100 @@ -46,7 +46,7 @@ Name[nl]=Accountdetails Name[nn]=Kontodetaljar Name[pa]=ਅਕਾਊਂਟ ਵੇਰਵਾ -Name[pl]=Szczegóły konta +Name[pl]=Konto Name[pt]=Detalhes da Conta Name[pt_BR]=Detalhes da conta Name[ro]=Detalii cont diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.4/categories/old/settings-application-appearance.desktop new/systemsettings-5.17.5/categories/old/settings-application-appearance.desktop --- old/systemsettings-5.17.4/categories/old/settings-application-appearance.desktop 2019-12-03 13:35:59.0 +0100 +++ new/systemsettings-5.17.5/categories/old/settings-application-appearance.desktop 2020-01-07 16:51:30.0 +0100 @@ -44,7 +44,7 @@ Name[nl]=Uiterlijk van programma Name[nn]=Programutsjånad Name[pa]=ਐਪਲੀਕੇਸ਼ਨ ਦਿੱਖ -Name[pl]=Wygląd programów +Name[pl]=Aplikacje Name[pt]=Aparência das Aplicações Name[pt_BR]=Aparência dos aplicativos Name[ro]=Aspect aplicații diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.4/categories/old/settings-desktop-appearance.desktop
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-12-11 12:07:49 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.4691 (New) Package is "systemsettings5" Wed Dec 11 12:07:49 2019 rev:93 rq:754034 version:5.17.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-11-15 22:37:17.435941261 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.4691/systemsettings5.changes 2019-12-11 12:08:24.288657580 +0100 @@ -1,0 +2,10 @@ +Wed Dec 4 08:37:02 UTC 2019 - Fabian Vogt + +- Update to 5.17.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.4.php +- Changes since 5.17.3: + * Unbreak build with Qt 5.14 + +--- Old: systemsettings-5.17.3.tar.xz systemsettings-5.17.3.tar.xz.sig New: systemsettings-5.17.4.tar.xz systemsettings-5.17.4.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.gCjYrg/_old 2019-12-11 12:08:24.804657363 +0100 +++ /var/tmp/diff_new_pack.gCjYrg/_new 2019-12-11 12:08:24.808657362 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.17.3 +Version:5.17.4 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.17.3.tar.xz -> systemsettings-5.17.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.3/CMakeLists.txt new/systemsettings-5.17.4/CMakeLists.txt --- old/systemsettings-5.17.3/CMakeLists.txt2019-11-12 11:35:38.0 +0100 +++ new/systemsettings-5.17.4/CMakeLists.txt2019-12-03 13:36:44.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.17.3") +set(PROJECT_VERSION "5.17.4") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") @@ -52,7 +52,7 @@ find_package(LibKWorkspace ${PROJECT_VERSION} CONFIG REQUIRED) if (EXISTS "${CMAKE_SOURCE_DIR}/.git") - add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06) + add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) endif() add_subdirectory(core) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.3/app/org.kde.systemsettings.metainfo.xml new/systemsettings-5.17.4/app/org.kde.systemsettings.metainfo.xml --- old/systemsettings-5.17.3/app/org.kde.systemsettings.metainfo.xml 2019-11-12 11:35:17.0 +0100 +++ new/systemsettings-5.17.4/app/org.kde.systemsettings.metainfo.xml 2019-12-03 13:35:59.0 +0100 @@ -3,6 +3,7 @@ System Settings Arranjament del sistema Nastavení systému + Systemindstillinger Systemeinstellungen System Settings Preferencias del sistema @@ -27,6 +28,7 @@ Configuration tools for your computer Eines de configuració per a l'ordinador Konfigurační nástroje pro váš počítač + Konfigurationsværktøjer til din computer Einstellungen für Ihren Rechner Configuration tools for your computer Herramientas de configuración para su equipo @@ -62,6 +64,7 @@ System Settings allows you to configure and tweak your KDE Plasma desktop to make it better meet your needs. L'Arranjament del sistema permet configurar i ajustar el vostre escriptori Plasma del KDE perquè satisfaci millor les vostres necessitats. +Systemindstillinger lader dig indstille og tilpasse dit KDE Plasma-skrivebord så det passer bedre til netop dine behov. Mit den Systemeinstellungen können Sie Ihre KDE-Plasma-Arbeitsfläche einrichten und optimieren, um sie besser an Ihre Bedürfnisse anzupassen. System Settings allows you to configure and tweak your KDE Plasma desktop to make it better meet your needs. Las preferencias del sistema le permiten configurar y afinar el escritorio Plasma para que se ajuste a sus necesidades. @@ -89,9 +92,9 @@ https://www.kde.org/applications/system/systemsettings https://www.kde.org/donate.php?app=org.kde.systemsettings + - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.17.3/categories/settings-appearance-font.desktop new/systemsettings-5.17.4/categories/settings-appearance-font.desktop --- old/systemsettings-5.17.3/categories/settings-appearance-font.desktop 2019-11-12 11:35:17.0 +0100 +++ new/systemsettings-5.17.4/categories/settings-appearance-font.desktop 2019-12-03
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-11-15 22:37:14 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.26869 (New) Package is "systemsettings5" Fri Nov 15 22:37:14 2019 rev:92 rq:747871 version:5.17.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-10-31 18:12:55.617864519 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.26869/systemsettings5.changes 2019-11-15 22:37:17.435941261 +0100 @@ -1,0 +2,10 @@ +Tue Nov 12 11:01:09 UTC 2019 - Fabian Vogt + +- Update to 5.17.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.3.php +- Changes since 5.17.2: + * [Icon View] Don't use dialog-warning emblem on icon when KCM requires authentication (kde#413183) + +--- Old: systemsettings-5.17.2.tar.xz systemsettings-5.17.2.tar.xz.sig New: systemsettings-5.17.3.tar.xz systemsettings-5.17.3.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.ZesKKy/_old 2019-11-15 22:37:17.951941035 +0100 +++ /var/tmp/diff_new_pack.ZesKKy/_new 2019-11-15 22:37:17.959941031 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.17.2 +Version:5.17.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.17.2.tar.xz -> systemsettings-5.17.3.tar.xz ++ 2319 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-10-31 18:12:54 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.2990 (New) Package is "systemsettings5" Thu Oct 31 18:12:54 2019 rev:91 rq:744252 version:5.17.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-10-27 13:39:30.649157879 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.2990/systemsettings5.changes 2019-10-31 18:12:55.617864519 +0100 @@ -1,0 +2,10 @@ +Tue Oct 29 20:45:53 UTC 2019 - Fabian Vogt + +- Update to 5.17.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.2.php +- Changes since 5.17.1: + * [sidebar] Add a hover effect to intro page icons + +--- Old: systemsettings-5.17.1.tar.xz systemsettings-5.17.1.tar.xz.sig New: systemsettings-5.17.2.tar.xz systemsettings-5.17.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.X2fmgL/_old 2019-10-31 18:12:56.137865064 +0100 +++ /var/tmp/diff_new_pack.X2fmgL/_new 2019-10-31 18:12:56.141865068 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.17.1 +Version:5.17.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.17.1.tar.xz -> systemsettings-5.17.2.tar.xz ++ 1782 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-10-27 13:39:29 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.2990 (New) Package is "systemsettings5" Sun Oct 27 13:39:29 2019 rev:90 rq:742079 version:5.17.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-10-14 12:39:19.935040706 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.2990/systemsettings5.changes 2019-10-27 13:39:30.649157879 +0100 @@ -1,0 +2,10 @@ +Tue Oct 22 16:44:46 UTC 2019 - Fabian Vogt + +- Update to 5.17.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.1.php +- Changes since 5.17.0: + * Filter invalid services in most used model (kde#413178) + +--- Old: systemsettings-5.17.0.tar.xz systemsettings-5.17.0.tar.xz.sig New: systemsettings-5.17.1.tar.xz systemsettings-5.17.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.MbrDjC/_old 2019-10-27 13:39:31.137158500 +0100 +++ /var/tmp/diff_new_pack.MbrDjC/_new 2019-10-27 13:39:31.137158500 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.17.0 +Version:5.17.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.17.0.tar.xz -> systemsettings-5.17.1.tar.xz ++ 6580 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-10-14 12:39:18 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.2352 (New) Package is "systemsettings5" Mon Oct 14 12:39:18 2019 rev:89 rq:737496 version:5.17.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-09-07 11:45:50.862338568 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.2352/systemsettings5.changes 2019-10-14 12:39:19.935040706 +0200 @@ -1,0 +2,40 @@ +Thu Oct 10 14:25:49 UTC 2019 - Fabian Vogt + +- Update to 5.17.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.0.php +- Changes since 5.16.90: + * Explicitly qmlRegisterType QAbstractItemModel + * Use symbolic icon in intro page + +--- +Thu Sep 19 12:32:40 UTC 2019 - Fabian Vogt + +- Update to 5.16.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.90.php +- Changes since 5.16.5: + * add tooltips to the intro page + * Redesign intro page + * Improve keyboard navigation (kde#404065) + * It compiles fine without deprecated method + * We depends against 5.62 + * It's defined in ECM + * Get rid of khtml usage (kill classic mode) + * [Sidebar] Use new Kirigami ListSectionHeader component + * fix XML syntax + * Port System Settings sidebar to QQC2 + * Move Fonts category down a bit + * Make the System Settings category headers look consistent with other Kirigami lists + * Bring back and install System Administration category + * Adjust and remove some top-level categories to implement new Appearance section layout + * Rename "Desktop Behavior" category to "Workspace Behavior" + * Install in new logging directory when we use kf5 5.59.0 + * Fix forward declaration + * Use new syntax +- Drop patches, now upstream: + * install_administration_category.diff + +--- Old: install_administration_category.diff systemsettings-5.16.5.tar.xz systemsettings-5.16.5.tar.xz.sig New: systemsettings-5.17.0.tar.xz systemsettings-5.17.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.iDVXaA/_old 2019-10-14 12:39:20.459039336 +0200 +++ /var/tmp/diff_new_pack.iDVXaA/_new 2019-10-14 12:39:20.463039325 +0200 @@ -18,22 +18,19 @@ %bcond_without lang Name: systemsettings5 -Version:5.16.5 +Version:5.17.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1:systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif -# PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM -Patch0: install_administration_category.diff BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem -BuildRequires: kirigami2-devel BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: cmake(KF5Activities) @@ -47,10 +44,11 @@ BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5ItemViews) BuildRequires: cmake(KF5KCMUtils) -BuildRequires: cmake(KF5KHtml) BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Kirigami2) BuildRequires: cmake(KF5Package) BuildRequires: cmake(KF5Service) +BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(LibKWorkspace) @@ -94,6 +92,7 @@ %files %license COPYING* +%{_kf5_appstreamdir}/org.kde.systemsettings.metainfo.xml %{_kf5_bindir}/systemsettings5 %{_kf5_libdir}/libsystemsettingsview.so.* %{_kf5_plugindir}/ @@ -109,7 +108,6 @@ %dir %{_kf5_sharedir}/kpackage/genericqml %{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar %{_kf5_debugdir}/*.categories -%{_kf5_appstreamdir}/org.kde.systemsettings.metainfo.xml %files devel %{_kf5_libdir}/libsystemsettingsview.so ++ systemsettings-5.16.5.tar.xz -> systemsettings-5.17.0.tar.xz ++ 24404 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-09-07 11:45:49 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.7948 (New) Package is "systemsettings5" Sat Sep 7 11:45:49 2019 rev:88 rq:728212 version:5.16.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-08-05 10:34:20.539387256 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.7948/systemsettings5.changes 2019-09-07 11:45:50.862338568 +0200 @@ -1,0 +2,13 @@ +Tue Sep 3 12:44:14 UTC 2019 - Fabian Vogt + +- Update to 5.16.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.5.php +- Changes since 5.16.4: + * Exclude other desktop file from AppStream metadata generation + * Use non-deprecated .metainfo.xml filename extension + * fix XML syntax + * Add AppStream metadata file + +--- Old: systemsettings-5.16.4.tar.xz systemsettings-5.16.4.tar.xz.sig New: systemsettings-5.16.5.tar.xz systemsettings-5.16.5.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.GXwv4b/_old 2019-09-07 11:45:51.430338488 +0200 +++ /var/tmp/diff_new_pack.GXwv4b/_new 2019-09-07 11:45:51.434338487 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.16.4 +Version:5.16.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later @@ -109,6 +109,7 @@ %dir %{_kf5_sharedir}/kpackage/genericqml %{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar %{_kf5_debugdir}/*.categories +%{_kf5_appstreamdir}/org.kde.systemsettings.metainfo.xml %files devel %{_kf5_libdir}/libsystemsettingsview.so ++ systemsettings-5.16.4.tar.xz -> systemsettings-5.16.5.tar.xz ++ 2984 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-08-05 10:34:18 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.4126 (New) Package is "systemsettings5" Mon Aug 5 10:34:18 2019 rev:87 rq:719939 version:5.16.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-07-26 12:34:01.302135963 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.4126/systemsettings5.changes 2019-08-05 10:34:20.539387256 +0200 @@ -1,0 +2,9 @@ +Tue Jul 30 12:40:20 UTC 2019 - Fabian Vogt + +- Update to 5.16.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.4.php +- No code changes since 5.16.3 + +--- Old: systemsettings-5.16.3.tar.xz systemsettings-5.16.3.tar.xz.sig New: systemsettings-5.16.4.tar.xz systemsettings-5.16.4.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.yoPJ1M/_old 2019-08-05 10:34:21.911386893 +0200 +++ /var/tmp/diff_new_pack.yoPJ1M/_new 2019-08-05 10:34:21.935386887 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.16.3 +Version:5.16.4 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.16.3.tar.xz -> systemsettings-5.16.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.3/CMakeLists.txt new/systemsettings-5.16.4/CMakeLists.txt --- old/systemsettings-5.16.3/CMakeLists.txt2019-07-09 18:28:07.0 +0200 +++ new/systemsettings-5.16.4/CMakeLists.txt2019-07-30 12:40:46.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.16.3") +set(PROJECT_VERSION "5.16.4") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.3/categories/settings-appearance-color.desktop new/systemsettings-5.16.4/categories/settings-appearance-color.desktop --- old/systemsettings-5.16.3/categories/settings-appearance-color.desktop 2019-07-09 18:26:20.0 +0200 +++ new/systemsettings-5.16.4/categories/settings-appearance-color.desktop 2019-07-30 12:40:09.0 +0200 @@ -46,5 +46,5 @@ Name[tr]=Renkler Name[uk]=Кольори Name[x-test]=xxColorsxx -Name[zh_CN]=色彩 +Name[zh_CN]=颜色 Name[zh_TW]=顏色 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.3/po/id/systemsettings.po new/systemsettings-5.16.4/po/id/systemsettings.po --- old/systemsettings-5.16.3/po/id/systemsettings.po 2019-07-09 18:27:07.0 +0200 +++ new/systemsettings-5.16.4/po/id/systemsettings.po 2019-07-30 12:40:25.0 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2019-05-20 07:47+0200\n" -"PO-Revision-Date: 2019-06-03 21:33+0700\n" +"PO-Revision-Date: 2019-07-15 07:32+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -17,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 19.04.1\n" +"X-Generator: Lokalize 19.04.2\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -199,8 +199,8 @@ msgid "Provides a classic tree-based view of control modules." msgstr "Memberikan tampilan berbasis hierarki yang klasik dari modul kendali." -#: classic/ClassicMode.cpp:72 icons/IconMode.cpp:62 sidebar/SidebarMode.cpp:262 -#: sidebar/SidebarMode.cpp:263 +#: classic/ClassicMode.cpp:72 icons/IconMode.cpp:62 +#: sidebar/SidebarMode.cpp:262 sidebar/SidebarMode.cpp:263 #, kde-format msgid "Author" msgstr "Penulis" @@ -230,7 +230,7 @@ #: core/ModuleView.cpp:91 #, kde-format msgid "Reset all current changes to previous values" -msgstr "Atur ulang semua perubahan saat ini ke nilai sebelumnya" +msgstr "Set ulang semua perubahan saat ini ke nilai sebelumnya" #: core/ModuleView.cpp:247 #, kde-format @@ -238,13 +238,13 @@ "The settings of the current module have changed.\n" "Do you want to apply the changes or discard them?" msgstr "" -"Setelan dari modul saat ini telah berubah.\n" +"Pengesetan dari modul saat ini telah berubah.\n" "Anda ingin menerapkan perubahan atau mengabaikannya?" #: core/ModuleView.cpp:249 #, kde-format msgid "Apply Settings"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-07-26 12:33:57 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.4126 (New) Package is "systemsettings5" Fri Jul 26 12:33:57 2019 rev:86 rq:717067 version:5.16.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-06-27 16:22:52.542309891 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.4126/systemsettings5.changes 2019-07-26 12:34:01.302135963 +0200 @@ -1,0 +2,9 @@ +Tue Jul 9 17:29:09 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.16.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.3.php +- No code changes since 5.16.2 + +--- Old: systemsettings-5.16.2.tar.xz systemsettings-5.16.2.tar.xz.sig New: systemsettings-5.16.3.tar.xz systemsettings-5.16.3.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.tl3fmG/_old 2019-07-26 12:34:02.054135575 +0200 +++ /var/tmp/diff_new_pack.tl3fmG/_new 2019-07-26 12:34:02.054135575 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.16.2 +Version:5.16.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.16.2.tar.xz -> systemsettings-5.16.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.2/CMakeLists.txt new/systemsettings-5.16.3/CMakeLists.txt --- old/systemsettings-5.16.2/CMakeLists.txt2019-06-25 14:00:10.0 +0200 +++ new/systemsettings-5.16.3/CMakeLists.txt2019-07-09 18:28:07.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.16.2") +set(PROJECT_VERSION "5.16.3") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.2/po/se/systemsettings.po new/systemsettings-5.16.3/po/se/systemsettings.po --- old/systemsettings-5.16.2/po/se/systemsettings.po 2019-06-25 13:59:55.0 +0200 +++ new/systemsettings-5.16.3/po/se/systemsettings.po 2019-07-09 18:27:24.0 +0200 @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: systemsettings\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n; -"POT-Creation-Date: 2019-05-16 03:28+0200\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n; +"POT-Creation-Date: 2019-05-20 07:47+0200\n" "PO-Revision-Date: 2007-12-24 02:12+0100\n" "Last-Translator: Børre Gaup \n" "Language-Team: Northern Sami \n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-06-27 16:22:51 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.4615 (New) Package is "systemsettings5" Thu Jun 27 16:22:51 2019 rev:85 rq:711992 version:5.16.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-06-22 11:20:03.969120691 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.4615/systemsettings5.changes 2019-06-27 16:22:52.542309891 +0200 @@ -1,0 +2,9 @@ +Tue Jun 25 12:41:20 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.16.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.2.php +- No code changes since 5.16.1 + +--- Old: systemsettings-5.16.1.tar.xz systemsettings-5.16.1.tar.xz.sig New: systemsettings-5.16.2.tar.xz systemsettings-5.16.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.szL6vr/_old 2019-06-27 16:22:53.074310766 +0200 +++ /var/tmp/diff_new_pack.szL6vr/_new 2019-06-27 16:22:53.082310779 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.16.1 +Version:5.16.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.16.1.tar.xz -> systemsettings-5.16.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.1/CMakeLists.txt new/systemsettings-5.16.2/CMakeLists.txt --- old/systemsettings-5.16.1/CMakeLists.txt2019-06-18 12:11:50.0 +0200 +++ new/systemsettings-5.16.2/CMakeLists.txt2019-06-25 14:00:10.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.16.1") +set(PROJECT_VERSION "5.16.2") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-06-22 11:20:02 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.4615 (New) Package is "systemsettings5" Sat Jun 22 11:20:02 2019 rev:84 rq:71 version:5.16.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-06-12 13:31:22.380204045 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.4615/systemsettings5.changes 2019-06-22 11:20:03.969120691 +0200 @@ -1,0 +2,9 @@ +Tue Jun 18 16:38:17 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.16.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.1.php +- No code changes since 5.16.0 + +--- Old: systemsettings-5.16.0.tar.xz systemsettings-5.16.0.tar.xz.sig New: systemsettings-5.16.1.tar.xz systemsettings-5.16.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.OyfzaV/_old 2019-06-22 11:20:04.709121460 +0200 +++ /var/tmp/diff_new_pack.OyfzaV/_new 2019-06-22 11:20:04.713121464 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.16.0 +Version:5.16.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM ++ systemsettings-5.16.0.tar.xz -> systemsettings-5.16.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.0/CMakeLists.txt new/systemsettings-5.16.1/CMakeLists.txt --- old/systemsettings-5.16.0/CMakeLists.txt2019-06-06 15:19:48.0 +0200 +++ new/systemsettings-5.16.1/CMakeLists.txt2019-06-18 12:11:50.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.16.0") +set(PROJECT_VERSION "5.16.1") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.0/classic/settings-classic-view.desktop new/systemsettings-5.16.1/classic/settings-classic-view.desktop --- old/systemsettings-5.16.0/classic/settings-classic-view.desktop 2019-06-06 15:18:36.0 +0200 +++ new/systemsettings-5.16.1/classic/settings-classic-view.desktop 2019-06-18 12:11:18.0 +0200 @@ -75,7 +75,7 @@ Name[fr]=Vue arborescente Name[gl]=Vista en árbore Name[hu]=Fastruktúra-nézet -Name[id]=Tampilan Pohon +Name[id]=Tampilan Hierarki Name[it]=Vista ad albero Name[ja]=ツリー表示 Name[ko]=트리 보기 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.0/po/id/systemsettings.po new/systemsettings-5.16.1/po/id/systemsettings.po --- old/systemsettings-5.16.0/po/id/systemsettings.po 2019-06-06 15:19:16.0 +0200 +++ new/systemsettings-5.16.1/po/id/systemsettings.po 2019-06-18 12:11:32.0 +0200 @@ -9,15 +9,15 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n; "POT-Creation-Date: 2019-05-20 07:47+0200\n" -"PO-Revision-Date: 2019-02-24 12:21+0700\n" -"Last-Translator: wantoyo \n" +"PO-Revision-Date: 2019-06-03 21:33+0700\n" +"Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" "Language: id\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 18.12.1\n" +"X-Generator: Lokalize 19.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -192,7 +192,7 @@ #: classic/ClassicMode.cpp:67 classic/ClassicMode.cpp:252 #, kde-format msgid "Tree View" -msgstr "Tampilan Pohon" +msgstr "Tampilan Hierarki" #: classic/ClassicMode.cpp:69 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.16.0/po/nl/docs/systemsettings/index.docbook
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-06-12 13:31:19 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.4811 (New) Package is "systemsettings5" Wed Jun 12 13:31:19 2019 rev:83 rq:708328 version:5.16.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-05-09 10:08:31.276875358 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.4811/systemsettings5.changes 2019-06-12 13:31:22.380204045 +0200 @@ -1,0 +2,31 @@ +Thu Jun 6 14:07:11 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.16.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.0.php +- No code changes since 5.15.90 + +--- +Thu May 16 16:56:41 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.90.php +- Changes since 5.15.5: + * [Sidebar] Fix Kirigami viewBackgroundColor deprecation warnings + * Remove unused files + * Minor: CMake: Use CONFIG search mode more + * [RFC] Reduce sidebar icon size/increase list information density + * Remove redundant KIconLoader include (it was already included later) + * Use new application style icon for the Application Style KCM category + * port to std::sort + * Use ActionTextField to implement the searchField in system settings + * remove deprecated methods + * Use KCM name in KCM header + * Change workspace theme category icon + * warnings-- + * default icons to 32x32 pixels (kde#403258) + +--- Old: systemsettings-5.15.5.tar.xz systemsettings-5.15.5.tar.xz.sig New: systemsettings-5.16.0.tar.xz systemsettings-5.16.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.ZOJfvY/_old 2019-06-12 13:31:23.128203653 +0200 +++ /var/tmp/diff_new_pack.ZOJfvY/_new 2019-06-12 13:31:23.140203647 +0200 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.15.5 +Version:5.16.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1:systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM ++ systemsettings-5.15.5.tar.xz -> systemsettings-5.16.0.tar.xz ++ 13182 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-05-09 10:08:27 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.5148 (New) Package is "systemsettings5" Thu May 9 10:08:27 2019 rev:82 rq:701401 version:5.15.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-04-04 15:26:14.690871215 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.5148/systemsettings5.changes 2019-05-09 10:08:31.276875358 +0200 @@ -1,0 +2,10 @@ +Tue May 7 11:04:59 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.5.php +- Changes since 5.15.4: + * Fix invisible monochrome icons in Icon View tooltips too (kde#386748) + +--- Old: systemsettings-5.15.4.tar.xz systemsettings-5.15.4.tar.xz.sig New: systemsettings-5.15.5.tar.xz systemsettings-5.15.5.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.qUhM3l/_old 2019-05-09 10:08:31.788876823 +0200 +++ /var/tmp/diff_new_pack.qUhM3l/_new 2019-05-09 10:08:31.788876823 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.15.4 +Version:5.15.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.15.4.tar.xz -> systemsettings-5.15.5.tar.xz ++ 2851 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-04-04 15:21:33 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.3908 (New) Package is "systemsettings5" Thu Apr 4 15:21:33 2019 rev:81 rq:690761 version:5.15.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-03-15 10:51:28.732983868 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.3908/systemsettings5.changes 2019-04-04 15:26:14.690871215 +0200 @@ -1,0 +2,10 @@ +Tue Apr 2 12:41:01 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.4.php +- Changes since 5.15.3: + * Fix monochrome icons in tooltips (kde#F6698413) + +--- Old: systemsettings-5.15.3.tar.xz systemsettings-5.15.3.tar.xz.sig New: systemsettings-5.15.4.tar.xz systemsettings-5.15.4.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.G9pzPb/_old 2019-04-04 15:26:23.762874706 +0200 +++ /var/tmp/diff_new_pack.G9pzPb/_new 2019-04-04 15:26:23.762874706 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.15.3 +Version:5.15.4 Release:0 Summary:KDE's control center License:GPL-2.0-or-later @@ -76,9 +76,6 @@ %setup -q -n systemsettings-%{version} %autopatch -p1 -# Needs a newer kdoctools - upstream bug -rm -r po/id/docs - %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs ++ systemsettings-5.15.3.tar.xz -> systemsettings-5.15.4.tar.xz ++ 2283 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-03-15 10:51:26 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.28833 (New) Package is "systemsettings5" Fri Mar 15 10:51:26 2019 rev:80 rq:684624 version:5.15.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-02-28 21:36:59.585666801 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.28833/systemsettings5.changes 2019-03-15 10:51:28.732983868 +0100 @@ -1,0 +2,11 @@ +Tue Mar 12 13:15:24 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.3.php +- Changes since 5.15.2: + * Set colorSet on categories header +- Workaround doc translation needing a newer kdoctools + +--- Old: systemsettings-5.15.2.tar.xz systemsettings-5.15.2.tar.xz.sig New: systemsettings-5.15.3.tar.xz systemsettings-5.15.3.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.BWLvWQ/_old 2019-03-15 10:51:29.324983716 +0100 +++ /var/tmp/diff_new_pack.BWLvWQ/_new 2019-03-15 10:51:29.328983715 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.15.2 +Version:5.15.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later @@ -76,6 +76,9 @@ %setup -q -n systemsettings-%{version} %autopatch -p1 +# Needs a newer kdoctools - upstream bug +rm -r po/id/docs + %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs ++ systemsettings-5.15.2.tar.xz -> systemsettings-5.15.3.tar.xz ++ 2137 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-02-28 21:36:58 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.28833 (New) Package is "systemsettings5" Thu Feb 28 21:36:58 2019 rev:79 rq:679651 version:5.15.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-02-11 21:22:47.971163937 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.28833/systemsettings5.changes 2019-02-28 21:36:59.585666801 +0100 @@ -1,0 +2,18 @@ +Tue Feb 26 14:06:13 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.2.php +- No code changes since 5.15.1 + +--- +Tue Feb 19 12:27:05 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.1.php +- No code changes since 5.15.0 + +--- Old: systemsettings-5.15.0.tar.xz systemsettings-5.15.0.tar.xz.sig New: systemsettings-5.15.2.tar.xz systemsettings-5.15.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.v927IE/_old 2019-02-28 21:37:00.08942 +0100 +++ /var/tmp/diff_new_pack.v927IE/_new 2019-02-28 21:37:00.09340 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.15.0 +Version:5.15.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM ++ systemsettings-5.15.0.tar.xz -> systemsettings-5.15.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.15.0/CMakeLists.txt new/systemsettings-5.15.2/CMakeLists.txt --- old/systemsettings-5.15.0/CMakeLists.txt2019-02-07 12:17:18.0 +0100 +++ new/systemsettings-5.15.2/CMakeLists.txt2019-02-26 12:38:54.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.15.0") +set(PROJECT_VERSION "5.15.2") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.15.0/app/kdesystemsettings.desktop new/systemsettings-5.15.2/app/kdesystemsettings.desktop --- old/systemsettings-5.15.0/app/kdesystemsettings.desktop 2019-02-07 12:17:11.0 +0100 +++ new/systemsettings-5.15.2/app/kdesystemsettings.desktop 2019-02-26 12:38:48.0 +0100 @@ -25,7 +25,7 @@ GenericName[he]=הגדרות מערכת של KDE GenericName[hu]=KDE Rendszerbeállítások GenericName[ia]=Preferentias de systema KDE -GenericName[id]=Setelan Sistem KDE +GenericName[id]=System Settings KDE GenericName[is]=KDE kerfisstillingar GenericName[it]=Impostazioni di sistema KDE GenericName[ja]=KDE システム設定 @@ -80,7 +80,7 @@ Name[he]=הגדרות מערכת של KDE Name[hu]=KDE Rendszerbeállítások Name[ia]=Preferentias de systema KDE -Name[id]=Setelan Sistem KDE +Name[id]=System Settings KDE Name[is]=KDE kerfisstillingar Name[it]=Impostazioni di sistema KDE Name[ja]=KDE システム設定 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.15.0/app/systemsettings.desktop new/systemsettings-5.15.2/app/systemsettings.desktop --- old/systemsettings-5.15.0/app/systemsettings.desktop2019-02-07 12:17:11.0 +0100 +++ new/systemsettings-5.15.2/app/systemsettings.desktop2019-02-26 12:38:48.0 +0100 @@ -121,7 +121,7 @@ Name[hr]=Postavke sustava Name[hu]=Rendszerbeállítások Name[ia]=Preferentias de systema -Name[id]=Setelan Sistem +Name[id]=System Settings Name[is]=Kerfisstillingar Name[it]=Impostazioni di sistema Name[ja]=KDE システム設定 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore'
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-02-11 21:22:46 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.28833 (New) Package is "systemsettings5" Mon Feb 11 21:22:46 2019 rev:78 rq:672610 version:5.15.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2019-01-10 15:19:45.958550750 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.28833/systemsettings5.changes 2019-02-11 21:22:47.971163937 +0100 @@ -1,0 +2,31 @@ +Thu Feb 7 16:02:55 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.0.php +- Changes since 5.14.90: + * Use same intro page system settings icon as in the desktop file + * Use correct sidebar back button press color + +--- +Thu Jan 17 18:49:48 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.14.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.90.php +- Changes since 5.14.5: + * bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 cycle + * Consti'fy + * Use app specific config after QApplication constructor + * remove some clazy warning + * Show tooltips for subcategories + * Remove the background gradient from icon view (kde#342938) + * Port away from deprecated setClearButtonShown() and setupBindings() + * Fix minor typos and EBN issues + * Fix crash on ExternalApp modules + * support for multilevel kcms + * Use KDEFrameworkCompilerSettings + +--- Old: systemsettings-5.14.5.tar.xz systemsettings-5.14.5.tar.xz.sig New: systemsettings-5.15.0.tar.xz systemsettings-5.15.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.8orgYb/_old 2019-02-11 21:22:48.507163650 +0100 +++ /var/tmp/diff_new_pack.8orgYb/_new 2019-02-11 21:22:48.507163650 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.14.5 +Version:5.15.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig +Source1:systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM ++ systemsettings-5.14.5.tar.xz -> systemsettings-5.15.0.tar.xz ++ 10445 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2019-01-10 15:19:44 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.28833 (New) Package is "systemsettings5" Thu Jan 10 15:19:44 2019 rev:77 rq:664006 version:5.14.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-12-05 09:44:43.716617695 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.28833/systemsettings5.changes 2019-01-10 15:19:45.958550750 +0100 @@ -1,0 +2,9 @@ +Tue Jan 8 13:37:44 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.14.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.5.php +- No code changes since 5.14.4 + +--- Old: systemsettings-5.14.4.tar.xz systemsettings-5.14.4.tar.xz.sig New: systemsettings-5.14.5.tar.xz systemsettings-5.14.5.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.q5aPRk/_old 2019-01-10 15:19:46.610550127 +0100 +++ /var/tmp/diff_new_pack.q5aPRk/_new 2019-01-10 15:19:46.610550127 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.14.4 +Version:5.14.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.14.4.tar.xz -> systemsettings-5.14.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.4/CMakeLists.txt new/systemsettings-5.14.5/CMakeLists.txt --- old/systemsettings-5.14.4/CMakeLists.txt2018-11-27 17:15:56.0 +0100 +++ new/systemsettings-5.14.5/CMakeLists.txt2019-01-08 12:06:31.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.14.4") +set(PROJECT_VERSION "5.14.5") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.4/app/systemsettings.desktop new/systemsettings-5.14.5/app/systemsettings.desktop --- old/systemsettings-5.14.4/app/systemsettings.desktop2018-11-27 17:15:49.0 +0100 +++ new/systemsettings-5.14.5/app/systemsettings.desktop2019-01-08 12:06:25.0 +0100 @@ -84,7 +84,7 @@ GenericName[uz@cyrillic]=Тизим мосламалари GenericName[wa]=Apontiaedjes do sistinme GenericName[x-test]=xxSystem Settingsxx -GenericName[zh_CN]=系统设置 +GenericName[zh_CN]=System Settings,系统设置 GenericName[zh_TW]=系統設定 Name=System Settings @@ -169,7 +169,7 @@ Name[uz@cyrillic]=Тизим мосламалари Name[wa]=Apontiaedjes do sistinme Name[x-test]=xxSystem Settingsxx -Name[zh_CN]=系统设置 +Name[zh_CN]=System Settings,系统设置 Name[zh_TW]=系統設定 Comment=Configuration tools for your computer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.4/categories/old/settings-account-details.desktop new/systemsettings-5.14.5/categories/old/settings-account-details.desktop --- old/systemsettings-5.14.4/categories/old/settings-account-details.desktop 2018-11-27 17:15:49.0 +0100 +++ new/systemsettings-5.14.5/categories/old/settings-account-details.desktop 2019-01-08 12:06:25.0 +0100 @@ -67,6 +67,6 @@ Name[vi]=Chi tiết tài khoản Name[wa]=Detays do conte Name[x-test]=xxAccount Detailsxx -Name[zh_CN]=账户细节 +Name[zh_CN]=账户详细信息 Name[zh_TW]=帳號詳細資料 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.4/categories/old/settings-lost-and-found.desktop new/systemsettings-5.14.5/categories/old/settings-lost-and-found.desktop --- old/systemsettings-5.14.4/categories/old/settings-lost-and-found.desktop 2018-11-27 17:15:49.0 +0100 +++ new/systemsettings-5.14.5/categories/old/settings-lost-and-found.desktop 2019-01-08 12:06:25.0 +0100 @@ -67,4 +67,4 @@ Name[wa]=Pierdous eyet rtrovés Name[x-test]=xxLost and Foundxx Name[zh_CN]=未知类别 -Name[zh_TW]=Lost & Found +Name[zh_TW]=Lost and Found diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore'
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-12-05 09:44:38 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new.19453 (New) Package is "systemsettings5" Wed Dec 5 09:44:38 2018 rev:76 rq:652348 version:5.14.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-11-10 16:54:26.836115726 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new.19453/systemsettings5.changes 2018-12-05 09:44:43.716617695 +0100 @@ -1,0 +2,9 @@ +Wed Nov 28 07:52:49 UTC 2018 - fab...@ritter-vogt.de + +- Update to 5.14.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.4.php +- No code changes since 5.14.3 + +--- Old: systemsettings-5.14.3.tar.xz systemsettings-5.14.3.tar.xz.sig New: systemsettings-5.14.4.tar.xz systemsettings-5.14.4.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.bmdpTB/_old 2018-12-05 09:44:45.364615894 +0100 +++ /var/tmp/diff_new_pack.bmdpTB/_new 2018-12-05 09:44:45.364615894 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.14.3 +Version:5.14.4 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.14.3.tar.xz -> systemsettings-5.14.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.3/CMakeLists.txt new/systemsettings-5.14.4/CMakeLists.txt --- old/systemsettings-5.14.3/CMakeLists.txt2018-11-06 15:09:11.0 +0100 +++ new/systemsettings-5.14.4/CMakeLists.txt2018-11-27 17:15:56.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.14.3") +set(PROJECT_VERSION "5.14.4") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.3/po/it/systemsettings.po new/systemsettings-5.14.4/po/it/systemsettings.po --- old/systemsettings-5.14.3/po/it/systemsettings.po 2018-11-06 15:08:48.0 +0100 +++ new/systemsettings-5.14.4/po/it/systemsettings.po 2018-11-27 17:15:52.0 +0100 @@ -4,7 +4,7 @@ # Luca Bellonda , 2007, 2008. # Nicola Ruggero , 2009, 2010. # Federico Zenith , 2015. -# Paolo Zamponi , 2017. +# Paolo Zamponi , 2017, 2018. # msgid "" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.3/po/zh_CN/systemsettings.po new/systemsettings-5.14.4/po/zh_CN/systemsettings.po --- old/systemsettings-5.14.3/po/zh_CN/systemsettings.po2018-11-06 15:08:58.0 +0100 +++ new/systemsettings-5.14.4/po/zh_CN/systemsettings.po2018-11-27 17:15:53.0 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2018-09-14 06:49+0200\n" -"PO-Revision-Date: 2018-11-01 23:15\n" +"PO-Revision-Date: 2018-11-12 09:20\n" "Last-Translator: guoyunhe \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-11-10 16:54:22 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Sat Nov 10 16:54:22 2018 rev:75 rq:646879 version:5.14.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-10-29 14:28:37.711921503 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-11-10 16:54:26.836115726 +0100 @@ -1,0 +2,10 @@ +Tue Nov 6 15:54:01 UTC 2018 - fab...@ritter-vogt.de + +- Add David Edmundson's key to plasma.keyring +- Update to 5.14.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.3.php +- No code changes since 5.14.2 + +--- Old: systemsettings-5.14.2.tar.xz systemsettings-5.14.2.tar.xz.sig New: systemsettings-5.14.3.tar.xz systemsettings-5.14.3.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.pjlm2j/_old 2018-11-10 16:54:27.288115172 +0100 +++ /var/tmp/diff_new_pack.pjlm2j/_new 2018-11-10 16:54:27.292115167 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.14.2 +Version:5.14.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ plasma.keyring ++ Binary files /var/tmp/diff_new_pack.pjlm2j/_old and /var/tmp/diff_new_pack.pjlm2j/_new differ ++ systemsettings-5.14.2.tar.xz -> systemsettings-5.14.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.2/CMakeLists.txt new/systemsettings-5.14.3/CMakeLists.txt --- old/systemsettings-5.14.2/CMakeLists.txt2018-10-23 14:22:46.0 +0200 +++ new/systemsettings-5.14.3/CMakeLists.txt2018-11-06 15:09:11.0 +0100 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.14.2") +set(PROJECT_VERSION "5.14.3") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.2/app/kdesystemsettings.desktop new/systemsettings-5.14.3/app/kdesystemsettings.desktop --- old/systemsettings-5.14.2/app/kdesystemsettings.desktop 2018-10-23 14:20:49.0 +0200 +++ new/systemsettings-5.14.3/app/kdesystemsettings.desktop 2018-11-06 15:08:29.0 +0100 @@ -80,7 +80,7 @@ Name[he]=הגדרות מערכת של KDE Name[hu]=KDE Rendszerbeállítások Name[ia]=Preferentias de systema KDE -Name[id]=KDE System Settings +Name[id]=Setelan Sistem KDE Name[is]=KDE kerfisstillingar Name[it]=Impostazioni di sistema KDE Name[ja]=KDE システム設定 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.2/app/systemsettings.desktop new/systemsettings-5.14.3/app/systemsettings.desktop --- old/systemsettings-5.14.2/app/systemsettings.desktop2018-10-23 14:20:49.0 +0200 +++ new/systemsettings-5.14.3/app/systemsettings.desktop2018-11-06 15:08:29.0 +0100 @@ -121,7 +121,7 @@ Name[hr]=Postavke sustava Name[hu]=Rendszerbeállítások Name[ia]=Preferentias de systema -Name[id]=System Settings +Name[id]=Setelan Sistem Name[is]=Kerfisstillingar Name[it]=Impostazioni di sistema Name[ja]=KDE システム設定 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.2/categories/hidden.desktop new/systemsettings-5.14.3/categories/hidden.desktop --- old/systemsettings-5.14.2/categories/hidden.desktop 2018-10-23 14:20:49.0 +0200 +++ new/systemsettings-5.14.3/categories/hidden.desktop 2018-11-06 15:08:29.0 +0100 @@ -16,7 +16,8 @@ Name[fi]=Piilotettu Name[fr]=Caché Name[gl]=Agochado -Name[id]=Hidden +Name[hu]=Rejtett +Name[id]=Tersembunyi Name[it]=Nascosto Name[ko]=숨겨짐 Name[nl]=Verborgen diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.2/categories/old/settings-account-details.desktop new/systemsettings-5.14.3/categories/old/settings-account-details.desktop --- old/systemsettings-5.14.2/categories/old/settings-account-details.desktop 2018-10-23 14:20:49.0 +0200 +++ new/systemsettings-5.14.3/categories/old/settings-account-details.desktop 2018-11-06 15:08:29.0 +0100 @@ -30,7 +30,7 @@ Name[hr]=Detalji korisničkog računa Name[hu]=Felhasználói fiókadatok Name[ia]=Detalios de conto -Name[id]=Account
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-10-29 14:19:58 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Oct 29 14:19:58 2018 rev:74 rq:644066 version:5.14.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-10-22 11:21:55.535241798 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-10-29 14:28:37.711921503 +0100 @@ -1,0 +2,9 @@ +Tue Oct 23 13:56:44 UTC 2018 - fab...@ritter-vogt.de + +- Update to 5.14.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.2.php +- No code changes since 5.14.1 + +--- Old: systemsettings-5.14.1.tar.xz systemsettings-5.14.1.tar.xz.sig New: systemsettings-5.14.2.tar.xz systemsettings-5.14.2.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.CmpCWV/_old 2018-10-29 14:28:38.251908223 +0100 +++ /var/tmp/diff_new_pack.CmpCWV/_new 2018-10-29 14:28:38.255908124 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: systemsettings5 -Version:5.14.1 +Version:5.14.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/5.14.1/systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/5.14.1/systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM ++ systemsettings-5.14.1.tar.xz -> systemsettings-5.14.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.1/CMakeLists.txt new/systemsettings-5.14.2/CMakeLists.txt --- old/systemsettings-5.14.1/CMakeLists.txt2018-10-16 14:38:17.0 +0200 +++ new/systemsettings-5.14.2/CMakeLists.txt2018-10-23 14:22:46.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.14.1") +set(PROJECT_VERSION "5.14.2") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-10-22 11:21:09 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Oct 22 11:21:09 2018 rev:73 rq:642480 version:5.14.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-10-08 17:43:39.162619326 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-10-22 11:21:55.535241798 +0200 @@ -1,0 +2,9 @@ +Tue Oct 16 14:05:17 UTC 2018 - fab...@ritter-vogt.de + +- Update to 5.14.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.1.php +- No code changes since 5.14.0 + +--- Old: systemsettings-5.14.0.tar.xz systemsettings-5.14.0.tar.xz.sig New: systemsettings-5.14.1.tar.xz systemsettings-5.14.1.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.3bS2sy/_old 2018-10-22 11:21:56.031241293 +0200 +++ /var/tmp/diff_new_pack.3bS2sy/_new 2018-10-22 11:21:56.031241293 +0200 @@ -12,21 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %bcond_without lang Name: systemsettings5 -Version:5.14.0 +Version:5.14.1 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/5.14.1/systemsettings-%{version}.tar.xz %if %{with lang} -Source1:systemsettings-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/5.14.1/systemsettings-%{version}.tar.xz.sig Source2:plasma.keyring %endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM ++ systemsettings-5.14.0.tar.xz -> systemsettings-5.14.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.0/CMakeLists.txt new/systemsettings-5.14.1/CMakeLists.txt --- old/systemsettings-5.14.0/CMakeLists.txt2018-10-05 20:22:15.0 +0200 +++ new/systemsettings-5.14.1/CMakeLists.txt2018-10-16 14:38:17.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.14.0") +set(PROJECT_VERSION "5.14.1") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.11.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.14.0/po/zh_CN/systemsettings.po new/systemsettings-5.14.1/po/zh_CN/systemsettings.po --- old/systemsettings-5.14.0/po/zh_CN/systemsettings.po2018-10-05 20:21:20.0 +0200 +++ new/systemsettings-5.14.1/po/zh_CN/systemsettings.po2018-10-16 14:38:14.0 +0200 @@ -9,8 +9,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2018-09-14 06:49+0200\n" -"PO-Revision-Date: 2018-09-28 19:51\n" -"Last-Translator: guoyunhe \n" +"PO-Revision-Date: 2018-10-09 18:46\n" +"Last-Translator: guoyunhe \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-10-08 17:43:32 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Oct 8 17:43:32 2018 rev:72 rq:640324 version:5.14.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-09-13 23:53:02.882336462 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-10-08 17:43:39.162619326 +0200 @@ -1,0 +2,29 @@ +Fri Oct 5 10:01:14 UTC 2018 - fab...@ritter-vogt.de + +- Update to 5.14.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.0.php +- Changes since 5.13.90: + * Use correct settings icon for Configure action BUG: 397888 FIXED-IN: 5.12.7 (kde#397888) + +--- +Sat Sep 15 16:25:31 UTC 2018 - fab...@ritter-vogt.de + +- Add tarball signature and keyring containing keys of release managers + Jonathan Riddell and Bhushan Shah + +--- +Thu Sep 13 17:25:05 UTC 2018 - fab...@ritter-vogt.de + +- Update to 5.13.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.90.php +- Changes since 5.13.5: + * QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency. + * forget all kcms that don't exist anymore (kde#394553) + * quit gracefully on sidebar QML errors (kde#394902) + * Do not duplicate work of KAboutData::setupCommandLine() + +--- Old: systemsettings-5.13.5.tar.xz New: plasma.keyring systemsettings-5.14.0.tar.xz systemsettings-5.14.0.tar.xz.sig Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.4dxNEb/_old 2018-10-08 17:43:39.874618420 +0200 +++ /var/tmp/diff_new_pack.4dxNEb/_new 2018-10-08 17:43:39.878618414 +0200 @@ -18,13 +18,17 @@ %bcond_without lang Name: systemsettings5 -Version:5.13.5 +Version:5.14.0 Release:0 Summary:KDE's control center License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz +%if %{with lang} +Source1:systemsettings-%{version}.tar.xz.sig +Source2:plasma.keyring +%endif # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff BuildRequires: extra-cmake-modules >= 1.2.0 ++ systemsettings-5.13.5.tar.xz -> systemsettings-5.14.0.tar.xz ++ 1903 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-09-13 23:53:00 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Thu Sep 13 23:53:00 2018 rev:71 rq:633172 version:5.13.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-08-03 12:35:00.487365558 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-09-13 23:53:02.882336462 +0200 @@ -1,0 +2,10 @@ +Tue Sep 4 10:58:43 UTC 2018 - fab...@ritter-vogt.de + +- Update to 5.13.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.5.php +- Changes since 5.13.4: + * None + +--- Old: systemsettings-5.13.4.tar.xz New: systemsettings-5.13.5.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.LYWFBG/_old 2018-09-13 23:53:03.302336141 +0200 +++ /var/tmp/diff_new_pack.LYWFBG/_new 2018-09-13 23:53:03.306336137 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.13.4 +Version:5.13.5 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.13.4.tar.xz -> systemsettings-5.13.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.4/CMakeLists.txt new/systemsettings-5.13.5/CMakeLists.txt --- old/systemsettings-5.13.4/CMakeLists.txt2018-07-31 15:03:45.0 +0200 +++ new/systemsettings-5.13.5/CMakeLists.txt2018-09-04 12:26:15.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.13.4") +set(PROJECT_VERSION "5.13.5") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.4/categories/hidden.desktop new/systemsettings-5.13.5/categories/hidden.desktop --- old/systemsettings-5.13.4/categories/hidden.desktop 2018-07-31 15:03:02.0 +0200 +++ new/systemsettings-5.13.5/categories/hidden.desktop 2018-09-04 12:25:47.0 +0200 @@ -13,15 +13,18 @@ Name[en_GB]=Hidden Name[es]=Oculto Name[eu]=Ezkutuan +Name[fi]=Piilotettu Name[fr]=Caché Name[gl]=Agochado Name[id]=Sembunyi Name[it]=Nascosto +Name[ko]=숨겨짐 Name[nl]=Verborgen Name[nn]=Gøymd Name[pl]=Ukryte Name[pt]=Escondido Name[pt_BR]=Oculto +Name[sk]=Skryté Name[sv]=Dold Name[uk]=Приховане Name[x-test]=xxHiddenxx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.4/categories/old/settings-application-and-system-notifications.desktop new/systemsettings-5.13.5/categories/old/settings-application-and-system-notifications.desktop --- old/systemsettings-5.13.4/categories/old/settings-application-and-system-notifications.desktop 2018-07-31 15:03:02.0 +0200 +++ new/systemsettings-5.13.5/categories/old/settings-application-and-system-notifications.desktop 2018-09-04 12:25:47.0 +0200 @@ -28,7 +28,7 @@ Name[hr]=Obavijesti sustava i aplikacija Name[hu]=Alkalmazás- és rendszerértesítések Name[ia]=Applicationes e notificationes de systema -Name[id]=Pemberitahuan Sistem dan Aplikasi +Name[id]=Notifikasi Sistem dan Aplikasi Name[is]=Tilkynningar kerfis og forrita Name[it]=Notifiche delle applicazioni e di sistema Name[ja]=アプリケーションとシステムの通知 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.4/categories/settings-hardware-removable-storage.desktop new/systemsettings-5.13.5/categories/settings-hardware-removable-storage.desktop --- old/systemsettings-5.13.4/categories/settings-hardware-removable-storage.desktop 2018-07-31 15:03:02.0 +0200 +++ new/systemsettings-5.13.5/categories/settings-hardware-removable-storage.desktop 2018-09-04 12:25:47.0 +0200 @@ -22,7 +22,7 @@ Name[gl]=Dispositivo extraíbel Name[he]=התקנים נשלפים Name[hu]=Eltávolítható háttértárak -Name[id]=Penyimpanan Dapat-dilepaskan +Name[id]=Penyimpanan Dapat-dicopot Name[it]=Archiviazione rimovibile Name[ko]=이동식 저장소 Name[lt]=Keičiamosios laikmenos diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.4/categories/settings-personalization-notification.desktop new/systemsettings-5.13.5/categories/settings-personalization-notification.desktop ---
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-08-03 12:34:59 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Aug 3 12:34:59 2018 rev:70 rq:626854 version:5.13.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-07-14 20:19:55.563369004 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-08-03 12:35:00.487365558 +0200 @@ -1,0 +2,17 @@ +Tue Jul 31 15:18:34 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.13.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.4.php +- Changes since 5.13.3: + * check for window existence (kde#355818) + * [SubCategoryPage] Use binding for back button color + * Fix sidebar search field with fractional scale factors + * navigate with enter as well (kde#394335) + * forget all kcms that don't exist anymore (kde#394553) + * Hide view selection if there is only one plugin to choose (kde#374865) + * quit gracefully on sidebar QML errors (kde#394902) + * Update systemsettings docbook to 5.12 + +--- Old: systemsettings-5.13.3.tar.xz New: systemsettings-5.13.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.tKLOHC/_old 2018-08-03 12:35:00.923366203 +0200 +++ /var/tmp/diff_new_pack.tKLOHC/_new 2018-08-03 12:35:00.927366210 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.13.3 +Version:5.13.4 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.13.3.tar.xz -> systemsettings-5.13.4.tar.xz ++ 11137 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-07-14 20:19:46 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Sat Jul 14 20:19:46 2018 rev:69 rq:622136 version:5.13.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-07-01 21:24:10.044942545 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-07-14 20:19:55.563369004 +0200 @@ -1,0 +2,10 @@ +Tue Jul 10 14:02:51 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.13.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.3.php +- Changes since 5.13.2: + * None + +--- Old: systemsettings-5.13.2.tar.xz New: systemsettings-5.13.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.kkzz2x/_old 2018-07-14 20:19:56.147370507 +0200 +++ /var/tmp/diff_new_pack.kkzz2x/_new 2018-07-14 20:19:56.147370507 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.13.2 +Version:5.13.3 Release:0 Summary:KDE's control center License:GPL-2.0-or-later ++ systemsettings-5.13.2.tar.xz -> systemsettings-5.13.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.2/CMakeLists.txt new/systemsettings-5.13.3/CMakeLists.txt --- old/systemsettings-5.13.2/CMakeLists.txt2018-06-26 14:00:54.0 +0200 +++ new/systemsettings-5.13.3/CMakeLists.txt2018-07-10 12:18:23.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.13.2") +set(PROJECT_VERSION "5.13.3") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.2/po/ca/docs/systemsettings/index.docbook new/systemsettings-5.13.3/po/ca/docs/systemsettings/index.docbook --- old/systemsettings-5.13.2/po/ca/docs/systemsettings/index.docbook 2018-06-26 14:00:47.0 +0200 +++ new/systemsettings-5.13.3/po/ca/docs/systemsettings/index.docbook 2018-07-10 12:18:20.0 +0200 @@ -411,7 +411,7 @@ La Vista en arbre té una opció per expandir automàticament el primer nivell a l 'inici de l'. +> té una opció per expandir automàticament el primer nivell a l'inici de l'. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.2/po/se/systemsettings.po new/systemsettings-5.13.3/po/se/systemsettings.po --- old/systemsettings-5.13.2/po/se/systemsettings.po 2018-06-26 14:00:41.0 +0200 +++ new/systemsettings-5.13.3/po/se/systemsettings.po 2018-07-10 12:18:18.0 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; -"POT-Creation-Date: 2017-08-05 03:26+0200\n" +"POT-Creation-Date: 2018-05-15 03:43+0200\n" "PO-Revision-Date: 2007-12-24 02:12+0100\n" "Last-Translator: Børre Gaup \n" "Language-Team: Northern Sami \n" @@ -41,106 +41,107 @@ msgid "Show detailed tooltips" msgstr "" -#: app/main.cpp:37 app/SettingsBase.cpp:55 classic/CategoryList.cpp:40 +#: app/main.cpp:48 app/SettingsBase.cpp:56 classic/CategoryList.cpp:40 +#: sidebar/package/contents/ui/introPage.qml:54 #, kde-format msgid "System Settings" msgstr "Vuogádatheivehus" -#: app/main.cpp:37 +#: app/main.cpp:48 #, kde-format msgid "Central configuration center by KDE." msgstr "" -#: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61 +#: app/main.cpp:48 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61 #, kde-format msgid "(c) 2009, Ben Cooksley" msgstr "" -#: app/main.cpp:38 classic/ClassicMode.cpp:72 icons/IconMode.cpp:62 -#: sidebar/SidebarMode.cpp:247 +#: app/main.cpp:49 classic/ClassicMode.cpp:72 icons/IconMode.cpp:62 +#: sidebar/SidebarMode.cpp:263 #, kde-format msgid "Ben Cooksley" msgstr "" -#: app/main.cpp:38 +#: app/main.cpp:49 #, kde-format msgid "Maintainer" msgstr "" -#: app/main.cpp:39 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63 -#: sidebar/SidebarMode.cpp:248 +#: app/main.cpp:50 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63 +#: sidebar/SidebarMode.cpp:264 #, kde-format msgid "Mathias Soeken" msgstr "" -#: app/main.cpp:39 classic/ClassicMode.cpp:73 icons/IconMode.cpp:63 -#: sidebar/SidebarMode.cpp:248 +#: app/main.cpp:50 classic/ClassicMode.cpp:73
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-07-01 21:24:05 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Sun Jul 1 21:24:05 2018 rev:68 rq:619329 version:5.13.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-06-26 10:36:37.164568175 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-07-01 21:24:10.044942545 +0200 @@ -1,0 +2,17 @@ +Tue Jun 26 16:01:35 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.13.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.2.php +- Changes since 5.13.1: + * None + +--- +Sat Jun 23 21:54:17 UTC 2018 - fab...@ritter-vogt.de + +- Remove patch, it's not really necessary anymore and has no effect + on non-en systems anyway: + * systemsettings-desktop.diff + +--- Old: systemsettings-5.13.1.tar.xz systemsettings-desktop.diff New: systemsettings-5.13.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.USly31/_old 2018-07-01 21:24:10.492941961 +0200 +++ /var/tmp/diff_new_pack.USly31/_new 2018-07-01 21:24:10.496941955 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.13.1 +Version:5.13.2 Release:0 Summary:KDE's control center License:GPL-2.0-or-later @@ -27,8 +27,6 @@ Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff -# PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users -Patch1: systemsettings-desktop.diff BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel ++ systemsettings-5.13.1.tar.xz -> systemsettings-5.13.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.1/CMakeLists.txt new/systemsettings-5.13.2/CMakeLists.txt --- old/systemsettings-5.13.1/CMakeLists.txt2018-06-19 12:52:22.0 +0200 +++ new/systemsettings-5.13.2/CMakeLists.txt2018-06-26 14:00:54.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.13.1") +set(PROJECT_VERSION "5.13.2") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.1/po/de/systemsettings.po new/systemsettings-5.13.2/po/de/systemsettings.po --- old/systemsettings-5.13.1/po/de/systemsettings.po 2018-06-19 12:51:55.0 +0200 +++ new/systemsettings-5.13.2/po/de/systemsettings.po 2018-06-26 14:00:33.0 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2018-05-15 03:43+0200\n" -"PO-Revision-Date: 2018-03-04 20:35+0100\n" +"PO-Revision-Date: 2018-06-20 11:07+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -283,7 +283,7 @@ #: sidebar/package/contents/ui/IntroIcon.qml:85 #, kde-format msgid "Most used module number %1" -msgstr "" +msgstr "Häufigste Modulnummer %1" #: sidebar/package/contents/ui/introPage.qml:73 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.1/po/zh_CN/systemsettings.po new/systemsettings-5.13.2/po/zh_CN/systemsettings.po --- old/systemsettings-5.13.1/po/zh_CN/systemsettings.po2018-06-19 12:52:11.0 +0200 +++ new/systemsettings-5.13.2/po/zh_CN/systemsettings.po2018-06-26 14:00:45.0 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2018-05-15 03:43+0200\n" -"PO-Revision-Date: 2018-06-12 17:52-0400\n" +"PO-Revision-Date: 2018-06-19T17:12:44+\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-06-26 10:36:33 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Tue Jun 26 10:36:33 2018 rev:67 rq:617989 version:5.13.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-06-13 15:32:39.591423818 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-06-26 10:36:37.164568175 +0200 @@ -1,0 +2,10 @@ +Tue Jun 19 14:47:10 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.13.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.1.php +- Changes since 5.13.0: + * None + +--- Old: systemsettings-5.13.0.tar.xz New: systemsettings-5.13.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.qTPFNb/_old 2018-06-26 10:36:38.808507748 +0200 +++ /var/tmp/diff_new_pack.qTPFNb/_new 2018-06-26 10:36:38.816507454 +0200 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.13.0 +Version:5.13.1 Release:0 Summary:KDE's control center -License:GPL-2.0+ +License:GPL-2.0-or-later Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.13.0.tar.xz -> systemsettings-5.13.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.0/CMakeLists.txt new/systemsettings-5.13.1/CMakeLists.txt --- old/systemsettings-5.13.0/CMakeLists.txt2018-06-07 17:28:33.0 +0200 +++ new/systemsettings-5.13.1/CMakeLists.txt2018-06-19 12:52:22.0 +0200 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PROJECT_VERSION "5.13.0") +set(PROJECT_VERSION "5.13.1") project(systemsettings VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.0/app/kdesystemsettings.desktop new/systemsettings-5.13.1/app/kdesystemsettings.desktop --- old/systemsettings-5.13.0/app/kdesystemsettings.desktop 2018-06-07 17:24:50.0 +0200 +++ new/systemsettings-5.13.1/app/kdesystemsettings.desktop 2018-06-19 12:51:41.0 +0200 @@ -129,6 +129,7 @@ Comment[fr]=Outils de configuration pour votre ordinateur Comment[gl]=Ferramentas de configuración para o computador. Comment[hu]=Beállítóeszközök számítógépéhez +Comment[id]=Alat konfigurasi untuk komputermu Comment[it]=Strumenti di configurazione per il tuo computer Comment[ko]=컴퓨터 설정 도구 Comment[nl]=Hulpmiddelen voor configuratie voor uw computer @@ -147,7 +148,7 @@ Comment[tr]=Bilgisayarınız için yapılandırma araçları Comment[uk]=Інструменти для налаштовування вашого комп'ютера Comment[x-test]=xxConfiguration tools for your computerxx -Comment[zh_CN]=计算机配置工具 +Comment[zh_CN]=您的计算机的配置工具 Comment[zh_TW]=提供給您電腦的配置工具 X-DBUS-StartupType=Unique X-DBUS-ServiceName=org.kde.systemsettings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.13.0/app/systemsettings.desktop new/systemsettings-5.13.1/app/systemsettings.desktop --- old/systemsettings-5.13.0/app/systemsettings.desktop2018-06-07 17:24:50.0 +0200 +++ new/systemsettings-5.13.1/app/systemsettings.desktop2018-06-19 12:51:41.0 +0200 @@ -186,6 +186,7 @@ Comment[fr]=Outils de configuration pour votre ordinateur Comment[gl]=Ferramentas de configuración para o computador. Comment[hu]=Beállítóeszközök számítógépéhez +Comment[id]=Alat konfigurasi untuk komputermu Comment[it]=Strumenti di configurazione per il tuo computer Comment[ko]=컴퓨터 설정 도구 Comment[nl]=Hulpmiddelen voor configuratie voor uw computer @@ -204,7 +205,7 @@ Comment[tr]=Bilgisayarınız için yapılandırma araçları Comment[uk]=Інструменти для налаштовування вашого комп'ютера Comment[x-test]=xxConfiguration tools for your computerxx -Comment[zh_CN]=计算机配置工具 +Comment[zh_CN]=您的计算机的配置工具
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-06-13 15:32:37 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Wed Jun 13 15:32:37 2018 rev:66 rq:615766 version:5.13.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-05-08 13:36:01.388404643 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-06-13 15:32:39.591423818 +0200 @@ -1,0 +2,44 @@ +Thu Jun 7 20:03:52 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.13.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.0.php +- Changes since 5.12.90: + * None + +--- +Sat May 19 14:16:38 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.12.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.90.php +- Changes since 5.12.5: + * WArning-- + * Fix sidebar view regression of not prompting about unsaved changes (kde#392160) + * Enlarge default window size. Use (adjusted) calculation in `SizeHint` to determine minimum window width. (kde#389617) + * Fix build with Qt 5.11 (missing QStyle) + * QML applets need to manage padding by themselves + * Add QtQuickSettings + * Add hidden system setting group + * Update systemsettings docbook to 5.12 + * Use platform detection in SystemSettings + * Make the item heights rounded to avoid font rendering issues + * Add explicit includes to fix build with Qt 5.11 + * Use nullptr + * Use override + * Port from deprecated KRun::run() to KRun::runService() + * Remove module prefix from Qt includes + * Use non-deprecated KDEInstallDirs variables + * Remove '(' and ')' + * Use nullptr + * Increase version + * Use debug categories + * Make it compiles with strict definition + * Use nullptr +- Refresh install_administration_category.diff +- Remove patches, now upstream: + * 0001-Use-platform-detection-in-SystemSettings.patch + +--- Old: 0001-Use-platform-detection-in-SystemSettings.patch systemsettings-5.12.5.tar.xz New: systemsettings-5.13.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.GMhoyd/_old 2018-06-13 15:32:40.231400258 +0200 +++ /var/tmp/diff_new_pack.GMhoyd/_new 2018-06-13 15:32:40.235400110 +0200 @@ -18,19 +18,17 @@ %bcond_without lang Name: systemsettings5 -Version:5.12.5 +Version:5.13.0 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users Patch1: systemsettings-desktop.diff -# PATCH-FIX-UPSTREAM -Patch2: 0001-Use-platform-detection-in-SystemSettings.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel @@ -57,10 +55,7 @@ BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 Requires: kirigami2 >= 2.1 -%if %{with lang} Recommends: %{name}-lang -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Provides KDE's control center modules. @@ -96,8 +91,7 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_bindir}/systemsettings5 %{_kf5_libdir}/libsystemsettingsview.so.* %{_kf5_plugindir}/ @@ -112,9 +106,9 @@ %dir %{_kf5_sharedir}/kpackage %dir %{_kf5_sharedir}/kpackage/genericqml %{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar +%{_kf5_debugdir}/*.categories %files devel -%defattr(-,root,root) %{_kf5_libdir}/libsystemsettingsview.so %{_includedir}/* ++ install_administration_category.diff ++ --- /var/tmp/diff_new_pack.GMhoyd/_old 2018-06-13 15:32:40.275398638 +0200 +++ /var/tmp/diff_new_pack.GMhoyd/_new 2018-06-13 15:32:40.275398638 +0200 @@ -1,13 +1,13 @@ -diff --git a/categories/CMakeLists.txt b/categories/CMakeLists.txt -index 9bc8307..32e5c7c 100644
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-05-08 13:35:58 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Tue May 8 13:35:58 2018 rev:65 rq:603275 version:5.12.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-03-30 12:06:29.755744639 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-05-08 13:36:01.388404643 +0200 @@ -1,0 +2,11 @@ +Wed May 2 09:26:02 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.12.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.5.php +- Changes since 5.12.4: + * Polish sidebar header appearance (kde#392340) + * Use font.weight instead of font.bold + +--- Old: systemsettings-5.12.4.tar.xz New: systemsettings-5.12.5.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.Srgv3S/_old 2018-05-08 13:36:02.560362347 +0200 +++ /var/tmp/diff_new_pack.Srgv3S/_new 2018-05-08 13:36:02.564362203 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.12.4 +Version:5.12.5 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.12.4.tar.xz -> systemsettings-5.12.5.tar.xz ++ 2553 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-03-30 12:06:25 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Mar 30 12:06:25 2018 rev:64 rq:591858 version:5.12.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-03-09 10:33:30.590952595 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-03-30 12:06:29.755744639 +0200 @@ -1,0 +2,16 @@ +Tue Mar 27 15:40:49 CEST 2018 - fab...@ritter-vogt.de + +- Update to 5.12.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.4.php +- Changes since 5.12.3: + * None + +--- +Sat Mar 24 11:09:18 UTC 2018 - fab...@ritter-vogt.de + +- Support wayland sessions without QT_QPA_PLATFORM set: + * 0001-Use-platform-detection-in-SystemSettings.patch + +--- Old: systemsettings-5.12.3.tar.xz New: 0001-Use-platform-detection-in-SystemSettings.patch systemsettings-5.12.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.pLvi4v/_old 2018-03-30 12:06:31.127695033 +0200 +++ /var/tmp/diff_new_pack.pLvi4v/_new 2018-03-30 12:06:31.131694889 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.12.3 +Version:5.12.4 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -29,6 +29,8 @@ Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users Patch1: systemsettings-desktop.diff +# PATCH-FIX-UPSTREAM +Patch2: 0001-Use-platform-detection-in-SystemSettings.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel @@ -51,6 +53,7 @@ BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(LibKWorkspace) BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 Requires: kirigami2 >= 2.1 @@ -74,8 +77,7 @@ %lang_package %prep %setup -q -n systemsettings-%{version} -%patch0 -p1 -%patch1 -p1 +%autopatch -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++ 0001-Use-platform-detection-in-SystemSettings.patch ++ >From 5405ba3d72482ccfd50c06cdb0bb9df62a9d88cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?=Date: Sun, 18 Mar 2018 09:48:54 +0100 Subject: [PATCH] Use platform detection in SystemSettings Summary: SystemSettings needs to run on Wayland in a Wayland session and on X11 in an X11 session. Test Plan: unset QT_QPA_PLATFORM and XDG_SESSION_TYPE -> x11 window, reset XDG_SESSION_TYPE to wayland -> wayland window Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11445 --- CMakeLists.txt | 2 ++ app/CMakeLists.txt | 1 + app/main.cpp | 3 +++ 3 files changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 147a4e5..c1d8ec4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,8 @@ ecm_find_qmlmodule(org.kde.kcm 1.0) find_package(KF5Kirigami2 2.1 REQUIRED) +find_package(LibKWorkspace ${PROJECT_VERSION} REQUIRED) + add_subdirectory(core) add_subdirectory(app) add_subdirectory(categories) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index cb97e63..6db59a5 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -28,6 +28,7 @@ target_link_libraries( systemsettings5 systemsettingsview KF5::XmlGui KF5::DBusAddons KF5::ConfigGui +PW::KWorkspace ) install( TARGETS systemsettings5 ${INSTALL_TARGETS_DEFAULT_ARGS} ) diff --git a/app/main.cpp b/app/main.cpp index ae0d65d..3f1cd34 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -25,6 +25,8 @@ #include #include +#include + #include "SystemSettingsApp.h" #include "SettingsBase.h" @@ -33,6 +35,7 @@ int main( int argc, char *argv[] ) //exec is systemsettings5, but we need the QPT to use the right config from the qApp constructor //which is before KAboutData::setApplicationData QCoreApplication::setApplicationName("systemsettings"); +KWorkSpace::detectPlatform(argc, argv); SystemSettingsApp application(argc, argv); KCrash::initialize(); -- 2.16.2
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-03-09 10:33:28 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Mar 9 10:33:28 2018 rev:63 rq:584072 version:5.12.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-02-28 19:59:31.062941703 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-03-09 10:33:30.590952595 +0100 @@ -1,0 +2,10 @@ +Tue Mar 6 16:08:08 CET 2018 - fab...@ritter-vogt.de + +- Update to 5.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.3.php +- Changes since 5.12.2: + * Add explicit includes to fix build with Qt 5.11 + +--- Old: systemsettings-5.12.2.tar.xz New: systemsettings-5.12.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.wwXUp1/_old 2018-03-09 10:33:31.158932148 +0100 +++ /var/tmp/diff_new_pack.wwXUp1/_new 2018-03-09 10:33:31.162932004 +0100 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.12.2 +Version:5.12.3 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.12.2.tar.xz -> systemsettings-5.12.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.2/CMakeLists.txt new/systemsettings-5.12.3/CMakeLists.txt --- old/systemsettings-5.12.2/CMakeLists.txt2018-02-20 16:47:48.0 +0100 +++ new/systemsettings-5.12.3/CMakeLists.txt2018-03-06 14:07:24.0 +0100 @@ -1,6 +1,6 @@ project(systemsettings) -set(PROJECT_VERSION "5.12.2") +set(PROJECT_VERSION "5.12.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.2/app/SettingsBase.h new/systemsettings-5.12.3/app/SettingsBase.h --- old/systemsettings-5.12.2/app/SettingsBase.h2018-02-20 16:47:04.0 +0100 +++ new/systemsettings-5.12.3/app/SettingsBase.h2018-03-06 14:06:35.0 +0100 @@ -27,6 +27,7 @@ #include #include +#include #include #include diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.2/categories/old/settings-display.desktop new/systemsettings-5.12.3/categories/old/settings-display.desktop --- old/systemsettings-5.12.2/categories/old/settings-display.desktop 2018-02-20 16:47:04.0 +0100 +++ new/systemsettings-5.12.3/categories/old/settings-display.desktop 2018-03-06 14:06:35.0 +0100 @@ -28,7 +28,7 @@ Name[hr]=Zaslon i monitor Name[hu]=Kijelző és monitor Name[ia]=Monstrator e Monitor -Name[id]=Tampilan dan Monitor +Name[id]=Tampilan dan Pemantau Name[is]=Skjáir og birting Name[it]=Schermo e video Name[ja]=ディスプレイとモニタ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.2/categories/settings-hardware-display.desktop new/systemsettings-5.12.3/categories/settings-hardware-display.desktop --- old/systemsettings-5.12.2/categories/settings-hardware-display.desktop 2018-02-20 16:47:04.0 +0100 +++ new/systemsettings-5.12.3/categories/settings-hardware-display.desktop 2018-03-06 14:06:35.0 +0100 @@ -29,7 +29,7 @@ Name[hr]=Zaslon i monitor Name[hu]=Kijelző és monitor Name[ia]=Monstrator e Monitor -Name[id]=Tampilan dan Monitor +Name[id]=Tampilan dan Pemantau Name[is]=Skjáir og birting Name[it]=Schermo e video Name[ja]=ディスプレイとモニタ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.2/po/de/systemsettings.po new/systemsettings-5.12.3/po/de/systemsettings.po --- old/systemsettings-5.12.2/po/de/systemsettings.po 2018-02-20 16:47:19.0 +0100 +++
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-02-28 19:59:28 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Wed Feb 28 19:59:28 2018 rev:62 rq:579159 version:5.12.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-02-19 12:54:40.903679613 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-02-28 19:59:31.062941703 +0100 @@ -1,0 +2,10 @@ +Wed Feb 21 23:57:10 CET 2018 - lbeltr...@kde.org + +- Update to 5.12.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.2.php +- Changes since 5.12.1: + * Improve sidebar header visibility (kde#384638) + +--- Old: systemsettings-5.12.1.tar.xz New: systemsettings-5.12.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.AZwL3F/_old 2018-02-28 19:59:32.014907257 +0100 +++ /var/tmp/diff_new_pack.AZwL3F/_new 2018-02-28 19:59:32.014907257 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.12.1 +Version:5.12.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.12.1.tar.xz -> systemsettings-5.12.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.1/CMakeLists.txt new/systemsettings-5.12.2/CMakeLists.txt --- old/systemsettings-5.12.1/CMakeLists.txt2018-02-13 15:37:33.0 +0100 +++ new/systemsettings-5.12.2/CMakeLists.txt2018-02-20 16:47:48.0 +0100 @@ -1,6 +1,6 @@ project(systemsettings) -set(PROJECT_VERSION "5.12.1") +set(PROJECT_VERSION "5.12.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.9.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.1/po/fi/systemsettings.po new/systemsettings-5.12.2/po/fi/systemsettings.po --- old/systemsettings-5.12.1/po/fi/systemsettings.po 2018-02-13 15:37:04.0 +0100 +++ new/systemsettings-5.12.2/po/fi/systemsettings.po 2018-02-20 16:47:21.0 +0100 @@ -5,7 +5,7 @@ # Teemu Rytilahti, 2008. # Tommi Nieminen , 2009, 2017. # Jorma Karvonen , 2009. -# Lasse Liehu , 2010, 2011, 2014, 2015. +# Lasse Liehu , 2010, 2011, 2014, 2015, 2018. # # KDE Finnish translation sprint participants: # Teemu Rytilahti, 2007. @@ -14,8 +14,8 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2018-02-07 06:08+0100\n" -"PO-Revision-Date: 2017-12-08 16:37+0200\n" -"Last-Translator: Tommi Nieminen \n" +"PO-Revision-Date: 2018-02-10 01:41+0900\n" +"Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ #: sidebar/package/contents/ui/introPage.qml:73 #, kde-format msgid "Frequently used:" -msgstr "Usein käytetty:" +msgstr "Usein käytetyt:" #: sidebar/package/contents/ui/SubCategoryPage.qml:34 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.1/po/zh_CN/systemsettings.po new/systemsettings-5.12.2/po/zh_CN/systemsettings.po --- old/systemsettings-5.12.1/po/zh_CN/systemsettings.po2018-02-13 15:37:18.0 +0100 +++ new/systemsettings-5.12.2/po/zh_CN/systemsettings.po2018-02-20 16:47:34.0 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2018-02-07 06:08+0100\n" -"PO-Revision-Date: 2018-02-12 05:47-0500\n" +"PO-Revision-Date: 2018-02-19 19:14-0500\n" "Last-Translator: guoyunhebrave \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.12.1/sidebar/package/contents/ui/CategoriesPage.qml new/systemsettings-5.12.2/sidebar/package/contents/ui/CategoriesPage.qml --- old/systemsettings-5.12.1/sidebar/package/contents/ui/CategoriesPage.qml 2018-02-13 15:36:47.0 +0100 +++ new/systemsettings-5.12.2/sidebar/package/contents/ui/CategoriesPage.qml 2018-02-20 16:47:04.0 +0100 @@ -128,8 +128,8 @@ section {
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-02-19 12:54:39 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Feb 19 12:54:39 2018 rev:61 rq:577791 version:5.12.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-02-06 16:45:26.698482115 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-02-19 12:54:40.903679613 +0100 @@ -1,0 +2,11 @@ +Tue Feb 13 16:25:29 CET 2018 - fab...@ritter-vogt.de + +- Update to 5.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.1.php +- Changes since 5.12.0: + * Require KDE Frameworks 5.42 and Qt 5.0 + * Fix crash when searching + +--- Old: systemsettings-5.12.0.tar.xz New: systemsettings-5.12.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.UWgPGq/_old 2018-02-19 12:54:41.775648165 +0100 +++ /var/tmp/diff_new_pack.UWgPGq/_new 2018-02-19 12:54:41.779648021 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.12.0 +Version:5.12.1 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.12.0.tar.xz -> systemsettings-5.12.1.tar.xz ++ 1959 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-02-06 16:45:25 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Tue Feb 6 16:45:25 2018 rev:60 rq:573052 version:5.12.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-01-22 16:08:43.161439070 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-02-06 16:45:26.698482115 +0100 @@ -1,0 +2,10 @@ +Fri Feb 2 21:03:44 CET 2018 - fab...@ritter-vogt.de + +- Update to 5.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.0.php +- Changes since 5.11.95: + * use kcrash so we get drkonqi to pop up on crashes + +--- Old: systemsettings-5.11.95.tar.xz New: systemsettings-5.12.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.LCfPEr/_old 2018-02-06 16:45:27.362451045 +0100 +++ /var/tmp/diff_new_pack.LCfPEr/_new 2018-02-06 16:45:27.366450858 +0100 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.95 +Version:5.12.0 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/unstable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users @@ -37,6 +37,7 @@ BuildRequires: cmake(KF5Activities) BuildRequires: cmake(KF5ActivitiesStats) BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5Declarative) BuildRequires: cmake(KF5DocTools) ++ systemsettings-5.11.95.tar.xz -> systemsettings-5.12.0.tar.xz ++ 6589 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-01-22 16:08:41 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Jan 22 16:08:41 2018 rev:59 rq:566968 version:5.11.95 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2018-01-03 13:38:16.440514850 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-01-22 16:08:43.161439070 +0100 @@ -1,0 +2,29 @@ +Mon Jan 15 15:54:08 CET 2018 - fab...@ritter-vogt.de + +- Update to 5.11.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.95.php +- Changes since 5.11.5: + * Use smaller non-italic font for system settings module authentication message (kde#388515) + * Remove obsolete reviewboardrc file + * require the org.kde.kcm module + * Make config window fit all controls + * map rows to the source model (kde#386454) + * map rows to the source model (kde#386454) + * Use QActions directly in menu + * Fix minor typo + * fix LayoutMirroring for LTR + * Background color for sidebar headers + * [SideBar] enable LayoutMirroring for RTL + * keyboard navigation in systemsettings + * get rid of binding loop + * align perfectly the headers of the two columns + * better placing for tooltips + * hide tooltip on mouse leave (kde#384908) + * show separator only when scrolled + * try harder to wrap very long words (kde#380972) +- Remove patches, now upstream: + * 0001-try-harder-to-wrap-very-long-words.patch + +--- Old: 0001-try-harder-to-wrap-very-long-words.patch systemsettings-5.11.5.tar.xz New: systemsettings-5.11.95.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.MxfrgH/_old 2018-01-22 16:08:43.857406508 +0100 +++ /var/tmp/diff_new_pack.MxfrgH/_new 2018-01-22 16:08:43.861406320 +0100 @@ -18,19 +18,17 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.5 +Version:5.11.95 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users Patch1: systemsettings-desktop.diff -# PATCH-FIX-UPSTREAM -Patch2: 0001-try-harder-to-wrap-very-long-words.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel @@ -77,7 +75,6 @@ %setup -q -n systemsettings-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++ systemsettings-5.11.5.tar.xz -> systemsettings-5.11.95.tar.xz ++ 13494 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2018-01-03 13:38:15 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Wed Jan 3 13:38:15 2018 rev:58 rq:561231 version:5.11.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-12-08 12:48:04.533864552 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2018-01-03 13:38:16.440514850 +0100 @@ -1,0 +2,10 @@ +Tue Jan 2 16:40:09 CET 2018 - fab...@ritter-vogt.de + +- Update to 5.11.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.5.php +- Changes since 5.11.4: + * None + +--- Old: systemsettings-5.11.4.tar.xz New: systemsettings-5.11.5.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.1Um9Ts/_old 2018-01-03 13:38:16.976336434 +0100 +++ /var/tmp/diff_new_pack.1Um9Ts/_new 2018-01-03 13:38:16.976336434 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.4 +Version:5.11.5 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.11.4.tar.xz -> systemsettings-5.11.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.4/CMakeLists.txt new/systemsettings-5.11.5/CMakeLists.txt --- old/systemsettings-5.11.4/CMakeLists.txt2017-11-28 13:55:10.0 +0100 +++ new/systemsettings-5.11.5/CMakeLists.txt2018-01-02 14:38:36.134789957 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.11.4") +set(PROJECT_VERSION "5.11.5") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.7.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.4/app/kdesystemsettings.desktop new/systemsettings-5.11.5/app/kdesystemsettings.desktop --- old/systemsettings-5.11.4/app/kdesystemsettings.desktop 2017-11-28 13:54:15.0 +0100 +++ new/systemsettings-5.11.5/app/kdesystemsettings.desktop 2018-01-02 14:37:24.778330309 +0100 @@ -25,7 +25,7 @@ GenericName[he]=הגדרות מערכת של KDE GenericName[hu]=KDE Rendszerbeállítások GenericName[ia]=Preferentias de systema KDE -GenericName[id]=Pengaturan Sistem KDE +GenericName[id]=Setelan Sistem KDE GenericName[is]=KDE kerfisstillingar GenericName[it]=Impostazioni di sistema KDE GenericName[ja]=KDE システム設定 @@ -80,7 +80,7 @@ Name[he]=הגדרות מערכת של KDE Name[hu]=KDE Rendszerbeállítások Name[ia]=Preferentias de systema KDE -Name[id]=Pengaturan Sistem KDE +Name[id]=Setelan Sistem KDE Name[is]=KDE kerfisstillingar Name[it]=Impostazioni di sistema KDE Name[ja]=KDE システム設定 @@ -125,8 +125,10 @@ Comment[en_GB]=Configuration tools for your computer Comment[es]=Herramientas de configuración para su equipo Comment[eu]=Zure ordenagailurako konfiguratzeko tresnak +Comment[fi]=Tietokoneesi asetustyökaluja Comment[fr]=Outils de configuration pour votre ordinateur Comment[it]=Strumenti di configurazione per il tuo computer +Comment[ko]=컴퓨터 설정 도구 Comment[nl]=Hulpmiddelen voor configuratie voor uw computer Comment[pl]=Narzędzia ustawień dla twojego komputera Comment[pt]=Ferramentas de configuração para o seu computador diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.4/app/systemsettings.desktop new/systemsettings-5.11.5/app/systemsettings.desktop --- old/systemsettings-5.11.4/app/systemsettings.desktop2017-11-28 13:54:15.0 +0100 +++ new/systemsettings-5.11.5/app/systemsettings.desktop2018-01-02 14:37:24.778330309 +0100 @@ -37,7 +37,7 @@ GenericName[hr]=Postavke sustava GenericName[hu]=Rendszerbeállítások GenericName[ia]=Preferentias de systema -GenericName[id]=Pengaturan Sistem +GenericName[id]=Setelan Sistem GenericName[is]=Kerfisstillingar GenericName[it]=Impostazioni di sistema GenericName[ja]=システム設定 @@ -121,7 +121,7 @@ Name[hr]=Postavke sustava Name[hu]=Rendszerbeállítások Name[ia]=Preferentias de systema -Name[id]=Pengaturan Sistem +Name[id]=Setelan Sistem
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-12-08 12:48:03 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Dec 8 12:48:03 2017 rev:57 rq:547216 version:5.11.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-11-10 14:50:29.895048889 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-12-08 12:48:04.533864552 +0100 @@ -1,0 +2,10 @@ +Thu Nov 30 10:47:51 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.11.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.4.php +- Changes since 5.11.3: + * None + +--- Old: systemsettings-5.11.3.tar.xz New: systemsettings-5.11.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.EQoZqE/_old 2017-12-08 12:48:05.197840572 +0100 +++ /var/tmp/diff_new_pack.EQoZqE/_new 2017-12-08 12:48:05.197840572 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.3 +Version:5.11.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.11.3.tar.xz -> systemsettings-5.11.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.3/CMakeLists.txt new/systemsettings-5.11.4/CMakeLists.txt --- old/systemsettings-5.11.3/CMakeLists.txt2017-11-07 14:35:25.0 +0100 +++ new/systemsettings-5.11.4/CMakeLists.txt2017-11-28 13:55:10.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.11.3") +set(PROJECT_VERSION "5.11.4") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.7.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.3/app/kdesystemsettings.desktop new/systemsettings-5.11.4/app/kdesystemsettings.desktop --- old/systemsettings-5.11.3/app/kdesystemsettings.desktop 2017-11-07 14:34:39.0 +0100 +++ new/systemsettings-5.11.4/app/kdesystemsettings.desktop 2017-11-28 13:54:15.0 +0100 @@ -120,7 +120,9 @@ Comment[ca@valencia]=Eines de configuració per a l'ordinador Comment[cs]=Konfigurační nástroje pro váš počítač Comment[da]=Konfigurationsværktøjer til din computer +Comment[de]=Einstellungen für Ihren Rechner Comment[el]=Εργαλεία διαμόρφωσης για τον υπολογιστή σας +Comment[en_GB]=Configuration tools for your computer Comment[es]=Herramientas de configuración para su equipo Comment[eu]=Zure ordenagailurako konfiguratzeko tresnak Comment[fr]=Outils de configuration pour votre ordinateur diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.3/app/systemsettings.desktop new/systemsettings-5.11.4/app/systemsettings.desktop --- old/systemsettings-5.11.3/app/systemsettings.desktop2017-11-07 14:34:39.0 +0100 +++ new/systemsettings-5.11.4/app/systemsettings.desktop2017-11-28 13:54:15.0 +0100 @@ -177,7 +177,9 @@ Comment[ca@valencia]=Eines de configuració per a l'ordinador Comment[cs]=Konfigurační nástroje pro váš počítač Comment[da]=Konfigurationsværktøjer til din computer +Comment[de]=Einstellungen für Ihren Rechner Comment[el]=Εργαλεία διαμόρφωσης για τον υπολογιστή σας +Comment[en_GB]=Configuration tools for your computer Comment[es]=Herramientas de configuración para su equipo Comment[eu]=Zure ordenagailurako konfiguratzeko tresnak Comment[fr]=Outils de configuration pour votre ordinateur diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.3/categories/settings-personalization-accessibility.desktop new/systemsettings-5.11.4/categories/settings-personalization-accessibility.desktop --- old/systemsettings-5.11.3/categories/settings-personalization-accessibility.desktop 2017-11-07 14:34:39.0 +0100 +++ new/systemsettings-5.11.4/categories/settings-personalization-accessibility.desktop 2017-11-28 13:54:15.0 +0100 @@ -68,7 +68,7 @@ Name[oc]=Accessibilitat Name[or]=ଅଭିଗମ୍ୟତା Name[pa]=ਸਹੂਲਤਾਂ -Name[pl]=Ułatwienia dostępu +Name[pl]=Dostępność Name[pt]=Acessibilidade Name[pt_BR]=Acessibilidade Name[ro]=Accesibilitate diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.3/classic/settings-classic-view.desktop
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-11-10 14:50:27 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Nov 10 14:50:27 2017 rev:56 rq:539729 version:5.11.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-10-27 13:51:55.278661285 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-11-10 14:50:29.895048889 +0100 @@ -1,0 +2,13 @@ +Tue Nov 7 15:15:55 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.11.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.3.php +- Changes since 5.11.2: + * map rows to the source model (kde#386454) + * Fix DBus startup notification +- Remove patches, now upstream: + * 0001-Fix-DBus-startup-notification.patch + +--- Old: 0001-Fix-DBus-startup-notification.patch systemsettings-5.11.2.tar.xz New: systemsettings-5.11.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.yJrPdA/_old 2017-11-10 14:50:32.834942581 +0100 +++ /var/tmp/diff_new_pack.yJrPdA/_new 2017-11-10 14:50:32.838942437 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.2 +Version:5.11.3 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -31,8 +31,6 @@ Patch1: systemsettings-desktop.diff # PATCH-FIX-UPSTREAM Patch2: 0001-try-harder-to-wrap-very-long-words.patch -# PATCH-FIX-UPSTREAM -Patch3: 0001-Fix-DBus-startup-notification.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel @@ -80,7 +78,6 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++ systemsettings-5.11.2.tar.xz -> systemsettings-5.11.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.2/CMakeLists.txt new/systemsettings-5.11.3/CMakeLists.txt --- old/systemsettings-5.11.2/CMakeLists.txt2017-10-24 13:45:39.0 +0200 +++ new/systemsettings-5.11.3/CMakeLists.txt2017-11-07 14:35:25.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.11.2") +set(PROJECT_VERSION "5.11.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.7.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.2/app/kdesystemsettings.desktop new/systemsettings-5.11.3/app/kdesystemsettings.desktop --- old/systemsettings-5.11.2/app/kdesystemsettings.desktop 2017-10-24 13:44:44.0 +0200 +++ new/systemsettings-5.11.3/app/kdesystemsettings.desktop 2017-11-07 14:34:39.0 +0100 @@ -119,6 +119,7 @@ Comment[ca]=Eines de configuració per a l'ordinador Comment[ca@valencia]=Eines de configuració per a l'ordinador Comment[cs]=Konfigurační nástroje pro váš počítač +Comment[da]=Konfigurationsværktøjer til din computer Comment[el]=Εργαλεία διαμόρφωσης για τον υπολογιστή σας Comment[es]=Herramientas de configuración para su equipo Comment[eu]=Zure ordenagailurako konfiguratzeko tresnak @@ -127,6 +128,7 @@ Comment[nl]=Hulpmiddelen voor configuratie voor uw computer Comment[pl]=Narzędzia ustawień dla twojego komputera Comment[pt]=Ferramentas de configuração para o seu computador +Comment[pt_BR]=Ferramentas de configuração para seu computador Comment[ru]=Инструменты для настройки компьютера Comment[sk]=Koniguračné nástroje pre váš počítač Comment[sr]=Алатке за подешавање рачунара @@ -139,4 +141,5 @@ Comment[x-test]=xxConfiguration tools for your computerxx Comment[zh_CN]=您的计算机的配置工具 X-DBUS-StartupType=Unique +X-DBUS-ServiceName=org.kde.systemsettings Categories=Qt;KDE;Settings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.11.2/app/systemsettings.desktop new/systemsettings-5.11.3/app/systemsettings.desktop --- old/systemsettings-5.11.2/app/systemsettings.desktop2017-10-24 13:44:44.0 +0200 +++ new/systemsettings-5.11.3/app/systemsettings.desktop2017-11-07 14:34:39.0 +0100 @@ -176,6 +176,7 @@ Comment[ca]=Eines de configuració per a l'ordinador Comment[ca@valencia]=Eines de configuració per a l'ordinador Comment[cs]=Konfigurační nástroje pro váš počítač +Comment[da]=Konfigurationsværktøjer til din computer
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-10-27 13:51:53 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Oct 27 13:51:53 2017 rev:55 rq:536687 version:5.11.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-10-23 16:25:16.695359038 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-10-27 13:51:55.278661285 +0200 @@ -1,0 +2,12 @@ +Tue Oct 24 18:14:31 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.11.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.2.php +- Changes since 5.11.1: + * Fix colours not updating in systemsettings +- Add patch to fix the startup notification: + * 0001-Fix-DBus-startup-notification.patch + +--- Old: systemsettings-5.11.1.tar.xz New: 0001-Fix-DBus-startup-notification.patch systemsettings-5.11.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.bZ49df/_old 2017-10-27 13:51:56.458606134 +0200 +++ /var/tmp/diff_new_pack.bZ49df/_new 2017-10-27 13:51:56.462605947 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.1 +Version:5.11.2 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -31,6 +31,8 @@ Patch1: systemsettings-desktop.diff # PATCH-FIX-UPSTREAM Patch2: 0001-try-harder-to-wrap-very-long-words.patch +# PATCH-FIX-UPSTREAM +Patch3: 0001-Fix-DBus-startup-notification.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: kirigami2-devel @@ -78,6 +80,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++ 0001-Fix-DBus-startup-notification.patch ++ >From 00c651ed4d3fd764c4b4bb7335ba97929198b8d2 Mon Sep 17 00:00:00 2001 From: Fabian VogtDate: Tue, 24 Oct 2017 22:05:36 +0200 Subject: [PATCH] Fix DBus startup notification Summary: In "Fix colours not updating in systemsettings", the application name got changed from "systemsettings5" (inferred from the binary name) to "systemsettings", which results in a change from "org.kde.systemsettings5" as DBus path to "org.kde.systemsettings". KLauncher uses org.kde. by default, so that needs to be overwritten. Fixes the "KDEInit count not launch /usr/bin/systemsettings5" message after closing systemsettings and likely also launching it while it's running. Test Plan: Opened it from dolphin and closed the window again. Only after this patch the KDEInit error message disappeared. Reviewers: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D8455 --- app/kdesystemsettings.desktop | 1 + app/systemsettings.desktop| 1 + 2 files changed, 2 insertions(+) diff --git a/app/kdesystemsettings.desktop b/app/kdesystemsettings.desktop index afdfad1..f65fe0a 100755 --- a/app/kdesystemsettings.desktop +++ b/app/kdesystemsettings.desktop @@ -139,4 +139,5 @@ Comment[uk]=Інструменти для налаштовування вашо Comment[x-test]=xxConfiguration tools for your computerxx Comment[zh_CN]=您的计算机的配置工具 X-DBUS-StartupType=Unique +X-DBUS-ServiceName=org.kde.systemsettings Categories=Qt;KDE;Settings; diff --git a/app/systemsettings.desktop b/app/systemsettings.desktop index 86d2fbd..1914bcd 100755 --- a/app/systemsettings.desktop +++ b/app/systemsettings.desktop @@ -196,4 +196,5 @@ Comment[uk]=Інструменти для налаштовування вашо Comment[x-test]=xxConfiguration tools for your computerxx Comment[zh_CN]=您的计算机的配置工具 X-DBUS-StartupType=Unique +X-DBUS-ServiceName=org.kde.systemsettings Categories=Qt;KDE;Settings; -- 2.14.1 ++ systemsettings-5.11.1.tar.xz -> systemsettings-5.11.2.tar.xz ++ 5632 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-10-23 16:25:11 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Oct 23 16:25:11 2017 rev:54 rq:534586 version:5.11.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-10-09 19:39:49.385730318 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-10-23 16:25:16.695359038 +0200 @@ -1,0 +2,11 @@ +Tue Oct 17 17:20:07 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.11.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.1.php +- Changes since 5.11.0: + * Use QQC2.Label over Kirigami.Label + * get rid of binding loop + +--- Old: systemsettings-5.11.0.tar.xz New: systemsettings-5.11.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.p3cVzA/_old 2017-10-23 16:25:18.359281139 +0200 +++ /var/tmp/diff_new_pack.p3cVzA/_new 2017-10-23 16:25:18.363280951 +0200 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.11.0 +Version:5.11.1 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.11.0.tar.xz -> systemsettings-5.11.1.tar.xz ++ 6116 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-10-09 19:39:47 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Mon Oct 9 19:39:47 2017 rev:53 rq:532052 version:5.11.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-08-24 18:10:42.529717740 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-10-09 19:39:49.385730318 +0200 @@ -1,0 +2,23 @@ +Thu Oct 5 12:39:19 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.11.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.11.0.php +- Changes since 5.10.95: + * Remove unnecessary remove_definitions() + * Define -DQT_NO_URL_CAST_FROM_STRING and fix compilation. + * Also extract i18n messages from *.qml + +--- +Thu Sep 14 14:29:07 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.95.php +- Too many changes to list here +- Add patch to fix appearance of the front page with long words (kde#380972): + * 0001-try-harder-to-wrap-very-long-words.patch + +--- Old: systemsettings-5.10.5.tar.xz New: 0001-try-harder-to-wrap-very-long-words.patch systemsettings-5.11.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.J0Godu/_old 2017-10-09 19:39:49.989703772 +0200 +++ /var/tmp/diff_new_pack.J0Godu/_new 2017-10-09 19:39:49.993703596 +0200 @@ -18,23 +18,29 @@ %bcond_without lang Name: systemsettings5 -Version:5.10.5 +Version:5.11.0 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users Patch1: systemsettings-desktop.diff +# PATCH-FIX-UPSTREAM +Patch2: 0001-try-harder-to-wrap-very-long-words.patch BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem +BuildRequires: kirigami2-devel BuildRequires: update-desktop-files BuildRequires: xz +BuildRequires: cmake(KF5Activities) +BuildRequires: cmake(KF5ActivitiesStats) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5Declarative) BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) @@ -42,10 +48,13 @@ BuildRequires: cmake(KF5KCMUtils) BuildRequires: cmake(KF5KHtml) BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Package) BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +Requires: kirigami2 >= 2.1 %if %{with lang} Recommends: %{name}-lang %endif @@ -67,9 +76,8 @@ %prep %setup -q -n systemsettings-%{version} %patch0 -p1 -%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" %patch1 -p1 -%endif +%patch2 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} @@ -101,6 +109,9 @@ %{_kf5_servicetypesdir}/ %{_kf5_sharedir}/systemsettings/ %{_kf5_sharedir}/kxmlgui5/ +%dir %{_kf5_sharedir}/kpackage +%dir %{_kf5_sharedir}/kpackage/genericqml +%{_kf5_sharedir}/kpackage/genericqml/org.kde.systemsettings.sidebar %files devel %defattr(-,root,root) ++ 0001-try-harder-to-wrap-very-long-words.patch ++ >From dc7faa2d10e815450ae55493f536e0428871786a Mon Sep 17 00:00:00 2001 From: Marco MartinDate: Thu, 14 Sep 2017 15:39:48 +0200 Subject: [PATCH] try harder to wrap very long words BUG:380972 --- sidebar/package/contents/ui/IntroIcon.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sidebar/package/contents/ui/IntroIcon.qml b/sidebar/package/contents/ui/IntroIcon.qml index 8a5d3fd..97bf000 100644 --- a/sidebar/package/contents/ui/IntroIcon.qml +++
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-08-24 18:10:41 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Thu Aug 24 18:10:41 2017 rev:52 rq:518291 version:5.10.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-07-25 11:39:05.563386213 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-08-24 18:10:42.529717740 +0200 @@ -1,0 +2,10 @@ +Tue Aug 22 19:11:33 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.5.php +- Changes since 5.10.4: + * None + +--- Old: systemsettings-5.10.4.tar.xz New: systemsettings-5.10.5.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.iCeOEm/_old 2017-08-24 18:10:43.777542049 +0200 +++ /var/tmp/diff_new_pack.iCeOEm/_new 2017-08-24 18:10:43.805538107 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.10.4 +Version:5.10.5 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.10.4.tar.xz -> systemsettings-5.10.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.4/CMakeLists.txt new/systemsettings-5.10.5/CMakeLists.txt --- old/systemsettings-5.10.4/CMakeLists.txt2017-07-18 13:53:40.0 +0200 +++ new/systemsettings-5.10.5/CMakeLists.txt2017-08-22 17:42:03.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.10.4") +set(PROJECT_VERSION "5.10.5") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.4/app/kdesystemsettings.desktop new/systemsettings-5.10.5/app/kdesystemsettings.desktop --- old/systemsettings-5.10.4/app/kdesystemsettings.desktop 2017-07-18 13:52:57.0 +0200 +++ new/systemsettings-5.10.5/app/kdesystemsettings.desktop 2017-08-22 17:41:28.0 +0200 @@ -17,7 +17,7 @@ GenericName[en_GB]=KDE System Settings GenericName[es]=Preferencias del sistema de KDE GenericName[et]=KDE Süsteemi seadistused -GenericName[eu]=KDE sistemaren ezarpenak +GenericName[eu]=KDEren sistema-ezarpenak GenericName[fi]=KDE:n järjestelmäasetukset GenericName[fr]=Configuration du système de KDE GenericName[ga]=Socruithe an Chórais KDE @@ -72,7 +72,7 @@ Name[en_GB]=KDE System Settings Name[es]=Preferencias del sistema de KDE Name[et]=KDE Süsteemi seadistused -Name[eu]=KDE sistemaren ezarpenak +Name[eu]=KDEren sistema-ezarpenak Name[fi]=KDE:n järjestelmäasetukset Name[fr]=Configuration du système de KDE Name[ga]=Socruithe an Chórais KDE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.4/app/systemsettings.desktop new/systemsettings-5.10.5/app/systemsettings.desktop --- old/systemsettings-5.10.4/app/systemsettings.desktop2017-07-18 13:52:57.0 +0200 +++ new/systemsettings-5.10.5/app/systemsettings.desktop2017-08-22 17:41:28.0 +0200 @@ -24,7 +24,7 @@ GenericName[eo]=Sistema agordo GenericName[es]=Preferencias del sistema GenericName[et]=Süsteemi seadistused -GenericName[eu]=Sistemaren ezarpenak +GenericName[eu]=Sistema-ezarpenak GenericName[fi]=Järjestelmäasetukset GenericName[fr]=Configuration du système GenericName[fy]=Systeemynstellings @@ -107,7 +107,7 @@ Name[eo]=Sistema agordo Name[es]=Preferencias del sistema Name[et]=Süsteemi seadistused -Name[eu]=Sistemaren ezarpenak +Name[eu]=Sistema-ezarpenak Name[fa]=تنظیمات سیستم Name[fi]=Järjestelmäasetukset Name[fr]=Configuration du système diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.4/categories/old/settings-personal-information.desktop new/systemsettings-5.10.5/categories/old/settings-personal-information.desktop --- old/systemsettings-5.10.4/categories/old/settings-personal-information.desktop 2017-07-18 13:52:57.0 +0200 +++ new/systemsettings-5.10.5/categories/old/settings-personal-information.desktop 2017-08-22 17:41:28.0 +0200 @@ -19,7 +19,7 @@ Name[en_GB]=Personal Information Name[es]=Información personal Name[et]=Isiklik teave -Name[eu]=Datu pertsonalak +Name[eu]=Informazio pertsonalak Name[fa]=اطلاعات شخصی
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-07-25 11:39:05 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Tue Jul 25 11:39:05 2017 rev:51 rq:511295 version:5.10.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-07-02 13:36:11.647848705 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-07-25 11:39:05.563386213 +0200 @@ -1,0 +2,10 @@ +Tue Jul 18 16:14:53 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.4.php +- Changes since 5.10.3: + * Honour the NoDisplay attribute of KServices + +--- Old: systemsettings-5.10.3.tar.xz New: systemsettings-5.10.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.HaOIpx/_old 2017-07-25 11:39:06.187298104 +0200 +++ /var/tmp/diff_new_pack.HaOIpx/_new 2017-07-25 11:39:06.191297539 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.10.3 +Version:5.10.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.10.3.tar.xz -> systemsettings-5.10.4.tar.xz ++ 4749 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-07-02 13:36:10 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Sun Jul 2 13:36:10 2017 rev:50 rq:506574 version:5.10.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-06-16 10:52:00.554930087 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-07-02 13:36:11.647848705 +0200 @@ -1,0 +2,10 @@ +Tue Jun 27 17:51:38 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.3.php +- Changes since 5.10.2: + * None + +--- Old: systemsettings-5.10.2.tar.xz New: systemsettings-5.10.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.sOknmW/_old 2017-07-02 13:36:12.435737602 +0200 +++ /var/tmp/diff_new_pack.sOknmW/_new 2017-07-02 13:36:12.439737037 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.10.2 +Version:5.10.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.10.2.tar.xz -> systemsettings-5.10.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.2/CMakeLists.txt new/systemsettings-5.10.3/CMakeLists.txt --- old/systemsettings-5.10.2/CMakeLists.txt2017-06-13 21:01:15.0 +0200 +++ new/systemsettings-5.10.3/CMakeLists.txt2017-06-27 12:04:50.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.10.2") +set(PROJECT_VERSION "5.10.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.2/doc/CMakeLists.txt new/systemsettings-5.10.3/doc/CMakeLists.txt --- old/systemsettings-5.10.2/doc/CMakeLists.txt2017-06-13 21:01:15.0 +0200 +++ new/systemsettings-5.10.3/doc/CMakeLists.txt2017-06-27 12:04:50.0 +0200 @@ -1,8 +1,8 @@ +add_subdirectory(uk) add_subdirectory(pt_BR) +add_subdirectory(ca) +add_subdirectory(de) +add_subdirectory(pt) add_subdirectory(nl) -add_subdirectory(uk) add_subdirectory(it) -add_subdirectory(ca) add_subdirectory(en) -add_subdirectory(pt) -add_subdirectory(de) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.2/po/lt/systemsettings.po new/systemsettings-5.10.3/po/lt/systemsettings.po --- old/systemsettings-5.10.2/po/lt/systemsettings.po 2017-06-13 21:00:50.0 +0200 +++ new/systemsettings-5.10.3/po/lt/systemsettings.po 2017-06-27 12:04:37.0 +0200 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the systemsettings package. # Donatas Glodenis, 2007. # Donatas G. , 2010. -# Mindaugas Baranauskas , 2015, 2016. +# Mindaugas Baranauskas , 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2017-03-14 08:49+0100\n" -"PO-Revision-Date: 2016-08-30 11:46+0300\n" +"PO-Revision-Date: 2017-06-25 00:27+0200\n" "Last-Translator: Mindaugas Baranauskas \n" "Language-Team: Lithuanian \n" "Language: lt\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -47,10 +47,9 @@ msgstr "Sistemos nuostatos" #: app/main.cpp:37 -#, fuzzy, kde-format -#| msgid "Central configuration center for KDE." +#, kde-format msgid "Central configuration center by KDE." -msgstr "Centrinis KDE konfigūravimo centras" +msgstr "Pagrindinis KDE konfigūravimo centras." #: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61 #, kde-format
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-06-16 10:51:59 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Jun 16 10:51:59 2017 rev:49 rq:503603 version:5.10.2 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-06-10 17:56:37.92811 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-06-16 10:52:00.554930087 +0200 @@ -1,0 +2,10 @@ +Tue Jun 13 21:35:02 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.2.php +- Changes since 5.10.1: + * None + +--- Old: systemsettings-5.10.1.tar.xz New: systemsettings-5.10.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.kj7j9B/_old 2017-06-16 10:52:01.370815236 +0200 +++ /var/tmp/diff_new_pack.kj7j9B/_new 2017-06-16 10:52:01.374814672 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.10.1 +Version:5.10.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.10.1.tar.xz -> systemsettings-5.10.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.1/CMakeLists.txt new/systemsettings-5.10.2/CMakeLists.txt --- old/systemsettings-5.10.1/CMakeLists.txt2017-06-06 16:43:17.0 +0200 +++ new/systemsettings-5.10.2/CMakeLists.txt2017-06-13 21:01:15.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.10.1") +set(PROJECT_VERSION "5.10.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.1/po/fi/systemsettings.po new/systemsettings-5.10.2/po/fi/systemsettings.po --- old/systemsettings-5.10.1/po/fi/systemsettings.po 2017-06-06 16:42:51.0 +0200 +++ new/systemsettings-5.10.2/po/fi/systemsettings.po 2017-06-13 21:00:44.0 +0200 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the kdenetwork package. # Mikko Piippo, 2007. # Teemu Rytilahti , 2008. -# Tommi Nieminen , 2009. +# Tommi Nieminen , 2009, 2017. # Jorma Karvonen , 2009. # Lasse Liehu , 2010, 2011, 2014, 2015. # @@ -14,8 +14,8 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2017-03-14 08:49+0100\n" -"PO-Revision-Date: 2015-08-09 11:40+0200\n" -"Last-Translator: Lasse Liehu \n" +"PO-Revision-Date: 2017-06-08 21:33+0200\n" +"Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" @@ -58,10 +58,9 @@ msgstr "Järjestelmäasetukset" #: app/main.cpp:37 -#, fuzzy, kde-format -#| msgid "Central configuration center for KDE." +#, kde-format msgid "Central configuration center by KDE." -msgstr "KDE:n asetuskeskus." +msgstr "KDE:n yleinen asetuskeskus." #: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.1/po/fr/systemsettings.po new/systemsettings-5.10.2/po/fr/systemsettings.po --- old/systemsettings-5.10.1/po/fr/systemsettings.po 2017-06-06 16:42:51.0 +0200 +++ new/systemsettings-5.10.2/po/fr/systemsettings.po 2017-06-13 21:00:44.0 +0200 @@ -7,6 +7,7 @@ # Guillaume Pujol , 2010. # xavier , 2013. # Sebastien Renard , 2015. +# Johan Claude-Breuninger , 2017. # # msgid "" @@ -14,15 +15,15 @@ "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2017-03-14 08:49+0100\n" -"PO-Revision-Date: 2015-11-01 17:57+0100\n" -"Last-Translator: Sebastien Renard \n" -"Language-Team: French \n" +"PO-Revision-Date: 2017-06-07 18:41+0100\n" +"Last-Translator: Johan Claude-Breuninger \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-06-10 17:56:36 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Sat Jun 10 17:56:36 2017 rev:48 rq:501505 version:5.10.1 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-06-01 16:27:11.697988858 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-06-10 17:56:37.92811 +0200 @@ -1,0 +2,10 @@ +Tue Jun 6 17:19:57 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.1.php +- Changes since 5.10.0: + * None + +--- Old: systemsettings-5.10.0.tar.xz New: systemsettings-5.10.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.g27zfc/_old 2017-06-10 17:56:39.263929079 +0200 +++ /var/tmp/diff_new_pack.g27zfc/_new 2017-06-10 17:56:39.263929079 +0200 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.10.0 +Version:5.10.1 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.10.0.tar.xz -> systemsettings-5.10.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.0/CMakeLists.txt new/systemsettings-5.10.1/CMakeLists.txt --- old/systemsettings-5.10.0/CMakeLists.txt2017-05-26 11:26:42.0 +0200 +++ new/systemsettings-5.10.1/CMakeLists.txt2017-06-06 16:43:17.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.10.0") +set(PROJECT_VERSION "5.10.1") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.0/doc/CMakeLists.txt new/systemsettings-5.10.1/doc/CMakeLists.txt --- old/systemsettings-5.10.0/doc/CMakeLists.txt2017-05-26 11:26:42.0 +0200 +++ new/systemsettings-5.10.1/doc/CMakeLists.txt2017-06-06 16:43:17.0 +0200 @@ -1,8 +1,8 @@ -add_subdirectory(uk) add_subdirectory(pt_BR) -add_subdirectory(ca) -add_subdirectory(de) -add_subdirectory(pt) add_subdirectory(nl) +add_subdirectory(uk) add_subdirectory(it) +add_subdirectory(ca) add_subdirectory(en) +add_subdirectory(pt) +add_subdirectory(de) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.10.0/po/da/systemsettings.po new/systemsettings-5.10.1/po/da/systemsettings.po --- old/systemsettings-5.10.0/po/da/systemsettings.po 2017-05-26 11:26:10.0 +0200 +++ new/systemsettings-5.10.1/po/da/systemsettings.po 2017-06-06 16:42:50.0 +0200 @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Martin Schlander, 2008. -# Martin Schlander , 2008, 2009, 2015. +# Martin Schlander , 2008, 2009, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2017-03-14 08:49+0100\n" -"PO-Revision-Date: 2015-11-09 22:53+0100\n" +"PO-Revision-Date: 2017-05-30 22:12+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" "Language: da\n" @@ -47,10 +47,9 @@ msgstr "Systemindstillinger" #: app/main.cpp:37 -#, fuzzy, kde-format -#| msgid "Central configuration center for KDE." +#, kde-format msgid "Central configuration center by KDE." -msgstr "Centralt konfigurationscenter til KDE." +msgstr "Centralt konfigurationscenter fra KDE." #: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61 #, kde-format
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-06-01 16:27:11 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Thu Jun 1 16:27:11 2017 rev:47 rq:498823 version:5.10.0 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-04-30 21:10:43.892078678 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-06-01 16:27:11.697988858 +0200 @@ -1,0 +2,24 @@ +Fri May 26 14:10:35 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.10.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.0.php +- Changes since 5.9.95: + * None + +--- +Thu May 11 20:26:35 CEST 2017 - fab...@ritter-vogt.de + +- Update to 5.9.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.95.php +- Changes since 5.9.5: + * Fix terminology: "by KDE", not "for KDE" + * Hide tooltips after clicking items + * Port tooltips to KToolTipWidget + * proofread/update systemsettings docbook + * add the subgroup accessibility to personalization RR: 129035 + +--- Old: systemsettings-5.9.5.tar.xz New: systemsettings-5.10.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.dBnwy9/_old 2017-06-01 16:27:12.405889040 +0200 +++ /var/tmp/diff_new_pack.dBnwy9/_new 2017-06-01 16:27:12.405889040 +0200 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.9.5 +Version:5.10.0 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users @@ -79,6 +79,7 @@ %kf5_makeinstall -C build %if %{with lang} %kf5_find_lang + %kf5_find_htmldocs %endif %suse_update_desktop_file kdesystemsettings X-SuSE-core @@ -103,19 +104,11 @@ %files devel %defattr(-,root,root) -%doc COPYING* %{_kf5_libdir}/libsystemsettingsview.so %{_includedir}/* %if %{with lang} %files lang -f %{name}.lang -%doc %lang(ca) %{_kf5_htmldir}/ca/ -%doc %lang(de) %{_kf5_htmldir}/de/ -%doc %lang(it) %{_kf5_htmldir}/it/ -%doc %lang(nl) %{_kf5_htmldir}/nl/ -%doc %lang(sv) %{_kf5_htmldir}/sv/ -%doc %lang(uk) %{_kf5_htmldir}/uk/ -%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ %endif %changelog ++ systemsettings-5.9.5.tar.xz -> systemsettings-5.10.0.tar.xz ++ 5483 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-04-30 21:10:42 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Sun Apr 30 21:10:42 2017 rev:46 rq:491279 version:5.9.5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-03-28 15:17:52.442516710 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-04-30 21:10:43.892078678 +0200 @@ -1,0 +2,10 @@ +Tue Apr 25 18:58:07 CEST 2017 - lbeltr...@kde.org + +- Update to 5.9.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.5.php +- Changes since 5.9.4: + * None + +--- Old: systemsettings-5.9.4.tar.xz New: systemsettings-5.9.5.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.c5yYQj/_old 2017-04-30 21:10:44.751957457 +0200 +++ /var/tmp/diff_new_pack.c5yYQj/_new 2017-04-30 21:10:44.755956892 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.9.4 +Version:5.9.5 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.9.4.tar.xz -> systemsettings-5.9.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.4/CMakeLists.txt new/systemsettings-5.9.5/CMakeLists.txt --- old/systemsettings-5.9.4/CMakeLists.txt 2017-03-21 15:11:44.0 +0100 +++ new/systemsettings-5.9.5/CMakeLists.txt 2017-04-25 15:42:00.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.9.4") +set(PROJECT_VERSION "5.9.5") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.4/doc/CMakeLists.txt new/systemsettings-5.9.5/doc/CMakeLists.txt --- old/systemsettings-5.9.4/doc/CMakeLists.txt 2017-03-21 15:11:44.0 +0100 +++ new/systemsettings-5.9.5/doc/CMakeLists.txt 2017-04-25 15:42:00.0 +0200 @@ -1,8 +1,8 @@ -add_subdirectory(uk) -add_subdirectory(pt_BR) -add_subdirectory(ca) add_subdirectory(sv) -add_subdirectory(de) +add_subdirectory(pt_BR) add_subdirectory(nl) +add_subdirectory(uk) add_subdirectory(it) +add_subdirectory(ca) add_subdirectory(en) +add_subdirectory(de) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.4/po/it/systemsettings.po new/systemsettings-5.9.5/po/it/systemsettings.po --- old/systemsettings-5.9.4/po/it/systemsettings.po2017-03-21 15:11:29.0 +0100 +++ new/systemsettings-5.9.5/po/it/systemsettings.po2017-04-25 15:41:40.0 +0200 @@ -4,37 +4,38 @@ # Luca Bellonda, 2007, 2008. # Nicola Ruggero , 2009, 2010. # Federico Zenith , 2015. +# Paolo Zamponi , 2017. # msgid "" msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2016-11-19 20:22+0100\n" -"PO-Revision-Date: 2015-09-03 16:03+0200\n" -"Last-Translator: Federico Zenith \n" +"PO-Revision-Date: 2017-03-17 15:26+0100\n" +"Last-Translator: Paolo Zamponi \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Nicola Ruggero, Luca Bellonda" +msgstr "Paolo Zamponi,Nicola Ruggero,Luca Bellonda" #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "nic...@nxnt.org," +msgstr "zapa...@email.it,," #. i18n: ectx: property (title), widget (QGroupBox, GbViewStyle) #: app/configDialog.ui:17 #, kde-format msgid "View Style" -msgstr "Stile vista" +msgstr "Stile della vista" #. i18n: ectx: property (text), widget (QCheckBox, ChTooltips) #: app/configDialog.ui:24 @@ -121,7 +122,7 @@ "to configure." msgstr "" "Impostazioni di sistema non è stato in grado di trovare alcuna vista, e " -"quindi non c'è nulla disponibile da configurare." +"quindi non c'è nulla da configurare." #: app/SettingsBase.cpp:271 app/SettingsBase.cpp:309 #, kde-format @@ -151,7 +152,7 @@ #:
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-03-28 15:17:51 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Tue Mar 28 15:17:51 2017 rev:45 rq:482146 version:5.9.4 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-03-03 17:29:37.359560064 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-03-28 15:17:52.442516710 +0200 @@ -1,0 +2,10 @@ +Tue Mar 21 19:21:49 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.9.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.4.php +- Changes since 5.9.3: + * Set the correct desktop file name when in a KDE session. + +--- Old: systemsettings-5.9.3.tar.xz New: systemsettings-5.9.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.hOyVWV/_old 2017-03-28 15:17:53.114421541 +0200 +++ /var/tmp/diff_new_pack.hOyVWV/_new 2017-03-28 15:17:53.114421541 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.9.3 +Version:5.9.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.9.3.tar.xz -> systemsettings-5.9.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.3/CMakeLists.txt new/systemsettings-5.9.4/CMakeLists.txt --- old/systemsettings-5.9.3/CMakeLists.txt 2017-02-28 14:25:40.0 +0100 +++ new/systemsettings-5.9.4/CMakeLists.txt 2017-03-21 15:11:44.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.9.3") +set(PROJECT_VERSION "5.9.4") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.3/app/main.cpp new/systemsettings-5.9.4/app/main.cpp --- old/systemsettings-5.9.3/app/main.cpp 2017-02-28 14:25:26.0 +0100 +++ new/systemsettings-5.9.4/app/main.cpp 2017-03-21 15:11:15.0 +0100 @@ -38,7 +38,13 @@ aboutData.addAuthor(i18n("Ben Cooksley"), i18n("Maintainer"), "bcooks...@kde.org"); aboutData.addAuthor(i18n("Mathias Soeken"), i18n("Developer"), "msoe...@informatik.uni-bremen.de"); aboutData.addAuthor(i18n("Will Stephenson"), i18n("Internal module representation, internal module model"), "wstephen...@kde.org"); -aboutData.setDesktopFileName(QStringLiteral("kdesystemsettings")); + +if (qEnvironmentVariableIsSet("KDE_FULL_SESSION")) { +aboutData.setDesktopFileName(QStringLiteral("systemsettings")); +} else { +aboutData.setDesktopFileName(QStringLiteral("kdesystemsettings")); +} + KAboutData::setApplicationData(aboutData); application.setAttribute(Qt::AA_UseHighDpiPixmaps, true); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.3/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.9.4/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.9.3/categories/settings-appearance-applicationstyle.desktop 2017-02-28 14:25:26.0 +0100 +++ new/systemsettings-5.9.4/categories/settings-appearance-applicationstyle.desktop 2017-03-21 15:11:15.0 +0100 @@ -45,7 +45,7 @@ Name[sr@ijekavianlatin]=Stil programa Name[sr@latin]=Stil programa Name[sv]=Programstil -Name[tr]=Uygulama Biçimi +Name[tr]=Uygulama Biçemi Name[uk]=Стиль вікон програм Name[x-test]=xxApplication Stylexx Name[zh_CN]=应用程序风格 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.3/categories/settings-appearance-color.desktop new/systemsettings-5.9.4/categories/settings-appearance-color.desktop --- old/systemsettings-5.9.3/categories/settings-appearance-color.desktop 2017-02-28 14:25:26.0 +0100 +++ new/systemsettings-5.9.4/categories/settings-appearance-color.desktop 2017-03-21 15:11:15.0 +0100 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Boje Name[sr@latin]=Boje Name[sv]=Färger +Name[tr]=Renkler Name[uk]=Кольори Name[x-test]=xxColorsxx Name[zh_CN]=颜色 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.3/categories/settings-appearance-font.desktop
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-03-03 17:29:36 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Fri Mar 3 17:29:36 2017 rev:44 rq:461500 version:5.9.3 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-02-19 01:14:21.663170351 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-03-03 17:29:37.359560064 +0100 @@ -1,0 +2,10 @@ +Tue Feb 28 19:56:29 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.9.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.3.php +- Changes since 5.9.2: + * None + +--- Old: systemsettings-5.9.2.tar.xz New: systemsettings-5.9.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.X5XnBg/_old 2017-03-03 17:29:37.899483780 +0100 +++ /var/tmp/diff_new_pack.X5XnBg/_new 2017-03-03 17:29:37.899483780 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.9.2 +Version:5.9.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.9.2.tar.xz -> systemsettings-5.9.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.2/CMakeLists.txt new/systemsettings-5.9.3/CMakeLists.txt --- old/systemsettings-5.9.2/CMakeLists.txt 2017-02-14 14:33:24.0 +0100 +++ new/systemsettings-5.9.3/CMakeLists.txt 2017-02-28 14:25:40.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.9.2") +set(PROJECT_VERSION "5.9.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.2/app/kdesystemsettings.desktop new/systemsettings-5.9.3/app/kdesystemsettings.desktop --- old/systemsettings-5.9.2/app/kdesystemsettings.desktop 2017-02-14 14:33:04.0 +0100 +++ new/systemsettings-5.9.3/app/kdesystemsettings.desktop 2017-02-28 14:25:26.0 +0100 @@ -42,7 +42,7 @@ GenericName[pa]=KDE ਸਿਸਟਮ ਸੈਟਿੰਗ GenericName[pl]=Ustawienia systemowe KDE GenericName[pt]=Configuração do Sistema KDE -GenericName[pt_BR]=Configurações do Sistema KDE +GenericName[pt_BR]=Configurações do sistema KDE GenericName[ro]=Configurări de sistem KDE GenericName[ru]=Параметры системы KDE GenericName[sk]=Nastavenie systému KDE @@ -97,7 +97,7 @@ Name[pa]=KDE ਸਿਸਟਮ ਸੈਟਿੰਗ Name[pl]=Ustawienia systemowe KDE Name[pt]=Configuração do Sistema KDE -Name[pt_BR]=Configurações do Sistema KDE +Name[pt_BR]=Configurações do sistema KDE Name[ro]=Configurări de sistem KDE Name[ru]=Параметры системы KDE Name[sk]=Nastavenie systému KDE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.2/app/systemsettings.desktop new/systemsettings-5.9.3/app/systemsettings.desktop --- old/systemsettings-5.9.2/app/systemsettings.desktop 2017-02-14 14:33:04.0 +0100 +++ new/systemsettings-5.9.3/app/systemsettings.desktop 2017-02-28 14:25:26.0 +0100 @@ -61,7 +61,7 @@ GenericName[pa]=ਸਿਸਟਮ ਸੈਟਿੰਗ GenericName[pl]=Ustawienia systemowe GenericName[pt]=Configuração do Sistema -GenericName[pt_BR]=Configurações do Sistema +GenericName[pt_BR]=Configurações do sistema GenericName[ro]=Configurări de sistem GenericName[ru]=Параметры системы GenericName[se]=Vuogádatheivehusat @@ -146,7 +146,7 @@ Name[pa]=ਸਿਸਟਮ ਸੈਟਿੰਗ Name[pl]=Ustawienia systemowe Name[pt]=Configuração do Sistema -Name[pt_BR]=Configurações do Sistema +Name[pt_BR]=Configurações do sistema Name[ro]=Configurări de sistem Name[ru]=Параметры системы Name[se]=Vuogádatheivehusat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.2/categories/old/settings-account-details.desktop new/systemsettings-5.9.3/categories/old/settings-account-details.desktop --- old/systemsettings-5.9.2/categories/old/settings-account-details.desktop 2017-02-14 14:33:04.0 +0100 +++ new/systemsettings-5.9.3/categories/old/settings-account-details.desktop 2017-02-28 14:25:26.0 +0100 @@ -48,7 +48,7 @@ Name[pa]=ਅਕਾਊਂਟ ਵੇਰਵਾ Name[pl]=Szczegóły konta Name[pt]=Detalhes da Conta -Name[pt_BR]=Detalhes da Conta +Name[pt_BR]=Detalhes da conta Name[ro]=Detalii cont Name[ru]=Учётная запись Name[si]=ගිණුම් විස්තර diff -urN
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-02-19 01:14:20 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-02-10 10:02:40.382047820 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-02-19 01:14:21.663170351 +0100 @@ -1,0 +2,10 @@ +Tue Feb 14 17:58:13 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.9.2 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.2.php +- Changes since 5.9.1: + * None + +--- Old: systemsettings-5.9.1.tar.xz New: systemsettings-5.9.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.pqXaer/_old 2017-02-19 01:14:22.067113533 +0100 +++ /var/tmp/diff_new_pack.pqXaer/_new 2017-02-19 01:14:22.071112971 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.9.1 +Version:5.9.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.9.1.tar.xz -> systemsettings-5.9.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.1/CMakeLists.txt new/systemsettings-5.9.2/CMakeLists.txt --- old/systemsettings-5.9.1/CMakeLists.txt 2017-02-07 12:30:46.0 +0100 +++ new/systemsettings-5.9.2/CMakeLists.txt 2017-02-14 14:33:24.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.9.1") +set(PROJECT_VERSION "5.9.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.1/categories/settings-appearance-color.desktop new/systemsettings-5.9.2/categories/settings-appearance-color.desktop --- old/systemsettings-5.9.1/categories/settings-appearance-color.desktop 2017-02-07 12:30:38.0 +0100 +++ new/systemsettings-5.9.2/categories/settings-appearance-color.desktop 2017-02-14 14:33:04.0 +0100 @@ -10,6 +10,7 @@ Name[ca]=Colors Name[ca@valencia]=Colors Name[cs]=Barvy +Name[da]=Farver Name[de]=Farben Name[el]=Χρώματα Name[en_GB]=Colours diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.1/categories/settings-appearance-font.desktop new/systemsettings-5.9.2/categories/settings-appearance-font.desktop --- old/systemsettings-5.9.1/categories/settings-appearance-font.desktop 2017-02-07 12:30:38.0 +0100 +++ new/systemsettings-5.9.2/categories/settings-appearance-font.desktop 2017-02-14 14:33:04.0 +0100 @@ -10,6 +10,7 @@ Name[ca]=Tipus de lletres Name[ca@valencia]=Tipus de lletres Name[cs]=Písma +Name[da]=Skrifttyper Name[de]=Schriftarten Name[el]=Γραμματοσειρές Name[en_GB]=Fonts
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-02-10 10:02:39 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-02-03 20:02:58.080430040 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-02-10 10:02:40.382047820 +0100 @@ -1,0 +2,10 @@ +Tue Feb 7 18:58:33 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.9.1 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.1.php +- Changes since 5.9.0: + * None + +--- Old: systemsettings-5.9.0.tar.xz New: systemsettings-5.9.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.4nn579/_old 2017-02-10 10:02:40.957966376 +0100 +++ /var/tmp/diff_new_pack.4nn579/_new 2017-02-10 10:02:40.957966376 +0100 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.9.0 +Version:5.9.1 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.9.0.tar.xz -> systemsettings-5.9.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.0/CMakeLists.txt new/systemsettings-5.9.1/CMakeLists.txt --- old/systemsettings-5.9.0/CMakeLists.txt 2017-01-26 13:33:36.0 +0100 +++ new/systemsettings-5.9.1/CMakeLists.txt 2017-02-07 12:30:46.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.9.0") +set(PROJECT_VERSION "5.9.1") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.0/categories/old/settings-application-and-system-notifications.desktop new/systemsettings-5.9.1/categories/old/settings-application-and-system-notifications.desktop --- old/systemsettings-5.9.0/categories/old/settings-application-and-system-notifications.desktop 2017-01-26 13:33:15.0 +0100 +++ new/systemsettings-5.9.1/categories/old/settings-application-and-system-notifications.desktop 2017-02-07 12:30:38.0 +0100 @@ -22,7 +22,7 @@ Name[eu]=Aplikazio- eta sistema-jakinarazpenak Name[fi]=Ohjelma- ja järjestelmäilmoitukset Name[fr]=Notifications des applications et du système -Name[gl]=Notificacións dos programas e do sistema +Name[gl]=Notificacións dos aplicativos e do sistema Name[he]=הודעות מערכת והודעות יישום Name[hi]=अनुप्रयोग व तंत्र सूचनाएँ Name[hr]=Obavijesti sustava i aplikacija diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.0/categories/old/settings-application-appearance.desktop new/systemsettings-5.9.1/categories/old/settings-application-appearance.desktop --- old/systemsettings-5.9.0/categories/old/settings-application-appearance.desktop 2017-01-26 13:33:15.0 +0100 +++ new/systemsettings-5.9.1/categories/old/settings-application-appearance.desktop 2017-02-07 12:30:38.0 +0100 @@ -22,7 +22,7 @@ Name[eu]=Aplikazioen itxura Name[fi]=Sovellusten ulkoasu Name[fr]=Apparence des applications -Name[gl]=Aparencia dos programas +Name[gl]=Aparencia dos aplicativos Name[he]=מראה יישום Name[hi]=अनुप्रयोग रूप Name[hr]=Izgled aplikacija diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.9.0/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.9.1/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.9.0/categories/settings-appearance-applicationstyle.desktop 2017-01-26 13:33:15.0 +0100 +++ new/systemsettings-5.9.1/categories/settings-appearance-applicationstyle.desktop 2017-02-07 12:30:38.0 +0100 @@ -20,7 +20,7 @@ Name[et]=Rakenduste stiil
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2017-01-31 12:25:24 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2017-01-04 17:27:56.926470086 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2017-02-03 20:02:58.080430040 +0100 @@ -1,0 +2,23 @@ +Thu Jan 26 19:59:16 CET 2017 - fab...@ritter-vogt.de + +- Update to 5.9.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.0.php +- Changes since 5.8.95: + * None + +--- +Thu Jan 12 20:39:58 UTC 2017 - fab...@ritter-vogt.de + +- Update to 5.8.95 (Plasma 5.9 Beta) + * New feature release + * For more details please see: +https://www.kde.org/announcements/plasma-5.8.95.php +- Changes: + * Pass transient parent window to KToolTipWindow. + * Add .arcconfig. + * KWindowSystem knows how to unminimize, activate() does not. + * Change group description to plural. + +--- Old: systemsettings-5.8.5.tar.xz New: systemsettings-5.9.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.83Wz3L/_old 2017-02-03 20:02:58.744336592 +0100 +++ /var/tmp/diff_new_pack.83Wz3L/_new 2017-02-03 20:02:58.748336030 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.8.5 +Version:5.9.0 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz +Source: systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.8.5.tar.xz -> systemsettings-5.9.0.tar.xz ++ 2255 lines of diff (skipped) ++ systemsettings-desktop.diff ++ --- /var/tmp/diff_new_pack.83Wz3L/_old 2017-02-03 20:02:59.044294372 +0100 +++ /var/tmp/diff_new_pack.83Wz3L/_new 2017-02-03 20:02:59.044294372 +0100 @@ -9,8 +9,8 @@ -GenericName=System Settings +GenericName=Configure Desktop GenericName[ar]=إعدادات النّظام - GenericName[ast]=Axustes del sistema GenericName[be@latin]=Systemnyja nałady + GenericName[bg]=Системни настройки @@ -88,7 +88,7 @@ GenericName[x-test]=xxSystem Settingsxx GenericName[zh_CN]=系统设置 GenericName[zh_TW]=系統設定 @@ -18,5 +18,5 @@ -Name=System Settings +Name=Configure Desktop Name[ar]=إعدادات النّظام - Name[ast]=Axustes del sistema Name[be]=Сістэмныя настаўленні + Name[be@latin]=Systemnyja nałady
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-11-25 12:12:21 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-11-04 20:58:27.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-11-25 12:12:22.0 +0100 @@ -1,0 +2,8 @@ +Wed Nov 23 10:59:30 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.8.4 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.8.4.php + +--- Old: systemsettings-5.8.3.tar.xz New: systemsettings-5.8.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.60DivW/_old 2016-11-25 12:12:23.0 +0100 +++ /var/tmp/diff_new_pack.60DivW/_new 2016-11-25 12:12:23.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.8.3 +Version:5.8.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.8.3.tar.xz -> systemsettings-5.8.4.tar.xz ++ 17912 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-11-04 20:58:26 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-10-22 13:10:29.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-11-04 20:58:27.0 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 10:36:40 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.8.3 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.8.3.php + +--- Old: systemsettings-5.8.2.tar.xz New: systemsettings-5.8.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.3tSWQr/_old 2016-11-04 20:58:28.0 +0100 +++ /var/tmp/diff_new_pack.3tSWQr/_new 2016-11-04 20:58:28.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.8.2 +Version:5.8.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.8.2.tar.xz -> systemsettings-5.8.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.2/CMakeLists.txt new/systemsettings-5.8.3/CMakeLists.txt --- old/systemsettings-5.8.2/CMakeLists.txt 2016-10-18 13:52:08.0 +0200 +++ new/systemsettings-5.8.3/CMakeLists.txt 2016-11-01 13:29:37.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.8.2") +set(PROJECT_VERSION "5.8.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.2/categories/old/settings-display.desktop new/systemsettings-5.8.3/categories/old/settings-display.desktop --- old/systemsettings-5.8.2/categories/old/settings-display.desktop 2016-10-18 13:51:47.0 +0200 +++ new/systemsettings-5.8.3/categories/old/settings-display.desktop 2016-11-01 13:29:17.0 +0100 @@ -22,7 +22,7 @@ Name[et]=Ekraan ja monitor Name[eu]=Bistaratzea eta monitorea Name[fi]=Näyttö -Name[fr]=Affichage et surveillance +Name[fr]=Affichage et Écran Name[ga]=Scáileán agus Monatóir Name[gl]=Pantalla e monitor Name[he]=תצוגה וצגים diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.2/categories/settings-hardware-display.desktop new/systemsettings-5.8.3/categories/settings-hardware-display.desktop --- old/systemsettings-5.8.2/categories/settings-hardware-display.desktop 2016-10-18 13:51:47.0 +0200 +++ new/systemsettings-5.8.3/categories/settings-hardware-display.desktop 2016-11-01 13:29:17.0 +0100 @@ -23,7 +23,7 @@ Name[et]=Ekraan ja monitor Name[eu]=Bistaratzea eta monitorea Name[fi]=Näyttö -Name[fr]=Affichage et surveillance +Name[fr]=Affichage et Écran Name[ga]=Scáileán agus Monatóir Name[gl]=Pantalla e monitor Name[he]=תצוגה וצגים diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.2/categories/settings-hardware-removable-storage.desktop new/systemsettings-5.8.3/categories/settings-hardware-removable-storage.desktop --- old/systemsettings-5.8.2/categories/settings-hardware-removable-storage.desktop 2016-10-18 13:51:47.0 +0200 +++ new/systemsettings-5.8.3/categories/settings-hardware-removable-storage.desktop 2016-11-01 13:29:17.0 +0100 @@ -16,7 +16,9 @@ Name[es]=Almacenamiento extraíble Name[et]=Eemaldatavad andmekandjad Name[fi]=Irrotettava tallennustila +Name[fr]=Stockage amovible Name[it]=Archiviazione rimovibile +Name[ko]=이동식 저장소 Name[lt]=Keičiamosios laikmenos Name[nl]=Verwijderbare opslag Name[nn]=Flyttbare lagringseiningar diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.2/categories/settings-personalization-notification.desktop new/systemsettings-5.8.3/categories/settings-personalization-notification.desktop --- old/systemsettings-5.8.2/categories/settings-personalization-notification.desktop 2016-10-18 13:51:47.0 +0200 +++ new/systemsettings-5.8.3/categories/settings-personalization-notification.desktop 2016-11-01 13:29:17.0 +0100 @@ -19,6 +19,7 @@ Name[es]=Notificaciones Name[et]=Märguanded Name[fi]=Ilmoitukset +Name[fr]=Notifications Name[gl]=Notificacións
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-10-22 13:10:28 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-10-18 10:03:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-10-22 13:10:29.0 +0200 @@ -1,0 +2,8 @@ +Tue Oct 18 15:16:03 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.8.2 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.8.2.php + +--- Old: systemsettings-5.8.1.tar.xz New: systemsettings-5.8.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.NXYNuX/_old 2016-10-22 13:10:30.0 +0200 +++ /var/tmp/diff_new_pack.NXYNuX/_new 2016-10-22 13:10:30.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.8.1 +Version:5.8.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.8.1.tar.xz -> systemsettings-5.8.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.1/CMakeLists.txt new/systemsettings-5.8.2/CMakeLists.txt --- old/systemsettings-5.8.1/CMakeLists.txt 2016-10-11 14:52:00.0 +0200 +++ new/systemsettings-5.8.2/CMakeLists.txt 2016-10-18 13:52:08.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.8.1") +set(PROJECT_VERSION "5.8.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.1/categories/settings-hardware-removable-storage.desktop new/systemsettings-5.8.2/categories/settings-hardware-removable-storage.desktop --- old/systemsettings-5.8.1/categories/settings-hardware-removable-storage.desktop 2016-10-11 14:51:30.0 +0200 +++ new/systemsettings-5.8.2/categories/settings-hardware-removable-storage.desktop 2016-10-18 13:51:47.0 +0200 @@ -15,6 +15,7 @@ Name[en_GB]=Removable Storage Name[es]=Almacenamiento extraíble Name[et]=Eemaldatavad andmekandjad +Name[fi]=Irrotettava tallennustila Name[it]=Archiviazione rimovibile Name[lt]=Keičiamosios laikmenos Name[nl]=Verwijderbare opslag diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.1/doc/it/index.docbook new/systemsettings-5.8.2/doc/it/index.docbook --- old/systemsettings-5.8.1/doc/it/index.docbook 2016-10-11 14:51:51.0 +0200 +++ new/systemsettings-5.8.2/doc/it/index.docbook 2016-10-18 13:52:03.0 +0200 @@ -1,6 +1,5 @@ ]> @@ -40,9 +39,9 @@ > 2015-04-01 +>2016-09-13 Plasma 5.3 +>Plasma 5.7 In cima c'è una barra degli strumenti. La barra permette all'utente di >tornare alla vista principale da un modulo con il pulsante PanoramicaTutte le impostazioni. Puoi anche trovare un menu di Aiuto oltre al pulsante Configura, che permette di usare altre impostazioni di visualizzazione. Per cercare qualcosa tra tutti i moduli, inizia a scrivere le parole chiave nel campo di ricerca sulla destra della barra nella PanoramicaPer cercare qualcosa tra tutti i moduli, inizia a scrivere le parole chiave nel campo di ricerca sulla destra della barra degli strumenti nella vista Tutte le impostazioni. Quando inizi a scrivere, comparirà un elenco di temi corrispondenti. >Selezionane uno e saranno abilitati solo i gruppi con delle impostazioni per >questa parola chiave, mentre gli altri saranno lasciati in grigio. Quando l'icona della finestra è attiva, puoi battere la prima lettera di >qualsiasi nome di modulo o gruppo di moduli per selezionarlo. Battere di >nuovo la stessa lettera fa passare la selezione alla prossima corrispondenza. > @@ -257,7 +256,7 @@ > Scorciatoie (scorciatoie da tastiera delle applicazioni, scorciatoie da tastiera globali, scorciatoie del Web, scorciatoie personalizzate) Scorciatoie (scorciatoie standard, scorciatoie globali, scorciatoie del Web, scorciatoie personalizzate) Dettagli dell'account (password e account dell'utente, portafogli di , gestore utenti) Dettagli dell'account (gestione utenti, portafogli di ) Bluetooth (dispositivi, trasferimenti di file, adattatori) Bluetooth (dispositivi, adattatori, impostazioni avanzate) @@ -338,15 +337,15
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-10-18 10:03:00 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-10-04 15:56:38.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-10-18 10:03:00.0 +0200 @@ -1,0 +2,13 @@ +Tue Oct 11 15:44:28 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.8.1 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.8.1.php + +--- +Wed Oct 5 07:58:54 UTC 2016 - fab...@ritter-vogt.de + +- Add Source: URL back + +--- Old: systemsettings-5.8.0.tar.xz New: systemsettings-5.8.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.98YO8d/_old 2016-10-18 10:03:01.0 +0200 +++ /var/tmp/diff_new_pack.98YO8d/_new 2016-10-18 10:03:01.0 +0200 @@ -18,13 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.8.0 +Version:5.8.1 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ -Source: systemsettings-%{version}.tar.xz +Source: http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users ++ systemsettings-5.8.0.tar.xz -> systemsettings-5.8.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.0/CMakeLists.txt new/systemsettings-5.8.1/CMakeLists.txt --- old/systemsettings-5.8.0/CMakeLists.txt 2016-09-29 13:38:18.0 +0200 +++ new/systemsettings-5.8.1/CMakeLists.txt 2016-10-11 14:52:00.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.8.0") +set(PROJECT_VERSION "5.8.1") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.8.0/categories/settings-workspace-desktopbehavior.desktop new/systemsettings-5.8.1/categories/settings-workspace-desktopbehavior.desktop --- old/systemsettings-5.8.0/categories/settings-workspace-desktopbehavior.desktop 2016-09-29 13:38:05.0 +0200 +++ new/systemsettings-5.8.1/categories/settings-workspace-desktopbehavior.desktop 2016-10-11 14:51:30.0 +0200 @@ -16,7 +16,7 @@ Name[da]=Skrivebordets opførsel Name[de]=Arbeitsflächen-Verhalten Name[el]=Συμπεριφορά επιφάνειας εργασίας -Name[en_GB]=Desktop Behavior +Name[en_GB]=Desktop Behaviour Name[es]=Comportamiento del escritorio Name[et]=Töölaua käitumine Name[fi]=Työpöydän toiminta
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-10-04 15:57:01 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-08-29 15:32:46.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-10-04 15:56:38.0 +0200 @@ -1,0 +2,29 @@ +Thu Sep 29 16:36:28 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.8.0 + * New LTS feature release + * For more details please see: +https://www.kde.org/announcements/plasma-5.8.0.php + +--- +Thu Sep 15 21:44:27 UTC 2016 - alarr...@suse.com + +- Use the %kf5_find_lang macro + +--- +Thu Sep 15 15:53:55 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.7.95 (Plasma 5.8 Beta) + * New LTS feature release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.95.php + +--- +Tue Sep 13 17:42:09 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.7.5 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.5.php + +--- Old: systemsettings-5.7.4.tar.xz New: systemsettings-5.8.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.ysuut6/_old 2016-10-04 15:56:40.0 +0200 +++ /var/tmp/diff_new_pack.ysuut6/_new 2016-10-04 15:56:40.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.7.4 +Version:5.8.0 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ install_administration_category.diff ++ --- /var/tmp/diff_new_pack.ysuut6/_old 2016-10-04 15:56:40.0 +0200 +++ /var/tmp/diff_new_pack.ysuut6/_new 2016-10-04 15:56:40.0 +0200 @@ -2,10 +2,10 @@ index 9bc8307..32e5c7c 100644 --- a/categories/CMakeLists.txt +++ b/categories/CMakeLists.txt -@@ -32,6 +32,8 @@ install( FILES - settings-hardware-multimedia.desktop +@@ -33,6 +33,8 @@ install( FILES settings-hardware-peripherals.desktop settings-hardware-powermanagement.desktop + settings-hardware-removable-storage.desktop + +old/settings-system-administration.desktop ++ systemsettings-5.7.4.tar.xz -> systemsettings-5.8.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.4/CMakeLists.txt new/systemsettings-5.8.0/CMakeLists.txt --- old/systemsettings-5.7.4/CMakeLists.txt 2016-08-23 15:02:10.0 +0200 +++ new/systemsettings-5.8.0/CMakeLists.txt 2016-09-29 13:38:18.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.7.4") +set(PROJECT_VERSION "5.8.0") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.4/app/main.cpp new/systemsettings-5.8.0/app/main.cpp --- old/systemsettings-5.7.4/app/main.cpp 2016-08-23 15:01:44.0 +0200 +++ new/systemsettings-5.8.0/app/main.cpp 2016-09-29 13:38:05.0 +0200 @@ -38,6 +38,7 @@ aboutData.addAuthor(i18n("Ben Cooksley"), i18n("Maintainer"), "bcooks...@kde.org"); aboutData.addAuthor(i18n("Mathias Soeken"), i18n("Developer"), "msoe...@informatik.uni-bremen.de"); aboutData.addAuthor(i18n("Will Stephenson"), i18n("Internal module representation, internal module model"), "wstephen...@kde.org"); +aboutData.setDesktopFileName(QStringLiteral("kdesystemsettings")); KAboutData::setApplicationData(aboutData); application.setAttribute(Qt::AA_UseHighDpiPixmaps, true); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.4/categories/CMakeLists.txt new/systemsettings-5.8.0/categories/CMakeLists.txt --- old/systemsettings-5.7.4/categories/CMakeLists.txt 2016-08-23 15:01:44.0 +0200 +++ new/systemsettings-5.8.0/categories/CMakeLists.txt 2016-09-29 13:38:05.0 +0200 @@ -32,6 +32,7 @@ settings-hardware-multimedia.desktop settings-hardware-peripherals.desktop settings-hardware-powermanagement.desktop +settings-hardware-removable-storage.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) diff -urN
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-08-29 15:32:42 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-08-12 15:41:44.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-08-29 15:32:46.0 +0200 @@ -1,0 +2,8 @@ +Fri Aug 26 20:36:41 UTC 2016 - fab...@ritter-vogt.de + +- Update to 5.7.4 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.4.php + +--- Old: systemsettings-5.7.3.tar.xz New: systemsettings-5.7.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.kwjBhg/_old 2016-08-29 15:32:47.0 +0200 +++ /var/tmp/diff_new_pack.kwjBhg/_new 2016-08-29 15:32:47.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.7.3 +Version:5.7.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.7.3.tar.xz -> systemsettings-5.7.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.3/CMakeLists.txt new/systemsettings-5.7.4/CMakeLists.txt --- old/systemsettings-5.7.3/CMakeLists.txt 2016-08-02 13:21:17.0 +0200 +++ new/systemsettings-5.7.4/CMakeLists.txt 2016-08-23 15:02:10.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.7.3") +set(PROJECT_VERSION "5.7.4") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.3/doc/CMakeLists.txt new/systemsettings-5.7.4/doc/CMakeLists.txt --- old/systemsettings-5.7.3/doc/CMakeLists.txt 2016-08-02 13:21:17.0 +0200 +++ new/systemsettings-5.7.4/doc/CMakeLists.txt 2016-08-23 15:02:10.0 +0200 @@ -1,8 +1,8 @@ add_subdirectory(en) +add_subdirectory(ca) add_subdirectory(de) add_subdirectory(it) -add_subdirectory(sv) add_subdirectory(nl) add_subdirectory(pt_BR) +add_subdirectory(sv) add_subdirectory(uk) -add_subdirectory(ca)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-08-12 15:41:43 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-08-08 13:56:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-08-12 15:41:44.0 +0200 @@ -1,0 +2,8 @@ +Tue Aug 2 11:36:10 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.7.3 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.3.php + +--- Old: systemsettings-5.7.2.tar.xz New: systemsettings-5.7.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.IC2phF/_old 2016-08-12 15:41:45.0 +0200 +++ /var/tmp/diff_new_pack.IC2phF/_new 2016-08-12 15:41:45.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.7.2 +Version:5.7.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.7.2.tar.xz -> systemsettings-5.7.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.2/CMakeLists.txt new/systemsettings-5.7.3/CMakeLists.txt --- old/systemsettings-5.7.2/CMakeLists.txt 2016-07-19 13:15:44.0 +0200 +++ new/systemsettings-5.7.3/CMakeLists.txt 2016-08-02 13:21:17.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.7.2") +set(PROJECT_VERSION "5.7.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-08-08 13:56:39 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-07-15 12:28:34.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-08-08 13:56:40.0 +0200 @@ -1,0 +2,28 @@ +Thu Jul 21 21:18:35 UTC 2016 - jeng...@inai.de + +- Re-set rpm group + +--- +Wed Jul 20 08:54:44 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.7.2 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.2.php + +--- +Wed Jul 13 06:13:39 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.7.1 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.1.php + +--- +Tue Jul 5 11:59:45 UTC 2016 - wba...@tmo.at + +- Use the new %kf5_find_lang macro to create the file list for the + lang package +- Remove rpmlintrc file, it is not needed any more now + +--- Old: systemsettings-5.7.0.tar.xz systemsettings5-rpmlintrc New: systemsettings-5.7.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.2kHDa7/_old 2016-08-08 13:56:41.0 +0200 +++ /var/tmp/diff_new_pack.2kHDa7/_new 2016-08-08 13:56:41.0 +0200 @@ -18,14 +18,13 @@ %bcond_without lang Name: systemsettings5 -Version:5.7.0 +Version:5.7.2 Release:0 Summary:KDE's control center License:GPL-2.0+ Group: System/GUI/KDE Url:http://www.kde.org/ Source: systemsettings-%{version}.tar.xz -Source99: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users @@ -57,7 +56,7 @@ %package devel Summary:KDE's control center -Group: System/GUI/KDE +Group: Development/Libraries/KDE Requires: %{name} = %{version} Conflicts: kdebase4-workspace-devel @@ -73,11 +72,14 @@ %endif %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs %install %kf5_makeinstall -C build +%if %{with lang} + %kf5_find_lang +%endif %suse_update_desktop_file kdesystemsettings X-SuSE-core %post -p /sbin/ldconfig @@ -106,9 +108,7 @@ %{_includedir}/* %if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ +%files lang -f %{name}.lang %doc %lang(ca) %{_kf5_htmldir}/ca/ %doc %lang(de) %{_kf5_htmldir}/de/ %doc %lang(it) %{_kf5_htmldir}/it/ ++ systemsettings-5.7.0.tar.xz -> systemsettings-5.7.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.0/CMakeLists.txt new/systemsettings-5.7.2/CMakeLists.txt --- old/systemsettings-5.7.0/CMakeLists.txt 2016-06-30 17:15:05.0 +0200 +++ new/systemsettings-5.7.2/CMakeLists.txt 2016-07-19 13:15:44.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.7.0") +set(PROJECT_VERSION "5.7.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.0/doc/CMakeLists.txt new/systemsettings-5.7.2/doc/CMakeLists.txt --- old/systemsettings-5.7.0/doc/CMakeLists.txt 2016-06-30 17:15:05.0 +0200 +++ new/systemsettings-5.7.2/doc/CMakeLists.txt 2016-07-19 13:15:44.0 +0200 @@ -1,8 +1,8 @@ add_subdirectory(en) -add_subdirectory(ca) add_subdirectory(de) add_subdirectory(it) +add_subdirectory(sv) add_subdirectory(nl) add_subdirectory(pt_BR) -add_subdirectory(sv) add_subdirectory(uk) +add_subdirectory(ca) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.7.0/doc/ca/index.docbook new/systemsettings-5.7.2/doc/ca/index.docbook --- old/systemsettings-5.7.0/doc/ca/index.docbook
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-07-15 12:28:30 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-05-19 12:13:56.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-07-15 12:28:34.0 +0200 @@ -1,0 +2,8 @@ +Thu Jun 30 12:02:40 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.7.0 + * New feature release + * For more details please see: +https://www.kde.org/announcements/plasma-5.7.0.php + +--- Old: systemsettings-5.6.4.tar.xz New: systemsettings-5.7.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.FjLv1X/_old 2016-07-15 12:28:35.0 +0200 +++ /var/tmp/diff_new_pack.FjLv1X/_new 2016-07-15 12:28:35.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.6.4 +Version:5.7.0 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.6.4.tar.xz -> systemsettings-5.7.0.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.4/CMakeLists.txt new/systemsettings-5.7.0/CMakeLists.txt --- old/systemsettings-5.6.4/CMakeLists.txt 2016-05-10 18:59:36.0 +0200 +++ new/systemsettings-5.7.0/CMakeLists.txt 2016-06-30 17:15:05.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.6.4") +set(PROJECT_VERSION "5.7.0") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.4/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.7.0/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.6.4/categories/settings-appearance-applicationstyle.desktop 2016-05-10 18:59:00.0 +0200 +++ new/systemsettings-5.7.0/categories/settings-appearance-applicationstyle.desktop 2016-06-30 17:14:46.0 +0200 @@ -22,6 +22,7 @@ Name[fi]=Sovellusten tyyli Name[fr]=Apparence des applications Name[gl]=Estilo do programa +Name[he]=מראה יישומים Name[hu]=Alkalmazások megjelenése Name[id]=Gaya Aplikasi Name[it]=Stile delle applicazioni diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.4/categories/settings-appearance-color.desktop new/systemsettings-5.7.0/categories/settings-appearance-color.desktop --- old/systemsettings-5.6.4/categories/settings-appearance-color.desktop 2016-05-10 18:59:00.0 +0200 +++ new/systemsettings-5.7.0/categories/settings-appearance-color.desktop 2016-06-30 17:14:46.0 +0200 @@ -22,6 +22,7 @@ Name[fi]=Väri Name[fr]=Couleur Name[gl]=Cor +Name[he]=צבעים Name[hu]=Szín Name[ia]=Color Name[id]=Warna diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.4/categories/settings-appearance-font.desktop new/systemsettings-5.7.0/categories/settings-appearance-font.desktop --- old/systemsettings-5.6.4/categories/settings-appearance-font.desktop 2016-05-10 18:59:00.0 +0200 +++ new/systemsettings-5.7.0/categories/settings-appearance-font.desktop 2016-06-30 17:14:46.0 +0200 @@ -22,6 +22,7 @@ Name[fi]=Fontti Name[fr]=Police Name[gl]=Tipo de letra +Name[he]=גופנים Name[hu]=Betűtípus Name[ia]=Font Name[id]=Fonta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.4/categories/settings-appearance-icons.desktop new/systemsettings-5.7.0/categories/settings-appearance-icons.desktop --- old/systemsettings-5.6.4/categories/settings-appearance-icons.desktop 2016-05-10 18:59:00.0 +0200 +++ new/systemsettings-5.7.0/categories/settings-appearance-icons.desktop 2016-06-30 17:14:46.0 +0200 @@ -22,6 +22,7 @@ Name[fi]=Kuvakkeet Name[fr]=Icônes Name[gl]=Iconas +Name[he]=סמלים Name[hu]=Ikonok Name[ia]=Icones Name[id]=Ikon diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.4/categories/settings-appearance-workspacetheme.desktop new/systemsettings-5.7.0/categories/settings-appearance-workspacetheme.desktop ---
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-05-19 12:13:55 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-05-08 10:44:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-05-19 12:13:56.0 +0200 @@ -1,0 +2,8 @@ +Sun May 15 16:50:27 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.6.4 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.6.4.php + +--- Old: systemsettings-5.6.3.tar.xz New: systemsettings-5.6.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.Z4cwFU/_old 2016-05-19 12:13:57.0 +0200 +++ /var/tmp/diff_new_pack.Z4cwFU/_new 2016-05-19 12:13:57.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.6.3 +Version:5.6.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.6.3.tar.xz -> systemsettings-5.6.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.3/CMakeLists.txt new/systemsettings-5.6.4/CMakeLists.txt --- old/systemsettings-5.6.3/CMakeLists.txt 2016-04-19 13:23:33.0 +0200 +++ new/systemsettings-5.6.4/CMakeLists.txt 2016-05-10 18:59:36.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.6.3") +set(PROJECT_VERSION "5.6.4") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-05-08 10:44:15 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-04-12 19:06:42.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-05-08 10:44:16.0 +0200 @@ -1,0 +2,8 @@ +Tue Apr 19 20:46:15 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.6.3 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.6.3.php + +--- Old: systemsettings-5.6.2.tar.xz New: systemsettings-5.6.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.qyIyHm/_old 2016-05-08 10:44:17.0 +0200 +++ /var/tmp/diff_new_pack.qyIyHm/_new 2016-05-08 10:44:17.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.6.2 +Version:5.6.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.6.2.tar.xz -> systemsettings-5.6.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.2/CMakeLists.txt new/systemsettings-5.6.3/CMakeLists.txt --- old/systemsettings-5.6.2/CMakeLists.txt 2016-04-05 16:03:29.0 +0200 +++ new/systemsettings-5.6.3/CMakeLists.txt 2016-04-19 13:23:33.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.6.2") +set(PROJECT_VERSION "5.6.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.2/categories/settings-personalization-notification.desktop new/systemsettings-5.6.3/categories/settings-personalization-notification.desktop --- old/systemsettings-5.6.2/categories/settings-personalization-notification.desktop 2016-04-05 16:03:12.0 +0200 +++ new/systemsettings-5.6.3/categories/settings-personalization-notification.desktop 2016-04-19 13:23:23.0 +0200 @@ -41,3 +41,4 @@ Name[uk]=Сповіщення Name[x-test]=xxNotificationsxx Name[zh_CN]=通知 +Name[zh_TW]=通知 Files old/systemsettings-5.6.2/po/zh_TW/messages.mo and new/systemsettings-5.6.3/po/zh_TW/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.2/po/zh_TW/systemsettings.po new/systemsettings-5.6.3/po/zh_TW/systemsettings.po --- old/systemsettings-5.6.2/po/zh_TW/systemsettings.po 2016-04-05 16:03:19.0 +0200 +++ new/systemsettings-5.6.3/po/zh_TW/systemsettings.po 2016-04-19 13:23:28.0 +0200 @@ -3,26 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # Franklin Weng , 2007. -# Frank Weng (a.k.a. Franklin) , 2008, 2009. +# Frank Weng (a.k.a. Franklin) , 2008, 2009, 2016. msgid "" msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; "POT-Creation-Date: 2015-09-12 09:27+\n" -"PO-Revision-Date: 2009-08-14 13:29+0800\n" -"Last-Translator: Frank Weng (a.k.a. Franklin) \n" +"PO-Revision-Date: 2016-04-10 23:16+0800\n" +"Last-Translator: Franklin\n" "Language-Team: Chinese Traditional\n" -"Language: \n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"dot tw>\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.0\n" +"X-Generator: Lokalize 1.5\n" msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Frank Weng (a.k.a. Franklin)" +msgstr "Franklin Weng" msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" @@ -209,10 +209,8 @@ msgstr "提供控制模組的分類圖示檢視。" #: icons/IconMode.cpp:67 -#, fuzzy -#| msgid "Apply Settings" msgid "All Settings" -msgstr "套用設定" +msgstr "所有設定" #: icons/IconMode.cpp:68 #, kde-format
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-04-12 19:06:41 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-04-07 13:31:11.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-04-12 19:06:42.0 +0200 @@ -1,0 +2,8 @@ +Tue Apr 5 15:53:58 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.6.2 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.6.2.php + +--- Old: systemsettings-5.6.1.tar.xz New: systemsettings-5.6.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.RSSYKq/_old 2016-04-12 19:06:43.0 +0200 +++ /var/tmp/diff_new_pack.RSSYKq/_new 2016-04-12 19:06:43.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.6.1 +Version:5.6.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.6.1.tar.xz -> systemsettings-5.6.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.6.1/CMakeLists.txt new/systemsettings-5.6.2/CMakeLists.txt --- old/systemsettings-5.6.1/CMakeLists.txt 2016-03-29 16:26:01.0 +0200 +++ new/systemsettings-5.6.2/CMakeLists.txt 2016-04-05 16:03:29.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.6.1") +set(PROJECT_VERSION "5.6.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-04-07 13:31:10 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-03-03 15:15:52.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-04-07 13:31:11.0 +0200 @@ -1,0 +2,16 @@ +Tue Mar 29 16:21:11 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.6.1 + * New bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.6.1.php + +--- +Sun Mar 20 09:20:01 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.6.0 + * New feature release + * For more details please see: +https://www.kde.org/announcements/plasma-5.6.0.php + +--- Old: systemsettings-5.5.5.tar.xz New: systemsettings-5.6.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.7DQl5W/_old 2016-04-07 13:31:12.0 +0200 +++ /var/tmp/diff_new_pack.7DQl5W/_new 2016-04-07 13:31:12.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.5.5 +Version:5.6.1 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.5.5.tar.xz -> systemsettings-5.6.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.5/CMakeLists.txt new/systemsettings-5.6.1/CMakeLists.txt --- old/systemsettings-5.5.5/CMakeLists.txt 2016-03-01 14:48:40.0 +0100 +++ new/systemsettings-5.6.1/CMakeLists.txt 2016-03-29 16:26:01.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.5.5") +set(PROJECT_VERSION "5.6.1") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") @@ -11,7 +11,7 @@ include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) include(GenerateExportHeader) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.5/app/systemsettings.desktop new/systemsettings-5.6.1/app/systemsettings.desktop --- old/systemsettings-5.5.5/app/systemsettings.desktop 2016-03-01 14:48:26.0 +0100 +++ new/systemsettings-5.6.1/app/systemsettings.desktop 2016-03-29 16:25:51.0 +0200 @@ -7,7 +7,7 @@ OnlyShowIn=KDE; GenericName=System Settings -GenericName[ar]=إعدادات النظام +GenericName[ar]=إعدادات النّظام GenericName[ast]=Axustes del sistema GenericName[be@latin]=Systemnyja nałady GenericName[bg]=Системни настройки @@ -89,7 +89,7 @@ GenericName[zh_TW]=系統設定 Name=System Settings -Name[ar]=إعدادات النظام +Name[ar]=إعدادات النّظام Name[ast]=Axustes del sistema Name[be]=Сістэмныя настаўленні Name[be@latin]=Systemnyja nałady diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.5/categories/old/settings-application-and-system-notifications.desktop new/systemsettings-5.6.1/categories/old/settings-application-and-system-notifications.desktop --- old/systemsettings-5.5.5/categories/old/settings-application-and-system-notifications.desktop 2016-03-01 14:48:26.0 +0100 +++ new/systemsettings-5.6.1/categories/old/settings-application-and-system-notifications.desktop 2016-03-29 16:25:51.0 +0200 @@ -6,8 +6,8 @@ Icon=preferences-desktop-notification Name=Application and System Notifications -Name[ar]=تنبيهات التطبيقات والنظام -Name[ast]=Avisos del sistema y aplicaciones +Name[ar]=إخطارات التّطبيقات والنّظام +Name[ast]=Avisos d'aplicaciones y sistema Name[bg]=Програмни и системни съобщения Name[bn]=অ্যাপলিকেশন এবং সিস্টেম বিজ্ঞপ্তি Name[bs]=Sistemska i programska obavještenja diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.5/categories/old/settings-application-appearance.desktop new/systemsettings-5.6.1/categories/old/settings-application-appearance.desktop --- old/systemsettings-5.5.5/categories/old/settings-application-appearance.desktop 2016-03-01 14:48:26.0 +0100 +++ new/systemsettings-5.6.1/categories/old/settings-application-appearance.desktop 2016-03-29 16:25:51.0 +0200 @@ -6,7 +6,7 @@ Icon=preferences-desktop-theme Name=Application Appearance -Name[ar]=مظهر التطبيقات
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-03-03 15:15:50 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-02-11 12:35:35.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-03-03 15:15:52.0 +0100 @@ -1,0 +2,8 @@ +Tue Mar 1 17:33:40 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.5.5 (boo#968966) + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.5.5.php + +--- Old: systemsettings-5.5.4.tar.xz New: systemsettings-5.5.5.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.nX4dlY/_old 2016-03-03 15:15:53.0 +0100 +++ /var/tmp/diff_new_pack.nX4dlY/_new 2016-03-03 15:15:53.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.5.4 +Version:5.5.5 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.5.4.tar.xz -> systemsettings-5.5.5.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.4/CMakeLists.txt new/systemsettings-5.5.5/CMakeLists.txt --- old/systemsettings-5.5.4/CMakeLists.txt 2016-01-26 20:50:08.0 +0100 +++ new/systemsettings-5.5.5/CMakeLists.txt 2016-03-01 14:48:40.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.5.4") +set(PROJECT_VERSION "5.5.5") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-02-11 12:35:34 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-01-20 09:52:53.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-02-11 12:35:35.0 +0100 @@ -1,0 +2,8 @@ +Tue Jan 26 22:20:20 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.5.4: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.5.4.php + +--- Old: systemsettings-5.5.3.tar.xz New: systemsettings-5.5.4.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.0WI5Y8/_old 2016-02-11 12:35:36.0 +0100 +++ /var/tmp/diff_new_pack.0WI5Y8/_new 2016-02-11 12:35:36.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.5.3 +Version:5.5.4 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.5.3.tar.xz -> systemsettings-5.5.4.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.3/CMakeLists.txt new/systemsettings-5.5.4/CMakeLists.txt --- old/systemsettings-5.5.3/CMakeLists.txt 2016-01-06 13:21:41.0 +0100 +++ new/systemsettings-5.5.4/CMakeLists.txt 2016-01-26 20:50:08.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.5.3") +set(PROJECT_VERSION "5.5.4") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.3/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.5.4/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.5.3/categories/settings-appearance-applicationstyle.desktop 2016-01-06 13:21:29.0 +0100 +++ new/systemsettings-5.5.4/categories/settings-appearance-applicationstyle.desktop 2016-01-26 20:49:49.0 +0100 @@ -17,6 +17,7 @@ Name[el]=Στιλ εφαρμογών Name[en_GB]=Application Style Name[es]=Estilo de las aplicaciones +Name[et]=Rakenduste stiil Name[fi]=Sovellusten tyyli Name[fr]=Apparence des applications Name[gl]=Estilo do programa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.3/categories/settings-appearance-color.desktop new/systemsettings-5.5.4/categories/settings-appearance-color.desktop --- old/systemsettings-5.5.3/categories/settings-appearance-color.desktop 2016-01-06 13:21:29.0 +0100 +++ new/systemsettings-5.5.4/categories/settings-appearance-color.desktop 2016-01-26 20:49:49.0 +0100 @@ -17,6 +17,7 @@ Name[el]=Χρώμα Name[en_GB]=Colour Name[es]=Color +Name[et]=Värv Name[fi]=Väri Name[fr]=Couleur Name[gl]=Cor diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.3/categories/settings-appearance-font.desktop new/systemsettings-5.5.4/categories/settings-appearance-font.desktop --- old/systemsettings-5.5.3/categories/settings-appearance-font.desktop 2016-01-06 13:21:29.0 +0100 +++ new/systemsettings-5.5.4/categories/settings-appearance-font.desktop 2016-01-26 20:49:49.0 +0100 @@ -17,6 +17,7 @@ Name[el]=Γραμματοσειρά Name[en_GB]=Font Name[es]=Tipo de letra +Name[et]=Font Name[fi]=Fontti Name[fr]=Police Name[gl]=Tipo de letra diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.3/categories/settings-appearance-icons.desktop new/systemsettings-5.5.4/categories/settings-appearance-icons.desktop --- old/systemsettings-5.5.3/categories/settings-appearance-icons.desktop 2016-01-06 13:21:29.0 +0100 +++ new/systemsettings-5.5.4/categories/settings-appearance-icons.desktop 2016-01-26 20:49:49.0 +0100 @@ -17,6 +17,7 @@ Name[el]=Εικονίδια Name[en_GB]=Icons Name[es]=Iconos +Name[et]=Ikoonid Name[fi]=Kuvakkeet Name[fr]=Icônes Name[gl]=Iconas diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.3/categories/settings-appearance-workspacetheme.desktop new/systemsettings-5.5.4/categories/settings-appearance-workspacetheme.desktop ---
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-01-20 09:52:49 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2016-01-03 13:27:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-01-20 09:52:53.0 +0100 @@ -1,0 +2,8 @@ +Wed Jan 6 14:12:20 UTC 2016 - hrvoje.sen...@gmail.com + +- Update to 5.5.3: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.5.3.php + +--- Old: systemsettings-5.5.2.tar.xz New: systemsettings-5.5.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.HInQwF/_old 2016-01-20 09:52:56.0 +0100 +++ /var/tmp/diff_new_pack.HInQwF/_new 2016-01-20 09:52:56.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.5.2 +Version:5.5.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.5.2.tar.xz -> systemsettings-5.5.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.2/CMakeLists.txt new/systemsettings-5.5.3/CMakeLists.txt --- old/systemsettings-5.5.2/CMakeLists.txt 2015-12-22 11:51:12.0 +0100 +++ new/systemsettings-5.5.3/CMakeLists.txt 2016-01-06 13:21:41.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.5.2") +set(PROJECT_VERSION "5.5.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.2/app/kdesystemsettings.desktop new/systemsettings-5.5.3/app/kdesystemsettings.desktop --- old/systemsettings-5.5.2/app/kdesystemsettings.desktop 2015-12-22 11:50:55.0 +0100 +++ new/systemsettings-5.5.3/app/kdesystemsettings.desktop 2016-01-06 13:21:29.0 +0100 @@ -33,7 +33,7 @@ GenericName[kk]=KDE жүйелік параметрлері GenericName[km]=ការកំណត់ប្រព័ន្ធ KDE GenericName[ko]=KDE 시스템 설정 -GenericName[lt]=KDE sistemos nustatymai +GenericName[lt]=KDE sistemos nuostatos GenericName[lv]=KDE sistēmas iestatījumi GenericName[mr]=केडीई प्रणाली संयोजना GenericName[nb]=KDE Systeminnstillinger @@ -89,7 +89,7 @@ Name[kk]=KDE жүйелік параметрлері Name[km]=ការកំណត់ប្រព័ន្ធ KDE Name[ko]=KDE 시스템 설정 -Name[lt]=KDE sistemos nustatymai +Name[lt]=KDE sistemos nuostatos Name[lv]=KDE sistēmas iestatījumi Name[mr]=केडीई प्रणाली संयोजना Name[nb]=KDE Systeminnstillinger diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.2/app/systemsettings.desktop new/systemsettings-5.5.3/app/systemsettings.desktop --- old/systemsettings-5.5.2/app/systemsettings.desktop 2015-12-22 11:50:55.0 +0100 +++ new/systemsettings-5.5.3/app/systemsettings.desktop 2016-01-06 13:21:29.0 +0100 @@ -47,7 +47,7 @@ GenericName[kn]=ವ್ಯವಸ್ಥೆಯ ಸಂಯೋಜನೆಗಳು GenericName[ko]=시스템 설정 GenericName[ku]=Mîhengên Pergalê -GenericName[lt]=Sistemos nustatymai +GenericName[lt]=Sistemos nuostatos GenericName[lv]=Sistēmas iestatījumi GenericName[mai]=तंत्र बिन्यास GenericName[mk]=Системски поставувања @@ -132,7 +132,7 @@ Name[kn]=ವ್ಯವಸ್ಥೆಯ ಸಂಯೋಜನೆಗಳು Name[ko]=시스템 설정 Name[ku]=Mîhengên Pergalê -Name[lt]=Sistemos nustatymai +Name[lt]=Sistemos nuostatos Name[lv]=Sistēmas iestatījumi Name[mai]=तंत्र बिन्यास Name[mk]=Системски поставувања diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.2/categories/old/settings-accessibility.desktop new/systemsettings-5.5.3/categories/old/settings-accessibility.desktop --- old/systemsettings-5.5.2/categories/old/settings-accessibility.desktop 2015-12-22 11:50:55.0 +0100 +++ new/systemsettings-5.5.3/categories/old/settings-accessibility.desktop 2016-01-06 13:21:29.0 +0100 @@ -54,7 +54,7 @@ Name[kn]=ನಿಲುಕಣೆ (ಆಕ್ಸೆಸಿಬಿಲಿಟಿ) Name[ko]=내게 필요한 설정 Name[ku]=Gihîştin -Name[lt]=Pritaikymas neįgaliesiems
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2016-01-03 13:26:56 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-12-29 12:58:03.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2016-01-03 13:27:15.0 +0100 @@ -1,0 +2,8 @@ +Tue Dec 22 22:35:18 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.5.2: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.5.2.php + +--- Old: systemsettings-5.5.1.tar.xz New: systemsettings-5.5.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.0WQG24/_old 2016-01-03 13:27:16.0 +0100 +++ /var/tmp/diff_new_pack.0WQG24/_new 2016-01-03 13:27:16.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.5.1 +Version:5.5.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.5.1.tar.xz -> systemsettings-5.5.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.5.1/CMakeLists.txt new/systemsettings-5.5.2/CMakeLists.txt --- old/systemsettings-5.5.1/CMakeLists.txt 2015-12-15 11:36:30.0 +0100 +++ new/systemsettings-5.5.2/CMakeLists.txt 2015-12-22 11:51:12.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.5.1") +set(PROJECT_VERSION "5.5.2") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0")
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-12-29 12:58:02 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-11-24 22:28:03.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-12-29 12:58:03.0 +0100 @@ -1,0 +2,16 @@ +Tue Dec 15 17:50:04 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.5.1: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.5.1.php + +--- +Sat Dec 12 17:33:11 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.5.0: + * For more details please see: +https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork +- Move to cmake(...) BuildRequires where possible + +--- Old: systemsettings-5.4.3.tar.xz New: systemsettings-5.5.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.kYbrIw/_old 2015-12-29 12:58:05.0 +0100 +++ /var/tmp/diff_new_pack.kYbrIw/_new 2015-12-29 12:58:05.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.4.3 +Version:5.5.1 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -30,22 +30,23 @@ Patch0: install_administration_category.diff # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users Patch1: systemsettings-desktop.diff -BuildRequires: kcmutils-devel -BuildRequires: kconfig-devel -BuildRequires: kdbusaddons-devel -BuildRequires: kdoctools-devel +BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem -BuildRequires: khtml-devel -BuildRequires: ki18n-devel -BuildRequires: kiconthemes-devel -BuildRequires: kio-devel -BuildRequires: kitemviews-devel -BuildRequires: kservice-devel -BuildRequires: kwindowsystem-devel -BuildRequires: kxmlgui-devel BuildRequires: update-desktop-files BuildRequires: xz -BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5ItemViews) +BuildRequires: cmake(KF5KCMUtils) +BuildRequires: cmake(KF5KHtml) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Service) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 %if %{with lang} Recommends: %{name}-lang %endif ++ systemsettings-5.4.3.tar.xz -> systemsettings-5.5.1.tar.xz ++ 7222 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-11-24 22:28:02 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-10-19 22:20:39.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-11-24 22:28:03.0 +0100 @@ -1,0 +2,7 @@ +Sun Nov 8 19:24:58 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.3 (boo#955068): + * For more details please see: +https://www.kde.org/announcements/plasma-5.4.3.php + +--- Old: systemsettings-5.4.2.tar.xz New: systemsettings-5.4.3.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.HcgR7y/_old 2015-11-24 22:28:04.0 +0100 +++ /var/tmp/diff_new_pack.HcgR7y/_new 2015-11-24 22:28:04.0 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.4.2 +Version:5.4.3 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.4.2.tar.xz -> systemsettings-5.4.3.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.2/CMakeLists.txt new/systemsettings-5.4.3/CMakeLists.txt --- old/systemsettings-5.4.2/CMakeLists.txt 2015-10-01 12:01:13.0 +0200 +++ new/systemsettings-5.4.3/CMakeLists.txt 2015-11-05 13:53:43.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.4.1") +set(PROJECT_VERSION "5.4.3") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.2/categories/old/settings-locale.desktop new/systemsettings-5.4.3/categories/old/settings-locale.desktop --- old/systemsettings-5.4.2/categories/old/settings-locale.desktop 2015-10-01 12:00:56.0 +0200 +++ new/systemsettings-5.4.3/categories/old/settings-locale.desktop 2015-11-05 13:53:23.0 +0100 @@ -11,7 +11,7 @@ Name[bn]=লোকেল Name[bs]=Lokalitet Name[ca]=Configuració regional -Name[ca@valencia]=Localització +Name[ca@valencia]=Configuració regional Name[cs]=Lokalizace Name[da]=Lokalitet Name[de]=Regionales diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.2/categories/old/settings-startup-and-shutdown.desktop new/systemsettings-5.4.3/categories/old/settings-startup-and-shutdown.desktop --- old/systemsettings-5.4.2/categories/old/settings-startup-and-shutdown.desktop 2015-10-01 12:00:56.0 +0200 +++ new/systemsettings-5.4.3/categories/old/settings-startup-and-shutdown.desktop 2015-11-05 13:53:23.0 +0100 @@ -12,7 +12,7 @@ Name[bn]=স্টার্ট-আপ এবং শাটডাউন Name[bs]=Podizanje i gašenje Name[ca]=Engegada i aturada -Name[ca@valencia]=Engegada i parada +Name[ca@valencia]=Engegada i aturada Name[cs]=Spuštění a ukončení Name[da]=Opstart og nedlukning Name[de]=Starten und Beenden diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.2/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.4.3/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.4.2/categories/settings-appearance-applicationstyle.desktop 2015-10-01 12:00:56.0 +0200 +++ new/systemsettings-5.4.3/categories/settings-appearance-applicationstyle.desktop 2015-11-05 13:53:23.0 +0100 @@ -10,6 +10,7 @@ Name[ast]=Aspeutu d'aplicaciones Name[bs]=Stil programa Name[ca]=Estil de l'aplicació +Name[ca@valencia]=Estil de l'aplicació Name[cs]=Styl aplikací Name[da]=Programstil Name[de]=Anwendungs-Stil diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.2/categories/settings-appearance-color.desktop new/systemsettings-5.4.3/categories/settings-appearance-color.desktop --- old/systemsettings-5.4.2/categories/settings-appearance-color.desktop 2015-10-01 12:00:56.0 +0200 +++ new/systemsettings-5.4.3/categories/settings-appearance-color.desktop 2015-11-05 13:53:23.0 +0100 @@ -10,6 +10,7 @@ Name[ast]=Color Name[bs]=Boja Name[ca]=Color +Name[ca@valencia]=Color Name[cs]=Barva Name[da]=Farve Name[de]=Farbe @@ -29,7 +30,7 @@ Name[nb]=Farge Name[nds]=Klöör Name[nl]=Kleur -Name[nn]=Farge +Name[nn]=Fargar
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-10-19 22:20:37 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-09-24 07:09:01.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-10-19 22:20:39.0 +0200 @@ -1,0 +2,7 @@ +Sun Oct 4 10:44:41 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.2: + * For more details please see: +https://www.kde.org/announcements/plasma-5.4.2.php + +--- Old: systemsettings-5.4.1.tar.xz New: systemsettings-5.4.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.mIcxf5/_old 2015-10-19 22:20:40.0 +0200 +++ /var/tmp/diff_new_pack.mIcxf5/_new 2015-10-19 22:20:40.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.4.1 +Version:5.4.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.4.1.tar.xz -> systemsettings-5.4.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.1/categories/settings-appearance-color.desktop new/systemsettings-5.4.2/categories/settings-appearance-color.desktop --- old/systemsettings-5.4.1/categories/settings-appearance-color.desktop 2015-09-03 12:40:00.0 +0200 +++ new/systemsettings-5.4.2/categories/settings-appearance-color.desktop 2015-10-01 12:00:56.0 +0200 @@ -36,7 +36,7 @@ Name[pt_BR]=Cor Name[ru]=Цвета Name[sk]=Farba -Name[sl]=Barva +Name[sl]=Barve Name[sr]=Боја Name[sr@ijekavian]=Боја Name[sr@ijekavianlatin]=Boja diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.1/categories/settings-appearance-font.desktop new/systemsettings-5.4.2/categories/settings-appearance-font.desktop --- old/systemsettings-5.4.1/categories/settings-appearance-font.desktop 2015-09-03 12:40:00.0 +0200 +++ new/systemsettings-5.4.2/categories/settings-appearance-font.desktop 2015-10-01 12:00:56.0 +0200 @@ -36,7 +36,7 @@ Name[pt_BR]=Fonte Name[ru]=Шрифты Name[sk]=Písmo -Name[sl]=Pisava +Name[sl]=Pisave Name[sr]=Фонт Name[sr@ijekavian]=Фонт Name[sr@ijekavianlatin]=Font diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.1/categories/settings-personalization-notification.desktop new/systemsettings-5.4.2/categories/settings-personalization-notification.desktop --- old/systemsettings-5.4.1/categories/settings-personalization-notification.desktop 2015-09-03 12:40:00.0 +0200 +++ new/systemsettings-5.4.2/categories/settings-personalization-notification.desktop 2015-10-01 12:00:56.0 +0200 @@ -37,7 +37,7 @@ Name[ru]=Уведомления Name[se]=Dieđiheapmi Name[sk]=Pripomienka -Name[sl]=Obvestilo +Name[sl]=Obvestila Name[sr]=Обавештење Name[sr@ijekavian]=Обавештење Name[sr@ijekavianlatin]=Obaveštenje diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.1/categories/settings-workspace-search.desktop new/systemsettings-5.4.2/categories/settings-workspace-search.desktop --- old/systemsettings-5.4.1/categories/settings-workspace-search.desktop 2015-09-03 12:40:00.0 +0200 +++ new/systemsettings-5.4.2/categories/settings-workspace-search.desktop 2015-10-01 12:00:56.0 +0200 @@ -36,7 +36,7 @@ Name[pt_BR]=Pesquisa Name[ru]=Поиск Name[sk]=Hľadať -Name[sl]=Poišči +Name[sl]=Iskanje Name[sr]=Претрага Name[sr@ijekavian]=Претрага Name[sr@ijekavianlatin]=Pretraga diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.1/po/it/systemsettings.po new/systemsettings-5.4.2/po/it/systemsettings.po --- old/systemsettings-5.4.1/po/it/systemsettings.po2015-09-03 12:40:04.0 +0200 +++ new/systemsettings-5.4.2/po/it/systemsettings.po2015-10-01 12:01:00.0 +0200 @@ -1,9 +1,10 @@ # translation of systemsettings.po to Italian # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# # Luca Bellonda, 2007, 2008. # Nicola Ruggero , 2009, 2010. +# Federico Zenith , 2015. +# msgid "" msgstr ""
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-09-24 07:09:00 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-09-02 07:53:29.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-09-24 07:09:01.0 +0200 @@ -1,0 +2,7 @@ +Thu Sep 10 17:19:59 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.1: + * For more details please see: +https://www.kde.org/announcements/plasma-5.4.1.php + +--- Old: systemsettings-5.4.0.tar.xz New: systemsettings-5.4.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.W8fcc8/_old 2015-09-24 07:09:01.0 +0200 +++ /var/tmp/diff_new_pack.W8fcc8/_new 2015-09-24 07:09:01.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.4.0 +Version:5.4.1 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.4.0.tar.xz -> systemsettings-5.4.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.0/CMakeLists.txt new/systemsettings-5.4.1/CMakeLists.txt --- old/systemsettings-5.4.0/CMakeLists.txt 2015-08-20 14:51:45.0 +0200 +++ new/systemsettings-5.4.1/CMakeLists.txt 2015-09-03 12:40:17.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION "5.4.0") +set(PROJECT_VERSION "5.4.1") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.4.0/po/se/systemsettings.po new/systemsettings-5.4.1/po/se/systemsettings.po --- old/systemsettings-5.4.0/po/se/systemsettings.po2015-08-20 14:51:26.0 +0200 +++ new/systemsettings-5.4.1/po/se/systemsettings.po2015-09-03 12:40:06.0 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: systemsettings\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n; -"POT-Creation-Date: 2014-11-13 07:53+\n" +"POT-Creation-Date: 2015-08-07 11:22+\n" "PO-Revision-Date: 2007-12-24 02:12+0100\n" "Last-Translator: Børre Gaup\n" "Language-Team: Northern Sami \n"
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-09-02 07:53:28 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is "systemsettings5" Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-08-02 22:45:28.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-09-02 07:53:29.0 +0200 @@ -1,0 +2,21 @@ +Mon Aug 24 17:53:47 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.4.0: + * For more details please see: +https://www.kde.org/announcements/plasma-5.4.0.php + +--- +Sun Aug 16 10:17:06 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.3.95 aka 5.4 beta: + This release of Plasma brings many nice touches for our users + such as much improved high DPI support, KRunner auto-completion + and many new beautiful Breeze icons. It also lays the ground for + the future with a tech preview of Wayland session available. + We're shipping a few new components such as an Audio Volume + Plasma Widget, monitor calibration tool and the User Manager + tool comes out beta. + * For more details please see: +https://www.kde.org/announcements/plasma-5.3.95.php + +--- Old: systemsettings-5.3.2.tar.xz New: systemsettings-5.4.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.UIGN83/_old 2015-09-02 07:53:30.0 +0200 +++ /var/tmp/diff_new_pack.UIGN83/_new 2015-09-02 07:53:30.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.3.2 +Version:5.4.0 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.3.2.tar.xz -> systemsettings-5.4.0.tar.xz ++ 2284 lines of diff (skipped) ++ systemsettings-desktop.diff ++ --- /var/tmp/diff_new_pack.UIGN83/_old 2015-09-02 07:53:30.0 +0200 +++ /var/tmp/diff_new_pack.UIGN83/_new 2015-09-02 07:53:30.0 +0200 @@ -1,5 +1,5 @@ diff --git a/app/systemsettings.desktop b/app/systemsettings.desktop -index 6140e81..834d433 100755 +index 83594c9..7731a82 100755 --- a/app/systemsettings.desktop +++ b/app/systemsettings.desktop @@ -6,7 +6,7 @@ X-DocPath=systemsettings/index.html @@ -9,14 +9,14 @@ -GenericName=System Settings +GenericName=Configure Desktop GenericName[ar]=إعدادات النظام + GenericName[ast]=Axustes del sistema GenericName[be@latin]=Systemnyja nałady - GenericName[bg]=Системни настройки -@@ -87,7 +87,7 @@ GenericName[x-test]=xxSystem Settingsxx +@@ -88,7 +88,7 @@ GenericName[x-test]=xxSystem Settingsxx GenericName[zh_CN]=系统设置 GenericName[zh_TW]=系統設定 -Name=System Settings +Name=Configure Desktop Name[ar]=إعدادات النظام + Name[ast]=Axustes del sistema Name[be]=Сістэмныя настаўленні - Name[be@latin]=Systemnyja nałady
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-08-02 22:45:27 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-07-08 06:58:36.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-08-02 22:45:28.0 +0200 @@ -1,0 +2,5 @@ +Sun Jul 26 15:55:45 UTC 2015 - hrvoje.sen...@gmail.com + +- Fix suse_version checks regarding Leap versioning + +--- Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.3EPcfY/_old 2015-08-02 22:45:28.0 +0200 +++ /var/tmp/diff_new_pack.3EPcfY/_new 2015-08-02 22:45:28.0 +0200 @@ -67,7 +67,7 @@ %prep %setup -q -n systemsettings-%{version} %patch0 -p1 -%if 0%{?suse_version} 1320 +%if 0%{?suse_version} 1314 %{suse_version} != 1320 %patch1 -p1 %endif
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-07-08 06:58:34 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-05-29 10:32:58.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-07-08 06:58:36.0 +0200 @@ -1,0 +2,8 @@ +Sun Jun 28 18:33:12 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.3.2: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.3.2.php + +--- Old: systemsettings-5.3.1.tar.xz New: systemsettings-5.3.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.KsSJ2m/_old 2015-07-08 06:58:37.0 +0200 +++ /var/tmp/diff_new_pack.KsSJ2m/_new 2015-07-08 06:58:37.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.3.1 +Version:5.3.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.3.1.tar.xz - systemsettings-5.3.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.1/CMakeLists.txt new/systemsettings-5.3.2/CMakeLists.txt --- old/systemsettings-5.3.1/CMakeLists.txt 2015-05-21 18:55:31.0 +0200 +++ new/systemsettings-5.3.2/CMakeLists.txt 2015-06-25 13:05:34.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION 5.3.1) +set(PROJECT_VERSION 5.3.2) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION 5.4.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.1/app/kdesystemsettings.desktop new/systemsettings-5.3.2/app/kdesystemsettings.desktop --- old/systemsettings-5.3.1/app/kdesystemsettings.desktop 2015-05-21 18:55:05.0 +0200 +++ new/systemsettings-5.3.2/app/kdesystemsettings.desktop 2015-06-25 13:05:12.0 +0200 @@ -28,6 +28,7 @@ GenericName[id]=Pengaturan Sistem KDE GenericName[is]=KDE kerfisstillingar GenericName[it]=Impostazioni di sistema KDE +GenericName[ja]=KDE システム設定 GenericName[kk]=KDE жүйелік параметрлері GenericName[km]=ការកំណត់ប្រព័ន្ធ KDE GenericName[ko]=KDE 시스템 설정 @@ -81,6 +82,7 @@ Name[id]=Pengaturan Sistem KDE Name[is]=KDE kerfisstillingar Name[it]=Impostazioni di sistema KDE +Name[ja]=KDE システム設定 Name[kk]=KDE жүйелік параметрлері Name[km]=ការកំណត់ប្រព័ន្ធ KDE Name[ko]=KDE 시스템 설정 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.1/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.3.2/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.3.1/categories/settings-appearance-applicationstyle.desktop 2015-05-21 18:55:05.0 +0200 +++ new/systemsettings-5.3.2/categories/settings-appearance-applicationstyle.desktop 2015-06-25 13:05:12.0 +0200 @@ -20,13 +20,14 @@ Name[hu]=Alkalmazások megjelenése Name[id]=Gaya Aplikasi Name[it]=Stile delle applicazioni +Name[ja]=アプリケーションスタイル Name[ko]=프로그램 모양 Name[lt]=Programos stilius Name[nb]=Programstil Name[nds]=Programmstil Name[nl]=Stijl van toepassing Name[pa]=ਐਪਲੀਕੇਸ਼ਨ ਸਟਾਈਲ -Name[pl]=Styl programów +Name[pl]=Wygląd programów Name[pt]=Estilo das Aplicações Name[pt_BR]=Estilo dos Aplicativos Name[ru]=Оформление приложений diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.1/categories/settings-appearance-color.desktop new/systemsettings-5.3.2/categories/settings-appearance-color.desktop --- old/systemsettings-5.3.1/categories/settings-appearance-color.desktop 2015-05-21 18:55:05.0 +0200 +++ new/systemsettings-5.3.2/categories/settings-appearance-color.desktop 2015-06-25 13:05:12.0 +0200 @@ -29,7 +29,7 @@ Name[nl]=Kleur Name[nn]=Farge Name[pa]=ਰੰਗ -Name[pl]=Kolor +Name[pl]=Kolory Name[pt]=Cor Name[pt_BR]=Cor Name[ru]=Цвета diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.1/categories/settings-appearance-font.desktop new/systemsettings-5.3.2/categories/settings-appearance-font.desktop --- old/systemsettings-5.3.1/categories/settings-appearance-font.desktop 2015-05-21 18:55:05.0 +0200 +++
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-05-29 10:32:57 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-05-20 23:29:18.0 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-05-29 10:32:58.0 +0200 @@ -1,0 +2,8 @@ +Fri May 22 15:30:28 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.3.1: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.3.1.php + +--- Old: systemsettings-5.3.0.tar.xz New: systemsettings-5.3.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.gQ5eRE/_old 2015-05-29 10:32:58.0 +0200 +++ /var/tmp/diff_new_pack.gQ5eRE/_new 2015-05-29 10:32:58.0 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: systemsettings5 -Version:5.3.0 +Version:5.3.1 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -108,6 +108,7 @@ %files lang %defattr(-,root,root) %{_kf5_localedir}/ +%doc %lang(ca) %{_kf5_htmldir}/ca/ %doc %lang(de) %{_kf5_htmldir}/de/ %doc %lang(it) %{_kf5_htmldir}/it/ %doc %lang(nl) %{_kf5_htmldir}/nl/ ++ systemsettings-5.3.0.tar.xz - systemsettings-5.3.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.0/CMakeLists.txt new/systemsettings-5.3.1/CMakeLists.txt --- old/systemsettings-5.3.0/CMakeLists.txt 2015-04-23 12:00:18.0 +0200 +++ new/systemsettings-5.3.1/CMakeLists.txt 2015-05-21 18:55:31.0 +0200 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION 5.3.0) +set(PROJECT_VERSION 5.3.1) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION 5.4.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.0/categories/old/settings-account-details.desktop new/systemsettings-5.3.1/categories/old/settings-account-details.desktop --- old/systemsettings-5.3.0/categories/old/settings-account-details.desktop 2015-04-23 11:59:54.0 +0200 +++ new/systemsettings-5.3.1/categories/old/settings-account-details.desktop 2015-05-21 18:55:05.0 +0200 @@ -48,7 +48,7 @@ Name[pa]=ਅਕਾਊਂਟ ਵੇਰਵਾ Name[pl]=Szczegóły konta Name[pt]=Detalhes da Conta -Name[pt_BR]=Detalhes da conta +Name[pt_BR]=Detalhes da Conta Name[ro]=Detalii cont Name[ru]=Учётная запись Name[si]=ගිණුම් විස්තර diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.0/categories/old/settings-display.desktop new/systemsettings-5.3.1/categories/old/settings-display.desktop --- old/systemsettings-5.3.0/categories/old/settings-display.desktop 2015-04-23 11:59:54.0 +0200 +++ new/systemsettings-5.3.1/categories/old/settings-display.desktop 2015-05-21 18:55:05.0 +0200 @@ -46,7 +46,7 @@ Name[pa]=ਡਿਸਪਲੇਅ ਤੇ ਮਾਨੀਟਰ Name[pl]=Wyświetlanie i monitor Name[pt]=Ecrã e Monitor -Name[pt_BR]=Tela e monitor +Name[pt_BR]=Tela e Monitor Name[ro]=Afișaj și monitor Name[ru]=Экран Name[si]=ප්රදර්ශනය සහ මොනිටරය diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.0/categories/old/settings-input-devices.desktop new/systemsettings-5.3.1/categories/old/settings-input-devices.desktop --- old/systemsettings-5.3.0/categories/old/settings-input-devices.desktop 2015-04-23 11:59:54.0 +0200 +++ new/systemsettings-5.3.1/categories/old/settings-input-devices.desktop 2015-05-21 18:55:05.0 +0200 @@ -48,7 +48,7 @@ Name[pa]=ਇੰਪੁੱਟ ਜੰਤਰ Name[pl]=Urządzenia wejściowe Name[pt]=Dispositivos de Entrada -Name[pt_BR]=Dispositivos de entrada +Name[pt_BR]=Dispositivos de Entrada Name[ro]=Dispozitive de intrare Name[ru]=Устройства ввода Name[si]=ආදාන මෙවලම් diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.3.0/categories/old/settings-locale.desktop new/systemsettings-5.3.1/categories/old/settings-locale.desktop --- old/systemsettings-5.3.0/categories/old/settings-locale.desktop 2015-04-23 11:59:54.0 +0200 +++ new/systemsettings-5.3.1/categories/old/settings-locale.desktop 2015-05-21 18:55:05.0 +0200 @@ -9,7 +9,7 @@ Name[ar]=المحليّة Name[bn]=লোকেল Name[bs]=Lokalitet -Name[ca]=Localització
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-05-11 19:31:58 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-03-25 10:00:06.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-05-11 19:31:59.0 +0200 @@ -1,0 +2,16 @@ +Thu Apr 23 13:27:36 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.3 Final: + * For more details please see: +https://www.kde.org/announcements/plasma-5.3.0.php + +--- +Sat Apr 11 18:53:52 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.2.95 aka 5.3 beta: + * New feature release + * For more details please see: +https://www.kde.org/announcements/plasma-5.2.95.php +- Update required Qt version to 5.4.0 + +--- Old: systemsettings-5.2.2.tar.xz New: systemsettings-5.3.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.8nXWa1/_old 2015-05-11 19:31:59.0 +0200 +++ /var/tmp/diff_new_pack.8nXWa1/_new 2015-05-11 19:31:59.0 +0200 @@ -16,8 +16,9 @@ # +%bcond_without lang Name: systemsettings5 -Version:5.2.2 +Version:5.3.0 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -42,8 +43,10 @@ BuildRequires: kxmlgui-devel BuildRequires: update-desktop-files BuildRequires: xz -BuildRequires: pkgconfig(Qt5Widgets) = 5.3.0 +BuildRequires: pkgconfig(Qt5Widgets) = 5.4.0 +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -96,9 +99,16 @@ %{_kf5_libdir}/libsystemsettingsview.so %{_includedir}/* +%if %{with lang} %files lang %defattr(-,root,root) %{_kf5_localedir}/ +%doc %lang(de) %{_kf5_htmldir}/de/ +%doc %lang(it) %{_kf5_htmldir}/it/ +%doc %lang(nl) %{_kf5_htmldir}/nl/ +%doc %lang(sv) %{_kf5_htmldir}/sv/ +%doc %lang(uk) %{_kf5_htmldir}/uk/ %doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ +%endif %changelog ++ systemsettings-5.2.2.tar.xz - systemsettings-5.3.0.tar.xz ++ 6248 lines of diff (skipped)
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-03-25 10:00:04 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-03-01 15:06:41.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-03-25 10:00:06.0 +0100 @@ -1,0 +2,8 @@ +Thu Mar 19 17:42:46 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.2.2: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.2.2.php + +--- Old: systemsettings-5.2.1.tar.xz New: systemsettings-5.2.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.peE8s6/_old 2015-03-25 10:00:07.0 +0100 +++ /var/tmp/diff_new_pack.peE8s6/_new 2015-03-25 10:00:07.0 +0100 @@ -17,7 +17,7 @@ Name: systemsettings5 -Version:5.2.1 +Version:5.2.2 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -99,5 +99,6 @@ %files lang %defattr(-,root,root) %{_kf5_localedir}/ +%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/ %changelog ++ systemsettings-5.2.1.tar.xz - systemsettings-5.2.2.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.1/CMakeLists.txt new/systemsettings-5.2.2/CMakeLists.txt --- old/systemsettings-5.2.1/CMakeLists.txt 2015-02-21 21:21:09.0 +0100 +++ new/systemsettings-5.2.2/CMakeLists.txt 2015-03-19 12:53:58.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION 5.2.1) +set(PROJECT_VERSION 5.2.2) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION 5.3.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.1/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.2.2/categories/settings-appearance-applicationstyle.desktop --- old/systemsettings-5.2.1/categories/settings-appearance-applicationstyle.desktop 2015-02-21 21:20:39.0 +0100 +++ new/systemsettings-5.2.2/categories/settings-appearance-applicationstyle.desktop 2015-03-19 12:53:35.0 +0100 @@ -7,6 +7,7 @@ Icon=preferences-desktop-theme Name=Application Style +Name[bs]=Stil programa Name[ca]=Estil de l'aplicació Name[cs]=Styl aplikací Name[da]=Programstil @@ -37,3 +38,4 @@ Name[uk]=Стиль вікон програм Name[x-test]=xxApplication Stylexx Name[zh_CN]=应用程序风格 +Name[zh_TW]=應用程式樣式 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.1/categories/settings-appearance-color.desktop new/systemsettings-5.2.2/categories/settings-appearance-color.desktop --- old/systemsettings-5.2.1/categories/settings-appearance-color.desktop 2015-02-21 21:20:39.0 +0100 +++ new/systemsettings-5.2.2/categories/settings-appearance-color.desktop 2015-03-19 12:53:35.0 +0100 @@ -7,6 +7,7 @@ Icon=preferences-desktop-color Name=Color +Name[bs]=Boja Name[ca]=Color Name[cs]=Barva Name[da]=Farve @@ -39,3 +40,4 @@ Name[uk]=Колір Name[x-test]=xxColorxx Name[zh_CN]=颜色 +Name[zh_TW]=顏色 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.1/categories/settings-appearance-font.desktop new/systemsettings-5.2.2/categories/settings-appearance-font.desktop --- old/systemsettings-5.2.1/categories/settings-appearance-font.desktop 2015-02-21 21:20:39.0 +0100 +++ new/systemsettings-5.2.2/categories/settings-appearance-font.desktop 2015-03-19 12:53:35.0 +0100 @@ -7,6 +7,7 @@ Icon=preferences-desktop-font Name=Font +Name[bs]=Vrsta slova Name[ca]=Tipus de lletra Name[cs]=Písmo Name[da]=Skrifttype @@ -38,3 +39,4 @@ Name[uk]=Шрифт Name[x-test]=xxFontxx Name[zh_CN]=字体 +Name[zh_TW]=字型 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.1/categories/settings-appearance-icons.desktop new/systemsettings-5.2.2/categories/settings-appearance-icons.desktop --- old/systemsettings-5.2.1/categories/settings-appearance-icons.desktop 2015-02-21 21:20:39.0 +0100 +++ new/systemsettings-5.2.2/categories/settings-appearance-icons.desktop 2015-03-19 12:53:35.0 +0100 @@ -7,6 +7,7 @@ Icon=preferences-desktop-icons Name=Icons +Name[bs]=Ikone Name[ca]=Icones
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-03-01 15:06:40 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-01-29 13:18:26.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-03-01 15:06:41.0 +0100 @@ -1,0 +2,8 @@ +Fri Feb 20 02:44:06 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.2.1: + * Bugfix release + * For more details please see: +https://www.kde.org/announcements/plasma-5.2.1.php + +--- Old: systemsettings-5.2.0.tar.xz New: systemsettings-5.2.1.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.hgbvAW/_old 2015-03-01 15:06:42.0 +0100 +++ /var/tmp/diff_new_pack.hgbvAW/_new 2015-03-01 15:06:42.0 +0100 @@ -17,7 +17,7 @@ Name: systemsettings5 -Version:5.2.0 +Version:5.2.1 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.2.0.tar.xz - systemsettings-5.2.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.0/CMakeLists.txt new/systemsettings-5.2.1/CMakeLists.txt --- old/systemsettings-5.2.0/CMakeLists.txt 2015-01-22 15:36:47.0 +0100 +++ new/systemsettings-5.2.1/CMakeLists.txt 2015-02-21 21:21:09.0 +0100 @@ -1,5 +1,5 @@ project(systemsettings) -set(PROJECT_VERSION 5.2.0) +set(PROJECT_VERSION 5.2.1) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION 5.3.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.0/app/SettingsBase.cpp new/systemsettings-5.2.1/app/SettingsBase.cpp --- old/systemsettings-5.2.0/app/SettingsBase.cpp 2015-01-22 15:34:43.0 +0100 +++ new/systemsettings-5.2.1/app/SettingsBase.cpp 2015-02-21 21:20:39.0 +0100 @@ -112,10 +112,10 @@ if( error.isEmpty() ) { possibleViews.insert( activeService-library(), controller ); controller-init( activeService ); -connect(controller, SIGNAL(changeToolBarItems(BaseMode::ToolBarItems)), this, SLOT(changeToolBar(BaseMode::ToolBarItems))); -connect(controller, SIGNAL(actionsChanged()), this, SLOT(updateViewActions())); -connect(searchText, SIGNAL(textChanged(QString)), controller, SLOT(searchChanged(QString))); -connect(controller, SIGNAL(viewChanged(bool)), this, SLOT(viewChange(bool))); +connect(controller, BaseMode::changeToolBarItems, this, SettingsBase::changeToolBar); +connect(controller, BaseMode::actionsChanged, this, SettingsBase::updateViewActions); +connect(searchText, KLineEdit::textChanged, controller, BaseMode::searchChanged); +connect(controller, BaseMode::viewChanged, this, SettingsBase::viewChange); } else { qWarning() View load error: + error; } @@ -191,7 +191,7 @@ } configWidget.GbViewStyle-setLayout( configLayout ); KWindowConfig::restoreWindowSize(configDialog-windowHandle(), KSharedConfig::openConfig()-group(ConfigDialog)); -connect(configDialog, SIGNAL(accepted()), this, SLOT(configUpdated())); +connect(configDialog, KConfigDialog::accepted, this, SettingsBase::configUpdated); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.0/categories/old/settings-window-behaviour.desktop new/systemsettings-5.2.1/categories/old/settings-window-behaviour.desktop --- old/systemsettings-5.2.0/categories/old/settings-window-behaviour.desktop 2015-01-22 15:34:43.0 +0100 +++ new/systemsettings-5.2.1/categories/old/settings-window-behaviour.desktop 2015-02-21 21:20:39.0 +0100 @@ -66,7 +66,7 @@ Name[pa]=ਵਿੰਡੋ ਰਵੱਈਆ Name[pl]=Zachowania okien Name[pt]=Comportamento das Janelas -Name[pt_BR]=Comportamento da janelas +Name[pt_BR]=Comportamento das janelas Name[ro]=Comportament fereastră Name[ru]=Поведение окон Name[se]=Láseláhtten diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/systemsettings-5.2.0/categories/settings-appearance-applicationstyle.desktop new/systemsettings-5.2.1/categories/settings-appearance-applicationstyle.desktop ---
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-01-29 13:18:23 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2014-12-21 12:00:30.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-01-29 13:18:26.0 +0100 @@ -1,0 +2,22 @@ +Mon Jan 26 19:49:33 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.2 Final: + * For more details please see: +https://www.kde.org/announcements/plasma-5.2.0.php + +--- +Tue Jan 13 16:35:15 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.2 Beta aka 5.1.95: + * Undo changes to Plasma desktop layout + * Smarter sorting of results in KRunner + * Breeze window decoration theme adds a new look to your +desktop and is now used by default + * New white mouse cursor theme for Breeze. + * New plasma widgets: 15 puzzle, web browser, show desktop + * Over 300 bugs fixed throughout Plasma modules. + * For more details please see: +https://www.kde.org/announcements/plasma-5.1.95.php +- Drop kdelibs4support-devel, add kdoctools-devel BuildRequires + +--- Old: systemsettings-5.1.2.tar.xz New: systemsettings-5.2.0.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.E9x4qF/_old 2015-01-29 13:18:27.0 +0100 +++ /var/tmp/diff_new_pack.E9x4qF/_new 2015-01-29 13:18:27.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package systemsettings5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: systemsettings5 -Version:5.1.2 +Version:5.2.0 Release:0 Summary:KDE's control center License:GPL-2.0+ @@ -30,7 +30,7 @@ BuildRequires: kcmutils-devel BuildRequires: kconfig-devel BuildRequires: kdbusaddons-devel -BuildRequires: kdelibs4support-devel +BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem BuildRequires: khtml-devel BuildRequires: ki18n-devel ++ systemsettings-5.1.2.tar.xz - systemsettings-5.2.0.tar.xz ++ 12209 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit systemsettings5 for openSUSE:Factory
Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2014-12-21 11:59:55 Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) Package is systemsettings5 Changes: --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2014-11-13 09:22:33.0 +0100 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2014-12-21 12:00:30.0 +0100 @@ -1,0 +2,9 @@ +Thu Dec 11 18:00:10 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.1.2: + * Bugfix release + * Restore KStandardGuiItems + * For more details please see: +https://www.kde.org/announcements/plasma-5.1.2.php + +--- Old: systemsettings-5.1.1.tar.xz New: systemsettings-5.1.2.tar.xz Other differences: -- ++ systemsettings5.spec ++ --- /var/tmp/diff_new_pack.jWpUxE/_old 2014-12-21 12:00:32.0 +0100 +++ /var/tmp/diff_new_pack.jWpUxE/_new 2014-12-21 12:00:32.0 +0100 @@ -17,7 +17,7 @@ Name: systemsettings5 -Version:5.1.1 +Version:5.1.2 Release:0 Summary:KDE's control center License:GPL-2.0+ ++ systemsettings-5.1.1.tar.xz - systemsettings-5.1.2.tar.xz ++ 3061 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org