Hello community, here is the log from the commit of package kparts for openSUSE:Factory checked in at 2018-01-09 14:43:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kparts (Old) and /work/SRC/openSUSE:Factory/.kparts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kparts" Tue Jan 9 14:43:46 2018 rev:47 rq:559460 version:5.41.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kparts/kparts.changes 2017-11-16 14:40:11.468462791 +0100 +++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes 2018-01-09 14:43:47.534249423 +0100 @@ -1,0 +2,10 @@ +Sun Dec 17 09:43:49 CET 2017 - [email protected] + +- Update to 5.41.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.41.0.php +- Changes since 5.40.0: + * KPartsApp template: remove bogus translation strings + +------------------------------------------------------------------- Old: ---- kparts-5.40.0.tar.xz New: ---- kparts-5.41.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kparts.spec ++++++ --- /var/tmp/diff_new_pack.jbw4Hl/_old 2018-01-09 14:43:48.206217911 +0100 +++ /var/tmp/diff_new_pack.jbw4Hl/_new 2018-01-09 14:43:48.214217536 +0100 @@ -18,13 +18,13 @@ %bcond_without lang %define lname libKF5Parts5 -%define _tar_path 5.40 +%define _tar_path 5.41 # 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: kparts -Version: 5.40.0 +Version: 5.41.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ kparts-5.40.0.tar.xz -> kparts-5.41.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.40.0/CMakeLists.txt new/kparts-5.41.0/CMakeLists.txt --- old/kparts-5.40.0/CMakeLists.txt 2017-11-05 09:36:47.000000000 +0100 +++ new/kparts-5.41.0/CMakeLists.txt 2017-12-02 21:07:26.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.40.0") # handled by release scripts -set(KF5_DEP_VERSION "5.40.0") # handled by release scripts +set(KF5_VERSION "5.41.0") # handled by release scripts +set(KF5_DEP_VERSION "5.41.0") # handled by release scripts project(KParts VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.40.0 NO_MODULE) +find_package(ECM 5.41.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/kparts-5.40.0/po/zh_CN/kparts5.po new/kparts-5.41.0/po/zh_CN/kparts5.po --- old/kparts-5.40.0/po/zh_CN/kparts5.po 2017-11-05 09:36:47.000000000 +0100 +++ new/kparts-5.41.0/po/zh_CN/kparts5.po 2017-12-02 21:07:26.000000000 +0100 @@ -15,7 +15,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2017-10-19 10:41-0400\n" +"PO-Revision-Date: 2017-11-09 08:34-0500\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/kparts-5.40.0/templates/kpartsapp/kpartsapp.kdevtemplate new/kparts-5.41.0/templates/kpartsapp/kpartsapp.kdevtemplate --- old/kparts-5.40.0/templates/kpartsapp/kpartsapp.kdevtemplate 2017-11-05 09:36:47.000000000 +0100 +++ new/kparts-5.41.0/templates/kpartsapp/kpartsapp.kdevtemplate 2017-12-02 21:07:26.000000000 +0100 @@ -6,6 +6,7 @@ Name[cs]=Aplikace KParts Name[da]=KParts-program Name[de]=KParts-Programm +Name[en_GB]=KParts Application Name[es]=Aplicación de KParts Name[eu]=KParts aplikazioa Name[fi]=KParts-sovellus @@ -34,6 +35,7 @@ Comment[ca@valencia]=Genera una construcció d'aplicació en el Framework KParts, usant el CMake. Comment[cs]=Generovat aplikaci postavenou na frameworku KParts pomocí CMake. Comment[da]=Generer et program bygget på KParts-systemet med brug af CMake. +Comment[en_GB]=Generate an application built on the KParts framework, using CMake. Comment[es]=Generar una construcción de aplicación sobre la infraestructura KParts, usando CMake. Comment[eu]=Sortu aplikazio bat KParts-framework azpiegituran eraikia, CMake erabiliz. Comment[fi]=Luo KParts-sovelluskehykseen pohjautuva sovellus käyttäen CMakea. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.40.0/templates/kpartsapp/src/part/%{APPNAMELC}part.desktop new/kparts-5.41.0/templates/kpartsapp/src/part/%{APPNAMELC}part.desktop --- old/kparts-5.40.0/templates/kpartsapp/src/part/%{APPNAMELC}part.desktop 2017-11-05 09:36:47.000000000 +0100 +++ new/kparts-5.41.0/templates/kpartsapp/src/part/%{APPNAMELC}part.desktop 2017-12-02 21:07:26.000000000 +0100 @@ -1,36 +1,6 @@ [Desktop Entry] Type=Service Name=%{APPNAME}Part -Name[ast]=%{APPNAME}Part -Name[ca]=%{APPNAME}Part -Name[ca@valencia]=%{APPNAME}Part -Name[cs]=%{APPNAME}Part -Name[da]=%{APPNAME}Part -Name[de]=%{APPNAME}Part -Name[es]=%{APPNAME}Part -Name[eu]=%{APPNAME}Part -Name[fi]=%{APPNAME}-osa -Name[fr]=%{APPNAME}Part -Name[gl]=%{APPNAME}Part -Name[ia]=%{APPNAME}Part -Name[it]=%{APPNAME}Part -Name[nb]=%{APPNAME}-del -Name[nl]=%{APPNAME}Part -Name[nn]=%{APPNAME}-del -Name[pl]=%{APPNAME}Part -Name[pt]=%{APPNAME}Part -Name[ru]=Компонент %{APPNAME} -Name[sl]=%{APPNAME}Part -Name[sr]=%{APPNAME}Part -Name[sr@ijekavian]=%{APPNAME}Part -Name[sr@ijekavianlatin]=%{APPNAME}Part -Name[sr@latin]=%{APPNAME}Part -Name[sv]=%{APPNAME}-delprogram -Name[tr]=%{APPNAME}Part -Name[uk]=%{APPNAME}Part -Name[x-test]=xx%{APPNAME}Partxx -Name[zh_CN]=%{APPNAME}Part -Name[zh_TW]=%{APPNAME}Part Icon=%{APPNAMELC} # TODO: replace with your custom supported mime types MimeType=text/plain; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kparts-5.40.0/templates/kpartsapp/src/shell/%{APPNAMELC}.desktop new/kparts-5.41.0/templates/kpartsapp/src/shell/%{APPNAMELC}.desktop --- old/kparts-5.40.0/templates/kpartsapp/src/shell/%{APPNAMELC}.desktop 2017-11-05 09:36:47.000000000 +0100 +++ new/kparts-5.41.0/templates/kpartsapp/src/shell/%{APPNAMELC}.desktop 2017-12-02 21:07:26.000000000 +0100 @@ -1,36 +1,6 @@ [Desktop Entry] Type=Application Name=%{APPNAME} -Name[ast]=%{APPNAME} -Name[ca]=%{APPNAME} -Name[ca@valencia]=%{APPNAME} -Name[cs]=%{APPNAME} -Name[da]=%{APPNAME} -Name[de]=%{APPNAME} -Name[es]=%{APPNAME} -Name[eu]=%{APPNAME} -Name[fi]=%{APPNAME} -Name[fr]=%{APPNAME} -Name[gl]=%{APPNAME} -Name[ia]=%{APPNAME} -Name[it]=%{APPNAME} -Name[nb]=%{APPNAME} -Name[nl]=%{APPNAME} -Name[nn]=%{APPNAME} -Name[pl]=%{APPNAME} -Name[pt]=%{APPNAME} -Name[ru]=%{APPNAME} -Name[sl]=%{APPNAME} -Name[sr]=%{APPNAME} -Name[sr@ijekavian]=%{APPNAME} -Name[sr@ijekavianlatin]=%{APPNAME} -Name[sr@latin]=%{APPNAME} -Name[sv]=%{APPNAME} -Name[tr]=%{APPNAME} -Name[uk]=%{APPNAME} -Name[x-test]=xx%{APPNAME}xx -Name[zh_CN]=%{APPNAME} -Name[zh_TW]=%{APPNAME} Icon=%{APPNAMELC} # TODO: replace with your custom supported mime types MimeType=text/plain;
