commit kpackage for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-10-12 13:55:45

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.3486 (New)


Package is "kpackage"

Mon Oct 12 13:55:45 2020 rev:73 rq:840839 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-09-18 
14:42:12.944046002 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.3486/kpackage.changes  
2020-10-12 13:57:31.318171250 +0200
@@ -1,0 +2,13 @@
+Mon Oct  5 08:33:27 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Fix DBus notifications when installed/updated
+  * Remove obsolete license text
+  * Relicense file to LGPL-2.0-or-later
+  * initialize pointer, constify pointer
+
+---

Old:

  kpackage-5.74.0.tar.xz
  kpackage-5.74.0.tar.xz.sig

New:

  kpackage-5.75.0.tar.xz
  kpackage-5.75.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.prqbL3/_old  2020-10-12 13:57:31.898171491 +0200
+++ /var/tmp/diff_new_pack.prqbL3/_new  2020-10-12 13:57:31.902171494 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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.74.0
+Version:5.75.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:GPL-2.0-or-later AND LGPL-2.0-or-later


++ kpackage-5.74.0.tar.xz -> kpackage-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.74.0/CMakeLists.txt 
new/kpackage-5.75.0/CMakeLists.txt
--- old/kpackage-5.74.0/CMakeLists.txt  2020-09-06 12:33:01.0 +0200
+++ new/kpackage-5.75.0/CMakeLists.txt  2020-10-04 20:51:18.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/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.74.0/LICENSES/LGPL-2.0-only.txt 
new/kpackage-5.75.0/LICENSES/LGPL-2.0-only.txt
--- old/kpackage-5.74.0/LICENSES/LGPL-2.0-only.txt  2020-09-06 
12:33:01.0 +0200
+++ new/kpackage-5.75.0/LICENSES/LGPL-2.0-only.txt  1970-01-01 
01:00:00.0 +0100
@@ -1,446 +0,0 @@
-GNU LIBRARY GENERAL PUBLIC LICENSE
-
-Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc.
-
-51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-
-Everyone is permitted to copy and distribute verbatim copies of this license
-document, but changing it is not allowed.
-
-[This is the first released version of the library GPL. It is numbered 2 
because
-it goes with version 2 of the ordinary GPL.]
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share
-and change it. By contrast, the GNU General Public Licenses are intended to
-guarantee your freedom to share and change free software--to make sure the
-software is free for all its users.
-
-This license, the Library General Public License, applies to some specially
-designated Free Software Foundation software, and to any other libraries whose
-authors decide to use it. You can use it for your libraries, too.
-
-When we speak of free software, we are referring to freedom, not price. Our
-General Public Licenses are designed to make sure that you have the freedom
-to distribute copies of free software (and charge for this service if you
-wish), that you receive source code or can get it if you want it, that you
-can change the software or use pieces of it in new free programs; and that
-you know you can do these things.
-
-To protect your rights, we need to make 

commit kpackage for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-09-18 14:41:22

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.4249 (New)


Package is "kpackage"

