Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-06-01 16:20:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and      /work/SRC/openSUSE:Factory/.kpackage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpackage"

Thu Jun  1 16:20:40 2017 rev:31 rq:495059 version:5.34.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes        2017-04-30 
21:20:00.253639640 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-06-01 
16:20:41.545003589 +0200
@@ -1,0 +2,15 @@
+Mon May 15 13:53:11 CEST 2017 - [email protected]
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * Fix spelling in documentation.
+  * fix include path in KF5PackageMacros.cmake 
https://phabricator.kde.org/D5615
+  * Ignore warnings during appdata generation (kde#378529)
+- Remove patches, now upstream:
+  * 0001-Ignore-warnings-during-appdata-generation.patch
+- Use %find_lang --with-man --all-name
+
+-------------------------------------------------------------------

Old:
----
  0001-Ignore-warnings-during-appdata-generation.patch
  kpackage-5.33.0.tar.xz

New:
----
  kpackage-5.34.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kpackage.spec ++++++
--- /var/tmp/diff_new_pack.TeZhyG/_old  2017-06-01 16:20:43.356748112 +0200
+++ /var/tmp/diff_new_pack.TeZhyG/_new  2017-06-01 16:20:43.356748112 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:           kpackage
-Version:        5.33.0
+Version:        5.34.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -42,8 +42,6 @@
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch101:       0001-Ignore-warnings-during-appdata-generation.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,7 +61,6 @@
 %lang_package
 %prep
 %setup -q
-%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
@@ -73,15 +70,7 @@
   %kf5_makeinstall -C build
 
 %if %{with lang}
-%find_lang lib%{name}5 %{name}5.lang
-echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}5.lang
-echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
-echo "%doc %lang(es) %{_kf5_mandir}/es" >>%{name}5.lang
-echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang
-echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
-echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang
-echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
-echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
+%find_lang %{name} --with-man --all-name
 %endif
 
 %post -p /sbin/ldconfig
@@ -89,7 +78,7 @@
 %postun -p /sbin/ldconfig
 
 %if %{with lang}
-%files lang -f %{name}5.lang
+%files lang -f %{name}.lang
 %endif
 
 %files

++++++ kpackage-5.33.0.tar.xz -> kpackage-5.34.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.33.0/CMakeLists.txt 
new/kpackage-5.34.0/CMakeLists.txt
--- old/kpackage-5.33.0/CMakeLists.txt  2017-04-01 21:39:01.000000000 +0200
+++ new/kpackage-5.34.0/CMakeLists.txt  2017-05-06 13:57:27.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.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/kpackage-5.33.0/KF5PackageMacros.cmake 
new/kpackage-5.34.0/KF5PackageMacros.cmake
--- old/kpackage-5.33.0/KF5PackageMacros.cmake  2017-04-01 21:39:01.000000000 
+0200
+++ new/kpackage-5.34.0/KF5PackageMacros.cmake  2017-05-06 13:57:27.000000000 
+0200
@@ -1,6 +1,6 @@
 
 find_package(ECM 1.6.0 CONFIG REQUIRED)
-include(KDEInstallDirs)
+include(${ECM_KDE_MODULE_DIR}/KDEInstallDirs.cmake)
 
 set(KPACKAGE_RELATIVE_DATA_INSTALL_DIR "kpackage")
 
