Hello community, here is the log from the commit of package kpackage for openSUSE:Factory checked in at 2019-12-18 14:41:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpackage (Old) and /work/SRC/openSUSE:Factory/.kpackage.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpackage" Wed Dec 18 14:41:22 2019 rev:63 rq:757053 version:5.65.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes 2019-11-12 11:49:10.202956916 +0100 +++ /work/SRC/openSUSE:Factory/.kpackage.new.4691/kpackage.changes 2019-12-18 14:43:05.837795330 +0100 @@ -1,0 +2,12 @@ +Sun Dec 8 11:18:45 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.65.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.65.0.php +- Changes since 5.64.0: + * Remove -std=c++0x flag and duplicated -Wall flag + * Remove commented cmake code + * support Qt File selectors in KPackage + +------------------------------------------------------------------- Old: ---- kpackage-5.64.0.tar.xz kpackage-5.64.0.tar.xz.sig New: ---- kpackage-5.65.0.tar.xz kpackage-5.65.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpackage.spec ++++++ --- /var/tmp/diff_new_pack.EKzcWY/_old 2019-12-18 14:43:06.225795507 +0100 +++ /var/tmp/diff_new_pack.EKzcWY/_new 2019-12-18 14:43:06.225795507 +0100 @@ -1,7 +1,7 @@ # # spec file for package kpackage # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%define _tar_path 5.64 +%define _tar_path 5.65 # 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: kpackage -Version: 5.64.0 +Version: 5.65.0 Release: 0 Summary: Non-binary asset user-installable package managing framework License: LGPL-2.1-or-later ++++++ kpackage-5.64.0.tar.xz -> kpackage-5.65.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/CMakeLists.txt new/kpackage-5.65.0/CMakeLists.txt --- old/kpackage-5.64.0/CMakeLists.txt 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/CMakeLists.txt 2019-12-07 22:46:31.000000000 +0100 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.64.0") # handled by release scripts -set(KF5_DEP_VERSION "5.64.0") # handled by release scripts +set(KF5_VERSION "5.65.0") # handled by release scripts +set(KF5_DEP_VERSION "5.65.0") # handled by release scripts project(KPackage VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.64.0 NO_MODULE) +find_package(ECM 5.65.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) @@ -36,13 +36,6 @@ PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5PackageConfigVersion.cmake" SOVERSION 5) -################# Enable C++0x (still too early for -std=c++11) features for clang and gcc ################# - -if(UNIX) - #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++0x") - add_definitions("-Wall -std=c++0x") -endif() - ################# now find all used packages ################# set (REQUIRED_QT_VERSION 5.11.0) @@ -67,7 +60,7 @@ PACKAGE_SETUP_AUTOMOC_VARIABLES ) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00) include(KF5PackageMacros.cmake) # make package_version.h available diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/po/gl/libkpackage5.po new/kpackage-5.65.0/po/gl/libkpackage5.po --- old/kpackage-5.64.0/po/gl/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/po/gl/libkpackage5.po 2019-12-07 22:46:31.000000000 +0100 @@ -102,7 +102,7 @@ #: kpackage/packageloader.cpp:71 #, kde-format msgid "Online Services" -msgstr "Servizos en internet" +msgstr "Servizos en Internet" #: kpackage/packageloader.cpp:72 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/po/hu/libkpackage5.po new/kpackage-5.65.0/po/hu/libkpackage5.po --- old/kpackage-5.64.0/po/hu/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/po/hu/libkpackage5.po 2019-12-07 22:46:31.000000000 +0100 @@ -2,22 +2,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Balázs Úr <[email protected]>, 2013, 2014. -# Kristóf Kiszel <[email protected]>, 2014, 2015. +# Kristóf Kiszel <[email protected]>, 2014, 2015, 2019. # Kristof Kiszel <[email protected]>, 2018. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2018-10-19 18:07+0200\n" -"Last-Translator: Kristof Kiszel <[email protected]>\n" +"PO-Revision-Date: 2019-11-22 23:54+0100\n" +"Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" "Language: hu\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" +"X-Generator: Lokalize 20.03.70\n" #: kpackage/package.cpp:57 #, kde-format @@ -522,11 +522,7 @@ "munkamenet standard mappái lesznek végignézve." #: kpackagetool/options.h:89 -#, fuzzy, kde-format -#| msgid "" -#| "Recreate the plugin index. To be used in: conjunction with either the " -#| "option -t or -g. Recreates the index for the given type or package root. " -#| "Operates in the user directory, unless -g is used" +#, kde-format msgid "" "Recreate the plugin index. To be used in conjunction with either the option -" "t or -g. Recreates the index for the given type or package root. Operates in " @@ -537,11 +533,7 @@ "felhasználó könyvtárában dolgozik, hacsak a -g opció nincs megadva" #: kpackagetool/options.h:98 -#, fuzzy, kde-format -#| msgid "" -#| "Remove the plugin index. To be used in: conjunction with either the " -#| "option -t or -g. Recreates the index for the given type or package root. " -#| "Operates in the user directory, unless -g is used" +#, kde-format msgid "" "Remove the plugin index. To be used in conjunction with either the option -t " "or -g. Recreates the index for the given type or package root. Operates in " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/po/id/libkpackage5.po new/kpackage-5.65.0/po/id/libkpackage5.po --- old/kpackage-5.64.0/po/id/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/po/id/libkpackage5.po 2019-12-07 22:46:31.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2019-08-28 16:03+0700\n" +"PO-Revision-Date: 2019-11-09 21:00+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -17,6 +17,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 19.08.1\n" #: kpackage/package.cpp:57 #, kde-format @@ -253,7 +254,7 @@ #: kpackage/private/packages.cpp:79 #, kde-format msgid "Executable Scripts" -msgstr "Skrip Dapat-dilaksanakan" +msgstr "Skrip Dapat Dieksekusi" #: kpackage/private/packages.cpp:84 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/po/pt_BR/docs/kpackagetool/man-kpackagetool5.1.docbook new/kpackage-5.65.0/po/pt_BR/docs/kpackagetool/man-kpackagetool5.1.docbook --- old/kpackage-5.64.0/po/pt_BR/docs/kpackagetool/man-kpackagetool5.1.docbook 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/po/pt_BR/docs/kpackagetool/man-kpackagetool5.1.docbook 2019-12-07 22:46:31.000000000 +0100 @@ -182,12 +182,12 @@ ><option >-i, --install</option > <replaceable ->localização</replaceable +> caminho</replaceable ></term> <listitem ><para ->Instala o pacote disponível na <quote ->localização</quote +>Instala o pacote disponível no <quote +>caminho</quote >.</para ></listitem> </varlistentry> @@ -210,12 +210,12 @@ ><option >-u, --upgrade</option > <replaceable ->localização</replaceable +>caminho</replaceable ></term> <listitem ><para >Atualiza o pacote disponível na <quote ->localização</quote +>caminho</quote >.</para ></listitem> </varlistentry> @@ -258,7 +258,7 @@ ><option >-p, --packageroot</option > <replaceable ->localização</replaceable +>caminho</replaceable ></term> <listitem ><para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/po/zh_CN/libkpackage5.po new/kpackage-5.65.0/po/zh_CN/libkpackage5.po --- old/kpackage-5.64.0/po/zh_CN/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/po/zh_CN/libkpackage5.po 2019-12-07 22:46:31.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2019-10-09 09:44\n" +"PO-Revision-Date: 2019-11-19 23:01\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.64.0/src/kpackage/CMakeLists.txt new/kpackage-5.65.0/src/kpackage/CMakeLists.txt --- old/kpackage-5.64.0/src/kpackage/CMakeLists.txt 2019-11-02 13:59:15.000000000 +0100 +++ new/kpackage-5.65.0/src/kpackage/CMakeLists.txt 2019-12-07 22:46:31.000000000 +0100 @@ -44,7 +44,6 @@ target_link_libraries(KF5Package PUBLIC - #KF5::Service # For kplugininfo.h and kservice.h KF5::CoreAddons PRIVATE Qt5::DBus
