Hello community, here is the log from the commit of package kdesu for openSUSE:Factory checked in at 2017-01-31 11:58:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesu (Old) and /work/SRC/openSUSE:Factory/.kdesu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesu" Changes: -------- --- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes 2016-12-17 11:07:24.256863644 +0100 +++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2017-02-03 17:44:30.838843115 +0100 @@ -1,0 +2,7 @@ +Sun Jan 8 23:40:06 UTC 2017 - [email protected] + +- Update to 5.30.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.30.0.php + +------------------------------------------------------------------- Old: ---- kdesu-5.29.0.tar.xz New: ---- kdesu-5.30.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesu.spec ++++++ --- /var/tmp/diff_new_pack.lfxAM8/_old 2017-02-03 17:44:31.222788770 +0100 +++ /var/tmp/diff_new_pack.lfxAM8/_new 2017-02-03 17:44:31.226788204 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdesu # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %bcond_without lang %define lname libKF5Su5 -%define _tar_path 5.29 +%define _tar_path 5.30 Name: kdesu -Version: 5.29.0 +Version: 5.30.0 Release: 0 %define kf5_version %{version} -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{_tar_path} ++++++ kdesu-5.29.0.tar.xz -> kdesu-5.30.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.29.0/CMakeLists.txt new/kdesu-5.30.0/CMakeLists.txt --- old/kdesu-5.29.0/CMakeLists.txt 2016-12-03 22:00:24.000000000 +0100 +++ new/kdesu-5.30.0/CMakeLists.txt 2017-01-08 21:50:05.000000000 +0100 @@ -1,9 +1,11 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.0) -project(KDESu) +set(KF5_VERSION "5.30.0") # handled by release scripts +set(KF5_DEP_VERSION "5.30.0") # handled by release scripts +project(KDESu VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.29.0 NO_MODULE) +find_package(ECM 5.30.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) @@ -16,8 +18,6 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -set(KF5_VERSION "5.29.0") # handled by release scripts -set(KF5_DEP_VERSION "5.29.0") # handled by release scripts find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED) find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED) @@ -33,7 +33,7 @@ include(ECMGenerateHeaders) include(ECMMarkNonGuiExecutable) -ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDESU +ecm_setup_version(PROJECT VARIABLE_PREFIX KDESU VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kdesu_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5SuConfigVersion.cmake" SOVERSION 5) @@ -46,9 +46,9 @@ # create a Config.cmake and a ConfigVersion.cmake file and install them set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Su") -include(ECMPackageConfigHelpers) +include(CMakePackageConfigHelpers) -ecm_configure_package_config_file( +configure_package_config_file( "${CMAKE_CURRENT_SOURCE_DIR}/KF5SuConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/KF5SuConfig.cmake" INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.29.0/KF5SuConfig.cmake.in new/kdesu-5.30.0/KF5SuConfig.cmake.in --- old/kdesu-5.29.0/KF5SuConfig.cmake.in 2016-12-03 22:00:24.000000000 +0100 +++ new/kdesu-5.30.0/KF5SuConfig.cmake.in 2017-01-08 21:50:05.000000000 +0100 @@ -1,5 +1,6 @@ @PACKAGE_INIT@ +include(CMakeFindDependencyMacro) find_dependency(KF5Pty "@KF5_DEP_VERSION@") include("${CMAKE_CURRENT_LIST_DIR}/KF5SuTargets.cmake") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.29.0/metainfo.yaml new/kdesu-5.30.0/metainfo.yaml --- old/kdesu-5.29.0/metainfo.yaml 2016-12-03 22:00:24.000000000 +0100 +++ new/kdesu-5.30.0/metainfo.yaml 2017-01-08 21:50:05.000000000 +0100 @@ -4,6 +4,7 @@ type: integration platforms: - name: Linux + - name: FreeBSD portingAid: false deprecated: false release: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.29.0/po/ast/kdesud5.po new/kdesu-5.30.0/po/ast/kdesud5.po --- old/kdesu-5.29.0/po/ast/kdesud5.po 2016-12-03 22:00:24.000000000 +0100 +++ new/kdesu-5.30.0/po/ast/kdesud5.po 2017-01-08 21:50:05.000000000 +0100 @@ -1,15 +1,15 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# enolp <[email protected]>, 2015. +# enolp <[email protected]>, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:11+0100\n" -"PO-Revision-Date: 2015-11-16 00:29+0100\n" +"PO-Revision-Date: 2016-12-20 21:25+0100\n" "Last-Translator: enolp <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" +"Language-Team: Asturian <[email protected]>\n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -30,12 +30,12 @@ #: kdesud.cpp:272 #, kde-format msgid "KDE su daemon" -msgstr "Degorriu su KDE" +msgstr "Degorriu su de KDE" #: kdesud.cpp:273 #, kde-format msgid "Daemon used by kdesu" -msgstr "Degorriu usáu por kdesu" +msgstr "Degorriu usáu po kdesu" #: kdesud.cpp:275 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.29.0/po/gl/kdesud5.po new/kdesu-5.30.0/po/gl/kdesud5.po --- old/kdesu-5.29.0/po/gl/kdesud5.po 2016-12-03 22:00:24.000000000 +0100 +++ new/kdesu-5.30.0/po/gl/kdesud5.po 2017-01-08 21:50:05.000000000 +0100 @@ -40,7 +40,7 @@ #: kdesud.cpp:275 #, kde-format msgid "Copyright (c) 1999,2000 Geert Jansen" -msgstr "Copyright (c) 1999,2000 Geert Jansen" +msgstr "© 1999,2000 Geert Jansen" #: kdesud.cpp:276 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-5.29.0/po/ru/kdesud5.po new/kdesu-5.30.0/po/ru/kdesud5.po --- old/kdesu-5.29.0/po/ru/kdesud5.po 2016-12-03 22:00:24.000000000 +0100 +++ new/kdesu-5.30.0/po/ru/kdesud5.po 2017-01-08 21:50:05.000000000 +0100 @@ -57,13 +57,3 @@ #, kde-format msgid "Author" msgstr "Автор" - -#~ msgid "" -#~ "_: NAME OF TRANSLATORS\n" -#~ "Your names" -#~ msgstr "Igor Azarniy" - -#~ msgid "" -#~ "_: EMAIL OF TRANSLATORS\n" -#~ "Your emails" -#~ msgstr "[email protected]"
