Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdesu for openSUSE:Factory checked in at 2021-08-16 10:07:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesu (Old) and /work/SRC/openSUSE:Factory/.kdesu.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesu" Mon Aug 16 10:07:44 2021 rev:93 rq:912128 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes 2021-07-16 00:01:15.297155709 +0200 +++ /work/SRC/openSUSE:Factory/.kdesu.new.1899/kdesu.changes 2021-08-16 10:11:47.775083704 +0200 @@ -1,0 +2,9 @@ +Fri Aug 6 12:12:16 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- No code change since 5.84.0 + +------------------------------------------------------------------- Old: ---- kdesu-5.84.0.tar.xz kdesu-5.84.0.tar.xz.sig New: ---- kdesu-5.85.0.tar.xz kdesu-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesu.spec ++++++ --- /var/tmp/diff_new_pack.xyIYQW/_old 2021-08-16 10:11:48.355083024 +0200 +++ /var/tmp/diff_new_pack.xyIYQW/_new 2021-08-16 10:11:48.355083024 +0200 @@ -17,14 +17,14 @@ %define lname libKF5Su5 -%define _tar_path 5.84 +%define _tar_path 5.85 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdesu -Version: 5.84.0 +Version: 5.85.0 Release: 0 Summary: User interface for running shell commands with root privileges License: LGPL-2.1-or-later ++++++ kdesu-5.84.0.tar.xz -> kdesu-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/CMakeLists.txt new/kdesu-5.85.0/CMakeLists.txt --- old/kdesu-5.84.0/CMakeLists.txt 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/CMakeLists.txt 2021-08-06 11:03:25.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts -set(KF_DEP_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts +set(KF_DEP_VERSION "5.85.0") # handled by release scripts project(KDESu VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/po/zh_CN/kdesud5.po new/kdesu-5.85.0/po/zh_CN/kdesud5.po --- old/kdesu-5.84.0/po/zh_CN/kdesud5.po 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/po/zh_CN/kdesud5.po 2021-08-06 11:03:25.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-14 19:34+0000\n" -"PO-Revision-Date: 2021-06-20 07:35\n" +"PO-Revision-Date: 2021-07-26 13:47\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/src/client.h new/kdesu-5.85.0/src/client.h --- old/kdesu-5.84.0/src/client.h 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/src/client.h 2021-08-06 11:03:25.000000000 +0200 @@ -142,7 +142,7 @@ * Delete all persistent variables with the given key. * * A specicalized variant of delVar(QByteArray) that removes all - * subsets of the cached varaibles given by @p key. In order for all + * subsets of the cached variables given by @p key. In order for all * cached variables related to this key to be deleted properly, the * value given to the @p group argument when the setVar function * was called, must be a subset of the argument given here and the key diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/src/kdesud/secure.h new/kdesu-5.85.0/src/kdesud/secure.h --- old/kdesu-5.84.0/src/kdesud/secure.h 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/src/kdesud/secure.h 2021-08-06 11:03:25.000000000 +0200 @@ -11,7 +11,7 @@ #include <sys/types.h> /** - * The Socket_security class autheticates the peer for you. It provides + * The Socket_security class authenticates the peer for you. It provides * the process-id, user-id and group-id plus the MD5 sum of the connected * binary. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/src/ptyprocess.cpp new/kdesu-5.85.0/src/ptyprocess.cpp --- old/kdesu-5.84.0/src/ptyprocess.cpp 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/src/ptyprocess.cpp 2021-08-06 11:03:25.000000000 +0200 @@ -46,9 +46,9 @@ using namespace KDESuPrivate; /* -** Wait for @p ms miliseconds +** Wait for @p ms milliseconds ** @param fd file descriptor -** @param ms time to wait in miliseconds +** @param ms time to wait in milliseconds ** @return */ int PtyProcess::waitMS(int fd, int ms) @@ -402,7 +402,7 @@ // specify timeout to make sure select() does not block, even if the // process is dead / non-responsive. It does not matter if we abort too // early. In that case 0 is returned, and we'll try again in the next - // iteration. (As long as we don't consitently time out in each iteration) + // iteration. (As long as we don't consistently time out in each iteration) timeval timeout; timeout.tv_sec = 0; timeout.tv_usec = 100000; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/src/ptyprocess.h new/kdesu-5.85.0/src/ptyprocess.h --- old/kdesu-5.84.0/src/ptyprocess.h 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/src/ptyprocess.h 2021-08-06 11:03:25.000000000 +0200 @@ -155,7 +155,7 @@ */ /** - ** Wait @p ms miliseconds (ie. 1/10th of a second is 100ms), + ** Wait @p ms milliseconds (ie. 1/10th of a second is 100ms), ** using @p fd as a filedescriptor to wait on. Returns ** select(2)'s result, which is -1 on error, 0 on timeout, ** or positive if there is data on one of the selected fd's. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.84.0/src/sshprocess.h new/kdesu-5.85.0/src/sshprocess.h --- old/kdesu-5.84.0/src/sshprocess.h 2021-07-03 14:10:36.000000000 +0200 +++ new/kdesu-5.85.0/src/sshprocess.h 2021-08-06 11:03:25.000000000 +0200 @@ -38,7 +38,7 @@ void setHost(const QByteArray &host); /** - * Sets the localtion of the remote stub. + * Sets the location of the remote stub. */ void setStub(const QByteArray &stub);
