Hello community, here is the log from the commit of package kdesu for openSUSE:Factory checked in at 2017-09-19 16:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesu (Old) and /work/SRC/openSUSE:Factory/.kdesu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesu" Tue Sep 19 16:23:11 2017 rev:45 rq:526640 version:5.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes 2017-09-08 20:43:56.238616997 +0200 +++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2017-09-19 16:23:13.244810582 +0200 @@ -1,0 +2,10 @@ +Tue Sep 12 07:11:17 CEST 2017 - [email protected] + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN + +------------------------------------------------------------------- Old: ---- kdesu-5.37.0.tar.xz New: ---- kdesu-5.38.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesu.spec ++++++ --- /var/tmp/diff_new_pack.qdyWZM/_old 2017-09-19 16:23:13.884719880 +0200 +++ /var/tmp/diff_new_pack.qdyWZM/_new 2017-09-19 16:23:13.888719313 +0200 @@ -18,19 +18,23 @@ %bcond_without lang %define lname libKF5Su5 -%define _tar_path 5.37 +%define _tar_path 5.38 +# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kdesu -Version: 5.37.0 +Version: 5.38.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 -BuildRequires: extra-cmake-modules >= %{_tar_path} +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_tar_path} +BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem -BuildRequires: ki18n-devel >= %{_tar_path} -BuildRequires: kpty-devel >= %{_tar_path} -BuildRequires: kservice-devel >= %{_tar_path} +BuildRequires: ki18n-devel >= %{_kf5_bugfix_version} +BuildRequires: kpty-devel >= %{_kf5_bugfix_version} +BuildRequires: kservice-devel >= %{_kf5_bugfix_version} BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: pkgconfig(x11) Summary: User interface for running shell commands with root privileges @@ -70,8 +74,8 @@ Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: kpty-devel >= %{_tar_path} -Requires: kservice-devel >= %{_tar_path} +Requires: kpty-devel >= %{_kf5_bugfix_version} +Requires: kservice-devel >= %{_kf5_bugfix_version} %description devel libkdesu provides functionality for building GUI front ends for ++++++ kdesu-5.37.0.tar.xz -> kdesu-5.38.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.37.0/CMakeLists.txt new/kdesu-5.38.0/CMakeLists.txt --- old/kdesu-5.37.0/CMakeLists.txt 2017-08-06 20:01:14.000000000 +0200 +++ new/kdesu-5.38.0/CMakeLists.txt 2017-09-03 10:04:47.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.37.0") # handled by release scripts -set(KF5_DEP_VERSION "5.37.0") # handled by release scripts +set(KF5_VERSION "5.38.0") # handled by release scripts +set(KF5_DEP_VERSION "5.38.0") # handled by release scripts project(KDESu VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.37.0 NO_MODULE) +find_package(ECM 5.38.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/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.37.0/po/eu/kdesud5.po new/kdesu-5.38.0/po/eu/kdesud5.po --- old/kdesu-5.37.0/po/eu/kdesud5.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kdesu-5.38.0/po/eu/kdesud5.po 2017-09-03 10:04:47.000000000 +0200 @@ -0,0 +1,56 @@ +# Translation of kdesud5.po to Euskara/Basque (eu) +# Copyright (C) 1999-2017, Free Software Foundation, Inc. +# This file is distributed under the same license as the frameworks package. +# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>. +# +# Translators: +# Iñigo Salvador Azurmendi <[email protected]>, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kdesud5\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2016-11-19 20:11+0100\n" +"PO-Revision-Date: 2017-08-24 00:40+0100\n" +"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" +"Language-Team: Basque <[email protected]>\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 2.0\n" + +#, kde-format +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Iñigo Salvador Azurmendi" + +#, kde-format +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: kdesud.cpp:272 +#, kde-format +msgid "KDE su daemon" +msgstr "KDE su daimona" + +#: kdesud.cpp:273 +#, kde-format +msgid "Daemon used by kdesu" +msgstr "kdesu-k erabiltzen duen daimona" + +#: kdesud.cpp:275 +#, kde-format +msgid "Copyright (c) 1999,2000 Geert Jansen" +msgstr "Copyright (c) 1999,2000 Geert Jansen" + +#: kdesud.cpp:276 +#, kde-format +msgid "Geert Jansen" +msgstr "Geert Jansen" + +#: kdesud.cpp:276 +#, kde-format +msgid "Author" +msgstr "Author" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.37.0/po/zh_CN/kdesud5.po new/kdesu-5.38.0/po/zh_CN/kdesud5.po --- old/kdesu-5.37.0/po/zh_CN/kdesud5.po 2017-08-06 20:01:14.000000000 +0200 +++ new/kdesu-5.38.0/po/zh_CN/kdesud5.po 2017-09-03 10:04:47.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:11+0100\n" -"PO-Revision-Date: 2017-08-05 09:29-0400\n" +"PO-Revision-Date: 2017-08-31 05:10-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.37.0/src/client.cpp new/kdesu-5.38.0/src/client.cpp --- old/kdesu-5.37.0/src/client.cpp 2017-08-06 20:01:14.000000000 +0200 +++ new/kdesu-5.38.0/src/client.cpp 2017-09-03 10:04:47.000000000 +0200 @@ -30,7 +30,7 @@ namespace KDESu { -class KDEsuClient::KDEsuClientPrivate +class Q_DECL_HIDDEN KDEsuClient::KDEsuClientPrivate { public: KDEsuClientPrivate() : sockfd(-1) {} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.37.0/src/ptyprocess.cpp new/kdesu-5.38.0/src/ptyprocess.cpp --- old/kdesu-5.37.0/src/ptyprocess.cpp 2017-08-06 20:01:14.000000000 +0200 +++ new/kdesu-5.38.0/src/ptyprocess.cpp 2017-09-03 10:04:47.000000000 +0200 @@ -114,7 +114,7 @@ return NotExited; } -class PtyProcess::PtyProcessPrivate +class Q_DECL_HIDDEN PtyProcess::PtyProcessPrivate { public: PtyProcessPrivate() : pty(nullptr) {} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.37.0/src/sshprocess.cpp new/kdesu-5.38.0/src/sshprocess.cpp --- old/kdesu-5.37.0/src/sshprocess.cpp 2017-08-06 20:01:14.000000000 +0200 +++ new/kdesu-5.38.0/src/sshprocess.cpp 2017-09-03 10:04:47.000000000 +0200 @@ -25,7 +25,7 @@ using namespace KDESuPrivate; -class SshProcess::SshProcessPrivate +class Q_DECL_HIDDEN SshProcess::SshProcessPrivate { public: SshProcessPrivate(const QByteArray &host) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.37.0/src/suprocess.cpp new/kdesu-5.38.0/src/suprocess.cpp --- old/kdesu-5.37.0/src/suprocess.cpp 2017-08-06 20:01:14.000000000 +0200 +++ new/kdesu-5.38.0/src/suprocess.cpp 2017-09-03 10:04:47.000000000 +0200 @@ -43,7 +43,7 @@ { using namespace KDESuPrivate; -class SuProcess::SuProcessPrivate +class Q_DECL_HIDDEN SuProcess::SuProcessPrivate { public: QString superUserCommand;