@@ -51,11 +51,13 @@
         set(APPDATAFILE "${CMAKE_CURRENT_BINARY_DIR}/${component}.appdata.xml")
 
         execute_process(COMMAND ${kpackagetool_cmd} --appstream-metainfo 
${CMAKE_CURRENT_SOURCE_DIR}/${dir} OUTPUT_FILE ${APPDATAFILE} ERROR_VARIABLE 
appstreamerror RESULT_VARIABLE result)
-        if(appstreamerror)
-            if (NOT result EQUAL 0)
-                message(WARNING "couldn't generate metainfo for ${component}: 
${appstreamerror}")
-            endif ()
+        if (NOT result EQUAL 0)
+            message(WARNING "couldn't generate metainfo for ${component}: 
${appstreamerror}")
         else()
+            if(appstreamerror)
+                message(WARNING "warnings during generation of metainfo for 
${component}: ${appstreamerror}")
+            endif()
+
             install(FILES ${APPDATAFILE} DESTINATION 
${KDE_INSTALL_METAINFODIR})
         endif()
    else()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.33.0/po/es/docs/kpackagetool/man-kpackagetool5.1.docbook 
new/kpackage-5.34.0/po/es/docs/kpackagetool/man-kpackagetool5.1.docbook
--- old/kpackage-5.33.0/po/es/docs/kpackagetool/man-kpackagetool5.1.docbook     
2017-04-01 21:39:01.000000000 +0200
+++ new/kpackage-5.34.0/po/es/docs/kpackagetool/man-kpackagetool5.1.docbook     
2017-05-06 13:57:27.000000000 +0200
@@ -8,9 +8,9 @@
 <title
 >Gestor KPackage</title>
 <date
->2015-07-31</date>
+>2017-01-03</date>
 <releaseinfo
->Frameworks 5.13</releaseinfo>
+>Frameworks 5.30</releaseinfo>
 <productname
 >KDE Frameworks</productname>
 </refentryinfo>
@@ -172,7 +172,7 @@
 ></term>
 <listitem
 ><para
->El tipo de paquete. Por ejemplo, tema, fondo de escritorio, plasmoide, motor 
de datos, lanzador, plantilla de disposición, &etc; [plasmoide].</para
+>El tipo de paquete que corresponde al tipo de servicio del complemento del 
paquete Por ejemplo, «KPackage/Generic», «Plasma/Theme», «Plasma/Wallpaper», 
«Plasma/Applet», etc</para
 ></listitem>
 </varlistentry>
 <varlistentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.33.0/po/ia/libkpackage5.po 
new/kpackage-5.34.0/po/ia/libkpackage5.po
--- old/kpackage-5.33.0/po/ia/libkpackage5.po   2017-04-01 21:39:01.000000000 
+0200
+++ new/kpackage-5.34.0/po/ia/libkpackage5.po   2017-05-06 13:57:27.000000000 
+0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# G.Sora <[email protected]>, 2014, 2016.
+# G.Sora <[email protected]>, 2014, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-03 04:08+0100\n"
-"PO-Revision-Date: 2016-11-29 13:51+0100\n"
-"Last-Translator: Giovanni Sora <[email protected]>\n"
-"Language-Team: Interlingua <[email protected]>\n"
+"PO-Revision-Date: 2017-04-14 23:33+0100\n"
+"Last-Translator: giovanni <[email protected]>\n"
+"Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\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 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: kpackage/package.cpp:54
 #, kde-format
@@ -175,17 +175,19 @@
 msgid ""
 "The new package has a different type from the old version already installed."
 msgstr ""
+"Le nove pacchetto ha un differente typo ab le vetere version jam installate."
 
 #: kpackage/private/packagejobthread.cpp:355
 #, kde-format
 msgid ""
 "Impossible to remove the old installation of %1 located at %2. error: %3"
 msgstr ""
+"Impossibile remover le vetere installation de %1 locate a %2. error: %3"
 
 #: kpackage/private/packagejobthread.cpp:359
 #, kde-format
 msgid "Not installing version %1 of %2. Version %3 already installed."
-msgstr ""
+msgstr "Non installante version %1 de %2. Version %3 jam installate."
 
 #: kpackage/private/packagejobthread.cpp:363
 #, kde-format
@@ -193,10 +195,9 @@
 msgstr "%1 jam existe."
 
 #: kpackage/private/packagejobthread.cpp:378
-#, fuzzy, kde-format
-#| msgid "Could not find requested component: %1"
+#, kde-format
 msgid "Could not install dependency: '%1'"
-msgstr "Il non pote trovar componente requirite:%1"
+msgstr "Il non pote installar dependentia: '%1'"
 
 #: kpackage/private/packagejobthread.cpp:390
 #, kde-format
@@ -298,10 +299,9 @@
 msgstr "Il es requirite un de installar, remover, actualisar o listar."
 
 #: kpackagetool/kpackagetool.cpp:371 kpackagetool/kpackagetool.cpp:455
-#, fuzzy, kde-format
-#| msgid "Error: Can't find plugin metadata: %1"
+#, kde-format
 msgid "Error: Can't find plugin metadata: %1\n"
-msgstr "Error: non pote trovar metadata de plugin: %1"
+msgstr "Error: non pote trovar metadata de plugin: %1\n"
 
 #: kpackagetool/kpackagetool.cpp:375
 #, kde-format
@@ -336,7 +336,7 @@
 #: kpackagetool/kpackagetool.cpp:461
 #, kde-format
 msgid "%1 has NoDisplay enabled\n"
-msgstr ""
+msgstr "%1 ha activate NoDisplay\n"
 
 #: kpackagetool/kpackagetool.cpp:523
 #, kde-format
@@ -454,6 +454,9 @@
 "plugin, e.g. KPackage/Generic, Plasma/Theme, Plasma/Wallpaper, Plasma/"
 "Applet, etc."
 msgstr ""
+"Le typo de pacchetto, correspondente al typo de servicio del plugin del "
+"pacchetto, p.ex. KPackage/Generic, Plasma/Theme, Plasma/Wallpaper, Plasma/"
+"Applet, etc."
 
 #: kpackagetool/main.cpp:64
 #, kde-format
@@ -505,11 +508,12 @@
 "t or -g. Recreates the index for the given type or package root. Operates in "
 "the user directory, unless -g is used"
 msgstr ""
+"Recrea le indice de plugin. Per esser usate in conjunction con o le option -"
+"t o -g. Recrea le indice per le date typo o pacchetto radice. Opera in le "
+"directorio del usator, a minusque -g es usate"
 
 #: kpackagetool/main.cpp:72
-#, fuzzy, kde-format
-#| msgctxt "Do not translate <path>"
-#| msgid "Generate a SHA1 hash for the package at <path>"
+#, kde-format
 msgctxt "Do not translate <path>"
 msgid "Outputs the metadata for the package <path>"
-msgstr "Genera un hash SHA1 per le pacchetto a <path>"
+msgstr "Invia le metadatos per le pacchetto <path>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.33.0/po/pt/docs/kpackagetool/man-kpackagetool5.1.docbook 
new/kpackage-5.34.0/po/pt/docs/kpackagetool/man-kpackagetool5.1.docbook
--- old/kpackage-5.33.0/po/pt/docs/kpackagetool/man-kpackagetool5.1.docbook     
1970-01-01 01:00:00.000000000 +0100
+++ new/kpackage-5.34.0/po/pt/docs/kpackagetool/man-kpackagetool5.1.docbook     
2017-05-06 13:57:27.000000000 +0200
@@ -0,0 +1,327 @@
+<?xml version="1.0" ?>
+<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
+<!ENTITY % Portuguese "INCLUDE">
+]>
+
+<refentry lang="&language;">
+<refentryinfo>
+<title
+>Gestor do KPackage</title>
+<date
+>2017-01-03</date>
+<releaseinfo
+>Plataformas 5.30</releaseinfo>
+<productname
+>Plataformas do KDE</productname>
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+><command
+>kpackagetool5</command
+></refentrytitle>
+<manvolnum
+>1</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+><command
+>kpackagetool5</command
+></refname>
+<refpurpose
+>Instalar, listar, remover pacotes do Plasma</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis
+><command
+>kpackagetool5</command
+> <group choice="opt"
+><option
+>-v, --version</option
+></group
+> <group choice="opt"
+><option
+>-h, --help</option
+></group
+> <group choice="opt"
+><option
+>--hash</option
+> <replaceable
+> localização</replaceable
+></group
+> <group choice="opt"
+><option
+>-g, --global</option
+></group
+> <group choice="opt"
+><option
+>-t, --type</option
+> <replaceable
+> tipo</replaceable
+></group
+> <group choice="opt"
+><option
+>-i, --install</option
+> <replaceable
+> localização</replaceable
+></group
+> <group choice="opt"
+><option
+>-s, --show</option
+> <replaceable
+> nome</replaceable
+></group
+> <group choice="opt"
+><option
+>-u, --upgrade</option
+> <replaceable
+> localização</replaceable
+></group
+> <group choice="opt"
+><option
+>-l, --list</option
+></group
+> <group choice="opt"
+><option
+>--list-types</option
+></group
+> <group choice="opt"
+><option
+>-r, --remove</option
+> <replaceable
+> nome</replaceable
+></group
+> <group choice="opt"
+><option
+>-p, --packageroot</option
+> <replaceable
+> localização</replaceable
+></group
+> <group choice="opt"
+><option
+>--generate-index</option
+></group
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title
+>Descrição</title>
+<para
+>O <command
+>kpackagetool5</command
+> é uma ferramenta da linha de comandos para instalar, listar e remover 
pacotes do Plasma.</para>
+
+</refsect1>
+
+<refsect1>
+<title
+>Opções</title>
+
+<variablelist>
+<varlistentry>
+<term
+><option
+>-v, --version</option
+></term>
+<listitem
+><para
+>Apresenta a informação da versão.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-h, --help</option
+></term>
+<listitem
+><para
+>Mostra esta ajuda.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>--hash</option
+> <replaceable
+> localização</replaceable
+></term>
+<listitem
+><para
+>Gera um código SHA1 para o pacote disponível na <quote
+>localização</quote
+>.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-g, --global</option
+></term>
+<listitem
+><para
+>Para instalar ou remover, funciona para os pacotes instalados em todos os 
utilizadores.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-t, --type</option
+> <replaceable
+>tipo</replaceable
+></term>
+<listitem
+><para
+>O tipo de pacote, correspondendo ao tipo do 'plugin' de pacotes, &eg; 
KPackage/Genérico, Plasma/Tema, Plasma/Papel-de-Parede, Plasma/Applet, 
etc.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-i, --install</option
+> <replaceable
+>localização</replaceable
+></term>
+<listitem
+><para
+>Instala o pacote disponível na <quote
+>localização</quote
+>.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-s, --show</option
+> <replaceable
+> nome</replaceable
+></term>
+<listitem
+><para
+>Mostra informações sobre o pacote <quote
+>nome</quote
+>.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-u, --upgrade</option
+> <replaceable
+>localização</replaceable
+></term>
+<listitem
+><para
+>Actualiza o pacote disponível na <quote
+>localização</quote
+>.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-l, --list</option
+></term>
+<listitem
+><para
+>Enumera os pacotes instalados.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>--list-types</option
+></term>
+<listitem
+><para
+>Apresenta todos os tipos de pacotes conhecidos que podem ser instalados.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-r, --remove</option
+> <replaceable
+>nome</replaceable
+></term>
+<listitem
+><para
+>Remove o pacote chamado <quote
+>nome</quote
+>.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>-p, --packageroot</option
+> <replaceable
+>localização</replaceable
+></term>
+<listitem
+><para
+>A localização absoluta da pasta de topo dos pacotes. Se não for indicada, 
então será feita uma pesquisa nas pastas de dados padrão desta sessão do 
&plasma; em alternativa.</para
+></listitem>
+</varlistentry>
+<varlistentry>
+<term
+><option
+>--generate-index</option
+> <replaceable
+> localização</replaceable
+></term>
+<listitem
+><para
+>Volta a criar o índice de 'plugins'. A ser usado em conjunto com a opção 
<option
+>-t</option
+> ou a <option
+>-g</option
+>. Volta a criar o índice para o tipo ou pasta de topo dos pacotes. Funciona 
sobre a pasta do utilizador, a menos que seja usada a opção <option
+>-g</option
+></para
+></listitem>
+</varlistentry>
+
+</variablelist>
+
+</refsect1>
+
+<refsect1>
+<title
+>Veja Também</title>
+
+<para
+>Existe mais documentação do utilizador disponível em <ulink 
url="help:/plasma-desktop"
+>help:/plasma-desktop</ulink
+> (quer através deste <acronym
+>URL</acronym
+> no &konqueror;, quer através do comando <userinput
+><command
+>khelpcenter</command
+> <parameter
+>help:/plasma-desktop</parameter
+></userinput
+>).</para>
+
+</refsect1>
+
+<refsect1>
+<title
+>Autores</title>
+<para
+>O <command
+>kpackagetool5</command
+> foi criado por <personname
+><firstname
+>Aaron</firstname
+><surname
+>Seigo</surname
+></personname
+> <email
+>[email protected]</email
+>.</para>
+</refsect1>
+
+</refentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.33.0/src/kpackage/packageloader.h 
new/kpackage-5.34.0/src/kpackage/packageloader.h
--- old/kpackage-5.33.0/src/kpackage/packageloader.h    2017-04-01 
21:39:01.000000000 +0200
+++ new/kpackage-5.34.0/src/kpackage/packageloader.h    2017-05-06 
13:57:27.000000000 +0200
@@ -31,7 +31,7 @@
 
 /**
  * This is an abstract base class which defines an interface to which the 
package
- * loading logiccan communicate with a parent application. The plugin loader
+ * loading logic can communicate with a parent application. The plugin loader
  * must be set before any plugins are loaded, otherwise (for safety reasons), 
the
  * default PackageLoader implementation will be used. The reimplemented 
version should
  * not do more than simply returning a loaded plugin. It should not init() it, 
and it should not


Reply via email to