Fri Sep 18 14:41:22 2020 rev:72 rq:834424 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-08-12 
12:29:05.692176576 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.4249/kpackage.changes  
2020-09-18 14:42:12.944046002 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:49:59 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Remove obsolete COPYING files
+  * Do not delete package root if package was deleted (kde#410682)
+
+---

Old:

  kpackage-5.73.0.tar.xz
  kpackage-5.73.0.tar.xz.sig

New:

  kpackage-5.74.0.tar.xz
  kpackage-5.74.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.0mNZ8Q/_old  2020-09-18 14:42:14.028046969 +0200
+++ /var/tmp/diff_new_pack.0mNZ8Q/_new  2020-09-18 14:42:14.032046973 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.73
+%define _tar_path 5.74
 # 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.73.0
+Version:5.74.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:GPL-2.0-or-later AND LGPL-2.0-or-later


++ kpackage-5.73.0.tar.xz -> kpackage-5.74.0.tar.xz ++
 2925 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-08-12 12:24:48

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.3399 (New)


Package is "kpackage"

Wed Aug 12 12:24:48 2020 rev:71 rq:825097 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-07-14 
07:55:01.352960653 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.3399/kpackage.changes  
2020-08-12 12:29:05.692176576 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:39 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+---

Old:

  kpackage-5.72.0.tar.xz
  kpackage-5.72.0.tar.xz.sig

New:

  kpackage-5.73.0.tar.xz
  kpackage-5.73.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.8ixBb4/_old  2020-08-12 12:29:06.200176560 +0200
+++ /var/tmp/diff_new_pack.8ixBb4/_new  2020-08-12 12:29:06.204176560 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.72
+%define _tar_path 5.73
 # 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.72.0
+Version:5.73.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -92,6 +92,7 @@
 %doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
 %{_kf5_bindir}/kpackagetool*
 %{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5Package.so.*
 %{_kf5_servicetypesdir}/kpackage-generic.desktop
 %{_kf5_servicetypesdir}/kpackage-genericqml.desktop


++ kpackage-5.72.0.tar.xz -> kpackage-5.73.0.tar.xz ++
 1771 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-07-14 07:53:51

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.3060 (New)


Package is "kpackage"

Tue Jul 14 07:53:51 2020 rev:70 rq:820384 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-06-16 
13:43:50.681334332 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.3060/kpackage.changes  
2020-07-14 07:55:01.352960653 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:38 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Convert license to GPL-2.0-or-later
+- Fix the license tag. the kpackagetool executable is GPL-2.0-or-later
+
+---

Old:

  kpackage-5.71.0.tar.xz
  kpackage-5.71.0.tar.xz.sig

New:

  kpackage-5.72.0.tar.xz
  kpackage-5.72.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.MHeRHM/_old  2020-07-14 07:55:02.416964098 +0200
+++ /var/tmp/diff_new_pack.MHeRHM/_new  2020-07-14 07:55:02.420964111 +0200
@@ -16,17 +16,17 @@
 #
 
 
-%define _tar_path 5.71
+%define _tar_path 5.72
 # 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.71.0
+Version:5.72.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
-License:LGPL-2.1-or-later
+License:GPL-2.0-or-later AND LGPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
@@ -35,7 +35,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -44,9 +43,9 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.8.0
-BuildRequires:  cmake(Qt5DBus) >= 5.8.0
-BuildRequires:  cmake(Qt5Test) >= 5.8.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 Recommends: %{name}-lang
 
 %description
@@ -87,20 +86,21 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %doc README*
+%dir %{_kf5_servicetypesdir}
+%doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
 %{_kf5_bindir}/kpackagetool*
+%{_kf5_debugdir}/*.categories
 %{_kf5_libdir}/libKF5Package.so.*
-%dir %{_kf5_servicetypesdir}
-%{_kf5_servicetypesdir}/kpackage-packagestructure.desktop
 %{_kf5_servicetypesdir}/kpackage-generic.desktop
 %{_kf5_servicetypesdir}/kpackage-genericqml.desktop
-%doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
-%{_kf5_debugdir}/*.categories
+%{_kf5_servicetypesdir}/kpackage-packagestructure.desktop
 
 %files devel
-%{_kf5_libdir}/libKF5Package.so
-%{_kf5_libdir}/cmake/KF5Package/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5Package/
+%{_kf5_libdir}/libKF5Package.so
 
 %changelog


++ kpackage-5.71.0.tar.xz -> kpackage-5.72.0.tar.xz ++
 28476 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-06-16 13:43:35

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.3606 (New)


Package is "kpackage"

Tue Jun 16 13:43:35 2020 rev:69 rq:814379 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-05-11 
13:31:20.603858523 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.3606/kpackage.changes  
2020-06-16 13:43:50.681334332 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 08:06:54 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- No code change since 5.70.0
+
+---

Old:

  kpackage-5.70.0.tar.xz
  kpackage-5.70.0.tar.xz.sig

New:

  kpackage-5.71.0.tar.xz
  kpackage-5.71.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.ZkDkjs/_old  2020-06-16 13:43:51.605337701 +0200
+++ /var/tmp/diff_new_pack.ZkDkjs/_new  2020-06-16 13:43:51.609337715 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.70
+%define _tar_path 5.71
 # 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.70.0
+Version:5.71.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.70.0.tar.xz -> kpackage-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.70.0/.arcconfig 
new/kpackage-5.71.0/.arcconfig
--- old/kpackage-5.70.0/.arcconfig  2020-05-03 00:21:34.0 +0200
+++ new/kpackage-5.71.0/.arcconfig  1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.70.0/CMakeLists.txt 
new/kpackage-5.71.0/CMakeLists.txt
--- old/kpackage-5.70.0/CMakeLists.txt  2020-05-03 00:21:34.0 +0200
+++ new/kpackage-5.71.0/CMakeLists.txt  2020-06-07 20:30:36.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.70.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.70.0  NO_MODULE)
+find_package(ECM 5.71.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -60,7 +60,7 @@
 PACKAGE_SETUP_AUTOMOC_VARIABLES
 )
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
 include(KF5PackageMacros.cmake)
 
 # make package_version.h available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.70.0/po/az/libkpackage5.po 
new/kpackage-5.71.0/po/az/libkpackage5.po
--- old/kpackage-5.70.0/po/az/libkpackage5.po   1970-01-01 01:00:00.0 
+0100
+++ new/kpackage-5.71.0/po/az/libkpackage5.po   2020-06-07 20:30:36.0 
+0200
@@ -0,0 +1,550 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kpackage package.
+#
+# Xəyyam , 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: kpackage\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2020-01-04 03:07+0100\n"
+"PO-Revision-Date: 2020-05-07 17:35+0400\n"
+"Last-Translator: Xəyyam \n"
+"Language-Team: Azerbaijani \n"
+"Language: az\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 20.04.0\n"
+
+#: kpackage/package.cpp:57
+#, kde-format
+msgid "Desktop file that describes this package."
+msgstr "Bu paketi təsvir edən masaüstü faylı."
+
+#: kpackage/packageloader.cpp:56
+#, kde-format
+msgid "Accessibility"
+msgstr "Xüsusi İmkanlar"
+
+#: kpackage/packageloader.cpp:57
+#, kde-format
+msgid 

commit kpackage for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-05-11 13:29:15

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.2738 (New)


Package is "kpackage"

Mon May 11 13:29:15 2020 rev:68 rq:802105 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-04-15 
20:03:52.581995762 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.2738/kpackage.changes  
2020-05-11 13:31:20.603858523 +0200
@@ -1,0 +2,10 @@
+Sun May  3 09:40:08 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Fix testpackage-appstream: XDG_DATA_DIRS needs to be explicitly extended
+
+---

Old:

  kpackage-5.69.0.tar.xz
  kpackage-5.69.0.tar.xz.sig

New:

  kpackage-5.70.0.tar.xz
  kpackage-5.70.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.5bLfoN/_old  2020-05-11 13:31:21.723860871 +0200
+++ /var/tmp/diff_new_pack.5bLfoN/_new  2020-05-11 13:31:21.723860871 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.69
+%define _tar_path 5.70
 # 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.69.0
+Version:5.70.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.69.0.tar.xz -> kpackage-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.69.0/CMakeLists.txt 
new/kpackage-5.70.0/CMakeLists.txt
--- old/kpackage-5.69.0/CMakeLists.txt  2020-04-05 01:02:59.0 +0200
+++ new/kpackage-5.70.0/CMakeLists.txt  2020-05-03 00:21:34.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/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.69.0/autotests/CMakeLists.txt 
new/kpackage-5.70.0/autotests/CMakeLists.txt
--- old/kpackage-5.69.0/autotests/CMakeLists.txt2020-04-05 
01:02:59.0 +0200
+++ new/kpackage-5.70.0/autotests/CMakeLists.txt2020-05-03 
00:21:34.0 +0200
@@ -36,7 +36,11 @@
   
-Doutput=${CMAKE_CURRENT_SOURCE_DIR}/data/${testname}/${testname}.testappdataxml
   -P 
${CMAKE_CURRENT_SOURCE_DIR}/kpackagetoolappstreamtest.cmake
 )
-set_property(TEST ${testname}-appstream PROPERTY ENVIRONMENT 
"XDG_DATA_DIRS=${CMAKE_SOURCE_DIR}/src/kpackage/data:$XDG_DATA_DIRS")
+set(XDG_DATA_DIRS "$ENV{XDG_DATA_DIRS}")
+if(NOT XDG_DATA_DIRS)
+set(XDG_DATA_DIRS "/usr/local/share:/usr/share")
+endif()
+set_property(TEST ${testname}-appstream PROPERTY ENVIRONMENT 
"XDG_DATA_DIRS=${CMAKE_SOURCE_DIR}/src/kpackage/data:${XDG_DATA_DIRS}")
 endfunction()
 
 foreach(var "testfallbackpackage" "testpackage" "testpackage-nodisplay" 
"testjsonmetadatapackage" "testpackagesdep" "testpackagesdepinvalid") # 
"customcontent" "simplecontent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.69.0/po/en_GB/libkpackage5.po 
new/kpackage-5.70.0/po/en_GB/libkpackage5.po
--- old/kpackage-5.69.0/po/en_GB/libkpackage5.po2020-04-05 
01:02:59.0 +0200
+++ new/kpackage-5.70.0/po/en_GB/libkpackage5.po2020-05-03 
00:21:34.0 +0200
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2020-01-04 03:07+0100\n"
 "PO-Revision-Date: 2019-03-24 19:18+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 

commit kpackage for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-04-15 20:02:21

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.2738 (New)


Package is "kpackage"

Wed Apr 15 20:02:21 2020 rev:67 rq:793172 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-03-19 
19:45:40.760031554 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.2738/kpackage.changes  
2020-04-15 20:03:52.581995762 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:45 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kpackage-5.68.0.tar.xz
  kpackage-5.68.0.tar.xz.sig

New:

  kpackage-5.69.0.tar.xz
  kpackage-5.69.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.kJwR1M/_old  2020-04-15 20:03:54.273997033 +0200
+++ /var/tmp/diff_new_pack.kJwR1M/_new  2020-04-15 20:03:54.277997036 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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.68.0
+Version:5.69.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.68.0.tar.xz -> kpackage-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.68.0/CMakeLists.txt 
new/kpackage-5.69.0/CMakeLists.txt
--- old/kpackage-5.68.0/CMakeLists.txt  2020-03-07 10:51:23.0 +0100
+++ new/kpackage-5.69.0/CMakeLists.txt  2020-04-05 01:02:59.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -60,7 +60,7 @@
 PACKAGE_SETUP_AUTOMOC_VARIABLES
 )
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 include(KF5PackageMacros.cmake)
 
 # make package_version.h available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.68.0/po/ko/libkpackage5.po 
new/kpackage-5.69.0/po/ko/libkpackage5.po
--- old/kpackage-5.68.0/po/ko/libkpackage5.po   2020-03-07 10:51:23.0 
+0100
+++ new/kpackage-5.69.0/po/ko/libkpackage5.po   2020-04-05 01:02:59.0 
+0200
@@ -1,14 +1,14 @@
 # Translation of plasmapkg to Korean.
 # Copyright (C) 2008 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdebase package.
-# Shinjo Park , 2008, 2009, 2010, 2011, 2012, 2014, 2015, 
2016, 2017, 2018, 2019.
+# Shinjo Park , 2008, 2009, 2010, 2011, 2012, 2014, 2015, 
2016, 2017, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-01-04 03:07+0100\n"
-"PO-Revision-Date: 2019-04-12 00:48+0100\n"
+"PO-Revision-Date: 2020-04-04 15:04+0200\n"
 "Last-Translator: Shinjo Park \n"
 "Language-Team: Korean \n"
 "Language: ko\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #: kpackage/package.cpp:57
 #, kde-format
@@ -208,7 +208,7 @@
 #: kpackage/private/packagejobthread.cpp:438
 #, kde-format
 msgid "%1 does not exist"
-msgstr "%1이(가) 존재하지 않음"
+msgstr "%1이(가) 없음"
 
 #: kpackage/private/packagejobthread.cpp:458
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.68.0/po/nb/libkpackage5.po 

commit kpackage for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-03-19 19:43:18

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.3160 (New)


Package is "kpackage"

Thu Mar 19 19:43:18 2020 rev:66 rq:785341 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-02-14 
16:34:16.747482235 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.3160/kpackage.changes  
2020-03-19 19:45:40.760031554 +0100
@@ -1,0 +2,10 @@
+Sun Mar  8 09:17:55 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+---

Old:

  kpackage-5.67.0.tar.xz
  kpackage-5.67.0.tar.xz.sig

New:

  kpackage-5.68.0.tar.xz
  kpackage-5.68.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.D1BElV/_old  2020-03-19 19:45:42.532032503 +0100
+++ /var/tmp/diff_new_pack.D1BElV/_new  2020-03-19 19:45:42.564032520 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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.67.0
+Version:5.68.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.67.0.tar.xz -> kpackage-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.67.0/.gitignore 
new/kpackage-5.68.0/.gitignore
--- old/kpackage-5.67.0/.gitignore  2020-02-02 13:52:15.0 +0100
+++ new/kpackage-5.68.0/.gitignore  2020-03-07 10:51:23.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.67.0/CMakeLists.txt 
new/kpackage-5.68.0/CMakeLists.txt
--- old/kpackage-5.67.0/CMakeLists.txt  2020-02-02 13:52:15.0 +0100
+++ new/kpackage-5.68.0/CMakeLists.txt  2020-03-07 10:51:23.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -60,7 +60,7 @@
 PACKAGE_SETUP_AUTOMOC_VARIABLES
 )
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 include(KF5PackageMacros.cmake)
 
 # make package_version.h available
@@ -129,6 +129,4 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kpackage_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-install(FILES kpackage.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.67.0/kpackage.categories 
new/kpackage-5.68.0/kpackage.categories
--- old/kpackage-5.67.0/kpackage.categories 2020-02-02 13:52:15.0 
+0100
+++ new/kpackage-5.68.0/kpackage.categories 1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-kf5.kpackage kpackage (lib) IDENTIFIER [KPACKAGE_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.67.0/src/CMakeLists.txt 
new/kpackage-5.68.0/src/CMakeLists.txt
--- old/kpackage-5.67.0/src/CMakeLists.txt  2020-02-02 13:52:15.0 
+0100
+++ new/kpackage-5.68.0/src/CMakeLists.txt  2020-03-07 10:51:23.0 
+0100
@@ -1,2 +1,8 @@
 add_subdirectory(kpackage)
 add_subdirectory(kpackagetool)
+
+ecm_qt_install_logging_categories(
+EXPORT KPACKAGE
+FILES 

commit kpackage for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-02-14 16:33:36

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.26092 (New)


Package is "kpackage"

Fri Feb 14 16:33:36 2020 rev:65 rq:773279 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2020-01-14 
21:05:22.706709964 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.26092/kpackage.changes 
2020-02-14 16:34:16.747482235 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:07:06 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:54 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- No code change since 5.66.0
+
+---

Old:

  kpackage-5.66.0.tar.xz
  kpackage-5.66.0.tar.xz.sig

New:

  kpackage-5.67.0.tar.xz
  kpackage-5.67.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.t2Vpwy/_old  2020-02-14 16:34:17.195482485 +0100
+++ /var/tmp/diff_new_pack.t2Vpwy/_new  2020-02-14 16:34:17.199482487 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.66
+%define _tar_path 5.67
 # 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.66.0
+Version:5.67.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later
@@ -70,7 +70,7 @@
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kpackage-5.66.0.tar.xz -> kpackage-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.66.0/CMakeLists.txt 
new/kpackage-5.67.0/CMakeLists.txt
--- old/kpackage-5.66.0/CMakeLists.txt  2020-01-04 11:11:35.0 +0100
+++ new/kpackage-5.67.0/CMakeLists.txt  2020-02-02 13:52:15.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.66.0  NO_MODULE)
+find_package(ECM 5.67.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -60,7 +60,7 @@
 PACKAGE_SETUP_AUTOMOC_VARIABLES
 )
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 include(KF5PackageMacros.cmake)
 
 # make package_version.h available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.66.0/po/nb/libkpackage5.po 
new/kpackage-5.67.0/po/nb/libkpackage5.po
--- old/kpackage-5.66.0/po/nb/libkpackage5.po   2020-01-04 11:11:35.0 
+0100
+++ new/kpackage-5.67.0/po/nb/libkpackage5.po   2020-02-02 13:52:15.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-08-21 02:45+0200\n"
+"POT-Creation-Date: 2020-01-04 03:07+0100\n"
 "PO-Revision-Date: 2015-04-30 08:45+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -299,42 +299,42 @@
 "Du må enten oppgi «install» (installer), «remove» (fjern), "
 "«upgrade» (oppgrader) eller «list» (vis oversikt). …"
 
-#: kpackagetool/kpackagetool.cpp:387 kpackagetool/kpackagetool.cpp:481
+#: kpackagetool/kpackagetool.cpp:389 kpackagetool/kpackagetool.cpp:483
 #, kde-format
 msgid "Error: Can't find plugin metadata: %1\n"
 msgstr ""
 
-#: kpackagetool/kpackagetool.cpp:391
+#: kpackagetool/kpackagetool.cpp:393
 #, kde-format
 msgid "Showing info for package: %1"
 msgstr "Viser informasjon for pakke: %1"
 
-#: kpackagetool/kpackagetool.cpp:392
+#: kpackagetool/kpackagetool.cpp:394
 #, kde-format
 msgid "  

commit kpackage for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2020-01-14 21:02:55

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.6675 (New)


Package is "kpackage"

Tue Jan 14 21:02:55 2020 rev:64 rq:763478 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-12-18 
14:43:05.837795330 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.6675/kpackage.changes  
2020-01-14 21:05:22.706709964 +0100
@@ -1,0 +2,12 @@
+Sun Jan  5 09:02:16 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Port endl to "\n"
+  * Port QRegExp to QRegularExpression
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kpackage-5.65.0.tar.xz
  kpackage-5.65.0.tar.xz.sig

New:

  kpackage-5.66.0.tar.xz
  kpackage-5.66.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.esurln/_old  2020-01-14 21:05:23.170710179 +0100
+++ /var/tmp/diff_new_pack.esurln/_new  2020-01-14 21:05:23.174710181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.65
+%define _tar_path 5.66
 # 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.65.0
+Version:5.66.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.65.0.tar.xz -> kpackage-5.66.0.tar.xz ++
 8294 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2019-12-18 Thread root
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.changes2019-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 
+
+- 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.0 +0100
+++ new/kpackage-5.65.0/CMakeLists.txt  2019-12-07 22:46:31.0 +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=0x06)
+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.0 
+0100
+++ new/kpackage-5.65.0/po/gl/libkpackage5.po   2019-12-07 22:46:31.0 
+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 

commit kpackage for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-11-12 11:49:03

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.2990 (New)


Package is "kpackage"

Tue Nov 12 11:49:03 2019 rev:62 rq:747130 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-10-14 
13:38:00.429943985 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.2990/kpackage.changes  
2019-11-12 11:49:10.202956916 +0100
@@ -1,0 +2,10 @@
+Sun Nov  3 15:47:11 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Use ECMGenerateExportHeader to manage deprecated API better
+
+---

Old:

  kpackage-5.63.0.tar.xz
  kpackage-5.63.0.tar.xz.sig

New:

  kpackage-5.64.0.tar.xz
  kpackage-5.64.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.0pEdex/_old  2019-11-12 11:49:10.722957447 +0100
+++ /var/tmp/diff_new_pack.0pEdex/_new  2019-11-12 11:49:10.722957447 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.63
+%define _tar_path 5.64
 # 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.63.0
+Version:5.64.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.63.0.tar.xz -> kpackage-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.63.0/CMakeLists.txt 
new/kpackage-5.64.0/CMakeLists.txt
--- old/kpackage-5.63.0/CMakeLists.txt  2019-10-06 11:48:36.0 +0200
+++ new/kpackage-5.64.0/CMakeLists.txt  2019-11-02 13:59:15.0 +0100
@@ -1,30 +1,32 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.63.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.63.0  NO_MODULE)
+find_package(ECM 5.64.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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-
-include(GenerateExportHeader)
-include(ECMGenerateHeaders)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+
+include(ECMGenerateExportHeader)
+include(ECMGenerateHeaders)
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 include(ECMAddQch)
 include(ECMQtDeclareLoggingCategory)
-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMSetupQtPluginMacroNames)
 
+set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of 
deprecated API excluded from the build [default=0].")
+
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
@@ -65,6 +67,7 @@
 PACKAGE_SETUP_AUTOMOC_VARIABLES
 )
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 include(KF5PackageMacros.cmake)
 
 # make package_version.h available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.63.0/autotests/plasmoidpackagetest.cpp 
new/kpackage-5.64.0/autotests/plasmoidpackagetest.cpp
--- old/kpackage-5.63.0/autotests/plasmoidpackagetest.cpp   2019-10-06 
11:48:36.0 +0200
+++ new/kpackage-5.64.0/autotests/plasmoidpackagetest.cpp   2019-11-02 
13:59:15.0 +0100
@@ -186,11 +186,9 @@
 p = new KPackage::Package(m_defaultPackage);
 p->setPath(m_packageRoot + '/' + m_package);
 QVERIFY(p->isValid());
-// Ignore deprecation warning, we are actually testing this here.
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#if 

commit kpackage for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-10-14 13:37:58

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.2352 (New)


Package is "kpackage"

Mon Oct 14 13:37:58 2019 rev:61 rq:738048 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-09-23 
12:25:13.089730126 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.2352/kpackage.changes  
2019-10-14 13:38:00.429943985 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:49 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- No code change since 5.62.0
+
+---

Old:

  kpackage-5.62.0.tar.xz
  kpackage-5.62.0.tar.xz.sig

New:

  kpackage-5.63.0.tar.xz
  kpackage-5.63.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.vR30wa/_old  2019-10-14 13:38:01.253941838 +0200
+++ /var/tmp/diff_new_pack.vR30wa/_new  2019-10-14 13:38:01.253941838 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.62
+%define _tar_path 5.63
 # 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.62.0
+Version:5.63.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later


++ kpackage-5.62.0.tar.xz -> kpackage-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.62.0/CMakeLists.txt 
new/kpackage-5.63.0/CMakeLists.txt
--- old/kpackage-5.62.0/CMakeLists.txt  2019-09-07 16:01:59.0 +0200
+++ new/kpackage-5.63.0/CMakeLists.txt  2019-10-06 11:48:36.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.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.62.0/po/tg/libkpackage5.po 
new/kpackage-5.63.0/po/tg/libkpackage5.po
--- old/kpackage-5.62.0/po/tg/libkpackage5.po   2019-09-07 16:01:59.0 
+0200
+++ new/kpackage-5.63.0/po/tg/libkpackage5.po   2019-10-06 11:48:36.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kpackage\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-20 19:00+0500\n"
+"PO-Revision-Date: 2019-09-29 12:45+0500\n"
 "Last-Translator: Victor Ibragimov \n"
 "Language-Team: English \n"
 "Language: en_US\n"
@@ -50,7 +50,7 @@
 #: kpackage/packageloader.cpp:61
 #, kde-format
 msgid "Education"
-msgstr "Таълимгирӣ"
+msgstr "Илму маърифат"
 
 #: kpackage/packageloader.cpp:62
 #, kde-format




commit kpackage for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-09-23 12:25:11

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.7948 (New)


Package is "kpackage"

Mon Sep 23 12:25:11 2019 rev:60 rq:730948 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-08-19 
21:10:37.340840911 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.7948/kpackage.changes  
2019-09-23 12:25:13.089730126 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:37:01 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kpackage-5.61.0.tar.xz
  kpackage-5.61.0.tar.xz.sig

New:

  kpackage-5.62.0.tar.xz
  kpackage-5.62.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.ONGcNE/_old  2019-09-23 12:25:13.681730029 +0200
+++ /var/tmp/diff_new_pack.ONGcNE/_new  2019-09-23 12:25:13.681730029 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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.61.0
+Version:5.62.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later
@@ -38,12 +38,12 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.8.0
 BuildRequires:  cmake(Qt5DBus) >= 5.8.0
 BuildRequires:  cmake(Qt5Test) >= 5.8.0
@@ -57,7 +57,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 
 %description devel
 This framework lets applications to manage user installable packages of 
non-binary assets.


++ kpackage-5.61.0.tar.xz -> kpackage-5.62.0.tar.xz ++
 10159 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-08-19 21:10:33

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.22127 (New)


Package is "kpackage"

Mon Aug 19 21:10:33 2019 rev:59 rq:722483 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-07-26 
12:18:28.330743271 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.22127/kpackage.changes 
2019-08-19 21:10:37.340840911 +0200
@@ -1,0 +2,18 @@
+Wed Aug  7 17:51:40 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * Offer metadata.json when requesting the package metadata 
+  * PackageLoader: Use the right scope for the KCompressionDevice 
+  * Use metadata.json when creating the metadata from KPackage::metadata() 
+  * Fix build due to missing QVector include
+
+---
+Fri Jul 19 11:43:53 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kpackage-5.60.0.tar.xz

New:

  frameworks.keyring
  kpackage-5.61.0.tar.xz
  kpackage-5.61.0.tar.xz.sig



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.J6sxRV/_old  2019-08-19 21:10:38.460840730 +0200
+++ /var/tmp/diff_new_pack.J6sxRV/_new  2019-08-19 21:10:38.460840730 +0200
@@ -16,21 +16,25 @@
 #
 
 
-%define _tar_path 5.60
+%define _tar_path 5.61
 # 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.60.0
+Version:5.61.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -63,9 +67,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ kpackage-5.60.0.tar.xz -> kpackage-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.60.0/CMakeLists.txt 
new/kpackage-5.61.0/CMakeLists.txt
--- old/kpackage-5.60.0/CMakeLists.txt  2019-07-07 20:36:41.0 +0200
+++ new/kpackage-5.61.0/CMakeLists.txt  2019-08-03 21:57:11.0 +0200
@@ -1,16 +1,16 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.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)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 
 include(GenerateExportHeader)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.60.0/po/ar/libkpackage5.po 
new/kpackage-5.61.0/po/ar/libkpackage5.po
--- old/kpackage-5.60.0/po/ar/libkpackage5.po   2019-07-07 20:36:41.0 
+0200
+++ new/kpackage-5.61.0/po/ar/libkpackage5.po   2019-08-03 21:57:11.0 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-07-05 02:50+0200\n"

commit kpackage for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-07-26 12:18:07

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.4126 (New)


Package is "kpackage"

Fri Jul 26 12:18:07 2019 rev:58 rq:715898 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-06-22 
11:13:33.092704121 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.4126/kpackage.changes  
2019-07-26 12:18:28.330743271 +0200
@@ -1,0 +2,11 @@
+Sun Jul 14 06:41:39 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * performance, Qt API
+  * Install in new logging directory when we use kf5 5.59.0
+
+---

Old:

  kpackage-5.59.0.tar.xz

New:

  kpackage-5.60.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.kMc0Nn/_old  2019-07-26 12:18:29.998741847 +0200
+++ /var/tmp/diff_new_pack.kMc0Nn/_new  2019-07-26 12:18:30.038741813 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.59
+%define _tar_path 5.60
 # 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.59.0
+Version:5.60.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later

++ kpackage-5.59.0.tar.xz -> kpackage-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.59.0/CMakeLists.txt 
new/kpackage-5.60.0/CMakeLists.txt
--- old/kpackage-5.59.0/CMakeLists.txt  2019-06-01 18:59:02.0 +0200
+++ new/kpackage-5.60.0/CMakeLists.txt  2019-07-07 20:36:41.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.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)
 
@@ -43,7 +43,7 @@
 
 # now find all used packages #
 
-set (REQUIRED_QT_VERSION 5.10.0)
+set (REQUIRED_QT_VERSION 5.11.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Core 
DBus)
 
@@ -133,6 +133,6 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kpackage_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-install( FILES kpackage.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
+install(FILES kpackage.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.59.0/po/ar/libkpackage5.po 
new/kpackage-5.60.0/po/ar/libkpackage5.po
--- old/kpackage-5.59.0/po/ar/libkpackage5.po   2019-06-01 18:59:02.0 
+0200
+++ new/kpackage-5.60.0/po/ar/libkpackage5.po   2019-07-07 20:36:41.0 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-05-20 02:57+0200\n"
+"POT-Creation-Date: 2019-07-05 02:50+0200\n"
 "PO-Revision-Date: 2018-06-10 18:01+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -123,7 +123,7 @@
 msgid "Windows and Tasks"
 msgstr "النوافذ والمهام"
 
-#: kpackage/packageloader.cpp:372
+#: kpackage/packageloader.cpp:376
 #, kde-format
 msgid "Could not load installer for package of type %1. Error reported was: %2"
 msgstr "تعذر تحميل المثبِّت المناسب لنوع الحزم %1. الخطأ كان: %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.59.0/po/bs/libkpackage5.po 
new/kpackage-5.60.0/po/bs/libkpackage5.po
--- old/kpackage-5.59.0/po/bs/libkpackage5.po   2019-06-01 18:59:02.0 
+0200
+++ new/kpackage-5.60.0/po/bs/libkpackage5.po   2019-07-07 20:36:41.0 
+0200
@@ 

commit kpackage for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-06-22 11:13:26

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.4615 (New)


Package is "kpackage"

Sat Jun 22 11:13:26 2019 rev:57 rq:710760 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-05-21 
10:30:50.415426533 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.4615/kpackage.changes  
2019-06-22 11:13:33.092704121 +0200
@@ -1,0 +2,9 @@
+Sun Jun 09 07:35:12 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- No code changes since 5.58.0
+
+---

Old:

  kpackage-5.58.0.tar.xz

New:

  kpackage-5.59.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.HqplMK/_old  2019-06-22 11:13:34.668706416 +0200
+++ /var/tmp/diff_new_pack.HqplMK/_new  2019-06-22 11:13:34.700706463 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.58
+%define _tar_path 5.59
 # 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.58.0
+Version:5.59.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later

++ kpackage-5.58.0.tar.xz -> kpackage-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.58.0/CMakeLists.txt 
new/kpackage-5.59.0/CMakeLists.txt
--- old/kpackage-5.58.0/CMakeLists.txt  2019-05-07 13:26:49.0 +0200
+++ new/kpackage-5.59.0/CMakeLists.txt  2019-06-01 18:59:02.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.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.58.0/po/ar/libkpackage5.po 
new/kpackage-5.59.0/po/ar/libkpackage5.po
--- old/kpackage-5.58.0/po/ar/libkpackage5.po   2019-05-07 13:26:49.0 
+0200
+++ new/kpackage-5.59.0/po/ar/libkpackage5.po   2019-06-01 18:59:02.0 
+0200
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-27 03:13+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:57+0200\n"
 "PO-Revision-Date: 2018-06-10 18:01+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.58.0/po/bs/libkpackage5.po 
new/kpackage-5.59.0/po/bs/libkpackage5.po
--- old/kpackage-5.58.0/po/bs/libkpackage5.po   2019-05-07 13:26:49.0 
+0200
+++ new/kpackage-5.59.0/po/bs/libkpackage5.po   2019-06-01 18:59:02.0 
+0200
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-27 03:13+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 2019-05-20 02:57+0200\n"
 "PO-Revision-Date: 2014-01-31 21:06+0100\n"
 "Last-Translator: Samir Ribić \n"
 "Language-Team: bosanski \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.58.0/po/ca/libkpackage5.po 
new/kpackage-5.59.0/po/ca/libkpackage5.po
--- old/kpackage-5.58.0/po/ca/libkpackage5.po   2019-05-07 13:26:49.0 
+0200
+++ new/kpackage-5.59.0/po/ca/libkpackage5.po   2019-06-01 18:59:02.0 
+0200
@@ -8,8 +8,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: libkpackage5\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-04-27 03:13+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
+"POT-Creation-Date: 

commit kpackage for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-05-21 10:30:48

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.5148 (New)


Package is "kpackage"

Tue May 21 10:30:48 2019 rev:56 rq:703370 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-04-19 
21:23:47.875829430 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new.5148/kpackage.changes  
2019-05-21 10:30:50.415426533 +0200
@@ -1,0 +2,18 @@
+Wed May 15 18:16:17 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * Add missing properties in kpackage-generic.desktop
+  * kpackagetool: read kpackage-generic.desktop from qrc
+  * AppStream generation: make sure we look up for the package structure on 
packages that have metadata.desktop/json too
+  * autotests: don't fail appstream test because of anything on stderr
+  * autotests: display command being executed, to help debugging failures
+  * autotests: make output nicer
+  * Don't use qAsConst over a temporary variable
+- Dropped patches, now upstream:
+  * Dont-use-qAsConst-over-a-temporary-variable.patch
+
+---

Old:

  Dont-use-qAsConst-over-a-temporary-variable.patch
  kpackage-5.57.0.tar.xz

New:

  kpackage-5.58.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.MfLTVF/_old  2019-05-21 10:30:51.063426284 +0200
+++ /var/tmp/diff_new_pack.MfLTVF/_new  2019-05-21 10:30:51.071426281 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.57
+%define _tar_path 5.58
 # 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.57.0
+Version:5.58.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later
@@ -31,8 +31,6 @@
 URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM
-Patch0: Dont-use-qAsConst-over-a-temporary-variable.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -68,7 +66,6 @@
 %if 0%{?suse_version} == 1500
 sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
 %endif
-%autopatch -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ kpackage-5.57.0.tar.xz -> kpackage-5.58.0.tar.xz ++
 8917 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-04-19 21:23:45

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.5536 (New)


Package is "kpackage"

Fri Apr 19 21:23:45 2019 rev:55 rq:695242 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-03-21 
09:47:41.238878367 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.5536/kpackage.changes  
2019-04-19 21:23:47.875829430 +0200
@@ -1,0 +2,18 @@
+Tue Apr 16 13:34:55 UTC 2019 - wba...@tmo.at
+
+- Add Dont-use-qAsConst-over-a-temporary-variable.patch to fix a
+  possible crash
+
+---
+Sun Apr 14 20:21:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * Fix finding the host tools targets file in the Android docker environment
+  * [kpackages] compile without foreach
+  * Add cross-compilation support for kpackagetool5
+
+---

Old:

  kpackage-5.56.0.tar.xz

New:

  Dont-use-qAsConst-over-a-temporary-variable.patch
  kpackage-5.57.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.zs6s8q/_old  2019-04-19 21:23:48.499830224 +0200
+++ /var/tmp/diff_new_pack.zs6s8q/_new  2019-04-19 21:23:48.503830229 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.56
+%define _tar_path 5.57
 # 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.56.0
+Version:5.57.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later
@@ -31,6 +31,8 @@
 URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch0: Dont-use-qAsConst-over-a-temporary-variable.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -66,6 +68,7 @@
 %if 0%{?suse_version} == 1500
 sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
 %endif
+%autopatch -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ Dont-use-qAsConst-over-a-temporary-variable.patch ++
>From c3e896e02f9a8dc92d6e26cdbc87fe5c6b9cf3bf Mon Sep 17 00:00:00 2001
From: David Faure 
Date: Sun, 14 Apr 2019 19:44:50 +0200
Subject: Don't use qAsConst over a temporary variable

Summary:
(will crash because the temporary will be destroyed before being used)

Detected with
  ag -sr qAsConst'\([^)]*\(' .

Test Plan: builds

Reviewers: mlaurent, cfeck, apol

Reviewed By: mlaurent

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D20552
---
 src/kpackage/package.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/kpackage/package.cpp b/src/kpackage/package.cpp
index 130eec6..801f1c2 100644
--- a/src/kpackage/package.cpp
+++ b/src/kpackage/package.cpp
@@ -429,7 +429,8 @@ QStringList Package::entryList(const QByteArray ) const
 QStringList list;
 for (const QString  : qAsConst(d->contentsPrefixPaths)) {
 //qCDebug(KPACKAGE_LOG) << " looking in" << prefix;
-for (const QString  : qAsConst(it.value().paths)) {
+const QStringList paths = it.value().paths;
+for (const QString  : paths) {
 //qCDebug(KPACKAGE_LOG) << " looking in" << path;
 if (it.value().directory) {
 //qCDebug(KPACKAGE_LOG) << "it's a directory, so trying out" 
<< d->path + prefix + path;
-- 
cgit v1.1

++ kpackage-5.56.0.tar.xz -> kpackage-5.57.0.tar.xz ++
 14936 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-03-21 09:47:39

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.28833 (New)


Package is "kpackage"

Thu Mar 21 09:47:39 2019 rev:54 rq:686759 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-02-28 
21:31:34.293769197 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.28833/kpackage.changes 
2019-03-21 09:47:41.238878367 +0100
@@ -1,0 +2,12 @@
+Sun Mar 10 20:15:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * It compiles fine with qt5.13
+  * extend documentation of kpackage_install_bundled_package
+  * remove kpackage_install_package deprecation warning
+
+---

Old:

  kpackage-5.55.0.tar.xz

New:

  kpackage-5.56.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.qbn0ns/_old  2019-03-21 09:47:41.786878240 +0100
+++ /var/tmp/diff_new_pack.qbn0ns/_new  2019-03-21 09:47:41.794878238 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.55
+%define _tar_path 5.56
 # 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.55.0
+Version:5.56.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later

++ kpackage-5.55.0.tar.xz -> kpackage-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.55.0/CMakeLists.txt 
new/kpackage-5.56.0/CMakeLists.txt
--- old/kpackage-5.55.0/CMakeLists.txt  2019-02-03 01:00:33.0 +0100
+++ new/kpackage-5.56.0/CMakeLists.txt  2019-03-02 14:45:57.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.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)
 
@@ -64,8 +64,7 @@
 CONFIG_CODE_VARIABLE
 PACKAGE_SETUP_AUTOMOC_VARIABLES
 )
-
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 include(KF5PackageMacros.cmake)
 
 # make package_version.h available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.55.0/KF5PackageMacros.cmake 
new/kpackage-5.56.0/KF5PackageMacros.cmake
--- old/kpackage-5.55.0/KF5PackageMacros.cmake  2019-02-03 01:00:33.0 
+0100
+++ new/kpackage-5.56.0/KF5PackageMacros.cmake  2019-03-02 14:45:57.0 
+0100
@@ -23,10 +23,6 @@
 
 set(kpackagedir ${CMAKE_CURRENT_LIST_DIR})
 function(kpackage_install_package dir component)
-   # allow plasma_install_package to disable the warning until it is ported 
away from this
-   if (NOT ARGV4 STREQUAL NO_DEPRECATED_WARNING)
-  message(AUTHOR_WARNING "Deprecated: use 
kpackage_install_bundled_package")
-   endif()
set(root ${ARGV2})
set(install_dir ${ARGV3})
if(NOT root)
@@ -90,8 +86,12 @@
 
 endfunction()
 
-#use this version instead: it compresses the contents directory
-#into a binary rcc file
+# See kpackage_install_package documentation above.
+# This function bundles the package into a Qt rcc file instead of installing
+# the individual files. Great care must be taken that the way package files are
+# accessed is actually rcc-compatible (e.g. package.fileUrl must be used and
+# manually constructed paths shouldn't treat the resources as file:// URLs
+# either).
 function(kpackage_install_bundled_package dir component)
 set(root ${ARGV2})
 set(install_dir ${ARGV3})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.55.0/po/gl/libkpackage5.po 
new/kpackage-5.56.0/po/gl/libkpackage5.po
--- 

commit kpackage for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-02-28 21:31:33

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.28833 (New)


Package is "kpackage"

Thu Feb 28 21:31:33 2019 rev:53 rq:678707 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-02-14 
14:27:18.503819887 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.28833/kpackage.changes 
2019-02-28 21:31:34.293769197 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.yw9Pro/_old  2019-02-28 21:31:35.889768664 +0100
+++ /var/tmp/diff_new_pack.yw9Pro/_new  2019-02-28 21:31:35.913768655 +0100
@@ -63,6 +63,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}




commit kpackage for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-02-14 14:27:14

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.28833 (New)


Package is "kpackage"

Thu Feb 14 14:27:14 2019 rev:52 rq:674258 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2019-01-21 
10:21:32.802002233 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.28833/kpackage.changes 
2019-02-14 14:27:18.503819887 +0100
@@ -1,0 +2,11 @@
+Sun Feb 10 22:03:14 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * Remove unused found member
+  * Make translations work
+
+---

Old:

  kpackage-5.54.0.tar.xz

New:

  kpackage-5.55.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.wktxZY/_old  2019-02-14 14:27:19.259819535 +0100
+++ /var/tmp/diff_new_pack.wktxZY/_new  2019-02-14 14:27:19.263819533 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.54
+%define _tar_path 5.55
 # 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.54.0
+Version:5.55.0
 Release:0
 Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later

++ kpackage-5.54.0.tar.xz -> kpackage-5.55.0.tar.xz ++
 5819 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2019-01-21 10:21:31

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.28833 (New)


Package is "kpackage"

Mon Jan 21 10:21:31 2019 rev:51 rq:665832 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-12-19 
13:42:42.783847025 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.28833/kpackage.changes 
2019-01-21 10:21:32.802002233 +0100
@@ -1,0 +2,15 @@
+Mon Jan 14 06:08:49 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * Fix typo in i18n message (cmdline option description)
+
+---
+Sat Dec 15 14:05:29 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summaries.
+
+---

Old:

  kpackage-5.53.0.tar.xz

New:

  kpackage-5.54.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.fE2nMn/_old  2019-01-21 10:21:33.266001720 +0100
+++ /var/tmp/diff_new_pack.fE2nMn/_new  2019-01-21 10:21:33.270001716 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-%define _tar_path 5.53
+%define _tar_path 5.54
 # 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.53.0
+Version:5.54.0
 Release:0
-Summary:Manage user installable packages of non-binary assets
+Summary:Non-binary asset user-installable package managing framework
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
@@ -49,7 +49,7 @@
 This framework lets applications to manage user installable packages of 
non-binary assets.
 
 %package devel
-Summary:Manage user installable packages of non-binary assets
+Summary:Non-binary asset user-installable package managing framework
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules

++ kpackage-5.53.0.tar.xz -> kpackage-5.54.0.tar.xz ++
 2189 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-12-19 13:42:41

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new.28833 (New)


Package is "kpackage"

Wed Dec 19 13:42:41 2018 rev:50 rq:658583 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-11-14 
14:36:42.631131581 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.28833/kpackage.changes 
2018-12-19 13:42:42.783847025 +0100
@@ -1,0 +2,13 @@
+Sun Dec 09 19:43:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Use isEmpty
+  * Don't generate appstream data for files that lack a description 
(kde#400431)
+  * Capture package metadata before install start
+  * It compiles without deprecated method
+
+---

Old:

  kpackage-5.52.0.tar.xz

New:

  kpackage-5.53.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.IHylRQ/_old  2018-12-19 13:42:43.599845877 +0100
+++ /var/tmp/diff_new_pack.IHylRQ/_new  2018-12-19 13:42:43.603845871 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.52
+%define _tar_path 5.53
 # 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.52.0
+Version:5.53.0
 Release:0
 Summary:Manage user installable packages of non-binary assets
 License:LGPL-2.1-or-later

++ kpackage-5.52.0.tar.xz -> kpackage-5.53.0.tar.xz ++
 7220 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-11-14 14:36:37

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Wed Nov 14 14:36:37 2018 rev:49 rq:648534 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-10-22 
11:14:37.179702633 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-11-14 
14:36:42.631131581 +0100
@@ -1,0 +2,12 @@
+Sun Nov 11 19:48:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * Capture package metadata before install start
+  * Use new categories
+  * Call reserve() on Qt containers if fill size is known before
+
+---

Old:

  kpackage-5.51.0.tar.xz

New:

  kpackage-5.52.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.FS5Obl/_old  2018-11-14 14:36:43.411130815 +0100
+++ /var/tmp/diff_new_pack.FS5Obl/_new  2018-11-14 14:36:43.415130811 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.51
+%define _tar_path 5.52
 # 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.51.0
+Version:5.52.0
 Release:0
 Summary:Manage user installable packages of non-binary assets
 License:LGPL-2.1-or-later
@@ -43,9 +43,7 @@
 BuildRequires:  cmake(Qt5Core) >= 5.8.0
 BuildRequires:  cmake(Qt5DBus) >= 5.8.0
 BuildRequires:  cmake(Qt5Test) >= 5.8.0
-%if %{with lang}
 Recommends: %{name}-lang
-%endif
 
 %description
 This framework lets applications to manage user installable packages of 
non-binary assets.

++ kpackage-5.51.0.tar.xz -> kpackage-5.52.0.tar.xz ++
 7676 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-10-22 11:14:34

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Mon Oct 22 11:14:34 2018 rev:48 rq:642337 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-10-01 
08:08:10.598296247 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-10-22 
11:14:37.179702633 +0200
@@ -1,0 +2,19 @@
+Tue Oct 16 08:02:29 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:50:37 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * Use reference in for loop for type with non-trivial copy constructor
+  * Move Qt5::DBus to the 'PRIVATE' link targets
+  * Fix compile with strict compiler flags
+  * Emit signals when a package is installed/uninstalled
+  * Fix minor EBN issues
+
+---

Old:

  kpackage-5.50.0.tar.xz

New:

  kpackage-5.51.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.AUJr5V/_old  2018-10-22 11:14:37.647702125 +0200
+++ /var/tmp/diff_new_pack.AUJr5V/_new  2018-10-22 11:14:37.651702121 +0200
@@ -12,23 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _tar_path 5.50
+%define _tar_path 5.51
 # 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.50.0
+Version:5.51.0
 Release:0
 Summary:Manage user installable packages of non-binary assets
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
@@ -40,8 +40,9 @@
 BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.8.0
+BuildRequires:  cmake(Qt5DBus) >= 5.8.0
+BuildRequires:  cmake(Qt5Test) >= 5.8.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kpackage-5.50.0.tar.xz -> kpackage-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.50.0/CMakeLists.txt 
new/kpackage-5.51.0/CMakeLists.txt
--- old/kpackage-5.50.0/CMakeLists.txt  2018-09-02 21:29:44.0 +0200
+++ new/kpackage-5.51.0/CMakeLists.txt  2018-10-08 10:19:12.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.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)
 
@@ -45,7 +45,7 @@
 
 set (REQUIRED_QT_VERSION 5.8.0)
 
-find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Core)
+find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Core 
DBus)
 
 find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
@@ -85,7 +85,11 @@
 kdoctools_install(po)
 endif()
 endif()
-
+add_definitions(-DQT_NO_CAST_FROM_ASCII)
+add_definitions(-DQT_NO_CAST_TO_ASCII)
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+add_definitions(-DQT_USE_QSTRINGBUILDER)
 add_subdirectory(src)
 if (BUILD_TESTING)
 

commit kpackage for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-10-01 08:08:08

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Mon Oct  1 08:08:08 2018 rev:47 rq:636016 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-08-24 
16:55:04.457430113 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-10-01 
08:08:10.598296247 +0200
@@ -1,0 +2,11 @@
+Thu Sep 13 21:58:46 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * autotests: plasmoidpackagetest fails when run in parallel to others
+  * autotests: handle /home being a symlink on the FreeBSD CI
+
+---

Old:

  kpackage-5.49.0.tar.xz

New:

  kpackage-5.50.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.9WfSrk/_old  2018-10-01 08:08:11.042296010 +0200
+++ /var/tmp/diff_new_pack.9WfSrk/_new  2018-10-01 08:08:11.042296010 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.49
+%define _tar_path 5.50
 # 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.49.0
+Version:5.50.0
 Release:0
 Summary:Manage user installable packages of non-binary assets
 License:LGPL-2.1-or-later

++ kpackage-5.49.0.tar.xz -> kpackage-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.49.0/CMakeLists.txt 
new/kpackage-5.50.0/CMakeLists.txt
--- old/kpackage-5.49.0/CMakeLists.txt  2018-08-04 13:00:24.0 +0200
+++ new/kpackage-5.50.0/CMakeLists.txt  2018-09-02 21:29:44.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.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.49.0/autotests/CMakeLists.txt 
new/kpackage-5.50.0/autotests/CMakeLists.txt
--- old/kpackage-5.49.0/autotests/CMakeLists.txt2018-08-04 
13:00:24.0 +0200
+++ new/kpackage-5.50.0/autotests/CMakeLists.txt2018-09-02 
21:29:44.0 +0200
@@ -27,6 +27,7 @@
 )
 
 set_tests_properties(plasma-querytest PROPERTIES RUN_SERIAL TRUE) # it wipes 
out ~/.qttest/share
+set_tests_properties(plasma-plasmoidpackagetest PROPERTIES RUN_SERIAL TRUE)
 
 function(kpackagetool5test testname)
 add_test(NAME ${testname}-appstream COMMAND cmake 
-Dkpackagetool=$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.49.0/autotests/plasmoidpackagetest.cpp 
new/kpackage-5.50.0/autotests/plasmoidpackagetest.cpp
--- old/kpackage-5.49.0/autotests/plasmoidpackagetest.cpp   2018-08-04 
13:00:24.0 +0200
+++ new/kpackage-5.50.0/autotests/plasmoidpackagetest.cpp   2018-09-02 
21:29:44.0 +0200
@@ -299,7 +299,7 @@
 QVERIFY(spy.wait(1000));
 
 //is the package instance usable (ie proper path) after the install job 
has been completed?
-QCOMPARE(p->path(), QString(m_packageRoot % "/plasmoid_to_package/"));
+QCOMPARE(p->path(), QString(QDir(m_packageRoot % 
"/plasmoid_to_package").canonicalPath() + QLatin1Char('/')));
 cleanupPackage(QStringLiteral("plasmoid_to_package"));
 
 //QVERIFY(p->isValid());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.49.0/po/ar/libkpackage5.po 
new/kpackage-5.50.0/po/ar/libkpackage5.po
--- old/kpackage-5.49.0/po/ar/libkpackage5.po   2018-08-04 13:00:24.0 
+0200
+++ new/kpackage-5.50.0/po/ar/libkpackage5.po   2018-09-02 21:29:44.0 
+0200
@@ -1,12 +1,12 @@
 # Copyright (C) 

commit kpackage for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-08-24 16:55:03

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Fri Aug 24 16:55:03 2018 rev:46 rq:630627 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-07-21 
10:14:36.175109413 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-08-24 
16:55:04.457430113 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:19:18 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+---

Old:

  kpackage-5.48.0.tar.xz

New:

  kpackage-5.49.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.yZEUqZ/_old  2018-08-24 16:55:06.801432880 +0200
+++ /var/tmp/diff_new_pack.yZEUqZ/_new  2018-08-24 16:55:06.805432884 +0200
@@ -16,15 +16,21 @@
 #
 
 
-%bcond_without lang
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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.48.0
+Version:5.49.0
 Release:0
+Summary:Manage user installable packages of non-binary assets
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -39,13 +45,6 @@
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
-Summary:Manage user installable packages of non-binary assets
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This framework lets applications to manage user installable packages of 
non-binary assets.
@@ -62,6 +61,7 @@
 Development files.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -77,7 +77,6 @@
 %endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %if %{with lang}
@@ -85,8 +84,8 @@
 %endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_bindir}/kpackagetool*
 %{_kf5_libdir}/libKF5Package.so.*
 %dir %{_kf5_servicetypesdir}
@@ -97,7 +96,6 @@
 %{_kf5_debugdir}/*.categories
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Package.so
 %{_kf5_libdir}/cmake/KF5Package/
 %{_kf5_includedir}/

++ kpackage-5.48.0.tar.xz -> kpackage-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.48.0/CMakeLists.txt 
new/kpackage-5.49.0/CMakeLists.txt
--- old/kpackage-5.48.0/CMakeLists.txt  2018-07-08 00:32:12.0 +0200
+++ new/kpackage-5.49.0/CMakeLists.txt  2018-08-04 13:00:24.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.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)
 
@@ -87,7 +87,9 @@
 endif()
 
 add_subdirectory(src)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+add_subdirectory(autotests)
+endif()
 
  create PackageConfig.cmake and install it 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.48.0/po/da/libkpackage5.po 
new/kpackage-5.49.0/po/da/libkpackage5.po
--- old/kpackage-5.48.0/po/da/libkpackage5.po   2018-07-08 00:32:12.0 
+0200
+++ new/kpackage-5.49.0/po/da/libkpackage5.po   2018-08-04 

commit kpackage for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-07-21 10:14:31

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Sat Jul 21 10:14:31 2018 rev:45 rq:623301 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-06-22 
13:22:12.619862097 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-07-21 
10:14:36.175109413 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:42 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Remove QT definitions duplicated from KDEFrameworkCompilerSettings or dead
+
+---

Old:

  kpackage-5.47.0.tar.xz

New:

  kpackage-5.48.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.3N4HKm/_old  2018-07-21 10:14:36.583109317 +0200
+++ /var/tmp/diff_new_pack.3N4HKm/_new  2018-07-21 10:14:36.587109316 +0200
@@ -17,15 +17,14 @@
 
 
 %bcond_without lang
-%define _tar_path 5.47
+%define _tar_path 5.48
 # 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}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kpackage
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes

++ kpackage-5.47.0.tar.xz -> kpackage-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.47.0/CMakeLists.txt 
new/kpackage-5.48.0/CMakeLists.txt
--- old/kpackage-5.47.0/CMakeLists.txt  2018-06-02 20:03:13.0 +0200
+++ new/kpackage-5.48.0/CMakeLists.txt  2018-07-08 00:32:12.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.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)
 
@@ -68,8 +68,6 @@
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0)
 
 #add_definitions(-Wno-deprecated)
-add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
 
 include(KF5PackageMacros.cmake)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.47.0/po/id/libkpackage5.po 
new/kpackage-5.48.0/po/id/libkpackage5.po
--- old/kpackage-5.47.0/po/id/libkpackage5.po   2018-06-02 20:03:13.0 
+0200
+++ new/kpackage-5.48.0/po/id/libkpackage5.po   2018-07-08 00:32:12.0 
+0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-19 03:21+0100\n"
-"PO-Revision-Date: 2018-05-31 22:01+0700\n"
+"PO-Revision-Date: 2018-06-30 00:27+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -494,7 +494,7 @@
 #, kde-format
 msgctxt "Do not translate "
 msgid "Upgrade the package at "
-msgstr "Tingkatkan paket di "
+msgstr "Upgrade paket di "
 
 #: kpackagetool/options.h:40
 #, kde-format
@@ -548,10 +548,10 @@
 #, kde-format
 msgctxt "Do not translate "
 msgid "Outputs the metadata for the package "
-msgstr "Keluaran metadata untuk paket "
+msgstr "Output metadata untuk paket "
 
 #: kpackagetool/options.h:76
 #, kde-format
 msgctxt "Do not translate "
 msgid "Outputs the metadata for the package into "
-msgstr "Keluaran metadata untuk paket ke dalam "
+msgstr "Output metadata untuk paket ke dalam "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.47.0/po/zh_CN/libkpackage5.po 
new/kpackage-5.48.0/po/zh_CN/libkpackage5.po
--- old/kpackage-5.47.0/po/zh_CN/libkpackage5.po2018-06-02 

commit kpackage for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-06-22 13:22:06

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Fri Jun 22 13:22:06 2018 rev:44 rq:616779 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-05-18 
14:22:56.241305772 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-06-22 
13:22:12.619862097 +0200
@@ -1,0 +2,11 @@
+Tue Jun 12 21:26:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * kpackage_install_*package: fix missing dep between .desktop and .json
+  * make sure paths in rcc are never derived from absolute paths
+
+---

Old:

  kpackage-5.46.0.tar.xz

New:

  kpackage-5.47.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.SjUiaJ/_old  2018-06-22 13:22:13.443831651 +0200
+++ /var/tmp/diff_new_pack.SjUiaJ/_new  2018-06-22 13:22:13.447831503 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.46
+%define _tar_path 5.47
 # 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:   kpackage
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.46.0.tar.xz -> kpackage-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.46.0/CMakeLists.txt 
new/kpackage-5.47.0/CMakeLists.txt
--- old/kpackage-5.46.0/CMakeLists.txt  2018-05-05 14:59:32.0 +0200
+++ new/kpackage-5.47.0/CMakeLists.txt  2018-06-02 20:03:13.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.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.46.0/KF5PackageMacros.cmake 
new/kpackage-5.47.0/KF5PackageMacros.cmake
--- old/kpackage-5.46.0/KF5PackageMacros.cmake  2018-05-05 14:59:32.0 
+0200
+++ new/kpackage-5.47.0/KF5PackageMacros.cmake  2018-06-02 20:03:13.0 
+0200
@@ -44,10 +44,12 @@
 PATTERN dummydata EXCLUDE)
 
set(metadatajson)
-   if(NOT EXISTS ${component}-${root}-metadata.json AND EXISTS 
${CMAKE_CURRENT_SOURCE_DIR}/${dir}/metadata.desktop)
+   set(ORIGINAL_METADATA "${CMAKE_CURRENT_SOURCE_DIR}/${dir}/metadata.desktop")
+   if(NOT EXISTS ${component}-${root}-metadata.json AND EXISTS 
${ORIGINAL_METADATA})
 set(GENERATED_METADATA 
"${CMAKE_CURRENT_BINARY_DIR}/${component}-${root}-metadata.json")
 add_custom_command(OUTPUT ${GENERATED_METADATA}
-   COMMAND KF5::desktoptojson -i 
${CMAKE_CURRENT_SOURCE_DIR}/${dir}/metadata.desktop -o ${GENERATED_METADATA})
+   DEPENDS ${ORIGINAL_METADATA}
+   COMMAND KF5::desktoptojson -i ${ORIGINAL_METADATA} 
-o ${GENERATED_METADATA})
 add_custom_target(${component}-${root}-metadata-json ALL DEPENDS 
${GENERATED_METADATA})
 install(FILES ${GENERATED_METADATA} DESTINATION 
${KDE_INSTALL_DATADIR}/${install_dir}/${root}/${component} RENAME metadata.json)
 set(metadatajson ${GENERATED_METADATA})
@@ -101,10 +103,12 @@
 endif()
 
 set(metadatajson)
-if(NOT EXISTS ${component}-${root}-metadata.json AND EXISTS 
${CMAKE_CURRENT_SOURCE_DIR}/${dir}/metadata.desktop)
+set(ORIGINAL_METADATA 
"${CMAKE_CURRENT_SOURCE_DIR}/${dir}/metadata.desktop")
+if(NOT EXISTS ${component}-${root}-metadata.json AND EXISTS 
${ORIGINAL_METADATA})
 set(GENERATED_METADATA 
"${CMAKE_CURRENT_BINARY_DIR}/${component}-${root}-metadata.json")
 

commit kpackage for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-05-18 14:22:53

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Fri May 18 14:22:53 2018 rev:43 rq:607579 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-04-19 
15:17:51.939259120 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-05-18 
14:22:56.241305772 +0200
@@ -1,0 +2,15 @@
+Sun May 13 21:03:05 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Use override
+  * Add missing explicit
+  * use KDE_INSTALL_DATADIR instead of FULL_DATADIR
+  * Warning--
+  * Add donate urls to test data
+  * Add override
+
+---

Old:

  kpackage-5.45.0.tar.xz

New:

  kpackage-5.46.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.UB1lxm/_old  2018-05-18 14:22:56.881282280 +0200
+++ /var/tmp/diff_new_pack.UB1lxm/_new  2018-05-18 14:22:56.881282280 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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:   kpackage
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.45.0.tar.xz -> kpackage-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.45.0/CMakeLists.txt 
new/kpackage-5.46.0/CMakeLists.txt
--- old/kpackage-5.45.0/CMakeLists.txt  2018-04-07 21:37:56.0 +0200
+++ new/kpackage-5.46.0/CMakeLists.txt  2018-05-05 14:59:32.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.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.45.0/KF5PackageMacros.cmake 
new/kpackage-5.46.0/KF5PackageMacros.cmake
--- old/kpackage-5.45.0/KF5PackageMacros.cmake  2018-04-07 21:37:56.0 
+0200
+++ new/kpackage-5.46.0/KF5PackageMacros.cmake  2018-05-05 14:59:32.0 
+0200
@@ -161,6 +161,6 @@
   COMMENT "Generating ${component}-contents.rcc"
   COMMAND Qt5::rcc "${kpkgqrc}" --binary -o 
"${GENERATED_RCC_CONTENTS}"
   DEPENDS ${component}-${root}-metadata-json 
${component}-${root}-qrc)
-install(FILES ${GENERATED_RCC_CONTENTS} DESTINATION 
${KDE_INSTALL_FULL_DATADIR}/${install_dir}/${root}/${component}/ RENAME 
contents.rcc)
+install(FILES ${GENERATED_RCC_CONTENTS} DESTINATION 
${KDE_INSTALL_DATADIR}/${install_dir}/${root}/${component}/ RENAME contents.rcc)
 
 endfunction()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.45.0/autotests/data/testfallbackpackage/testfallbackpackage.testappdataxml
 
new/kpackage-5.46.0/autotests/data/testfallbackpackage/testfallbackpackage.testappdataxml
--- 
old/kpackage-5.45.0/autotests/data/testfallbackpackage/testfallbackpackage.testappdataxml
   2018-04-07 21:37:56.0 +0200
+++ 
new/kpackage-5.46.0/autotests/data/testfallbackpackage/testfallbackpackage.testappdataxml
   2018-05-05 14:59:32.0 +0200
@@ -35,6 +35,7 @@
 xxTest Fallback Packagexx
 测试回退包
 測試預設套件
+https://www.kde.org/donate.php?app=org.kde.testfallbackpackage
 Marco Martin m...@kde.org
 GPL-2.0+
 CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.45.0/autotests/data/testjsonmetadatapackage/testjsonmetadatapackage.testappdataxml
 

commit kpackage for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-04-19 15:17:45

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Thu Apr 19 15:17:45 2018 rev:42 rq:596891 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-03-20 
21:46:54.190755409 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-04-19 
15:17:51.939259120 +0200
@@ -1,0 +2,26 @@
+Sat Apr 14 13:19:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Try to fix the FreeBSD build.
+  * Use Qt5::rcc instead of looking for the executable.
+  * Use NO_DEFAULT_PATH to ensure the right command is picked up
+  * Look also for prefixed rcc executables
+  * set component for correct qrc generation
+  * regenerate qrc on every build
+  * Don't create dependency loop
+  * Fix the rcc binary package generation
+  * set(component ${component})
+  * Fix rcc packages generation
+  * Generate the rcc file every time, at install time
+  * Use ecm_setup_qtplugin_macro_names
+  * remove the rcc before generating
+  * Make org.kde. components include a donate URL
+  * Remove not necessary QtCore and co
+  * Mark kpackage_install_package undeprecated for plasma_install_package
+  * autotest: improve error reporting on failure
+
+---

Old:

  kpackage-5.44.0.tar.xz

New:

  kpackage-5.45.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.oXG4oJ/_old  2018-04-19 15:17:52.759226395 +0200
+++ /var/tmp/diff_new_pack.oXG4oJ/_new  2018-04-19 15:17:52.759226395 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.44
+%define _tar_path 5.45
 # 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:   kpackage
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.44.0.tar.xz -> kpackage-5.45.0.tar.xz ++
 7459 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-03-20 21:46:52

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Tue Mar 20 21:46:52 2018 rev:41 rq:586848 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-02-16 
21:32:58.876401031 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-03-20 
21:46:54.190755409 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:42 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Help automoc to find metadata JSON files referenced in the code
+
+---

Old:

  kpackage-5.43.0.tar.xz

New:

  kpackage-5.44.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.X85a5T/_old  2018-03-20 21:46:55.034725035 +0100
+++ /var/tmp/diff_new_pack.X85a5T/_new  2018-03-20 21:46:55.038724891 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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:   kpackage
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -41,7 +41,7 @@
 Recommends: %{name}-lang
 %endif
 Summary:Manage user installable packages of non-binary assets
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kpackage-5.43.0.tar.xz -> kpackage-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.43.0/CMakeLists.txt 
new/kpackage-5.44.0/CMakeLists.txt
--- old/kpackage-5.43.0/CMakeLists.txt  2018-02-05 13:02:02.0 +0100
+++ new/kpackage-5.44.0/CMakeLists.txt  2018-03-03 11:05:49.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.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)
 
@@ -57,12 +57,25 @@
 
 #
 
-set(KPackage_AUTOMOC_MACRO_NAMES "K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON")
+# TODO: create ECM macro for automoc & json things
+set(KPackage_AUTOMOC_MACRO_NAMES_WITH_JSON_ARG2 
"K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON")
+set(KPackage_AUTOMOC_MACRO_NAMES
+${KPackage_AUTOMOC_MACRO_NAMES_WITH_JSON_ARG2}
+)
 if(NOT CMAKE_VERSION VERSION_LESS "3.10.0")
 # CMake 3.9+ warns about automoc on files without Q_OBJECT, and doesn't 
know about other macros.
 # 3.10+ lets us provide more macro names that require automoc.
 list(APPEND CMAKE_AUTOMOC_MACRO_NAMES ${KPackage_AUTOMOC_MACRO_NAMES})
 endif()
+if(NOT CMAKE_VERSION VERSION_LESS "3.9.0")
+foreach(macro_name  ${KPackage_AUTOMOC_MACRO_NAMES_WITH_JSON_ARG2})
+# tell automoc how to find names of plugin metadata files
+list(APPEND CMAKE_AUTOMOC_DEPEND_FILTERS
+"${macro_name}"
+"[\n^][ \t]*${macro_name}[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\""
+)
+endforeach()
+endif()
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.43.0/KF5PackageConfig.cmake.in 
new/kpackage-5.44.0/KF5PackageConfig.cmake.in
--- old/kpackage-5.43.0/KF5PackageConfig.cmake.in   2018-02-05 
13:02:02.0 +0100
+++ new/kpackage-5.44.0/KF5PackageConfig.cmake.in   2018-03-03 
11:05:49.0 +0100
@@ -18,5 +18,14 @@
 # 3.10+ lets us provide more macro names that require automoc.
 list(APPEND CMAKE_AUTOMOC_MACRO_NAMES 

commit kpackage for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-02-16 21:32:57

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Fri Feb 16 21:32:57 2018 rev:40 rq:576550 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-01-22 
16:02:25.371116453 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-02-16 
21:32:58.876401031 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:09 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * None
+
+---

Old:

  kpackage-5.42.0.tar.xz

New:

  kpackage-5.43.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.dkyEpW/_old  2018-02-16 21:32:59.772368677 +0100
+++ /var/tmp/diff_new_pack.dkyEpW/_new  2018-02-16 21:32:59.776368533 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.42
+%define _tar_path 5.43
 # 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:   kpackage
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.42.0.tar.xz -> kpackage-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.42.0/CMakeLists.txt 
new/kpackage-5.43.0/CMakeLists.txt
--- old/kpackage-5.42.0/CMakeLists.txt  2018-01-07 17:20:15.0 +0100
+++ new/kpackage-5.43.0/CMakeLists.txt  2018-02-05 13:02:02.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.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.42.0/po/gl/libkpackage5.po 
new/kpackage-5.43.0/po/gl/libkpackage5.po
--- old/kpackage-5.42.0/po/gl/libkpackage5.po   2018-01-07 17:20:15.0 
+0100
+++ new/kpackage-5.43.0/po/gl/libkpackage5.po   2018-02-05 13:02:02.0 
+0100
@@ -3,13 +3,13 @@
 #
 # Marce Villarino , 2013, 2014.
 # Adrián Chaves Fernández , 2015, 2016, 2017.
-# Adrian Chaves (Gallaecio) , 2017.
+# Adrian Chaves (Gallaecio) , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-12-15 03:10+0100\n"
-"PO-Revision-Date: 2017-10-03 11:49+0100\n"
+"PO-Revision-Date: 2018-01-28 06:13+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -131,7 +131,7 @@
 #, kde-format
 msgid "Could not load installer for package of type %1. Error reported was: %2"
 msgstr ""
-"Non se puido achar un instalador axeitado para o paquete do tipo %1. "
+"Non se puido cargar un instalador axeitado para o paquete do tipo %1. "
 "Informouse do erro: %2"
 
 #: kpackage/private/packagejobthread.cpp:221
@@ -394,37 +394,32 @@
 #: kpackagetool/kpackagetool.cpp:689
 #, kde-format
 msgid "Generating %1%2"
-msgstr ""
+msgstr "Xerando %1%2."
 
 #: kpackagetool/kpackagetool.cpp:691
-#, fuzzy, kde-format
-#| msgid "Generating %1/kpluginindex.json"
+#, kde-format
 msgid "Didn't write %1%2"
-msgstr "Xerando «%1/kpluginindex.json»…"
+msgstr "Non se escribiu %1%2."
 
 #: kpackagetool/kpackagetool.cpp:702
 #, kde-format
 msgid "Generating %1/%2"
-msgstr ""
+msgstr "Xerando %1/%2."
 
 #: kpackagetool/kpackagetool.cpp:704
-#, fuzzy, kde-format
-#| msgid "Generating %1/kpluginindex.json"
+#, kde-format
 msgid "Cannot write %1/%2"
-msgstr "Xerando «%1/kpluginindex.json»…"
+msgstr "Non se pode escribir %1/%2."
 
 #: 

commit kpackage for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-01-22 16:02:24

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Mon Jan 22 16:02:24 2018 rev:39 rq:566699 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2018-01-09 
14:43:41.454534530 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-01-22 
16:02:25.371116453 +0100
@@ -1,0 +2,22 @@
+Tue Jan 16 22:50:19 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * Fix typo
+  * Prevent cmake 3.10+ warning with moc & K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON
+  * invalidate the runtime cache on install
+  * adjust relative directory
+  * use configure_file instead of install
+  * use QByteArrayLiteral
+  * create the needed directory
+  * experimental support for rcc files loading in kpackage
+  * Use qCDebug
+  * compile against Qt 5.7
+  * Fix up package indexing and add runtime caching
+  * new KPackage::fileUrl() method
+
+---

Old:

  kpackage-5.41.0.tar.xz

New:

  kpackage-5.42.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.S8Yi1T/_old  2018-01-22 16:02:26.015086319 +0100
+++ /var/tmp/diff_new_pack.S8Yi1T/_new  2018-01-22 16:02:26.015086319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.41
+%define _tar_path 5.42
 # 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:   kpackage
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -95,6 +95,7 @@
 %{_kf5_servicetypesdir}/kpackage-generic.desktop
 %{_kf5_servicetypesdir}/kpackage-genericqml.desktop
 %doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
+%{_kf5_debugdir}/*.categories
 
 %files devel
 %defattr(-,root,root)

++ kpackage-5.41.0.tar.xz -> kpackage-5.42.0.tar.xz ++
 24810 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2018-01-09 14:43:40

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Tue Jan  9 14:43:40 2018 rev:38 rq:559459 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-11-16 
14:40:04.900700897 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2018-01-09 
14:43:41.454534530 +0100
@@ -1,0 +2,14 @@
+Sun Dec 17 09:43:49 CET 2017 - lbeltr...@kde.org
+
+- 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:
+  * Fix trivial clazy warnings
+  * Properly do strings in the kpackage framework
+  * Don't try to generate metadata.json if there's no metadata.desktop
+  * fix kpluginindex caching
+  * Improve error output
+
+---

Old:

  kpackage-5.40.0.tar.xz

New:

  kpackage-5.41.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.2eJSG8/_old  2018-01-09 14:43:42.002508833 +0100
+++ /var/tmp/diff_new_pack.2eJSG8/_new  2018-01-09 14:43:42.006508646 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%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:   kpackage
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.40.0.tar.xz -> kpackage-5.41.0.tar.xz ++
 14202 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-11-16 14:40:01

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Thu Nov 16 14:40:01 2017 rev:37 rq:541677 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-10-27 
13:56:59.680432903 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-11-16 
14:40:04.900700897 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:15 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * use the non installed service files
+
+---

Old:

  kpackage-5.39.0.tar.xz

New:

  kpackage-5.40.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.orYYcX/_old  2017-11-16 14:40:06.120656669 +0100
+++ /var/tmp/diff_new_pack.orYYcX/_new  2017-11-16 14:40:06.132656234 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.39
+%define _tar_path 5.40
 # 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:   kpackage
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.39.0.tar.xz -> kpackage-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.39.0/CMakeLists.txt 
new/kpackage-5.40.0/CMakeLists.txt
--- old/kpackage-5.39.0/CMakeLists.txt  2017-10-07 21:20:53.0 +0200
+++ new/kpackage-5.40.0/CMakeLists.txt  2017-11-05 09:36:26.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.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.39.0/autotests/CMakeLists.txt 
new/kpackage-5.40.0/autotests/CMakeLists.txt
--- old/kpackage-5.39.0/autotests/CMakeLists.txt2017-10-07 
21:20:53.0 +0200
+++ new/kpackage-5.40.0/autotests/CMakeLists.txt2017-11-05 
09:36:26.0 +0100
@@ -32,6 +32,7 @@
   
-Doutput=${CMAKE_CURRENT_SOURCE_DIR}/data/${testname}/${testname}.testappdataxml
   -P 
${CMAKE_CURRENT_SOURCE_DIR}/kpackagetoolappstreamtest.cmake
 )
+set_property(TEST ${testname}-appstream PROPERTY ENVIRONMENT 
"XDG_DATA_DIRS=${CMAKE_SOURCE_DIR}/src/kpackage/data:$XDG_DATA_DIRS")
 endfunction()
 
 foreach(var "testfallbackpackage" "testpackage" "testpackage-nodisplay" 
"testjsonmetadatapackage" "testpackagesdep" "testpackagesdepinvalid") # 
"customcontent" "simplecontent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.39.0/po/da/libkpackage5.po 
new/kpackage-5.40.0/po/da/libkpackage5.po
--- old/kpackage-5.39.0/po/da/libkpackage5.po   2017-10-07 21:20:53.0 
+0200
+++ new/kpackage-5.40.0/po/da/libkpackage5.po   2017-11-05 09:36:26.0 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-09-11 03:17+0200\n"
-"PO-Revision-Date: 2017-02-25 18:36+0100\n"
+"PO-Revision-Date: 2017-10-28 20:30+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -494,11 +494,7 @@
 "denne KDE-session blive gennemsøgt i stedet."
 
 #: kpackagetool/options.h:59
-#, 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"
+#, 

commit kpackage for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-10-27 13:56:57

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Fri Oct 27 13:56:57 2017 rev:36 rq:536342 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-09-19 
16:25:57.161579123 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-10-27 
13:56:59.680432903 +0200
@@ -1,0 +2,12 @@
+Mon Oct 23 06:41:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * kpackage: bundle a copy of servicetypes/kpackage-generic.desktop
+  * kpackagetool: bundle a copy of servicetypes/kpackage-generic.desktop
+  * autotest: adapt for ECM 5.38 setting CMAKE_RUNTIME_OUTPUT_DIRECTORY to bin
+
+---

Old:

  kpackage-5.38.0.tar.xz

New:

  kpackage-5.39.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.4KftB5/_old  2017-10-27 13:57:01.312356621 +0200
+++ /var/tmp/diff_new_pack.4KftB5/_new  2017-10-27 13:57:01.312356621 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.38
+%define _tar_path 5.39
 # 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:   kpackage
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.38.0.tar.xz -> kpackage-5.39.0.tar.xz ++
 7076 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-09-19 16:25:56

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Tue Sep 19 16:25:56 2017 rev:35 rq:526664 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-08-24 
17:57:41.487697713 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-09-19 
16:25:57.161579123 +0200
@@ -1,0 +2,12 @@
+Tue Sep 12 07:11:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * refactor kpackagetool away from stringy options
+  * autotests: fix running tests in parallel
+  * kpackagetool: fix memory leak detected by LeakSanitizer
+
+---

Old:

  kpackage-5.37.0.tar.xz

New:

  kpackage-5.38.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.95r6YY/_old  2017-09-19 16:25:59.473251530 +0200
+++ /var/tmp/diff_new_pack.95r6YY/_new  2017-09-19 16:25:59.477250963 +0200
@@ -17,20 +17,24 @@
 
 
 %bcond_without lang
-%define _tar_path 5.37
+%define _tar_path 5.38
+# 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:   kpackage
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_tar_path}
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
-BuildRequires:  kdoctools-devel >= %{_tar_path}
+BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 %if %{with lang}
@@ -52,7 +56,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel >= %{_tar_path}
+Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
 
 %description devel
 This framework lets applications to manage user installable packages of 
non-binary assets.

++ kpackage-5.37.0.tar.xz -> kpackage-5.38.0.tar.xz ++
 13962 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-08-24 17:57:40

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Thu Aug 24 17:57:40 2017 rev:34 rq:516691 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-07-17 
10:25:00.519693889 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-08-24 
17:57:41.487697713 +0200
@@ -1,0 +2,14 @@
+Sat Aug 12 09:23:34 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * kpackagetool can now write appstream data to a file
+  * assert the testpackage appstream data validates
+  * adopt new KAboutLicense::spdx
+  * do not stderr that NoDisplay is set
+  * API dox: use @param for normal parameter listing, not @arg
+
+---

Old:

  kpackage-5.36.0.tar.xz

New:

  kpackage-5.37.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.92X9XV/_old  2017-08-24 17:57:42.467559700 +0200
+++ /var/tmp/diff_new_pack.92X9XV/_new  2017-08-24 17:57:42.479558010 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kpackage
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.36.0.tar.xz -> kpackage-5.37.0.tar.xz ++
 10009 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-07-17 10:24:58

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Mon Jul 17 10:24:58 2017 rev:33 rq:509924 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-07-05 
23:52:15.336488208 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-07-17 
10:25:00.519693889 +0200
@@ -1,0 +2,13 @@
+Wed Jul 12 07:14:02 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * Added kpackage-genericqml.desktop
+  * tests: forgot to use LINK_LIBRARIES for ecm_add_test
+  * cmake: use ecm_add_test more
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  kpackage-5.35.0.tar.xz

New:

  kpackage-5.36.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.EjpvGt/_old  2017-07-17 10:25:01.115609881 +0200
+++ /var/tmp/diff_new_pack.EjpvGt/_new  2017-07-17 10:25:01.119609318 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kpackage
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -89,6 +89,7 @@
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kpackage-packagestructure.desktop
 %{_kf5_servicetypesdir}/kpackage-generic.desktop
+%{_kf5_servicetypesdir}/kpackage-genericqml.desktop
 %doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
 
 %files devel

++ kpackage-5.35.0.tar.xz -> kpackage-5.36.0.tar.xz ++
 14263 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-07-05 23:52:15

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Wed Jul  5 23:52:15 2017 rev:32 rq:502962 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-06-01 
16:20:41.545003589 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-07-05 
23:52:15.336488208 +0200
@@ -1,0 +2,12 @@
+Sun Jun 11 09:27:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * API dox: NULL pointer -> null pointer
+  * API dox: Use doxygen notation to have comments used
+  * API dox: note CamelCase includes by @class tag with more classes
+
+---

Old:

  kpackage-5.34.0.tar.xz

New:

  kpackage-5.35.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.q9ScZz/_old  2017-07-05 23:52:15.976398074 +0200
+++ /var/tmp/diff_new_pack.q9ScZz/_new  2017-07-05 23:52:15.980397510 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kpackage
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.34.0.tar.xz -> kpackage-5.35.0.tar.xz ++
 14532 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-06-01 Thread root
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.changes2017-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 - fab...@ritter-vogt.de
+
+- 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.0 +0200
+++ new/kpackage-5.34.0/CMakeLists.txt  2017-05-06 13:57:27.0 +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.0 
+0200
+++ new/kpackage-5.34.0/KF5PackageMacros.cmake  2017-05-06 13:57:27.0 
+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 

commit kpackage for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-04-30 21:19:58

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Sun Apr 30 21:19:58 2017 rev:30 rq:492080 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-03-28 
15:11:38.431495911 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-04-30 
21:20:00.253639640 +0200
@@ -1,0 +2,18 @@
+Sat Apr 15 10:11:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * build autotests as regular executables
+  * Upgrade KF5 version to 5.33.0.
+
+---
+Fri Apr  7 08:49:19 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to allow appdata installation even with warnings:
+  * 0001-Ignore-warnings-during-appdata-generation.patch
+
+---

Old:

  kpackage-5.32.0.tar.xz

New:

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



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.vYNdIo/_old  2017-04-30 21:20:01.037529113 +0200
+++ /var/tmp/diff_new_pack.vYNdIo/_new  2017-04-30 21:20:01.041528549 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kpackage
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -42,6 +42,8 @@
 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
@@ -61,6 +63,7 @@
 %lang_package
 %prep
 %setup -q
+%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ 0001-Ignore-warnings-during-appdata-generation.patch ++
>From 6b79f36839ea34df5e6c3dbdbe058c9da030d0c1 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Fri, 7 Apr 2017 10:44:35 +0200
Subject: [PATCH] Ignore warnings during appdata generation

The Plasma/PopupApplet service type for example got deprecated and removed,
but is still used by various parts of Plasma 5.8.
This causes kpackagetool to emit warnings, but it still succeeds. However,
this case is handled incorrectly as any stderr output is assumed to be critical
and the file is not installed. As result is 0, no warning message is printed.

This commit fixes this by ignoring the stderr output and using result to 
indicate
success. Warning messages are printed if applicable.

BUG: 378529
---
 KF5PackageMacros.cmake | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/KF5PackageMacros.cmake b/KF5PackageMacros.cmake
index af26275..8697648 100644
--- a/KF5PackageMacros.cmake
+++ b/KF5PackageMacros.cmake
@@ -51,11 +51,13 @@ function(kpackage_install_package dir component)
 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()
-- 
2.12.0

++ kpackage-5.32.0.tar.xz -> kpackage-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.32.0/CMakeLists.txt 
new/kpackage-5.33.0/CMakeLists.txt
--- old/kpackage-5.32.0/CMakeLists.txt  2017-03-04 17:18:07.0 +0100
+++ new/kpackage-5.33.0/CMakeLists.txt  2017-04-01 21:39:01.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") 

commit kpackage for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-03-28 15:11:36

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Tue Mar 28 15:11:36 2017 rev:29 rq:481529 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-03-03 
17:04:32.544399907 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-03-28 
15:11:38.431495911 +0200
@@ -1,0 +2,14 @@
+Sun Mar 19 14:50:51 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * finish support for opening compressed packages
+  * Upgrade KF5 version to 5.32.0.
+  * Upgrade Qt5 version requirement to 5.6.0.
+
+---

Old:

  kpackage-5.31.0.tar.xz

New:

  kpackage-5.32.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.UvGqHO/_old  2017-03-28 15:11:39.027411492 +0200
+++ /var/tmp/diff_new_pack.UvGqHO/_new  2017-03-28 15:11:39.031410925 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kpackage
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpackage-5.31.0.tar.xz -> kpackage-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.31.0/CMakeLists.txt 
new/kpackage-5.32.0/CMakeLists.txt
--- old/kpackage-5.31.0/CMakeLists.txt  2017-02-05 12:07:51.0 +0100
+++ new/kpackage-5.32.0/CMakeLists.txt  2017-03-04 17:18:07.0 +0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.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)
 
@@ -37,7 +37,7 @@
 
 # now find all used packages #
 
-set (REQUIRED_QT_VERSION "5.3.0")
+set (REQUIRED_QT_VERSION 5.6.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Core)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.31.0/po/ca@valencia/libkpackage5.po 
new/kpackage-5.32.0/po/ca@valencia/libkpackage5.po
--- old/kpackage-5.31.0/po/ca@valencia/libkpackage5.po  2017-02-05 
12:07:51.0 +0100
+++ new/kpackage-5.32.0/po/ca@valencia/libkpackage5.po  2017-03-04 
17:18:07.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: libkpackage5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-03 04:08+0100\n"
-"PO-Revision-Date: 2017-01-05 19:36+0100\n"
+"PO-Revision-Date: 2017-02-03 18:39+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
@@ -342,7 +342,7 @@
 #: kpackagetool/kpackagetool.cpp:461
 #, kde-format
 msgid "%1 has NoDisplay enabled\n"
-msgstr ""
+msgstr "El %1 té activat «NoDisplay»\n"
 
 #: kpackagetool/kpackagetool.cpp:523
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.31.0/po/cs/libkpackage5.po 
new/kpackage-5.32.0/po/cs/libkpackage5.po
--- old/kpackage-5.31.0/po/cs/libkpackage5.po   2017-02-05 12:07:51.0 
+0100
+++ new/kpackage-5.32.0/po/cs/libkpackage5.po   2017-03-04 17:18:07.0 
+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 , 2010, 2011, 2013, 2014, 2015, 2016.
+# Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2016, 2017.
 # Lukáš Tinkl , 2010, 2012.
 #
 msgid ""
@@ -8,7 +8,7 @@
 "Project-Id-Version: plasmapkg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-03 04:08+0100\n"
-"PO-Revision-Date: 2016-12-09 

commit kpackage for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-03-03 17:04:31

Comparing /work/SRC/openSUSE:Factory/kpackage (Old)
 and  /work/SRC/openSUSE:Factory/.kpackage.new (New)


Package is "kpackage"

Fri Mar  3 17:04:31 2017 rev:28 rq:461450 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-02-03 
17:45:55.766822099 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-03-03 
17:04:32.544399907 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:31:56 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kpackage-5.30.0.tar.xz

New:

  kpackage-5.31.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.iPrbXP/_old  2017-03-03 17:04:33.108320156 +0100
+++ /var/tmp/diff_new_pack.iPrbXP/_new  2017-03-03 17:04:33.108320156 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kpackage
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -31,8 +31,8 @@
 BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kpackage-5.30.0.tar.xz -> kpackage-5.31.0.tar.xz ++
 7038 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-01-31 12:13:58

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.changes2016-12-17 
11:11:48.471357860 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-02-03 
17:45:55.766822099 +0100
@@ -1,0 +2,13 @@
+Thu Jan 19 12:01:56 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.30.0
+  * [PackageLoader] Don't access invalid KPluginMetadata (bug 374541)
+  * fix description for option -t in man page
+  * Improve error message
+  * Fix the help message for --type
+  * Improve installation process of KPackage bundles
+  * Install a kpackage-generic.desktop file
+  * Exclude qmlc files from installation
+  * Don't list separately plasmoids from metadata.desktop and .json
+
+---

Old:

  kpackage-5.29.1.tar.xz

New:

  kpackage-5.30.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.Bc9PWU/_old  2017-02-03 17:45:56.142768886 +0100
+++ /var/tmp/diff_new_pack.Bc9PWU/_new  2017-02-03 17:45:56.146768320 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 %bcond_without lang
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kpackage
-Version:5.29.1
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{_tar_path}
@@ -96,6 +96,7 @@
 %{_kf5_libdir}/libKF5Package.so.*
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kpackage-packagestructure.desktop
+%{_kf5_servicetypesdir}/kpackage-generic.desktop
 %doc %lang(en) %{_kf5_mandir}/*/kpackagetool*
 
 %files devel

++ kpackage-5.29.1.tar.xz -> kpackage-5.30.0.tar.xz ++
 20963 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-11-21 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-11-21 14:23:02

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.changes2016-11-17 
12:35:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-11-21 
14:23:03.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 18 15:17:15 UTC 2016 - alarr...@suse.com
+
+- Add 0001-keep-installing-metadata-desktop.patch to keep installing
+  metadata.desktop (kde#372594) 
+
+---

New:

  0001-keep-installing-metadata-desktop.patch



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.hlDb5Z/_old  2016-11-21 14:23:04.0 +0100
+++ /var/tmp/diff_new_pack.hlDb5Z/_new  2016-11-21 14:23:04.0 +0100
@@ -42,6 +42,7 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+Patch0: 0001-keep-installing-metadata-desktop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,6 +62,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ 0001-keep-installing-metadata-desktop.patch ++
>From e7861d979c71815a614f2baf0b3d25f329fadef0 Mon Sep 17 00:00:00 2001
From: Marco Martin 
Date: Fri, 18 Nov 2016 15:51:49 +0100
Subject: keep installing metadata.desktop

there are too many existing users that rely on existence of metadata.desktop,
so keep installing it, even if with new plasma-workspace releases only the
metadata.json would be used. the framework should never change its behavior
wrt old software, even if it was doing something in a sense wrong
CCMAIL: Aleix Pol Gonzalez 
BUG:372594
---
 KF5PackageMacros.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/KF5PackageMacros.cmake b/KF5PackageMacros.cmake
index cc5aae2..a14ab0b 100644
--- a/KF5PackageMacros.cmake
+++ b/KF5PackageMacros.cmake
@@ -31,7 +31,6 @@ function(kpackage_install_package dir component)
   set(install_dir ${KPACKAGE_RELATIVE_DATA_INSTALL_DIR})
endif()
install(DIRECTORY ${dir}/ DESTINATION 
${KDE_INSTALL_DATADIR}/${install_dir}/${root}/${component}
-   PATTERN metadata.desktop EXCLUDE
PATTERN .svn EXCLUDE
PATTERN CMakeLists.txt EXCLUDE
PATTERN Messages.sh EXCLUDE
-- 
cgit v0.11.2




commit kpackage for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-11-17 12:35:09

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.changes2016-10-28 
12:22:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-11-17 
12:35:10.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov  5 22:09:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * Make sure we're looking both for json and desktop metadata
+  * Guard against Q_GLOBAL_STATIC being destroyed at app shutdown
+  * Fix dangling pointer in KPackageJob (kde#369935)
+  * Remove discovery associated to a key when removing a definition
+  * Generate the icon into the appstream file
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+- Drop upstreamed fix-package-remove-definition.diff
+
+---

Old:

  fix-package-remove-definition.diff
  kpackage-5.27.0.tar.xz

New:

  kpackage-5.28.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.XkhuVe/_old  2016-11-17 12:35:11.0 +0100
+++ /var/tmp/diff_new_pack.XkhuVe/_new  2016-11-17 12:35:11.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kpackage
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -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 fix-package-remove-definition.diff -- Fix removal of 
package discoveries as well as definitions
-Patch0: fix-package-remove-definition.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,7 +61,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
@@ -76,6 +73,7 @@
 %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

++ kpackage-5.27.0.tar.xz -> kpackage-5.28.0.tar.xz ++
 19817 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-10-28 12:22:25

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.changes2016-10-18 
09:56:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-10-28 
12:22:26.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct  9 12:58:10 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * Don't generate appstream files for components that are not in rdn
+  * Make kpackage_install_package work with KDE_INSTALL_DIRS_NO_DEPRECATED
+  * Remove unused var KPACKAGE_DATA_INSTALL_DIR
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kpackage-5.26.0.tar.xz

New:

  kpackage-5.27.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.QKzFBF/_old  2016-10-28 12:22:27.0 +0200
+++ /var/tmp/diff_new_pack.QKzFBF/_new  2016-10-28 12:22:27.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kpackage
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.26.0.tar.xz -> kpackage-5.27.0.tar.xz ++
 14560 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-10-18 09:56:44

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.changes2016-09-14 
23:26:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-10-18 
09:56:44.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  7 15:28:54 UTC 2016 - alarr...@suse.com
+
+- Add fix-package-remove-definition.diff:
+  Removes package discoveries too when removing a definition, so
+  old data is not kept forever around.
+
+---

New:

  fix-package-remove-definition.diff



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.jM8bXs/_old  2016-10-18 09:56:44.0 +0200
+++ /var/tmp/diff_new_pack.jM8bXs/_new  2016-10-18 09:56:44.0 +0200
@@ -42,6 +42,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM fix-package-remove-definition.diff -- Fix removal of 
package discoveries as well as definitions
+Patch0: fix-package-remove-definition.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,6 +63,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ fix-package-remove-definition.diff ++
Index: kpackage-5.26.0/src/kpackage/package.cpp
===
--- kpackage-5.26.0.orig/src/kpackage/package.cpp
+++ kpackage-5.26.0/src/kpackage/package.cpp
@@ -677,6 +677,11 @@ void Package::removeDefinition(const QBy
 d.detach();
 d->contents.remove(key);
 }
+
+if (d->discoveries.contains(key)) {
+d.detach();
+d->discoveries.remove(key);
+}
 }
 
 void Package::setRequired(const QByteArray , bool required)



commit kpackage for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-09-14 23:26:51

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.changes2016-08-29 
15:08:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-09-14 
23:26:53.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 20:52:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * Silence contentHash deprecation warnings
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kpackage-5.25.0.tar.xz

New:

  kpackage-5.26.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.7a831A/_old  2016-09-14 23:26:54.0 +0200
+++ /var/tmp/diff_new_pack.7a831A/_new  2016-09-14 23:26:54.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kpackage
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.25.0.tar.xz -> kpackage-5.26.0.tar.xz ++
 9143 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-08-29 15:08:14

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.changes2016-07-15 
12:38:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-08-29 
15:08:16.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug  7 21:55:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * Infer the ParentApp from the PackageStructure plugin
+  * Let kpackagetool5 generate appstream information for kpackage components
+  * Make it possible to load metadata.json file from kpackagetool5
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kpackage-5.24.0.tar.xz

New:

  kpackage-5.25.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.ewUmGF/_old  2016-08-29 15:08:17.0 +0200
+++ /var/tmp/diff_new_pack.ewUmGF/_new  2016-08-29 15:08:17.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kpackage
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -31,8 +31,8 @@
 BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kpackage-5.24.0.tar.xz -> kpackage-5.25.0.tar.xz ++
 13874 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-07-15 12:38:12

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.changes2016-07-03 
12:24:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-07-15 
12:38:16.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:05:33 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  kpackage-5.23.0.tar.xz

New:

  kpackage-5.24.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.id7vx7/_old  2016-07-15 12:38:17.0 +0200
+++ /var/tmp/diff_new_pack.id7vx7/_new  2016-07-15 12:38:17.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kpackage
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -73,6 +73,7 @@
 %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(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

++ kpackage-5.23.0.tar.xz -> kpackage-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.23.0/CMakeLists.txt 
new/kpackage-5.24.0/CMakeLists.txt
--- old/kpackage-5.23.0/CMakeLists.txt  2016-06-06 13:43:03.0 +0200
+++ new/kpackage-5.24.0/CMakeLists.txt  2016-07-03 11:20:35.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.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.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.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.23.0/metainfo.yaml 
new/kpackage-5.24.0/metainfo.yaml
--- old/kpackage-5.23.0/metainfo.yaml   2016-06-06 13:43:03.0 +0200
+++ new/kpackage-5.24.0/metainfo.yaml   2016-07-03 11:20:35.0 +0200
@@ -3,7 +3,9 @@
 tier: 2
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.23.0/po/ca/libkpackage5.po 
new/kpackage-5.24.0/po/ca/libkpackage5.po
--- old/kpackage-5.23.0/po/ca/libkpackage5.po   2016-06-06 13:43:03.0 
+0200
+++ new/kpackage-5.24.0/po/ca/libkpackage5.po   2016-07-03 11:20:35.0 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: libkpackage5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-04-17 07:24+\n"
-"PO-Revision-Date: 2016-01-05 19:19+0100\n"
+"PO-Revision-Date: 2016-06-07 20:35+0200\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -125,8 +125,7 @@
 #: kpackage/private/packagejobthread.cpp:261
 #, kde-format
 msgid "Could not open package file, unsupported archive format: %1 %2"
-msgstr ""
-"No s'ha pogut obrir el fitxer, el format d'arxiu no està implementat: %1 %2"
+msgstr "No s'ha pogut obrir el fitxer, el format d'arxiu no està admès: %1 %2"
 
 #: kpackage/private/packagejobthread.cpp:269
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.23.0/po/ca@valencia/libkpackage5.po 
new/kpackage-5.24.0/po/ca@valencia/libkpackage5.po
--- old/kpackage-5.23.0/po/ca@valencia/libkpackage5.po  2016-06-06 
13:43:03.0 +0200
+++ 

commit kpackage for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-07-03 12:24:12

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.changes2016-05-19 
12:09:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-07-03 
12:24:13.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:26:53 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kpackage-5.22.0.tar.xz

New:

  kpackage-5.23.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.MkZoFa/_old  2016-07-03 12:24:14.0 +0200
+++ /var/tmp/diff_new_pack.MkZoFa/_new  2016-07-03 12:24:14.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kpackage
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.22.0.tar.xz -> kpackage-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.22.0/CMakeLists.txt 
new/kpackage-5.23.0/CMakeLists.txt
--- old/kpackage-5.22.0/CMakeLists.txt  2016-05-07 17:20:33.0 +0200
+++ new/kpackage-5.23.0/CMakeLists.txt  2016-06-06 13:43:03.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.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.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.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.22.0/metainfo.yaml 
new/kpackage-5.23.0/metainfo.yaml
--- old/kpackage-5.22.0/metainfo.yaml   2016-05-07 17:20:33.0 +0200
+++ new/kpackage-5.23.0/metainfo.yaml   2016-06-06 13:43:03.0 +0200
@@ -10,3 +10,7 @@
 libraries:
  - cmake: KF5::Package
 cmakename: KF5Package
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.22.0/po/gd/libkpackage5.po 
new/kpackage-5.23.0/po/gd/libkpackage5.po
--- old/kpackage-5.22.0/po/gd/libkpackage5.po   2016-05-07 17:20:33.0 
+0200
+++ new/kpackage-5.23.0/po/gd/libkpackage5.po   2016-06-06 13:43:03.0 
+0200
@@ -1,14 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# GunChleoc , 2015.
+# GunChleoc , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-04-17 07:24+\n"
-"PO-Revision-Date: 2015-11-04 15:14+\n"
-"Last-Translator: Michael Bauer \n"
+"PO-Revision-Date: 2016-04-30 12:04+0100\n"
+"Last-Translator: GunChleoc \n"
 "Language-Team: Fòram na Gàidhlig\n"
 "Language: gd\n"
 "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
 "(n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: Poedit 1.8.4\n"
+"X-Generator: Virtaal 0.7.1\n"
 "X-Project-Style: kde\n"
 
 #: kpackage/package.cpp:55
@@ -133,10 +133,9 @@
 msgstr "Cha b' urrainn dhuinn faidhle na pacaid fhosgladh: %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 "Cha b' urrainn dhuinn faidhle na pacaid fhosgladh: %1"
+msgstr "Cha b' urrainn dhuinn faidhle a' mheata-dàta fhosgladh: %1"
 
 #: kpackage/private/packagejobthread.cpp:315
 #, kde-format
@@ -157,16 +156,21 @@
 msgid ""
 "The new package has a different type from the old version already 

commit kpackage for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-05-19 12:09:00

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.changes2016-04-12 
19:23:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-05-19 
12:09:01.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:33:15 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kpackage-5.21.0.tar.xz

New:

  kpackage-5.22.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.xQJ8C7/_old  2016-05-19 12:09:01.0 +0200
+++ /var/tmp/diff_new_pack.xQJ8C7/_new  2016-05-19 12:09:01.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kpackage
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.21.0.tar.xz -> kpackage-5.22.0.tar.xz ++
 5008 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-04-12 19:23:26

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.changes2016-03-16 
10:31:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-04-12 
19:23:27.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:21:55 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * After installing a package, load it
+  * If the package exists and up to date don't fail
+  * Add Package::cryptographicHash(QCryptographicHash::Algorithm)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kpackage-5.20.0.tar.xz

New:

  kpackage-5.21.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.j0RK8u/_old  2016-04-12 19:23:28.0 +0200
+++ /var/tmp/diff_new_pack.j0RK8u/_new  2016-04-12 19:23:28.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kpackage
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -31,8 +31,8 @@
 BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kpackage-5.20.0.tar.xz -> kpackage-5.21.0.tar.xz ++
 2761 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-03-16 Thread h_root
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.changes2016-02-24 
18:56:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-03-16 
10:31:05.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  6 10:00:48 UTC 2016 - hrvoje.sen...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.KnvtzI/_new  2016-03-16 10:31:06.0 +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.0 +0100
+++ new/kpackage-5.20.0/CMakeLists.txt  2016-03-05 20:04:59.0 +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.0 
+0100
+++ new/kpackage-5.20.0/po/cs/libkpackage5.po   2016-03-05 20:04:59.0 
+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 , 2010, 2011, 2013, 2014, 2015.
+# Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2016.
 # Lukáš Tinkl , 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+\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 \n"
 "Language-Team: Czech \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.0 
+0100
+++ new/kpackage-5.20.0/po/ko/libkpackage5.po   2016-03-05 20:04:59.0 
+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 , 2008, 2009, 2010.
-# Shinjo Park , 2011, 2012, 2014, 2015.
+# Shinjo Park , 2011, 2012, 2014, 2015, 2016.
 #
 msgid ""
 msgstr ""
 

commit kpackage for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-02-24 18:56:33

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.changes2016-01-20 
09:47:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-02-24 
18:56:36.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb  6 18:05:42 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * Avoid finding the same package multiple times from different paths
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kpackage-5.18.0.tar.xz

New:

  kpackage-5.19.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.dKbGrg/_old  2016-02-24 18:56:37.0 +0100
+++ /var/tmp/diff_new_pack.dKbGrg/_new  2016-02-24 18:56:37.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kpackage
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.18.0.tar.xz -> kpackage-5.19.0.tar.xz ++
 13216 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2016-01-20 09:47:19

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.changes2015-12-29 
12:54:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2016-01-20 
09:47:20.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan  2 17:44:46 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Make it possible to provide the metadata in json
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kpackage-5.17.0.tar.xz

New:

  kpackage-5.18.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.1MZKRR/_old  2016-01-20 09:47:22.0 +0100
+++ /var/tmp/diff_new_pack.1MZKRR/_new  2016-01-20 09:47:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kpackage
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.17.0.tar.xz -> kpackage-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.17.0/CMakeLists.txt 
new/kpackage-5.18.0/CMakeLists.txt
--- old/kpackage-5.17.0/CMakeLists.txt  2015-12-06 22:34:53.0 +0100
+++ new/kpackage-5.18.0/CMakeLists.txt  2016-01-02 17:45:20.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.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)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.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.17.0/autotests/data/customcontent/contents/customcontent/CustomContentFile.qml
 
new/kpackage-5.18.0/autotests/data/customcontent/contents/customcontent/CustomContentFile.qml
--- 
old/kpackage-5.17.0/autotests/data/customcontent/contents/customcontent/CustomContentFile.qml
   1970-01-01 01:00:00.0 +0100
+++ 
new/kpackage-5.18.0/autotests/data/customcontent/contents/customcontent/CustomContentFile.qml
   2016-01-02 17:45:20.0 +0100
@@ -0,0 +1,7 @@
+import  QtQuick 2.0
+
+Rectangle {
+id: root
+color: "darkblue"
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.17.0/autotests/data/customcontent/contents/ui/main.qml 
new/kpackage-5.18.0/autotests/data/customcontent/contents/ui/main.qml
--- old/kpackage-5.17.0/autotests/data/customcontent/contents/ui/main.qml   
1970-01-01 01:00:00.0 +0100
+++ new/kpackage-5.18.0/autotests/data/customcontent/contents/ui/main.qml   
2016-01-02 17:45:20.0 +0100
@@ -0,0 +1,7 @@
+import  QtQuick 2.0
+
+Rectangle {
+id: root
+color: "darkblue"
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.17.0/autotests/data/customcontent/metadata.desktop 
new/kpackage-5.18.0/autotests/data/customcontent/metadata.desktop
--- old/kpackage-5.17.0/autotests/data/customcontent/metadata.desktop   
1970-01-01 01:00:00.0 +0100
+++ new/kpackage-5.18.0/autotests/data/customcontent/metadata.desktop   
2016-01-02 17:45:20.0 +0100
@@ -0,0 +1,37 @@
+[Desktop Entry]
+Encoding=UTF-8
+Keywords=
+Name=Custom Content
+Name[ca]=Contingut personalitzat
+Name[ca@valencia]=Contingut personalitzat
+Name[en_GB]=Custom Content
+Name[es]=Contenido personalizado
+Name[fi]=Mukautettu sisältö
+Name[gl]=Contido personalizado

commit kpackage for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-12-29 12:54:01

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.changes2015-11-24 
22:24:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-12-29 
12:54:02.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:08:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kpackage-5.16.0.tar.xz

New:

  kpackage-5.17.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.AMgLt4/_old  2015-12-29 12:54:03.0 +0100
+++ /var/tmp/diff_new_pack.AMgLt4/_new  2015-12-29 12:54:03.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kpackage
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.16.0.tar.xz -> kpackage-5.17.0.tar.xz ++
 5414 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-11-24 22:24:36

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.changes2015-10-19 
22:26:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-11-24 
22:24:37.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 17:03:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kpackage-5.15.0.tar.xz

New:

  kpackage-5.16.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.rehe2t/_old  2015-11-24 22:24:37.0 +0100
+++ /var/tmp/diff_new_pack.rehe2t/_new  2015-11-24 22:24:37.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kpackage
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.15.0.tar.xz -> kpackage-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.15.0/CMakeLists.txt 
new/kpackage-5.16.0/CMakeLists.txt
--- old/kpackage-5.15.0/CMakeLists.txt  2015-10-05 10:18:13.0 +0200
+++ new/kpackage-5.16.0/CMakeLists.txt  2015-11-08 13:31:47.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.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)
 
@@ -15,13 +15,12 @@
 include(ECMGenerateHeaders)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
-include(KDECompilerSettings)
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(KDEFrameworkCompilerSettings)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.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.15.0/autotests/data/testfallbackpackage/metadata.desktop 
new/kpackage-5.16.0/autotests/data/testfallbackpackage/metadata.desktop
--- old/kpackage-5.15.0/autotests/data/testfallbackpackage/metadata.desktop 
2015-10-05 10:18:13.0 +0200
+++ new/kpackage-5.16.0/autotests/data/testfallbackpackage/metadata.desktop 
2015-11-08 13:31:47.0 +0100
@@ -3,12 +3,14 @@
 Keywords=
 Name=Test Fallback Package
 Name[ca]=Paquet de proves alternatiu
+Name[ca@valencia]=Paquet de proves alternatiu
 Name[da]=Test af fallback-pakke
 Name[de]=Test-Ausweichpaket
 Name[el]=Πακέτο δοκιμής εφεδρείας
 Name[en_GB]=Test Fallback Package
 Name[es]=Probar el paquete al que recurrir
 Name[fi]=Testivarapaketti
+Name[gd]=Pacaid dheuchainneach èiginneach
 Name[gl]=Paquete de probas por omisión
 Name[hu]=Tartalék tesztcsomag
 Name[it]=Pacchetto di ripiego di test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.15.0/autotests/data/testpackage/metadata.desktop 
new/kpackage-5.16.0/autotests/data/testpackage/metadata.desktop
--- old/kpackage-5.15.0/autotests/data/testpackage/metadata.desktop 
2015-10-05 10:18:13.0 +0200
+++ new/kpackage-5.16.0/autotests/data/testpackage/metadata.desktop 
2015-11-08 13:31:47.0 +0100
@@ -6,6 +6,7 @@
 Name[ast]=Paquete de prueba
 Name[bs]=Testni paket
 Name[ca]=Paquet de proves
+Name[ca@valencia]=Paquet de proves
 Name[cs]=Testovací balíček
 Name[da]=Testpakke
 Name[de]=Test-Paket
@@ -14,6 +15,7 @@
 Name[es]=Probar el paquete
 Name[fi]=Testipaketti
 Name[fr]=Paquet de test
+Name[gd]=Pacaid dheuchainneach
 Name[gl]=Paquete de probas
 Name[hu]=Tesztcsomag
 Name[ia]=Pacchetto de prova
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.15.0/autotests/packagemetadatatest.desktop 
new/kpackage-5.16.0/autotests/packagemetadatatest.desktop
--- old/kpackage-5.15.0/autotests/packagemetadatatest.desktop   2015-10-05 
10:18:13.0 +0200
+++ new/kpackage-5.16.0/autotests/packagemetadatatest.desktop 

commit kpackage for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-10-19 22:26:36

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.changes2015-09-24 
07:13:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-10-19 
22:26:37.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kpackage-5.14.0.tar.xz

New:

  kpackage-5.15.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.JFkoAq/_old  2015-10-19 22:26:38.0 +0200
+++ /var/tmp/diff_new_pack.JFkoAq/_new  2015-10-19 22:26:38.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kpackage
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.14.0.tar.xz -> kpackage-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.14.0/CMakeLists.txt 
new/kpackage-5.15.0/CMakeLists.txt
--- old/kpackage-5.14.0/CMakeLists.txt  2015-09-05 11:10:19.0 +0200
+++ new/kpackage-5.15.0/CMakeLists.txt  2015-10-05 10:18:13.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.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)
 
@@ -20,8 +20,8 @@
 include(ECMSetupVersion)
 include(KDEFrameworkCompilerSettings)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.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.14.0/autotests/data/testfallbackpackage/metadata.desktop 
new/kpackage-5.15.0/autotests/data/testfallbackpackage/metadata.desktop
--- old/kpackage-5.14.0/autotests/data/testfallbackpackage/metadata.desktop 
2015-09-05 11:10:19.0 +0200
+++ new/kpackage-5.15.0/autotests/data/testfallbackpackage/metadata.desktop 
2015-10-05 10:18:13.0 +0200
@@ -5,6 +5,7 @@
 Name[ca]=Paquet de proves alternatiu
 Name[da]=Test af fallback-pakke
 Name[de]=Test-Ausweichpaket
+Name[el]=Πακέτο δοκιμής εφεδρείας
 Name[en_GB]=Test Fallback Package
 Name[es]=Probar el paquete al que recurrir
 Name[fi]=Testivarapaketti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.14.0/autotests/data/testpackage/metadata.desktop 
new/kpackage-5.15.0/autotests/data/testpackage/metadata.desktop
--- old/kpackage-5.14.0/autotests/data/testpackage/metadata.desktop 
2015-09-05 11:10:19.0 +0200
+++ new/kpackage-5.15.0/autotests/data/testpackage/metadata.desktop 
2015-10-05 10:18:13.0 +0200
@@ -9,6 +9,7 @@
 Name[cs]=Testovací balíček
 Name[da]=Testpakke
 Name[de]=Test-Paket
+Name[el]=Πακέτο δοκιμής
 Name[en_GB]=Test Package
 Name[es]=Probar el paquete
 Name[fi]=Testipaketti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.14.0/autotests/packagemetadatatest.desktop 
new/kpackage-5.15.0/autotests/packagemetadatatest.desktop
--- old/kpackage-5.14.0/autotests/packagemetadatatest.desktop   2015-09-05 
11:10:19.0 +0200
+++ new/kpackage-5.15.0/autotests/packagemetadatatest.desktop   2015-10-05 
10:18:13.0 +0200
@@ -6,6 +6,7 @@
 Name[cs]=Testovací soubor metadat balíčku
 Name[da]=Testfil med pakkemetadata
 Name[de]=Testdatei für Paket-Metadaten
+Name[el]=Αρχείο δοκιμής μεταδεδομένων πακέτου
 Name[en_GB]=Package metadata test file
 Name[es]=Archivo de pruebas de metadatos de paquete
 Name[fi]=Pakettimetatietojen testitiedosto
@@ -46,6 +47,7 @@
 Comment[cs]=Testovací soubor plochy pro otestování třídy PackageMetaData.
 Comment[da]=En test-desktop-fil til at teste PackageMetaData-klassen.
 Comment[de]=Eine Test-Desktop-Datei zum Testen der Klasse „PackageMetaData“.
+Comment[el]=Ένα 

commit kpackage for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-09-24 07:13:14

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.changes2015-09-02 
07:47:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-09-24 
07:13:16.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep  8 17:13:23 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * kpackagetool can uninstall a package from a package file
+  * kpackagetool is now smarter about finding the right servicetype
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kpackage-5.13.0.tar.xz

New:

  kpackage-5.14.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.rTMuv0/_old  2015-09-24 07:13:16.0 +0200
+++ /var/tmp/diff_new_pack.rTMuv0/_new  2015-09-24 07:13:17.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kpackage
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kpackage-5.13.0.tar.xz -> kpackage-5.14.0.tar.xz ++
 7473 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-09-02 07:47:35

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.changes2015-07-14 
17:28:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-09-02 
07:47:36.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug  4 19:20:38 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * Make the subtitles, subtitles ;)
+  * kpackagetool: Fix output of non-latin text to stdout
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kpackage-5.12.0.tar.xz

New:

  kpackage-5.13.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.rP4Rbw/_old  2015-09-02 07:47:37.0 +0200
+++ /var/tmp/diff_new_pack.rP4Rbw/_new  2015-09-02 07:47:37.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kpackage
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -31,8 +31,8 @@
 BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kpackage-5.12.0.tar.xz -> kpackage-5.13.0.tar.xz ++
 7790 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-07-14 17:28:49

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.changes2015-06-23 
12:10:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-07-14 
17:28:50.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  5 18:45:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kpackage-5.11.0.tar.xz

New:

  kpackage-5.12.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.ZA9BQ2/_old  2015-07-14 17:28:50.0 +0200
+++ /var/tmp/diff_new_pack.ZA9BQ2/_new  2015-07-14 17:28:50.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kpackage
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kpackage-5.11.0.tar.xz - kpackage-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.11.0/CMakeLists.txt 
new/kpackage-5.12.0/CMakeLists.txt
--- old/kpackage-5.11.0/CMakeLists.txt  2015-06-06 23:23:58.0 +0200
+++ new/kpackage-5.12.0/CMakeLists.txt  2015-07-05 11:10:21.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.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)
 
@@ -20,8 +20,8 @@
 include(ECMSetupVersion)
 include(KDEFrameworkCompilerSettings)
 
-set(KF5_VERSION 5.11.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
+set(KF5_VERSION 5.12.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.12.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.11.0/autotests/data/testpackage/metadata.desktop 
new/kpackage-5.12.0/autotests/data/testpackage/metadata.desktop
--- old/kpackage-5.11.0/autotests/data/testpackage/metadata.desktop 
2015-06-06 23:23:58.0 +0200
+++ new/kpackage-5.12.0/autotests/data/testpackage/metadata.desktop 
2015-07-05 11:10:21.0 +0200
@@ -3,6 +3,7 @@
 Keywords=
 Name=Test Package
 Name[ar]=حزمة اختبارية
+Name[ast]=Paquete de prueba
 Name[bs]=Testni paket
 Name[ca]=Paquet de proves
 Name[cs]=Testovací balíček
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.11.0/po/ca/libkpackage5.po 
new/kpackage-5.12.0/po/ca/libkpackage5.po
--- old/kpackage-5.11.0/po/ca/libkpackage5.po   2015-06-06 23:23:58.0 
+0200
+++ new/kpackage-5.12.0/po/ca/libkpackage5.po   2015-07-05 11:10:21.0 
+0200
@@ -18,8 +18,8 @@
 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-Accelerator-Marker: \n
+X-Generator: Lokalize 1.5\n
 
 #: kpackage/package.cpp:55
 msgid Desktop file that describes this package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.11.0/po/de/libkpackage5.po 
new/kpackage-5.12.0/po/de/libkpackage5.po
--- old/kpackage-5.11.0/po/de/libkpackage5.po   2015-06-06 23:23:58.0 
+0200
+++ new/kpackage-5.12.0/po/de/libkpackage5.po   2015-07-05 11:10:21.0 
+0200
@@ -8,7 +8,7 @@
 Project-Id-Version: \n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2015-05-19 12:12+\n
-PO-Revision-Date: 2015-05-17 20:52+0200\n
+PO-Revision-Date: 2015-07-02 09:22+0200\n
 Last-Translator: Burkhard Lück lu...@hube-lueck.de\n
 Language-Team: German kde-i18n...@kde.org\n
 Language: de\n
@@ -282,8 +282,8 @@
 The packageroot and global options conflict with each other, please select 
 only one.
 msgstr 
-Die packageroot- und die globalen Optionen stehen in Konflikt zueinander. 
-Bitte benutzen Sie nur eine von beiden.
+Die Option „packageroot“ und die globalen Optionen stehen in Konflikt 
+zueinander. Bitte benutzen Sie nur eine von beiden.
 
 #: kpackagetool/kpackagetool.cpp:362
 msgid Addon Name

commit kpackage for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-06-23 12:10:51

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.changes2015-05-11 
19:48:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-06-23 
12:10:53.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun  7 19:07:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * Guard the structure qpointer access (kde#347231)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kpackage-5.10.0.tar.xz

New:

  kpackage-5.11.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.RveHxO/_old  2015-06-23 12:10:53.0 +0200
+++ /var/tmp/diff_new_pack.RveHxO/_new  2015-06-23 12:10:53.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kpackage
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kpackage-5.10.0.tar.xz - kpackage-5.11.0.tar.xz ++
 4388 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-05-11 19:37:28

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.changes2015-04-13 
20:27:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-05-11 
19:48:25.0 +0200
@@ -1,0 +2,9 @@
+Sun May  3 19:50:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * Add a KPackage::findPackages function similar to
+KPluginLoader::findPlugins
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kpackage-5.9.0.tar.xz

New:

  kpackage-5.10.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.QpFA15/_old  2015-05-11 19:48:25.0 +0200
+++ /var/tmp/diff_new_pack.QpFA15/_new  2015-05-11 19:48:25.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kpackage
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
@@ -71,6 +71,7 @@
 
 %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(nl) %{_kf5_mandir}/nl %{name}5.lang
 echo %doc %lang(pt_BR) %{_kf5_mandir}/pt_BR %{name}5.lang

++ kpackage-5.9.0.tar.xz - kpackage-5.10.0.tar.xz ++
 2318 lines of diff (skipped)




commit kpackage for openSUSE:Factory

2015-04-13 Thread h_root
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.changes2015-03-16 
09:34:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-04-13 
20:27:56.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:41:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.moJcus/_new  2015-04-13 20:27:57.0 +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.0 +0100
+++ new/kpackage-5.9.0/CMakeLists.txt   2015-04-04 14:10:41.0 +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.in2015-03-07 
15:48:07.0 +0100
+++ new/kpackage-5.9.0/KF5PackageConfig.cmake.in2015-04-04 
14:10:41.0 +0200
@@ -9,4 +9,6 @@
 
 set(Package_LIBRARIES KF5::Package)
 
+find_dependency(KF5CoreAddons 

commit kpackage for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-03-16 09:34:56

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.changes2015-02-16 
17:32:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-03-16 
09:34:57.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:59:00 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  kpackage-5.7.0.tar.xz

New:

  kpackage-5.8.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.RbmNX5/_old  2015-03-16 09:34:58.0 +0100
+++ /var/tmp/diff_new_pack.RbmNX5/_new  2015-03-16 09:34:58.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kpackage
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ kpackage-5.7.0.tar.xz - kpackage-5.8.0.tar.xz ++
 9238 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kpackage for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-02-16 15:07:12

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.changes2015-01-29 
13:10:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-02-16 
17:32:00.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Renamed kpackagetool man to kpackagetool5
+  * Fixed installation on case-insensitive filesystems
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kpackage-5.6.0.tar.xz

New:

  kpackage-5.7.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.My51Vn/_old  2015-02-16 17:32:01.0 +0100
+++ /var/tmp/diff_new_pack.My51Vn/_new  2015-02-16 17:32:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kpackage
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -36,7 +37,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -73,7 +74,9 @@
 
 %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
 

++ kpackage-5.6.0.tar.xz - kpackage-5.7.0.tar.xz ++
 5406 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org