Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-04-13 20:27:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-03-16 
09:34:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-04-13 
20:27:56.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:41:01 UTC 2015 - [email protected]
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kpackage-5.8.0.tar.xz

New:
----
  kpackage-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kpackage.spec ++++++
--- /var/tmp/diff_new_pack.moJcus/_old  2015-04-13 20:27:57.000000000 +0200
+++ /var/tmp/diff_new_pack.moJcus/_new  2015-04-13 20:27:57.000000000 +0200
@@ -16,23 +16,26 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:           kpackage
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  karchive-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 Summary:        Manage user installable packages of non-binary assets
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
@@ -49,7 +52,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kcoreaddons-devel >= %{kf5_version}
+Requires:       kcoreaddons-devel >= %{_tar_path}
 
 %description devel
 This framework lets applications to manage user installable packages of 
non-binary assets.
@@ -66,19 +69,22 @@
 %install
   %kf5_makeinstall -C build
 
-  %find_lang lib%{name}5 %{name}5.lang
+%if %{with lang}
+%find_lang lib%{name}5 %{name}5.lang
+echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{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
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%if %{with lang}
 %files lang -f %{name}5.lang
-%defattr(-,root,root)
-%doc %lang(de) %{_kf5_mandir}/de
-%doc %lang(nl) %{_kf5_mandir}/nl
-%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
-%doc %lang(sv) %{_kf5_mandir}/sv
-%doc %lang(uk) %{_kf5_mandir}/uk
+%endif
 
 %files
 %defattr(-,root,root)

++++++ kpackage-5.8.0.tar.xz -> kpackage-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.8.0/CMakeLists.txt 
new/kpackage-5.9.0/CMakeLists.txt
--- old/kpackage-5.8.0/CMakeLists.txt   2015-03-07 15:48:07.000000000 +0100
+++ new/kpackage-5.9.0/CMakeLists.txt   2015-04-04 14:10:41.000000000 +0200
@@ -3,7 +3,7 @@
 project(Package)
 
 # ECM setup
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -16,8 +16,8 @@
 include(ECMSetupVersion)
 include(KDEFrameworkCompilerSettings)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
                   VARIABLE_PREFIX PACKAGE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.8.0/KF5PackageConfig.cmake.in 
new/kpackage-5.9.0/KF5PackageConfig.cmake.in
--- old/kpackage-5.8.0/KF5PackageConfig.cmake.in        2015-03-07 
15:48:07.000000000 +0100
+++ new/kpackage-5.9.0/KF5PackageConfig.cmake.in        2015-04-04 
14:10:41.000000000 +0200
@@ -9,4 +9,6 @@
 
 set(Package_LIBRARIES KF5::Package)
 
+find_dependency(KF5CoreAddons "@KF5_DEP_VERSION@")
+
 include("${CMAKE_CURRENT_LIST_DIR}/KF5PackageMacros.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.8.0/autotests/data/testfallbackpackage/metadata.desktop 
new/kpackage-5.9.0/autotests/data/testfallbackpackage/metadata.desktop
--- old/kpackage-5.8.0/autotests/data/testfallbackpackage/metadata.desktop      
2015-03-07 15:48:07.000000000 +0100
+++ new/kpackage-5.9.0/autotests/data/testfallbackpackage/metadata.desktop      
2015-04-04 14:10:41.000000000 +0200
@@ -8,6 +8,7 @@
 Name[en_GB]=Test Fallback Package
 Name[es]=Probar el paquete al que recurrir
 Name[fi]=Testivarapaketti
+Name[gl]=Paquete de probas por omisión
 Name[hu]=Tartalék tesztcsomag
 Name[it]=Pacchetto di ripiego di test
 Name[ko]=테스트 폴백 패키지
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.8.0/po/de/libkpackage5.po 
new/kpackage-5.9.0/po/de/libkpackage5.po
--- old/kpackage-5.8.0/po/de/libkpackage5.po    2015-03-07 15:48:07.000000000 
+0100
+++ new/kpackage-5.9.0/po/de/libkpackage5.po    2015-04-04 14:10:41.000000000 
+0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Burkhard Lück <[email protected]>, 2013, 2014.
+# Burkhard Lück <[email protected]>, 2013, 2014, 2015.
 # Frederik Schwarzer <[email protected]>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-21 09:31+0000\n"
-"PO-Revision-Date: 2014-12-28 15:01+0100\n"
+"PO-Revision-Date: 2015-03-09 21:34+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\n"
@@ -199,10 +199,8 @@
 msgstr "Übersetzungen"
 
 #: kpackage/private/packages.cpp:97
-#, fuzzy
-#| msgid "Main Config UI File"
 msgid "Main UI File"
-msgstr "Haupt-UI-Einrichtungsdatei"
+msgstr "Haupt-UI-Datei"
 
 #: kpackagetool/kpackagetool.cpp:96
 #, kde-format
@@ -273,13 +271,6 @@
 msgstr "      Pfad : %1"
 
 #: kpackagetool/kpackagetool.cpp:337
-#, fuzzy
-#| msgctxt ""
-#| "The user entered conflicting options packageroot and global, this is the "
-#| "error message telling the user he can use only one"
-#| msgid ""
-#| "The packageroot and global options conflict each other, please select "
-#| "only one."
 msgctxt ""
 "The user entered conflicting options packageroot and global, this is the "
 "error message telling the user he can use only one"
@@ -315,10 +306,8 @@
 msgstr "KPackage/Allgemein"
 
 #: kpackagetool/kpackagetool.cpp:412
-#, fuzzy
-#| msgid "KPackage/Generic"
 msgid "KPackage/GenericQML"
-msgstr "KPackage/Allgemein"
+msgstr "KPackage/GenericQML"
 
 #: kpackagetool/kpackagetool.cpp:464
 msgid "Provided by plugins:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.8.0/po/gl/libkpackage5.po 
new/kpackage-5.9.0/po/gl/libkpackage5.po
--- old/kpackage-5.8.0/po/gl/libkpackage5.po    2015-03-07 15:48:07.000000000 
+0100
+++ new/kpackage-5.9.0/po/gl/libkpackage5.po    2015-04-04 14:10:41.000000000 
+0200
@@ -2,13 +2,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Marce Villarino <[email protected]>, 2013, 2014.
+# Adrián Chaves Fernández <[email protected]>, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-21 09:31+0000\n"
-"PO-Revision-Date: 2014-05-26 23:29+0200\n"
-"Last-Translator: Marce Villarino <[email protected]>\n"
+"PO-Revision-Date: 2015-03-14 07:27+0100\n"
+"Last-Translator: Adrián Chaves Fernández <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -202,10 +203,8 @@
 msgstr "Traducións"
 
 #: kpackage/private/packages.cpp:97
-#, fuzzy
-#| msgid "Main Script File"
 msgid "Main UI File"
-msgstr "Ficheiro principal do script"
+msgstr "Ficheiro principal de interface"
 
 #: kpackagetool/kpackagetool.cpp:96
 #, kde-format
@@ -275,13 +274,6 @@
 msgstr "       Ruta: %1"
 
 #: kpackagetool/kpackagetool.cpp:337
-#, fuzzy
-#| msgctxt ""
-#| "The user entered conflicting options packageroot and global, this is the "
-#| "error message telling the user he can use only one"
-#| msgid ""
-#| "The packageroot and global options conflict each other, please select "
-#| "only one."
 msgctxt ""
 "The user entered conflicting options packageroot and global, this is the "
 "error message telling the user he can use only one"
@@ -313,16 +305,12 @@
 msgstr "Incorporado:"
 
 #: kpackagetool/kpackagetool.cpp:411
-#, fuzzy
-#| msgid "Package"
 msgid "KPackage/Generic"
-msgstr "Paquete"
+msgstr "KPackage/Xenérico"
 
 #: kpackagetool/kpackagetool.cpp:412
-#, fuzzy
-#| msgid "Package"
 msgid "KPackage/GenericQML"
-msgstr "Paquete"
+msgstr "KPackage/XenéricoQML"
 
 #: kpackagetool/kpackagetool.cpp:464
 msgid "Provided by plugins:"
@@ -335,7 +323,7 @@
 #: kpackagetool/kpackagetool.cpp:508 kpackagetool/kpackagetool.cpp:517
 #, kde-format
 msgid "Generating %1/kpluginindex.json"
-msgstr ""
+msgstr "Xerando «%1/kpluginindex.json»…"
 
 #: kpackagetool/kpackagetool.cpp:527
 #, kde-format
@@ -368,10 +356,8 @@
 msgstr "Erro: A desinstalación de %1 fallou: %2"
 
 #: kpackagetool/main.cpp:49
-#, fuzzy
-#| msgid "Plasma Package Manager"
 msgid "KPackage Manager"
-msgstr "Xestor de paquetes de Plasma"
+msgstr "Xestor de KPackage"
 
 #: kpackagetool/main.cpp:56
 msgctxt "Do not translate <path>"
@@ -416,10 +402,8 @@
 msgstr "Listar os paquetes instalados"
 
 #: kpackagetool/main.cpp:68
-#, fuzzy
-#| msgid "lists all known Package types that can be installed"
 msgid "List all known package types that can be installed"
-msgstr "lista todos os tipos coñecidos de paquete que se poden instalar"
+msgstr "Lista todos os tipos coñecidos de paquete que se poden instalar."
 
 #: kpackagetool/main.cpp:69
 msgctxt "Do not translate <name>"
@@ -440,3 +424,6 @@
 "t or -g. Recreates the index for the given type or package root. Operates in "
 "the user directory, unless -g is used"
 msgstr ""
+"Rexenerar o índice de complementos. Debe usarse en combinación coa opción «-"
+"t» ou a opción «-g». Rexenera o índice do tipo ou raíz de paquete indicados. "
+"Traballa no cartafol persoal a non ser que empregue a opción «-g»."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.8.0/po/ru/libkpackage5.po 
new/kpackage-5.9.0/po/ru/libkpackage5.po
--- old/kpackage-5.8.0/po/ru/libkpackage5.po    2015-03-07 15:48:07.000000000 
+0100
+++ new/kpackage-5.9.0/po/ru/libkpackage5.po    2015-04-04 14:10:41.000000000 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-21 09:31+0000\n"
-"PO-Revision-Date: 2015-03-02 02:54+0300\n"
+"PO-Revision-Date: 2015-03-09 08:14+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -208,10 +208,8 @@
 msgstr "Переводы"
 
 #: kpackage/private/packages.cpp:97
-#, fuzzy
-#| msgid "Main Config UI File"
 msgid "Main UI File"
-msgstr "Основной файл диалога настройки"
+msgstr "Основной файл пользовательского интерфейса"
 
 #: kpackagetool/kpackagetool.cpp:96
 #, kde-format
@@ -312,16 +310,12 @@
 msgstr "Встроенная поддержка:"
 
 #: kpackagetool/kpackagetool.cpp:411
-#, fuzzy
-#| msgid "Package"
 msgid "KPackage/Generic"
-msgstr "Пакет"
+msgstr "KPackage/Общего назначения"
 
 #: kpackagetool/kpackagetool.cpp:412
-#, fuzzy
-#| msgid "Package"
 msgid "KPackage/GenericQML"
-msgstr "Пакет"
+msgstr "KPackage/Общего назначения на QML"
 
 #: kpackagetool/kpackagetool.cpp:464
 msgid "Provided by plugins:"
@@ -334,7 +328,7 @@
 #: kpackagetool/kpackagetool.cpp:508 kpackagetool/kpackagetool.cpp:517
 #, kde-format
 msgid "Generating %1/kpluginindex.json"
-msgstr ""
+msgstr "Создание %1/kpluginindex.json"
 
 #: kpackagetool/kpackagetool.cpp:527
 #, kde-format
@@ -436,3 +430,6 @@
 "t or -g. Recreates the index for the given type or package root. Operates in "
 "the user directory, unless -g is used"
 msgstr ""
+"Создать заново индекс модулей. Ключ используется совместно с ключом -t или -"
+"g. Создаёт индекс для указанного типа или корневого каталога пакетов. Если "
+"не подан ключ -g, требуемые действия выполняются в домашнем каталоге."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.8.0/po/sl/libkpackage5.po 
new/kpackage-5.9.0/po/sl/libkpackage5.po
--- old/kpackage-5.8.0/po/sl/libkpackage5.po    2015-03-07 15:48:07.000000000 
+0100
+++ new/kpackage-5.9.0/po/sl/libkpackage5.po    2015-04-04 14:10:41.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Andrej Mernik <[email protected]>, 2014.
+# Andrej Mernik <[email protected]>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-02-21 09:31+0000\n"
-"PO-Revision-Date: 2014-12-28 11:56+0100\n"
+"PO-Revision-Date: 2015-04-03 10:06+0200\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
@@ -199,10 +199,8 @@
 msgstr "Prevodi"
 
 #: kpackage/private/packages.cpp:97
-#, fuzzy
-#| msgid "Main Script File"
 msgid "Main UI File"
-msgstr "Glavna skriptna datoteka"
+msgstr "Glavna datoteka z vmesnikom"
 
 #: kpackagetool/kpackagetool.cpp:96
 #, kde-format
@@ -272,13 +270,6 @@
 msgstr "      Pot : %1"
 
 #: kpackagetool/kpackagetool.cpp:337
-#, fuzzy
-#| msgctxt ""
-#| "The user entered conflicting options packageroot and global, this is the "
-#| "error message telling the user he can use only one"
-#| msgid ""
-#| "The packageroot and global options conflict each other, please select "
-#| "only one."
 msgctxt ""
 "The user entered conflicting options packageroot and global, this is the "
 "error message telling the user he can use only one"
@@ -312,10 +303,8 @@
 msgstr "KPackage/Splošno"
 
 #: kpackagetool/kpackagetool.cpp:412
-#, fuzzy
-#| msgid "KPackage/Generic"
 msgid "KPackage/GenericQML"
-msgstr "KPackage/Splošno"
+msgstr "KPackage/GenericQML"
 
 #: kpackagetool/kpackagetool.cpp:464
 msgid "Provided by plugins:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.8.0/po/uk/docs/kpackagetool/man-kpackagetool5.1.docbook 
new/kpackage-5.9.0/po/uk/docs/kpackagetool/man-kpackagetool5.1.docbook
--- old/kpackage-5.8.0/po/uk/docs/kpackagetool/man-kpackagetool5.1.docbook      
2015-03-07 15:48:07.000000000 +0100
+++ new/kpackage-5.9.0/po/uk/docs/kpackagetool/man-kpackagetool5.1.docbook      
2015-04-04 14:10:41.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN" "dtd/kdedbx45.dtd" [
-<!ENTITY % English "INCLUDE">
+<!ENTITY % Ukrainian "INCLUDE">
 ]>
 
 <refentry lang="&language;">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.8.0/src/kpackage/data/servicetypes/kpackage-packagestructure.desktop
 
new/kpackage-5.9.0/src/kpackage/data/servicetypes/kpackage-packagestructure.desktop
--- 
old/kpackage-5.8.0/src/kpackage/data/servicetypes/kpackage-packagestructure.desktop
 2015-03-07 15:48:07.000000000 +0100
+++ 
new/kpackage-5.9.0/src/kpackage/data/servicetypes/kpackage-packagestructure.desktop
 2015-04-04 14:10:41.000000000 +0200
@@ -9,6 +9,7 @@
 Comment[en_GB]=KPackage package structure definition
 Comment[es]=Definición de estructura de paquete KPackage
 Comment[fi]=KPackage-pakettirakenteen määritelmä
+Comment[gl]=Definición da estrutura do paquete de KPackage
 Comment[hu]=KPackage csomag struktúradefiníció
 Comment[it]=Definizione della struttura di un pacchetto di KPackage
 Comment[ko]=KPackage 패키지 구조 정의


Reply via email to