Hello community, here is the log from the commit of package ksysguard5 for openSUSE:Factory checked in at 2018-07-01 21:22:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksysguard5 (Old) and /work/SRC/openSUSE:Factory/.ksysguard5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksysguard5" Sun Jul 1 21:22:21 2018 rev:67 rq:619307 version:5.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes 2018-06-26 10:35:00.528120382 +0200 +++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes 2018-07-01 21:22:26.349077789 +0200 @@ -1,0 +2,11 @@ +Tue Jun 26 16:00:38 CEST 2018 - [email protected] + +- 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: + * Fix leak of pipe FDs in MD RAID code (kde#378268) + * Explicitly include <QDoubleValidator> to fix build with Qt 5.11 + +------------------------------------------------------------------- Old: ---- ksysguard-5.13.1.tar.xz New: ---- ksysguard-5.13.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksysguard5.spec ++++++ --- /var/tmp/diff_new_pack.8rpOB7/_old 2018-07-01 21:22:26.693077340 +0200 +++ /var/tmp/diff_new_pack.8rpOB7/_new 2018-07-01 21:22:26.693077340 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: ksysguard5 -Version: 5.13.1 +Version: 5.13.2 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} ++++++ ksysguard-5.13.1.tar.xz -> ksysguard-5.13.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksysguard-5.13.1/CMakeLists.txt new/ksysguard-5.13.2/CMakeLists.txt --- old/ksysguard-5.13.1/CMakeLists.txt 2018-06-19 12:34:46.000000000 +0200 +++ new/ksysguard-5.13.2/CMakeLists.txt 2018-06-26 13:46:34.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(ksysguard) -set(PROJECT_VERSION "5.13.1") +set(PROJECT_VERSION "5.13.2") set(KSYSGUARD_VERSION 4.98.0) set(KSYSGUARD_STRING_VERSION "${KSYSGUARD_VERSION}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksysguard-5.13.1/ksysguardd/Linux/softraid.c new/ksysguard-5.13.2/ksysguardd/Linux/softraid.c --- old/ksysguard-5.13.1/ksysguardd/Linux/softraid.c 2018-06-19 12:34:04.000000000 +0200 +++ new/ksysguard-5.13.2/ksysguardd/Linux/softraid.c 2018-06-26 13:46:01.000000000 +0200 @@ -215,7 +215,7 @@ char* mdadmStatBufP; /* Create a pipe */ - if(pipe(fd) == -1) + if(pipe2(fd, O_CLOEXEC) == -1) { perror("Could not create a pipe to launch mdadm."); exit(1); @@ -258,6 +258,9 @@ if (nbytes >= 0) mdadmStatBuf[nbytes] = '\0'; + /* Close output side of pipe */ + close(fd[0]); + /* Now, go through mdadmStatBuf line by line. Register monitors along the way */ sprintf( format, "%%%d[^\n]\n", (int)sizeof( lineBuf ) - 1 ); mdadmStatBufP = mdadmStatBuf; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksysguard-5.13.1/po/ca/ksysguard.po new/ksysguard-5.13.2/po/ca/ksysguard.po --- old/ksysguard-5.13.1/po/ca/ksysguard.po 2018-06-19 12:34:18.000000000 +0200 +++ new/ksysguard-5.13.2/po/ca/ksysguard.po 2018-06-26 13:46:11.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: ksysguard\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-18 03:50+0200\n" -"PO-Revision-Date: 2018-05-15 20:30+0100\n" +"PO-Revision-Date: 2018-06-23 17:51+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" @@ -781,7 +781,7 @@ #: SensorDisplayLib/FancyPlotterSettings.cpp:136 #, kde-format msgid "Grid" -msgstr "Graella" +msgstr "Quadrícula" #: SensorDisplayLib/FancyPlotterSettings.cpp:140 #, kde-format @@ -945,7 +945,7 @@ #: SensorDisplayLib/ListViewSettingsWidget.ui:92 #, kde-format msgid "Grid color:" -msgstr "Color de la graella:" +msgstr "Color de la quadrícula:" #: SensorDisplayLib/LogFile.cpp:93 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksysguard-5.13.1/po/ca@valencia/ksysguard.po new/ksysguard-5.13.2/po/ca@valencia/ksysguard.po --- old/ksysguard-5.13.1/po/ca@valencia/ksysguard.po 2018-06-19 12:34:18.000000000 +0200 +++ new/ksysguard-5.13.2/po/ca@valencia/ksysguard.po 2018-06-26 13:46:11.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: ksysguard\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-18 03:50+0200\n" -"PO-Revision-Date: 2018-05-15 20:30+0100\n" +"PO-Revision-Date: 2018-06-23 17:51+0100\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" @@ -781,7 +781,7 @@ #: SensorDisplayLib/FancyPlotterSettings.cpp:136 #, kde-format msgid "Grid" -msgstr "Graella" +msgstr "Quadrícula" #: SensorDisplayLib/FancyPlotterSettings.cpp:140 #, kde-format @@ -945,7 +945,7 @@ #: SensorDisplayLib/ListViewSettingsWidget.ui:92 #, kde-format msgid "Grid color:" -msgstr "Color de la graella:" +msgstr "Color de la quadrícula:" #: SensorDisplayLib/LogFile.cpp:93 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksysguard-5.13.1/po/zh_CN/ksysguard.po new/ksysguard-5.13.2/po/zh_CN/ksysguard.po --- old/ksysguard-5.13.1/po/zh_CN/ksysguard.po 2018-06-19 12:34:34.000000000 +0200 +++ new/ksysguard-5.13.2/po/zh_CN/ksysguard.po 2018-06-26 13:46:24.000000000 +0200 @@ -16,7 +16,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-05-18 03:50+0200\n" -"PO-Revision-Date: 2018-06-12 17:52-0400\n" +"PO-Revision-Date: 2018-06-19T17:12:29+0000\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
