Hello community, here is the log from the commit of package kinfocenter5 for openSUSE:Factory checked in at 2019-06-22 11:17:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old) and /work/SRC/openSUSE:Factory/.kinfocenter5.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinfocenter5" Sat Jun 22 11:17:56 2019 rev:87 rq:711084 version:5.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes 2019-06-12 13:28:53.116282219 +0200 +++ /work/SRC/openSUSE:Factory/.kinfocenter5.new.4615/kinfocenter5.changes 2019-06-22 11:17:57.968996854 +0200 @@ -1,0 +2,10 @@ +Tue Jun 18 16:38:14 UTC 2019 - [email protected] + +- Update to 5.16.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.1.php +- Changes since 5.16.0: + * Update default Samba log path + +------------------------------------------------------------------- Old: ---- kinfocenter-5.16.0.tar.xz kinfocenter-5.16.0.tar.xz.sig New: ---- kinfocenter-5.16.1.tar.xz kinfocenter-5.16.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinfocenter5.spec ++++++ --- /var/tmp/diff_new_pack.H7sjzV/_old 2019-06-22 11:17:58.740997372 +0200 +++ /var/tmp/diff_new_pack.H7sjzV/_new 2019-06-22 11:17:58.740997372 +0200 @@ -20,7 +20,7 @@ %bcond_without lang Name: kinfocenter5 -Version: 5.16.0 +Version: 5.16.1 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -30,9 +30,9 @@ License: GPL-2.0-or-later Group: System/GUI/KDE Url: http://www.kde.org/ -Source: kinfocenter-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz %if %{with lang} -Source1: kinfocenter-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE plasma-session-name.patch ++++++ kinfocenter-5.16.0.tar.xz -> kinfocenter-5.16.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/CMakeLists.txt new/kinfocenter-5.16.1/CMakeLists.txt --- old/kinfocenter-5.16.0/CMakeLists.txt 2019-06-06 14:54:32.000000000 +0200 +++ new/kinfocenter-5.16.1/CMakeLists.txt 2019-06-18 11:53:35.000000000 +0200 @@ -1,5 +1,5 @@ project(kinfocenter) -set(PROJECT_VERSION "5.16.0") +set(PROJECT_VERSION "5.16.1") cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.12.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/Modules/devinfo/devinfo.desktop new/kinfocenter-5.16.1/Modules/devinfo/devinfo.desktop --- old/kinfocenter-5.16.0/Modules/devinfo/devinfo.desktop 2019-06-06 14:53:24.000000000 +0200 +++ new/kinfocenter-5.16.1/Modules/devinfo/devinfo.desktop 2019-06-18 11:52:42.000000000 +0200 @@ -142,6 +142,7 @@ X-KDE-Keywords[da]=enhed,enheder,disk,drive,processor,cpu X-KDE-Keywords[en_GB]=device,devices,disk,drive,processor,cpu X-KDE-Keywords[es]=dispositivo,dispositivos,disco,unidad,procesador,cpu +X-KDE-Keywords[eu]=gailua,gailuak,diskoa,unitatea,prozesatzailea,puz X-KDE-Keywords[gl]=dispositivo,dispositivos,disco,unidade,procesador,cpu X-KDE-Keywords[id]=perangkat,device,disk,cakram,prosesor,cpu X-KDE-Keywords[it]=dispositivo,dispositivi,disco,lettore,processore,cpu diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/Modules/samba/kcmsambalog.cpp new/kinfocenter-5.16.1/Modules/samba/kcmsambalog.cpp --- old/kinfocenter-5.16.0/Modules/samba/kcmsambalog.cpp 2019-06-06 14:53:24.000000000 +0200 +++ new/kinfocenter-5.16.1/Modules/samba/kcmsambalog.cpp 2019-06-18 11:52:42.000000000 +0200 @@ -37,7 +37,7 @@ #define LOG_SCREEN_XY_OFFSET 10 LogView::LogView(QWidget *parent, KConfig *config) : - QWidget(parent), configFile(config), filesCount(0), connectionsCount(0), logFileName(QUrl::fromLocalFile(QStringLiteral("/var/log/samba.log")), this), label(i18n("Samba log file: "), this), viewHistory(this), showConnOpen(i18n("Show opened connections"), this), showConnClose(i18n("Show closed connections"), this), + QWidget(parent), configFile(config), filesCount(0), connectionsCount(0), logFileName(QUrl::fromLocalFile(QStringLiteral("/var/log/samba/log.smbd")), this), label(i18n("Samba log file: "), this), viewHistory(this), showConnOpen(i18n("Show opened connections"), this), showConnClose(i18n("Show closed connections"), this), showFileOpen(i18n("Show opened files"), this), showFileClose(i18n("Show closed files"), this), updateButton(i18n("&Update"), this) { label.setTextInteractionFlags(Qt::TextSelectableByMouse); label.setBuddy( &logFileName); @@ -122,7 +122,7 @@ if (configFile==0) return; KConfigGroup group = configFile->group(LOGGROUPNAME); - logFileName.setUrl(QUrl::fromLocalFile(group.readPathEntry("SambaLogFile", QStringLiteral("/var/log/samba.log")))); + logFileName.setUrl(QUrl::fromLocalFile(group.readPathEntry("SambaLogFile", QStringLiteral("/var/log/samba/log.smbd")))); showConnOpen.setChecked(group.readEntry("ShowConnectionOpen", true)); showConnClose.setChecked(group.readEntry("ShowConnectionClose", false)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/org.kde.kinfocenter.appdata.xml new/kinfocenter-5.16.1/org.kde.kinfocenter.appdata.xml --- old/kinfocenter-5.16.0/org.kde.kinfocenter.appdata.xml 2019-06-06 14:53:24.000000000 +0200 +++ new/kinfocenter-5.16.1/org.kde.kinfocenter.appdata.xml 2019-06-18 11:52:42.000000000 +0200 @@ -76,6 +76,7 @@ programs into a convenient location.</p> <p xml:lang="ca">El centre d'informació està format per múltiples mòduls. Cadascun és una aplicació individual, però el centre d'informació els reuneix tots en un lloc comú.</p> <p xml:lang="ca-valencia">El centre d'informació està format per múltiples mòduls. Cadascun és una aplicació individual, però el centre d'informació els reuneix tots en un lloc comú.</p> + <p xml:lang="cs">Informační centrum se skládá z celé řady modulů. Každý modul je ve skutečnosti samostatná aplikace, informační centrum ale všechny tyto aplikace sdružuje do jednoho místa.</p> <p xml:lang="de">Das Infozentrum besteht aus mehreren Modulen. Jedes Modul ist eine separate Anwendung, aber das Infozentrum ordnet all diese Programme bequem an einem Ort an.</p> <p xml:lang="en-GB">The information centre is made up of multiple modules. Each module is a separate application, but the information center organizes all of these programs into a convenient location.</p> <p xml:lang="es">El centro de información está compuesto por múltiples módulos. Cada módulo es una aplicación separada, aunque el centro de información organiza todos estos programas en un lugar adecuado.</p> @@ -110,5 +111,6 @@ <project_group>KDE</project_group> <releases> <release version="5.15.90" date="2019-05-16"/> + <release version="5.16.1" date="2019-06-18"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/po/id/kcm_pci.po new/kinfocenter-5.16.1/po/id/kcm_pci.po --- old/kinfocenter-5.16.0/po/id/kcm_pci.po 2019-06-06 14:53:43.000000000 +0200 +++ new/kinfocenter-5.16.1/po/id/kcm_pci.po 2019-06-18 11:53:06.000000000 +0200 @@ -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.0\n" +"X-Generator: Lokalize 19.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/po/id/kcmdevinfo.po new/kinfocenter-5.16.1/po/id/kcmdevinfo.po --- old/kinfocenter-5.16.0/po/id/kcmdevinfo.po 2019-06-06 14:53:43.000000000 +0200 +++ new/kinfocenter-5.16.1/po/id/kcmdevinfo.po 2019-06-18 11:53:06.000000000 +0200 @@ -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 2.0\n" +"X-Generator: Lokalize 19.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kinfocenter-5.16.0/po/nl/docs/kinfocenter/index.docbook new/kinfocenter-5.16.1/po/nl/docs/kinfocenter/index.docbook --- old/kinfocenter-5.16.0/po/nl/docs/kinfocenter/index.docbook 2019-06-06 14:54:20.000000000 +0200 +++ new/kinfocenter-5.16.1/po/nl/docs/kinfocenter/index.docbook 2019-06-18 11:53:32.000000000 +0200 @@ -1290,8 +1290,7 @@ </itemizedlist> -&meld.fouten;&vertaling.niels;&vertaling.rinse;&vertaling.freek; -&underFDL; &underGPL; </chapter> +&meld.fouten;&vertaling.niels;&vertaling.rinse;&vertaling.freek; &underFDL; &underGPL; </chapter> </book> <!--
