Hello community, here is the log from the commit of package kdesu for openSUSE:Factory checked in at 2018-08-24 16:52:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesu (Old) and /work/SRC/openSUSE:Factory/.kdesu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesu" Fri Aug 24 16:52:38 2018 rev:56 rq:630601 version:5.49.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes 2018-07-21 10:12:15.899142186 +0200 +++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2018-08-24 16:52:40.773260609 +0200 @@ -1,0 +2,10 @@ +Sun Aug 19 09:18:59 UTC 2018 - [email protected] + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * None + +------------------------------------------------------------------- Old: ---- kdesu-5.48.0.tar.xz New: ---- kdesu-5.49.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesu.spec ++++++ --- /var/tmp/diff_new_pack.bEGJq3/_old 2018-08-24 16:52:41.213261127 +0200 +++ /var/tmp/diff_new_pack.bEGJq3/_new 2018-08-24 16:52:41.217261132 +0200 @@ -16,16 +16,26 @@ # -%bcond_without lang %define lname libKF5Su5 -%define _tar_path 5.48 +%define _tar_path 5.49 # 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.48.0 +Version: 5.49.0 Release: 0 +Summary: User interface for running shell commands with root privileges +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source1: baselibs.conf +# PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags +Patch0: fpie.patch +# PATCH-FIX-OPENSUSE +Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes @@ -34,38 +44,28 @@ BuildRequires: ki18n-devel >= %{_kf5_bugfix_version} BuildRequires: kpty-devel >= %{_kf5_bugfix_version} BuildRequires: kservice-devel >= %{_kf5_bugfix_version} +BuildRequires: pkgconfig BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: pkgconfig(x11) -Summary: User interface for running shell commands with root privileges -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz -Source1: baselibs.conf -# PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags -Patch0: fpie.patch -# PATCH-FIX-OPENSUSE -Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libkdesu provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. -%package -n %lname +%package -n %{lname} Summary: User interface for running shell commands with root privileges Group: System/GUI/KDE -%if %{suse_version} >= 1330 -Requires(pre): group(nogroup) -%endif Requires(pre): permissions Obsoletes: libKF5Su4 +%if 0%{?suse_version} >= 1330 +Requires(pre): group(nogroup) +%endif %if %{with lang} -Recommends: %lname-lang = %{version} +Recommends: %{lname}-lang = %{version} %endif -%description -n %lname +%description -n %{lname} libkdesu provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. @@ -73,7 +73,7 @@ %package devel Summary: User interface for running shell commands with root privileges Group: Development/Libraries/KDE -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: extra-cmake-modules Requires: kpty-devel >= %{_kf5_bugfix_version} Requires: kservice-devel >= %{_kf5_bugfix_version} @@ -84,7 +84,8 @@ kdessh use it to interface with su and ssh respectively. Development files. -%lang_package -n %lname +%lang_package -n %{lname} + %prep %setup -q %autopatch -p1 @@ -101,28 +102,26 @@ %find_lang kdesud5 %{name}.lang %endif -%post -n %lname +%post -n %{lname} /sbin/ldconfig %set_permissions %{_kf5_libexecdir}/kdesud -%postun -n %lname -p /sbin/ldconfig - -%verifyscript -n %lname +%postun -n %{lname} -p /sbin/ldconfig +%verifyscript -n %{lname} %verify_permissions -e %{_kf5_libexecdir}/kdesud %if %{with lang} -%files -n %lname-lang -f %{name}.lang +%files -n %{lname}-lang -f %{name}.lang %endif -%files -n %lname -%defattr(-,root,root) -%doc COPYING* README* +%files -n %{lname} +%license COPYING* +%doc README* %{_kf5_libdir}/libKF5Su.so.* %{_kf5_libexecdir}/kdesu_stub %verify(not mode) %attr(2755,root,nogroup) %{_kf5_libexecdir}/kdesud %files devel -%defattr(-,root,root) %{_kf5_libdir}/libKF5Su.so %{_kf5_libdir}/cmake/KF5Su/ %{_kf5_includedir}/*.h ++++++ kdesu-5.48.0.tar.xz -> kdesu-5.49.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.48.0/CMakeLists.txt new/kdesu-5.49.0/CMakeLists.txt --- old/kdesu-5.48.0/CMakeLists.txt 2018-07-08 00:30:26.000000000 +0200 +++ new/kdesu-5.49.0/CMakeLists.txt 2018-08-04 12:57:42.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.48.0") # handled by release scripts -set(KF5_DEP_VERSION "5.48.0") # handled by release scripts +set(KF5_VERSION "5.49.0") # handled by release scripts +set(KF5_DEP_VERSION "5.49.0") # handled by release scripts project(KDESu VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.48.0 NO_MODULE) +find_package(ECM 5.49.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.48.0/po/uk/kdesud5.po new/kdesu-5.49.0/po/uk/kdesud5.po --- old/kdesu-5.48.0/po/uk/kdesud5.po 2018-07-08 00:30:26.000000000 +0200 +++ new/kdesu-5.49.0/po/uk/kdesud5.po 2018-08-04 12:57:42.000000000 +0200 @@ -1,5 +1,5 @@ # Translation of kdesud5.po to Ukrainian -# Copyright (C) 2014 This_file_is_part_of_KDE +# Copyright (C) 2018 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.48.0/po/zh_CN/kdesud5.po new/kdesu-5.49.0/po/zh_CN/kdesud5.po --- old/kdesu-5.48.0/po/zh_CN/kdesud5.po 2018-07-08 00:30:26.000000000 +0200 +++ new/kdesu-5.49.0/po/zh_CN/kdesud5.po 2018-08-04 12:57:42.000000000 +0200 @@ -7,7 +7,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: 2018-07-03 17:35\n" +"PO-Revision-Date: 2018-07-24 08:41\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
