Hello community, here is the log from the commit of package kpackage for openSUSE:Factory checked in at 2016-03-16 10:31:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpackage (Old) and /work/SRC/openSUSE:Factory/.kpackage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpackage" Changes: -------- --- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes 2016-02-24 18:56:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes 2016-03-16 10:31:05.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Mar 6 10:00:48 UTC 2016 - [email protected] + +- Update to 5.20.0 (boo#970856) + * Let KDocTools stay optional on KPackage + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.20.0.php + +------------------------------------------------------------------- Old: ---- kpackage-5.19.0.tar.xz New: ---- kpackage-5.20.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpackage.spec ++++++ --- /var/tmp/diff_new_pack.KnvtzI/_old 2016-03-16 10:31:06.000000000 +0100 +++ /var/tmp/diff_new_pack.KnvtzI/_new 2016-03-16 10:31:06.000000000 +0100 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.19 +%define _tar_path 5.20 Name: kpackage -Version: 5.19.0 +Version: 5.20.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kpackage-5.19.0.tar.xz -> kpackage-5.20.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.19.0/CMakeLists.txt new/kpackage-5.20.0/CMakeLists.txt --- old/kpackage-5.19.0/CMakeLists.txt 2016-02-06 14:53:23.000000000 +0100 +++ new/kpackage-5.20.0/CMakeLists.txt 2016-03-05 20:04:59.000000000 +0100 @@ -4,7 +4,7 @@ # ECM setup include(FeatureSummary) -find_package(ECM 5.19.0 NO_MODULE) +find_package(ECM 5.20.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) @@ -19,8 +19,8 @@ include(ECMSetupVersion) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) -set(KF5_VERSION "5.19.0") # handled by release scripts -set(KF5_DEP_VERSION "5.19.0") # handled by release scripts +set(KF5_VERSION "5.20.0") # handled by release scripts +set(KF5_DEP_VERSION "5.20.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX PACKAGE @@ -113,7 +113,9 @@ add_definitions(-DTRANSLATION_DOMAIN=\"libkpackage5\") if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ki18n_install(po) - kdoctools_install(po) + if (KF5DocTools_FOUND) + kdoctools_install(po) + endif() endif() add_subdirectory(src) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.19.0/po/cs/libkpackage5.po new/kpackage-5.20.0/po/cs/libkpackage5.po --- old/kpackage-5.19.0/po/cs/libkpackage5.po 2016-02-06 14:53:23.000000000 +0100 +++ new/kpackage-5.20.0/po/cs/libkpackage5.po 2016-03-05 20:04:59.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Vít Pelčák <[email protected]>, 2010, 2011, 2013, 2014, 2015. +# Vít Pelčák <[email protected]>, 2010, 2011, 2013, 2014, 2015, 2016. # Lukáš Tinkl <[email protected]>, 2010, 2012. # msgid "" @@ -8,7 +8,7 @@ "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-01-09 07:39+0000\n" -"PO-Revision-Date: 2015-07-10 11:10+0100\n" +"PO-Revision-Date: 2016-01-25 14:22+0100\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" @@ -133,7 +133,7 @@ #: kpackage/private/packagejobthread.cpp:304 #, kde-format msgid "Could not open metadata file: %1" -msgstr "" +msgstr "Nelze otevřít soubor s metadaty: %1" #: kpackage/private/packagejobthread.cpp:315 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.19.0/po/ko/libkpackage5.po new/kpackage-5.20.0/po/ko/libkpackage5.po --- old/kpackage-5.19.0/po/ko/libkpackage5.po 2016-02-06 14:53:23.000000000 +0100 +++ new/kpackage-5.20.0/po/ko/libkpackage5.po 2016-03-05 20:04:59.000000000 +0100 @@ -2,14 +2,14 @@ # Copyright (C) 2008 This_file_is_part_of_KDE # This file is distributed under the same license as the kdebase package. # Shinjo Park <[email protected]>, 2008, 2009, 2010. -# Shinjo Park <[email protected]>, 2011, 2012, 2014, 2015. +# Shinjo Park <[email protected]>, 2011, 2012, 2014, 2015, 2016. # msgid "" msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-01-09 07:39+0000\n" -"PO-Revision-Date: 2015-07-29 12:02+0200\n" +"PO-Revision-Date: 2016-02-14 15:18+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" @@ -17,7 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: kpackage/package.cpp:55 msgid "Desktop file that describes this package." @@ -129,10 +129,9 @@ msgstr "패키지 파일을 열 수 없음: %1" #: kpackage/private/packagejobthread.cpp:304 -#, fuzzy, kde-format -#| msgid "Could not open package file: %1" +#, kde-format msgid "Could not open metadata file: %1" -msgstr "패키지 파일을 열 수 없음: %1" +msgstr "메타데이터 파일을 열 수 없음: %1" #: kpackage/private/packagejobthread.cpp:315 #, kde-format @@ -152,17 +151,17 @@ #: kpackage/private/packagejobthread.cpp:351 msgid "" "The new package has a different type from the old version already installed." -msgstr "" +msgstr "새 패키지와 설치된 기존 패키지의 종류가 다릅니다." #: kpackage/private/packagejobthread.cpp:357 #, kde-format msgid "Impossible to remove the old installation of %1 located at %2" -msgstr "" +msgstr "%2에 있는 %1의 이전 설치본을 삭제할 수 없음" #: kpackage/private/packagejobthread.cpp:362 #, kde-format msgid "Not installing version %1 of %2. Version %3 already installed." -msgstr "" +msgstr "%2의 버전 %1을(를) 설치하지 않습니다. 버전 %3이(가) 설치되어 있습니다." #: kpackage/private/packagejobthread.cpp:367 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.19.0/po/ru/libkpackage5.po new/kpackage-5.20.0/po/ru/libkpackage5.po --- old/kpackage-5.19.0/po/ru/libkpackage5.po 2016-02-06 14:53:23.000000000 +0100 +++ new/kpackage-5.20.0/po/ru/libkpackage5.po 2016-03-05 20:04:59.000000000 +0100 @@ -8,7 +8,7 @@ # Leonid Kanter <[email protected]>, 2008. # Andrey Cherepanov <[email protected]>, 2008, 2009. # Nick Shaforostoff <[email protected]>, 2009. -# Alexander Potashev <[email protected]>, 2010, 2011, 2014, 2015. +# Alexander Potashev <[email protected]>, 2010, 2011, 2014, 2015, 2016. # Alexander Lakhin <[email protected]>, 2013. # Yuri Efremov <[email protected]>, 2013. msgid "" @@ -16,7 +16,7 @@ "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-01-09 07:39+0000\n" -"PO-Revision-Date: 2015-07-20 15:05+0300\n" +"PO-Revision-Date: 2016-02-23 00:05+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" @@ -140,10 +140,9 @@ msgstr "Не удалось открыть пакет: %1" #: kpackage/private/packagejobthread.cpp:304 -#, fuzzy, kde-format -#| msgid "Could not open package file: %1" +#, kde-format msgid "Could not open metadata file: %1" -msgstr "Не удалось открыть пакет: %1" +msgstr "Не удалось открыть файл метаданных: %1" #: kpackage/private/packagejobthread.cpp:315 #, kde-format @@ -164,16 +163,20 @@ msgid "" "The new package has a different type from the old version already installed." msgstr "" +"Тип нового пакета отличается от типа уже установленной старой версии пакета." +# BUGME: please change "Impossible to" to "Failed to" --aspotashev #: kpackage/private/packagejobthread.cpp:357 #, kde-format msgid "Impossible to remove the old installation of %1 located at %2" -msgstr "" +msgstr "Ошибка удаления уже установленной версии %1 из каталога %2" #: kpackage/private/packagejobthread.cpp:362 #, kde-format msgid "Not installing version %1 of %2. Version %3 already installed." msgstr "" +"Не будет установлена версия %1 пакета %2, потому что уже установлена версия " +"%3." #: kpackage/private/packagejobthread.cpp:367 #, kde-format
