commit kauth for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-10-12 13:53:30

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


Package is "kauth"

Mon Oct 12 13:53:30 2020 rev:88 rq:840796 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-09-18 
14:38:04.339824125 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.3486/kauth.changes2020-10-12 
13:55:13.666114302 +0200
@@ -1,0 +2,12 @@
+Mon Oct  5 08:32:54 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:
+  * use new install var (kde#415938)
+  * Fix kauth test failure on windows.
+  * Mark David Edmundson as maintainer for KAuth.
+
+---

Old:

  kauth-5.74.0.tar.xz
  kauth-5.74.0.tar.xz.sig

New:

  kauth-5.75.0.tar.xz
  kauth-5.75.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.KyQCsY/_old  2020-10-12 13:55:14.270114547 +0200
+++ /var/tmp/diff_new_pack.KyQCsY/_new  2020-10-12 13:55:14.270114547 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.74.0.tar.xz -> kauth-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.74.0/CMakeLists.txt 
new/kauth-5.75.0/CMakeLists.txt
--- old/kauth-5.74.0/CMakeLists.txt 2020-09-06 12:15:02.0 +0200
+++ new/kauth-5.75.0/CMakeLists.txt 2020-10-04 20:38:16.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.74.0/autotests/CMakeLists.txt 
new/kauth-5.75.0/autotests/CMakeLists.txt
--- old/kauth-5.74.0/autotests/CMakeLists.txt   2020-09-06 12:15:02.0 
+0200
+++ new/kauth-5.75.0/autotests/CMakeLists.txt   2020-10-04 20:38:16.0 
+0200
@@ -78,9 +78,11 @@
 )
 
 ### test kauth-policy-gen ###
-add_test(NAME KAuthPolicyGenTest
- COMMAND kauth-policy-gen 
${CMAKE_SOURCE_DIR}/autotests/foo_actions.actions
-  ${CMAKE_BINARY_DIR}/generated-foo.policy)
-add_test(KAuthPolicyGenTestCompare ${CMAKE_COMMAND} -E compare_files
- ${CMAKE_BINARY_DIR}/generated-foo.policy 
${CMAKE_SOURCE_DIR}/autotests/foo.policy)
+if(NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE")
+add_test(NAME KAuthPolicyGenTest
+ COMMAND kauth-policy-gen 
${CMAKE_SOURCE_DIR}/autotests/foo_actions.actions
+  ${CMAKE_BINARY_DIR}/generated-foo.policy)
+add_test(KAuthPolicyGenTestCompare ${CMAKE_COMMAND} -E compare_files
+ ${CMAKE_BINARY_DIR}/generated-foo.policy 
${CMAKE_SOURCE_DIR}/autotests/foo.policy)
+endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.74.0/cmake/KF5AuthMacros.cmake 
new/kauth-5.75.0/cmake/KF5AuthMacros.cmake
--- old/kauth-5.74.0/cmake/KF5AuthMacros.cmake  2020-09-06 12:15:02.0 
+0200
+++ new/kauth-5.75.0/cmake/KF5AuthMacros.cmake  2020-10-04 20:38:16.0 
+0200
@@ -19,7 +19,7 @@
 configure_file(${KAUTH_STUB_FILES_DIR}/dbus_service.stub
 ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.service)
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.service
-DESTINATION ${DBUS_SYSTEM_SERVICES_INSTALL_DIR})
+

commit kauth for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-09-18 14:37:00

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


Package is "kauth"

Fri Sep 18 14:37:00 2020 rev:87 rq:834381 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-08-12 
12:24:32.784136409 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.4249/kauth.changes2020-09-18 
14:38:04.339824125 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:48:36 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:
+  * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition
+  * Remove obsolete COPYING files
+
+---

Old:

  kauth-5.73.0.tar.xz
  kauth-5.73.0.tar.xz.sig

New:

  kauth-5.74.0.tar.xz
  kauth-5.74.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.AKbAFP/_old  2020-09-18 14:38:06.283825860 +0200
+++ /var/tmp/diff_new_pack.AKbAFP/_new  2020-09-18 14:38:06.283825860 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.73.0.tar.xz -> kauth-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.73.0/CMakeLists.txt 
new/kauth-5.74.0/CMakeLists.txt
--- old/kauth-5.73.0/CMakeLists.txt 2020-08-01 21:40:09.0 +0200
+++ new/kauth-5.74.0/CMakeLists.txt 2020-09-06 12:15:02.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.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)
 
@@ -56,7 +56,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.73.0/COPYING.LIB new/kauth-5.74.0/COPYING.LIB
--- old/kauth-5.73.0/COPYING.LIB2020-08-01 21:40:09.0 +0200
+++ new/kauth-5.74.0/COPYING.LIB1970-01-01 01:00:00.0 +0100
@@ -1,510 +0,0 @@
-
-  GNU LESSER GENERAL PUBLIC LICENSE
-   Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 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 Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-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 Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the 

commit kauth for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-08-12 12:23:03

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


Package is "kauth"

Wed Aug 12 12:23:03 2020 rev:86 rq:825054 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-07-14 
07:52:33.600482242 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.3399/kauth.changes2020-08-12 
12:24:32.784136409 +0200
@@ -1,0 +2,10 @@
+Sun Aug  2 07:13:05 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
+
+---

Old:

  kauth-5.72.0.tar.xz
  kauth-5.72.0.tar.xz.sig

New:

  kauth-5.73.0.tar.xz
  kauth-5.73.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.ux78hL/_old  2020-08-12 12:24:33.588136937 +0200
+++ /var/tmp/diff_new_pack.ux78hL/_new  2020-08-12 12:24:33.592136940 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -110,6 +110,7 @@
 %dir %{_kf5_libdir}/libexec
 %{_kf5_dbuspolicydir}/org.kde.kf5auth.conf
 %{_kf5_debugdir}/kauth.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5Auth.so.*
 %{_kf5_libdir}/libexec/kauth
 %{_kf5_plugindir}/


++ kauth-5.72.0.tar.xz -> kauth-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.72.0/CMakeLists.txt 
new/kauth-5.73.0/CMakeLists.txt
--- old/kauth-5.72.0/CMakeLists.txt 2020-07-04 15:05:13.0 +0200
+++ new/kauth-5.73.0/CMakeLists.txt 2020-08-01 21:40:09.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.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/kauth-5.72.0/autotests/CMakeLists.txt 
new/kauth-5.73.0/autotests/CMakeLists.txt
--- old/kauth-5.72.0/autotests/CMakeLists.txt   2020-07-04 15:05:13.0 
+0200
+++ new/kauth-5.73.0/autotests/CMakeLists.txt   2020-08-01 21:40:09.0 
+0200
@@ -14,7 +14,11 @@
 include(ECMAddTests)
 
 set(kauthdebug_SRCS)
-ecm_qt_declare_logging_category(kauthdebug_tests_SRCS HEADER kauthdebug.h 
IDENTIFIER KAUTH CATEGORY_NAME kf5.kauth)
+ecm_qt_declare_logging_category(kauthdebug_tests_SRCS
+HEADER kauthdebug.h
+IDENTIFIER KAUTH
+CATEGORY_NAME kf.auth
+)
 
 
 set(libkauth_tests_static_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.72.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.73.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.72.0/po/zh_CN/kauth5_qt.po  2020-07-04 15:05:13.0 
+0200
+++ new/kauth-5.73.0/po/zh_CN/kauth5_qt.po  2020-08-01 21:40:09.0 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2020-06-24 08:00\n"
+"PO-Revision-Date: 2020-07-31 15:00\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.72.0/src/CMakeLists.txt 
new/kauth-5.73.0/src/CMakeLists.txt
--- old/kauth-5.72.0/src/CMakeLists.txt 2020-07-04 15:05:13.0 +0200
+++ new/kauth-5.73.0/src/CMakeLists.txt 2020-08-01 21:40:09.0 +0200
@@ -10,7 +10,8 @@
 ecm_qt_declare_logging_category(kauthdebug_SRCS
 HEADER kauthdebug.h
 IDENTIFIER KAUTH
-CATEGORY_NAME 

commit kauth for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kauth"

Tue Jul 14 07:51:33 2020 rev:85 rq:820342 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-06-16 
13:41:32.732831461 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.3060/kauth.changes2020-07-14 
07:52:33.600482242 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:05 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:
+  * KAuth: Convert license headers to SPDX expressions
+
+---

Old:

  kauth-5.71.0.tar.xz
  kauth-5.71.0.tar.xz.sig

New:

  kauth-5.72.0.tar.xz
  kauth-5.72.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.W94iEG/_old  2020-07-14 07:52:34.900486450 +0200
+++ /var/tmp/diff_new_pack.W94iEG/_new  2020-07-14 07:52:34.904486464 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -107,27 +106,29 @@
 %endif
 
 %files -n %{lname}
-%{_kf5_libdir}/libKF5Auth.so.*
-%{_kf5_plugindir}/
+%license LICENSES/*
 %dir %{_kf5_libdir}/libexec
-%{_kf5_libdir}/libexec/kauth
 %{_kf5_dbuspolicydir}/org.kde.kf5auth.conf
 %{_kf5_debugdir}/kauth.categories
+%{_kf5_libdir}/libKF5Auth.so.*
+%{_kf5_libdir}/libexec/kauth
+%{_kf5_plugindir}/
 
 %files -n libKF5AuthCore5
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5AuthCore.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Auth.so
-%{_kf5_libdir}/libKF5AuthCore.so
-%{_kf5_libdir}/cmake/KF5Auth/
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_datadir}/kauth/
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Auth/
+%{_kf5_libdir}/libKF5Auth.so
+%{_kf5_libdir}/libKF5AuthCore.so
 %{_kf5_mkspecsdir}/qt_KAuth.pri
 %{_kf5_mkspecsdir}/qt_KAuthCore.pri
-%{_kf5_datadir}/kauth/
 
 %changelog


++ kauth-5.71.0.tar.xz -> kauth-5.72.0.tar.xz ++
 8817 lines of diff (skipped)




commit kauth for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-06-16 13:40:21

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


Package is "kauth"

Tue Jun 16 13:40:21 2020 rev:84 rq:814337 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-05-11 
13:28:24.847490093 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.3606/kauth.changes2020-06-16 
13:41:32.732831461 +0200
@@ -1,0 +2,10 @@
+Sun Jun  7 08:06:19 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
+- Changes since 5.70.0:
+  * Use ECMGenerateExportHeader to manage deprecated API better
+
+---

Old:

  kauth-5.70.0.tar.xz
  kauth-5.70.0.tar.xz.sig

New:

  kauth-5.71.0.tar.xz
  kauth-5.71.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.E9zQae/_old  2020-06-16 13:41:33.616834683 +0200
+++ /var/tmp/diff_new_pack.E9zQae/_new  2020-06-16 13:41:33.616834683 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.70.0.tar.xz -> kauth-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.70.0/.arcconfig new/kauth-5.71.0/.arcconfig
--- old/kauth-5.70.0/.arcconfig 2020-05-03 00:14:56.0 +0200
+++ new/kauth-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/kauth-5.70.0/CMakeLists.txt 
new/kauth-5.71.0/CMakeLists.txt
--- old/kauth-5.70.0/CMakeLists.txt 2020-05-03 00:14:56.0 +0200
+++ new/kauth-5.71.0/CMakeLists.txt 2020-06-07 20:22:26.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
@@ -24,7 +24,7 @@
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 
-include(GenerateExportHeader)
+include(ECMGenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMQtDeclareLoggingCategory)
@@ -32,6 +32,8 @@
 include(ECMPoQmTools)
 include(ECMAddQch)
 
+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)")
 
@@ -54,7 +56,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 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)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.70.0/autotests/CMakeLists.txt 
new/kauth-5.71.0/autotests/CMakeLists.txt
--- old/kauth-5.70.0/autotests/CMakeLists.txt   2020-05-03 00:14:56.0 
+0200
+++ new/kauth-5.71.0/autotests/CMakeLists.txt   2020-06-07 20:22:26.0 
+0200
@@ -38,6 +38,15 @@
 PUBLIC KAUTHCORE_STATIC_DEFINE=1
 PUBLIC KAUTH_STATIC_DEFINE=1
 )
+# have to manually duplicate logic of flags set by ecm_generate_expoirt_header 
on the library

commit kauth for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-05-11 13:27:09

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


Package is "kauth"

Mon May 11 13:27:09 2020 rev:83 rq:802063 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-04-15 
20:02:06.657916245 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.2738/kauth.changes2020-05-11 
13:28:24.847490093 +0200
@@ -1,0 +2,9 @@
+Sun May  3 09:39:43 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
+- No code change since 5.69.0
+
+---

Old:

  kauth-5.69.0.tar.xz
  kauth-5.69.0.tar.xz.sig

New:

  kauth-5.70.0.tar.xz
  kauth-5.70.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.1pViMG/_old  2020-05-11 13:28:25.391491233 +0200
+++ /var/tmp/diff_new_pack.1pViMG/_new  2020-05-11 13:28:25.395491242 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.69.0.tar.xz -> kauth-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.69.0/CMakeLists.txt 
new/kauth-5.70.0/CMakeLists.txt
--- old/kauth-5.69.0/CMakeLists.txt 2020-04-05 00:54:57.0 +0200
+++ new/kauth-5.70.0/CMakeLists.txt 2020-05-03 00:14:56.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.69.0/po/en_GB/kauth5_qt.po 
new/kauth-5.70.0/po/en_GB/kauth5_qt.po
--- old/kauth-5.69.0/po/en_GB/kauth5_qt.po  2020-04-05 00:54:57.0 
+0200
+++ new/kauth-5.70.0/po/en_GB/kauth5_qt.po  2020-05-03 00:14:56.0 
+0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2017-05-21 16:47+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"




commit kauth for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-04-15 20:00:47

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


Package is "kauth"

Wed Apr 15 20:00:47 2020 rev:82 rq:793130 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-03-19 
19:43:36.919963330 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.2738/kauth.changes2020-04-15 
20:02:06.657916245 +0200
@@ -1,0 +2,10 @@
+Sun Apr  5 19:45:19 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
+- Changes since 5.68.0:
+  * fix type namespace requirement
+
+---

Old:

  kauth-5.68.0.tar.xz
  kauth-5.68.0.tar.xz.sig

New:

  kauth-5.69.0.tar.xz
  kauth-5.69.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.K98bMt/_old  2020-04-15 20:02:08.017917266 +0200
+++ /var/tmp/diff_new_pack.K98bMt/_new  2020-04-15 20:02:08.021917269 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.68.0.tar.xz -> kauth-5.69.0.tar.xz ++
 2845 lines of diff (skipped)




commit kauth for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-03-19 19:41:40

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


Package is "kauth"

Thu Mar 19 19:41:40 2020 rev:81 rq:785299 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-02-14 
16:32:39.599428094 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.3160/kauth.changes2020-03-19 
19:43:36.919963330 +0100
@@ -1,0 +2,17 @@
+Sun Mar  8 09:17:35 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:
+  * [KAuth] Add support for action details in Polkit1 backend.
+  * Use ecm_qt_install_logging_categories over manual categories file
+  * [policy-gen] Fix the code to actually use the correct capture group
+  * Drop Policykit backend
+  * [polkit-1] Simplify Polkit1Backend action exists lookup
+  * [polkit-1] Return an error status in actionStatus if there is an error
+  * Calculate KAuthAction::isValid on demand
+  * Be more helpfully verbose when we can't start an action
+
+---

Old:

  kauth-5.67.0.tar.xz
  kauth-5.67.0.tar.xz.sig

New:

  kauth-5.68.0.tar.xz
  kauth-5.68.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.Db1l57/_old  2020-03-19 19:43:37.731963802 +0100
+++ /var/tmp/diff_new_pack.Db1l57/_new  2020-03-19 19:43:37.731963802 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.67.0.tar.xz -> kauth-5.68.0.tar.xz ++
 2414 lines of diff (skipped)




commit kauth for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-02-14 16:31:19

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


Package is "kauth"

Fri Feb 14 16:31:19 2020 rev:80 rq:773237 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2020-01-14 
21:03:08.846648002 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.26092/kauth.changes   2020-02-14 
16:32:39.599428094 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:06:44 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:30 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:

  kauth-5.66.0.tar.xz
  kauth-5.66.0.tar.xz.sig

New:

  kauth-5.67.0.tar.xz
  kauth-5.67.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.vBcdc7/_old  2020-02-14 16:32:40.727428722 +0100
+++ /var/tmp/diff_new_pack.vBcdc7/_new  2020-02-14 16:32:40.731428725 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -42,10 +42,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5DBus) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -87,7 +87,7 @@
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kauth-5.66.0.tar.xz -> kauth-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.66.0/CMakeLists.txt 
new/kauth-5.67.0/CMakeLists.txt
--- old/kauth-5.66.0/CMakeLists.txt 2020-01-04 11:03:49.0 +0100
+++ new/kauth-5.67.0/CMakeLists.txt 2020-02-02 13:43:54.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
@@ -54,7 +54,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 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)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.66.0/po/ca/kauth5_qt.po 
new/kauth-5.67.0/po/ca/kauth5_qt.po
--- old/kauth-5.66.0/po/ca/kauth5_qt.po 2020-01-04 11:03:49.0 +0100
+++ new/kauth-5.67.0/po/ca/kauth5_qt.po 2020-02-02 13:43:54.0 +0100
@@ -1,10 +1,10 @@
 # Translation of kauth5_qt.po to Catalan
-# Copyright (C) 1998-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014, 2020.
 # Albert Astals Cid , 

commit kauth for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2020-01-14 20:59:35

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


Package is "kauth"

Tue Jan 14 20:59:35 2020 rev:79 rq:763438 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-12-18 
14:41:56.369763555 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.6675/kauth.changes2020-01-14 
21:03:08.846648002 +0100
@@ -1,0 +2,12 @@
+Sun Jan  5 09:01:59 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 QRegExp to QRegularExpression
+  * Port to QRandomGenerator
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kauth-5.65.0.tar.xz
  kauth-5.65.0.tar.xz.sig

New:

  kauth-5.66.0.tar.xz
  kauth-5.66.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.YRN6Yc/_old  2020-01-14 21:03:09.862648472 +0100
+++ /var/tmp/diff_new_pack.YRN6Yc/_new  2020-01-14 21:03:09.862648472 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.65.0.tar.xz -> kauth-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.65.0/CMakeLists.txt 
new/kauth-5.66.0/CMakeLists.txt
--- old/kauth-5.65.0/CMakeLists.txt 2019-12-07 22:39:39.0 +0100
+++ new/kauth-5.66.0/CMakeLists.txt 2020-01-04 11:03:49.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-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;)
+find_package(ECM 5.66.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)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 option(KAUTH_BUILD_CODEGENERATOR_ONLY "Only build the kauth-policy-gen code 
generator." OFF)
 if(NOT KAUTH_BUILD_CODEGENERATOR_ONLY)
@@ -54,7 +54,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.65.0/autotests/HelperTest.cpp 
new/kauth-5.66.0/autotests/HelperTest.cpp
--- old/kauth-5.65.0/autotests/HelperTest.cpp   2019-12-07 22:39:39.0 
+0100
+++ new/kauth-5.66.0/autotests/HelperTest.cpp   2020-01-04 11:03:49.0 
+0100
@@ -17,7 +17,11 @@
 *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .
 */
 
-#include 
+#include 
+#include 
+#include 
+#include 
+#include 
 #include 
 #include 
 #include 
@@ -208,8 +212,9 @@
 
 QVariantMap args;
 // Fill with random data (and test heavy structures while we're at it)
+auto *generator = QRandomGenerator::global();
 for (int i = 0; i < 150; ++i) {
-   

commit kauth for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-12-18 14:40:04

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


Package is "kauth"

Wed Dec 18 14:40:04 2019 rev:78 rq:757011 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-11-12 
11:43:31.886606945 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.4691/kauth.changes2019-12-18 
14:41:56.369763555 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 11:18:20 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:
+  * Install .pri file for KAuthCore
+
+---

Old:

  kauth-5.64.0.tar.xz
  kauth-5.64.0.tar.xz.sig

New:

  kauth-5.65.0.tar.xz
  kauth-5.65.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.eHCfFu/_old  2019-12-18 14:41:56.953763822 +0100
+++ /var/tmp/diff_new_pack.eHCfFu/_new  2019-12-18 14:41:56.961763826 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -127,6 +127,7 @@
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_mkspecsdir}/qt_KAuth.pri
+%{_kf5_mkspecsdir}/qt_KAuthCore.pri
 %{_kf5_datadir}/kauth/
 
 %changelog


++ kauth-5.64.0.tar.xz -> kauth-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.64.0/CMakeLists.txt 
new/kauth-5.65.0/CMakeLists.txt
--- old/kauth-5.64.0/CMakeLists.txt 2019-11-02 13:52:24.0 +0100
+++ new/kauth-5.65.0/CMakeLists.txt 2019-12-07 22:39:39.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
@@ -54,7 +54,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.64.0/po/id/kauth5_qt.po 
new/kauth-5.65.0/po/id/kauth5_qt.po
--- old/kauth-5.64.0/po/id/kauth5_qt.po 2019-11-02 13:52:24.0 +0100
+++ new/kauth-5.65.0/po/id/kauth5_qt.po 2019-12-07 22:39:39.0 +0100
@@ -9,14 +9,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2019-03-31 21:28+0700\n"
-"Last-Translator: wantoyo \n"
+"PO-Revision-Date: 2019-11-09 21:12+0700\n"
+"Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\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 19.08.1\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
@@ -53,7 +54,7 @@
 #: kauthexecutejob.cpp:102
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown execution mode chosen"
-msgstr "Mode eksekusi tak diketahui telah dipilih"
+msgstr "Mode pengeksekusian tak diketahui dipilih"
 
 #: 

commit kauth for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-11-12 11:42:18

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


Package is "kauth"

Tue Nov 12 11:42:18 2019 rev:77 rq:747088 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-10-14 
13:34:19.470519861 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.2990/kauth.changes2019-11-12 
11:43:31.886606945 +0100
@@ -1,0 +2,9 @@
+Sun Nov  3 15:46:49 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
+- No code change since 5.63.0
+
+---

Old:

  kauth-5.63.0.tar.xz
  kauth-5.63.0.tar.xz.sig

New:

  kauth-5.64.0.tar.xz
  kauth-5.64.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.QZdQM8/_old  2019-11-12 11:43:33.026608145 +0100
+++ /var/tmp/diff_new_pack.QZdQM8/_new  2019-11-12 11:43:33.066608187 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later


++ kauth-5.63.0.tar.xz -> kauth-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.63.0/CMakeLists.txt 
new/kauth-5.64.0/CMakeLists.txt
--- old/kauth-5.63.0/CMakeLists.txt 2019-10-06 11:42:25.0 +0200
+++ new/kauth-5.64.0/CMakeLists.txt 2019-11-02 13:52:24.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
@@ -54,6 +54,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.63.0/po/et/kauth5_qt.po 
new/kauth-5.64.0/po/et/kauth5_qt.po
--- old/kauth-5.63.0/po/et/kauth5_qt.po 2019-10-06 11:42:25.0 +0200
+++ new/kauth-5.64.0/po/et/kauth5_qt.po 2019-11-02 13:52:24.0 +0100
@@ -4,51 +4,48 @@
 # Hasso Tepper , 1999-2004, 2005, 2006.
 # Marek Laane , 2003-2009.
 # Peeter Russak , 2005.
-# Marek Laane , 2009, 2010, 2011, 2012, 2014, 2016.
+# Marek Laane , 2009, 2010, 2011, 2012, 2014, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2016-09-09 00:27+0300\n"
+"PO-Revision-Date: 2019-10-31 11:58+0200\n"
 "Last-Translator: Marek Laane \n"
-"Language-Team: Estonian \n"
+"Language-Team: Estonian \n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
-msgstr "D-Busi taustaprogrammi viga: ühendus abiprogrammiga nurjus. "
+msgstr "D-Busi taustaprogrammi viga: teenuse käivitamine %1 nurjus: %2"
 
 #: backends/dbus/DBusHelperProxy.cpp:93
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, 

commit kauth for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-10-14 13:33:19

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


Package is "kauth"

Mon Oct 14 13:33:19 2019 rev:76 rq:738006 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-09-23 
12:21:42.693764542 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.2352/kauth.changes2019-10-14 
13:34:19.470519861 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:17 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:

  kauth-5.62.0.tar.xz
  kauth-5.62.0.tar.xz.sig

New:

  kauth-5.63.0.tar.xz
  kauth-5.63.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.qMQN1V/_old  2019-10-14 13:34:19.982518527 +0200
+++ /var/tmp/diff_new_pack.qMQN1V/_new  2019-10-14 13:34:19.982518527 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -42,10 +42,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
 %endif
 
 %description


++ kauth-5.62.0.tar.xz -> kauth-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.62.0/CMakeLists.txt 
new/kauth-5.63.0/CMakeLists.txt
--- old/kauth-5.62.0/CMakeLists.txt 2019-09-07 15:55:39.0 +0200
+++ new/kauth-5.63.0/CMakeLists.txt 2019-10-06 11:42:25.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.62.0/src/CMakeLists.txt 
new/kauth-5.63.0/src/CMakeLists.txt
--- old/kauth-5.62.0/src/CMakeLists.txt 2019-09-07 15:55:39.0 +0200
+++ new/kauth-5.63.0/src/CMakeLists.txt 2019-10-06 11:42:25.0 +0200
@@ -160,6 +160,8 @@
 LINK_QCHS
 Qt5Core_QCH
 KF5CoreAddons_QCH
+INCLUDE_DIRS
+${CMAKE_CURRENT_BINARY_DIR}
 BLANK_MACROS
 KAUTHCORE_EXPORT
 KAUTH_EXPORT




commit kauth for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-09-23 12:21:06

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


Package is "kauth"

Mon Sep 23 12:21:06 2019 rev:75 rq:730907 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-08-19 
21:03:57.104905756 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.7948/kauth.changes2019-09-23 
12:21:42.693764542 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:30 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
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kauth-5.61.0.tar.xz
  kauth-5.61.0.tar.xz.sig

New:

  kauth-5.62.0.tar.xz
  kauth-5.62.0.tar.xz.sig



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.lQOHA6/_old  2019-09-23 12:21:43.161764465 +0200
+++ /var/tmp/diff_new_pack.lQOHA6/_new  2019-09-23 12:21:43.161764465 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -39,9 +39,9 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
@@ -74,7 +74,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
+Requires:   cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 
 %description devel
 KAuth is a framework to let applications perform actions as a privileged user.


++ kauth-5.61.0.tar.xz -> kauth-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/CMakeLists.txt 
new/kauth-5.62.0/CMakeLists.txt
--- old/kauth-5.61.0/CMakeLists.txt 2019-08-03 21:51:11.0 +0200
+++ new/kauth-5.62.0/CMakeLists.txt 2019-09-07 15:55:39.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.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/kauth-5.61.0/po/br/kauth5_qt.po 
new/kauth-5.62.0/po/br/kauth5_qt.po
--- old/kauth-5.61.0/po/br/kauth5_qt.po 2019-08-03 21:51:11.0 +0200
+++ new/kauth-5.62.0/po/br/kauth5_qt.po 2019-09-07 15:55:39.0 +0200
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.61.0/po/id/kauth5_qt.po 
new/kauth-5.62.0/po/id/kauth5_qt.po
--- old/kauth-5.61.0/po/id/kauth5_qt.po 2019-08-03 21:51:11.0 +0200
+++ new/kauth-5.62.0/po/id/kauth5_qt.po 2019-09-07 15:55:39.0 +0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 

commit kauth for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-08-19 21:01:28

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


Package is "kauth"

Mon Aug 19 21:01:28 2019 rev:74 rq:722445 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-07-26 
12:10:14.622851849 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.22127/kauth.changes   2019-08-19 
21:03:57.104905756 +0200
@@ -1,0 +2,14 @@
+Wed Aug  7 17:51:08 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
+- No code change since 5.60.0
+
+---
+Fri Jul 19 11:38:31 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kauth-5.60.0.tar.xz

New:

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



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.unoNxg/_old  2019-08-19 21:03:59.216905414 +0200
+++ /var/tmp/diff_new_pack.unoNxg/_new  2019-08-19 21:03:59.296905401 +0200
@@ -17,21 +17,25 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 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
@@ -80,9 +84,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}

++ kauth-5.60.0.tar.xz -> kauth-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.60.0/CMakeLists.txt 
new/kauth-5.61.0/CMakeLists.txt
--- old/kauth-5.60.0/CMakeLists.txt 2019-07-07 20:30:50.0 +0200
+++ new/kauth-5.61.0/CMakeLists.txt 2019-08-03 21:51:11.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.60.0/po/gl/kauth5_qt.po 
new/kauth-5.61.0/po/gl/kauth5_qt.po
--- old/kauth-5.60.0/po/gl/kauth5_qt.po 2019-07-07 20:30:50.0 +0200
+++ new/kauth-5.61.0/po/gl/kauth5_qt.po 2019-08-03 21:51:11.0 +0200
@@ -23,10 +23,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
-"X-Environment: kde, development\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.60.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.61.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.60.0/po/zh_CN/kauth5_qt.po  2019-07-07 20:30:50.0 
+0200
+++ 

commit kauth for openSUSE:Factory

2019-07-26 Thread root
Hello community,

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

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


Package is "kauth"

Fri Jul 26 12:08:23 2019 rev:73 rq:715857 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-06-22 
11:10:04.260398273 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.4126/kauth.changes2019-07-26 
12:10:14.622851849 +0200
@@ -1,0 +2,10 @@
+Sun Jul 14 06:41:37 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:
+  * Install in new logging directory when we use kf5 5.59.0
+
+---

Old:

  kauth-5.59.0.tar.xz

New:

  kauth-5.60.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.XBeuJx/_old  2019-07-26 12:10:15.746851687 +0200
+++ /var/tmp/diff_new_pack.XBeuJx/_new  2019-07-26 12:10:15.750851686 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.59.0.tar.xz -> kauth-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.59.0/CMakeLists.txt 
new/kauth-5.60.0/CMakeLists.txt
--- old/kauth-5.59.0/CMakeLists.txt 2019-06-01 18:52:44.0 +0200
+++ new/kauth-5.60.0/CMakeLists.txt 2019-07-07 20:30:50.0 +0200
@@ -1,17 +1,17 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 option(KAUTH_BUILD_CODEGENERATOR_ONLY "Only build the kauth-policy-gen code 
generator." OFF)
 if(NOT KAUTH_BUILD_CODEGENERATOR_ONLY)
@@ -105,5 +105,5 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-install(FILES kauth.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+install(FILES kauth.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/kauth-5.59.0/po/ca@valencia/kauth5_qt.po 
new/kauth-5.60.0/po/ca@valencia/kauth5_qt.po
--- old/kauth-5.59.0/po/ca@valencia/kauth5_qt.po2019-06-01 
18:52:44.0 +0200
+++ new/kauth-5.60.0/po/ca@valencia/kauth5_qt.po2019-07-07 
20:30:50.0 +0200
@@ -1,5 +1,5 @@
 # Translation of kauth5_qt.po to Catalan (Valencian)
-# Copyright (C) 1998-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2019 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
@@ -9,22 +9,24 @@
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2016, 2017.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
+# Empar , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kauth5_qt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2017-03-17 18:36+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2019-06-17 11:45+0200\n"
+"Last-Translator: Empar \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 

commit kauth for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-06-22 11:08:02

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


Package is "kauth"

Sat Jun 22 11:08:02 2019 rev:72 rq:710718 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-05-21 
10:24:59.187561491 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.4615/kauth.changes2019-06-22 
11:10:04.260398273 +0200
@@ -1,0 +2,10 @@
+Sun Jun 09 07:35:11 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
+- Changes since 5.58.0:
+  * Don't hardcode dbus policy install dir
+
+---

Old:

  kauth-5.58.0.tar.xz

New:

  kauth-5.59.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.2MqcsZ/_old  2019-06-22 11:10:04.876399181 +0200
+++ /var/tmp/diff_new_pack.2MqcsZ/_new  2019-06-22 11:10:04.884399193 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -110,7 +110,7 @@
 %{_kf5_plugindir}/
 %dir %{_kf5_libdir}/libexec
 %{_kf5_libdir}/libexec/kauth
-%config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
+%{_kf5_dbuspolicydir}/org.kde.kf5auth.conf
 %{_kf5_debugdir}/kauth.categories
 
 %files -n libKF5AuthCore5

++ kauth-5.58.0.tar.xz -> kauth-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.58.0/CMakeLists.txt 
new/kauth-5.59.0/CMakeLists.txt
--- old/kauth-5.58.0/CMakeLists.txt 2019-05-07 13:18:47.0 +0200
+++ new/kauth-5.59.0/CMakeLists.txt 2019-06-01 18:52:44.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.58.0/cmake/KF5AuthMacros.cmake 
new/kauth-5.59.0/cmake/KF5AuthMacros.cmake
--- old/kauth-5.58.0/cmake/KF5AuthMacros.cmake  2019-05-07 13:18:47.0 
+0200
+++ new/kauth-5.59.0/cmake/KF5AuthMacros.cmake  2019-06-01 18:52:44.0 
+0200
@@ -37,7 +37,7 @@
 configure_file(${KAUTH_STUB_FILES_DIR}/dbus_policy.stub
 ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.conf)
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.conf
-DESTINATION ${SYSCONF_INSTALL_DIR}/dbus-1/system.d/)
+DESTINATION ${KDE_INSTALL_DBUSDIR}/system.d/)
 
 configure_file(${KAUTH_STUB_FILES_DIR}/dbus_service.stub
 ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.service)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.58.0/po/ko/kauth5_qt.po 
new/kauth-5.59.0/po/ko/kauth5_qt.po
--- old/kauth-5.58.0/po/ko/kauth5_qt.po 2019-05-07 13:18:47.0 +0200
+++ new/kauth-5.59.0/po/ko/kauth5_qt.po 2019-06-01 18:52:44.0 +0200
@@ -1,8 +1,7 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae , 2007.
-# Shinjo Park , 2007, 2008, 2009, 2010, 2011.
-# Shinjo Park , 2011, 2012, 2013, 2014, 2015, 2016, 2017.
+# Shinjo Park , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2016, 2017.
 #
 msgid ""
 msgstr ""
@@ -11,7 +10,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2017-12-02 20:35+0100\n"
 "Last-Translator: Shinjo Park \n"
-"Language-Team: Korean \n"
+"Language-Team: Korean \n"
 "Language: ko\n"
 

commit kauth for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-05-21 10:24:23

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


Package is "kauth"

Tue May 21 10:24:23 2019 rev:71 rq:703330 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-04-19 
21:22:12.955708542 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new.5148/kauth.changes2019-05-21 
10:24:59.187561491 +0200
@@ -1,0 +2,10 @@
+Wed May 15 18:16:15 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:
+  * Force KAuth helpers to have UTF-8 support (kde#384294)
+
+---

Old:

  kauth-5.57.0.tar.xz

New:

  kauth-5.58.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.IzJeNt/_old  2019-05-21 10:24:59.839561241 +0200
+++ /var/tmp/diff_new_pack.IzJeNt/_new  2019-05-21 10:24:59.839561241 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.57.0.tar.xz -> kauth-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.57.0/CMakeLists.txt 
new/kauth-5.58.0/CMakeLists.txt
--- old/kauth-5.57.0/CMakeLists.txt 2019-04-07 09:24:47.0 +0200
+++ new/kauth-5.58.0/CMakeLists.txt 2019-05-07 13:18:47.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.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/kauth-5.57.0/po/id/kauth5_qt.po 
new/kauth-5.58.0/po/id/kauth5_qt.po
--- old/kauth-5.57.0/po/id/kauth5_qt.po 2019-04-07 09:24:47.0 +0200
+++ new/kauth-5.58.0/po/id/kauth5_qt.po 2019-05-07 13:18:47.0 +0200
@@ -2,22 +2,22 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
-# Wantoyo , 2018.
+# Wantoyo , 2018, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2018-10-03 22:09+0700\n"
-"Last-Translator: Wantoyo \n"
+"PO-Revision-Date: 2019-03-31 21:28+0700\n"
+"Last-Translator: wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:83
@@ -33,8 +33,8 @@
 "DBus Backend error: connection to helper failed. %1\n"
 "(application: %2 helper: %3)"
 msgstr ""
-"Galat Backend DBus: koneksi ke pembantu gagal.%1\n"
-"(aplikasi: pembantu %2: %3"
+"Galat Backend DBus: koneksi ke penunjang gagal.%1\n"
+"(aplikasi: penunjang %2: %3"
 
 #: backends/dbus/DBusHelperProxy.cpp:121
 #, qt-format
@@ -43,7 +43,7 @@
 "DBus Backend error: could not contact the helper. Connection error: %1. "
 "Message error: %2"
 msgstr ""
-"Galat Backend DBus: tidak dapat menghubungi pembantu. Galat koneksi: %1. "
+"Galat Backend DBus: tidak dapat menghubungi penunjang. Galat koneksi: %1. "
 "Galat pesan: %2"
 
 #: kauthexecutejob.cpp:88
@@ -67,8 +67,8 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""

commit kauth for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-04-19 21:20:58

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


Package is "kauth"

Fri Apr 19 21:20:58 2019 rev:70 rq:695201 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-03-21 
09:44:21.410924405 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.5536/kauth.changes2019-04-19 
21:22:12.955708542 +0200
@@ -1,0 +2,14 @@
+Sun Apr 14 20:21:41 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:
+  * Add const'ref
+  * [kauth] fix last foreach
+  * Improve code: Remove temp container just to iterate
+  * It compiles fine without deprecated method with qt 5.13
+  * Make it compile without foreach
+
+---

Old:

  kauth-5.56.0.tar.xz

New:

  kauth-5.57.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.y6m5lx/_old  2019-04-19 21:22:13.387709092 +0200
+++ /var/tmp/diff_new_pack.y6m5lx/_new  2019-04-19 21:22:13.387709092 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.56.0.tar.xz -> kauth-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.56.0/.gitignore new/kauth-5.57.0/.gitignore
--- old/kauth-5.56.0/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/kauth-5.57.0/.gitignore 2019-04-07 09:24:47.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.56.0/CMakeLists.txt 
new/kauth-5.57.0/CMakeLists.txt
--- old/kauth-5.56.0/CMakeLists.txt 2019-03-02 14:34:45.0 +0100
+++ new/kauth-5.57.0/CMakeLists.txt 2019-04-07 09:24:47.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.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)
 
@@ -53,7 +53,8 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if(TARGET Qt5::Widgets)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.56.0/po/id/kauth5_qt.po 
new/kauth-5.57.0/po/id/kauth5_qt.po
--- old/kauth-5.56.0/po/id/kauth5_qt.po 2019-03-02 14:34:45.0 +0100
+++ new/kauth-5.57.0/po/id/kauth5_qt.po 2019-04-07 09:24:47.0 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.56.0/po/te/kauth5_qt.po 
new/kauth-5.57.0/po/te/kauth5_qt.po
--- old/kauth-5.56.0/po/te/kauth5_qt.po 2019-03-02 14:34:45.0 +0100
+++ new/kauth-5.57.0/po/te/kauth5_qt.po 2019-04-07 09:24:47.0 +0200
@@ -22,8 +22,7 @@
 "Content-Type: text/plain; 

commit kauth for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-03-21 09:43:28

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


Package is "kauth"

Thu Mar 21 09:43:28 2019 rev:69 rq:686719 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-02-28 
21:27:29.105851198 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.28833/kauth.changes   2019-03-21 
09:44:21.410924405 +0100
@@ -1,0 +2,15 @@
+Sun Mar 10 20:15:35 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:
+  * Tell people they should mostly be using KF5::AuthCore
+  * Namespace find_file result
+  * Compile our own helper against AuthCore and not Auth
+  * Fix Windows build [hopefully]
+  * Introduce KF5AuthCore
+- Add a new subpackage for the KF5AuthCore5 library
+
+---

Old:

  kauth-5.55.0.tar.xz

New:

  kauth-5.56.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.HNiM4c/_old  2019-03-21 09:44:21.862924301 +0100
+++ /var/tmp/diff_new_pack.HNiM4c/_new  2019-03-21 09:44:21.862924301 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later
@@ -47,9 +47,18 @@
 %description
 KAuth is a framework to let applications perform actions as a privileged user.
 
+%package -n libKF5AuthCore5
+Summary:Framework which lets applications perform actions as a 
privileged user
+Group:  System/GUI/KDE
+Recommends: %{lname}-lang = %{version}
+
+%description -n libKF5AuthCore5
+KAuth is a framework to let applications perform actions as a privileged user.
+
 %package -n %{lname}
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  System/GUI/KDE
+Requires:   libKF5AuthCore5 = %{version}
 Recommends: %{lname}-lang = %{version}
 Obsoletes:  libKF5Auth4
 
@@ -89,14 +98,14 @@
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
+%post -n libKF5AuthCore5 -p /sbin/ldconfig
+%postun -n libKF5AuthCore5 -p /sbin/ldconfig
 
 %if %{with lang}
 %files -n %{lname}-lang -f %{name}5.lang
 %endif
 
 %files -n %{lname}
-%license COPYING*
-%doc README*
 %{_kf5_libdir}/libKF5Auth.so.*
 %{_kf5_plugindir}/
 %dir %{_kf5_libdir}/libexec
@@ -104,8 +113,14 @@
 %config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
 %{_kf5_debugdir}/kauth.categories
 
+%files -n libKF5AuthCore5
+%license COPYING*
+%doc README*
+%{_kf5_libdir}/libKF5AuthCore.so.*
+
 %files devel
 %{_kf5_libdir}/libKF5Auth.so
+%{_kf5_libdir}/libKF5AuthCore.so
 %{_kf5_libdir}/cmake/KF5Auth/
 %dir %{_kf5_includedir}/*/
 %{_kf5_includedir}/*/

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.HNiM4c/_old  2019-03-21 09:44:21.902924292 +0100
+++ /var/tmp/diff_new_pack.HNiM4c/_new  2019-03-21 09:44:21.902924292 +0100
@@ -1,3 +1,6 @@
+libKF5AuthCore5
 libKF5Auth5
+   requires "libKF5AuthCore5- = "
 kauth-devel
+   requires "libKF5AuthCore5- = "
requires "libKF5Auth5- = "

++ kauth-5.55.0.tar.xz -> kauth-5.56.0.tar.xz ++
 2980 lines of diff (skipped)




commit kauth for openSUSE:Factory

2019-02-28 Thread root
Hello community,

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

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


Package is "kauth"

Thu Feb 28 21:27:27 2019 rev:68 rq:678667 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-02-14 
14:23:29.27217 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.28833/kauth.changes   2019-02-28 
21:27:29.105851198 +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:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.bJwaex/_old  2019-02-28 21:27:29.773850974 +0100
+++ /var/tmp/diff_new_pack.bJwaex/_new  2019-02-28 21:27:29.773850974 +0100
@@ -71,6 +71,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 kauth for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2019-02-14 14:23:24

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


Package is "kauth"

Thu Feb 14 14:23:24 2019 rev:67 rq:674218 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2019-01-21 
10:18:56.466160244 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.28833/kauth.changes   2019-02-14 
14:23:29.27217 +0100
@@ -1,0 +2,11 @@
+Sun Feb 10 22:03:00 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 support for passing gui QVariants to KAuth 
+helpers (bsc#1124863,CVE-2019-7443)
+
+---

Old:

  kauth-5.54.0.tar.xz

New:

  kauth-5.55.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.YDwQZb/_old  2019-02-14 14:23:30.647926910 +0100
+++ /var/tmp/diff_new_pack.YDwQZb/_new  2019-02-14 14:23:30.647926910 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.54.0.tar.xz -> kauth-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.54.0/CMakeLists.txt 
new/kauth-5.55.0/CMakeLists.txt
--- old/kauth-5.54.0/CMakeLists.txt 2019-01-06 21:18:44.0 +0100
+++ new/kauth-5.55.0/CMakeLists.txt 2019-02-03 00:53:35.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.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(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 option(KAUTH_BUILD_CODEGENERATOR_ONLY "Only build the kauth-policy-gen code 
generator." OFF)
 if(NOT KAUTH_BUILD_CODEGENERATOR_ONLY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.54.0/po/ca/kauth5_qt.po 
new/kauth-5.55.0/po/ca/kauth5_qt.po
--- old/kauth-5.54.0/po/ca/kauth5_qt.po 2019-01-06 21:18:44.0 +0100
+++ new/kauth-5.55.0/po/ca/kauth5_qt.po 2019-02-03 00:53:35.0 +0100
@@ -12,7 +12,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kauth5_qt\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2017-03-17 18:36+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.54.0/po/ca@valencia/kauth5_qt.po 
new/kauth-5.55.0/po/ca@valencia/kauth5_qt.po
--- old/kauth-5.54.0/po/ca@valencia/kauth5_qt.po2019-01-06 
21:18:44.0 +0100
+++ new/kauth-5.55.0/po/ca@valencia/kauth5_qt.po2019-02-03 
00:53:35.0 +0100
@@ -12,7 +12,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kauth5_qt\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2017-03-17 18:36+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.54.0/po/sk/kauth5_qt.po 
new/kauth-5.55.0/po/sk/kauth5_qt.po
--- old/kauth-5.54.0/po/sk/kauth5_qt.po 2019-01-06 21:18:44.0 +0100
+++ new/kauth-5.55.0/po/sk/kauth5_qt.po 2019-02-03 00:53:35.0 +0100
@@ -7,19 +7,20 @@

commit kauth for openSUSE:Factory

2019-01-21 Thread root
Hello community,

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

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


Package is "kauth"

Mon Jan 21 10:18:15 2019 rev:66 rq:665779 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-12-19 
13:39:59.208077846 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.28833/kauth.changes   2019-01-21 
10:18:56.466160244 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:42 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:
+  * No code changes since 5.53.0
+
+---

Old:

  kauth-5.53.0.tar.xz

New:

  kauth-5.54.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.0cN4Zo/_old  2019-01-21 10:18:57.494159211 +0100
+++ /var/tmp/diff_new_pack.0cN4Zo/_new  2019-01-21 10:18:57.494159211 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.53.0.tar.xz -> kauth-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.53.0/CMakeLists.txt 
new/kauth-5.54.0/CMakeLists.txt
--- old/kauth-5.53.0/CMakeLists.txt 2018-12-01 15:52:37.0 +0100
+++ new/kauth-5.54.0/CMakeLists.txt 2019-01-06 21:18:44.0 +0100
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.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/kauth-5.53.0/po/ca/kauth5_qt.po 
new/kauth-5.54.0/po/ca/kauth5_qt.po
--- old/kauth-5.53.0/po/ca/kauth5_qt.po 2018-12-01 15:52:37.0 +0100
+++ new/kauth-5.54.0/po/ca/kauth5_qt.po 2019-01-06 21:18:44.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kauth5_qt.po to Catalan
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.53.0/po/ca@valencia/kauth5_qt.po 
new/kauth-5.54.0/po/ca@valencia/kauth5_qt.po
--- old/kauth-5.53.0/po/ca@valencia/kauth5_qt.po2018-12-01 
15:52:37.0 +0100
+++ new/kauth-5.54.0/po/ca@valencia/kauth5_qt.po2019-01-06 
21:18:44.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kauth5_qt.po to Catalan (Valencian)
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2017 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.53.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.54.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.53.0/po/zh_CN/kauth5_qt.po  2018-12-01 15:52:37.0 
+0100
+++ new/kauth-5.54.0/po/zh_CN/kauth5_qt.po  2019-01-06 21:18:44.0 
+0100
@@ -14,7 

commit kauth for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-12-19 13:39:06

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


Package is "kauth"

Wed Dec 19 13:39:06 2018 rev:65 rq:658543 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-11-14 
14:32:03.731403703 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new.28833/kauth.changes   2018-12-19 
13:39:59.208077846 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:42 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:
+  * No code changes since 5.52.0
+
+---

Old:

  kauth-5.52.0.tar.xz

New:

  kauth-5.53.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.ElS9Ya/_old  2018-12-19 13:39:59.724077115 +0100
+++ /var/tmp/diff_new_pack.ElS9Ya/_new  2018-12-19 13:39:59.724077115 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.52.0.tar.xz -> kauth-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.52.0/CMakeLists.txt 
new/kauth-5.53.0/CMakeLists.txt
--- old/kauth-5.52.0/CMakeLists.txt 2018-11-03 18:58:12.0 +0100
+++ new/kauth-5.53.0/CMakeLists.txt 2018-12-01 15:52:37.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.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(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 option(KAUTH_BUILD_CODEGENERATOR_ONLY "Only build the kauth-policy-gen code 
generator." OFF)
 if(NOT KAUTH_BUILD_CODEGENERATOR_ONLY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.52.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.53.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.52.0/po/zh_CN/kauth5_qt.po  2018-11-03 18:58:12.0 
+0100
+++ new/kauth-5.53.0/po/zh_CN/kauth5_qt.po  2018-12-01 15:52:37.0 
+0100
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-10-09 18:38\n"
+"PO-Revision-Date: 2018-11-12 09:13\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kauth for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-11-14 14:31:23

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


Package is "kauth"

Wed Nov 14 14:31:23 2018 rev:64 rq:648494 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-10-22 
11:09:16.803975583 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-11-14 
14:32:03.731403703 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:02 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:
+  * USe new syntax
+
+---

Old:

  kauth-5.51.0.tar.xz

New:

  kauth-5.52.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.ORKgEG/_old  2018-11-14 14:32:04.375403079 +0100
+++ /var/tmp/diff_new_pack.ORKgEG/_new  2018-11-14 14:32:04.379403075 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.51.0.tar.xz -> kauth-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.51.0/CMakeLists.txt 
new/kauth-5.52.0/CMakeLists.txt
--- old/kauth-5.51.0/CMakeLists.txt 2018-10-08 09:51:41.0 +0200
+++ new/kauth-5.52.0/CMakeLists.txt 2018-11-03 18:58:12.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.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)
 
@@ -53,11 +53,6 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 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(TARGET Qt5::Widgets)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.51.0/kauth.categories 
new/kauth-5.52.0/kauth.categories
--- old/kauth-5.51.0/kauth.categories   2018-10-08 09:51:41.0 +0200
+++ new/kauth-5.52.0/kauth.categories   2018-11-03 18:58:12.0 +0100
@@ -1 +1 @@
-kf5.kauth KAuth
+kf5.kauth KAuth IDENTIFIER [KAUTH]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.51.0/po/ast/kauth5_qt.po 
new/kauth-5.52.0/po/ast/kauth5_qt.po
--- old/kauth-5.51.0/po/ast/kauth5_qt.po2018-10-08 09:51:41.0 
+0200
+++ new/kauth-5.52.0/po/ast/kauth5_qt.po1970-01-01 01:00:00.0 
+0100
@@ -1,69 +0,0 @@
-# enolp , 2016, 2017.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"PO-Revision-Date: 2017-01-10 01:43+0100\n"
-"Last-Translator: enolp \n"
-"Language-Team: Asturian \n"
-"Language: ast\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
-
-#: backends/dbus/DBusHelperProxy.cpp:81
-#, qt-format
-msgctxt "KAuth::DBusHelperProxy|"
-msgid "DBus Backend error: service start %1 failed: %2"
-msgstr "Fallu del Backend de DBus: falló l'aniciu'l serviciu %1: %2"
-
-#: backends/dbus/DBusHelperProxy.cpp:91
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. %1"
-msgctxt "KAuth::DBusHelperProxy|"
-msgid ""
-"DBus Backend error: connection to helper failed. %1\n"

commit kauth for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-10-22 11:08:58

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


Package is "kauth"

Mon Oct 22 11:08:58 2018 rev:63 rq:642297 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-10-01 
08:05:00.794397837 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-10-22 
11:09:16.803975583 +0200
@@ -1,0 +2,19 @@
+Tue Oct 16 08:01:50 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:46 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:
+  * Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
+  * Remove unused variable
+  * Use QString's multi-arg with multiple string args
+  * Make sure to build with strict compile flags
+  * Fix minor EBN issues
+
+---

Old:

  kauth-5.50.0.tar.xz

New:

  kauth-5.51.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.RBZ0Jt/_old  2018-10-22 11:09:18.615974097 +0200
+++ /var/tmp/diff_new_pack.RBZ0Jt/_new  2018-10-22 11:09:18.615974097 +0200
@@ -12,24 +12,24 @@
 # 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 lname   libKF5Auth5
-%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:   kauth
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 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

++ kauth-5.50.0.tar.xz -> kauth-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.50.0/CMakeLists.txt 
new/kauth-5.51.0/CMakeLists.txt
--- old/kauth-5.50.0/CMakeLists.txt 2018-09-02 21:12:34.0 +0200
+++ new/kauth-5.51.0/CMakeLists.txt 2018-10-08 09:51:41.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
@@ -53,7 +53,11 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 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(TARGET Qt5::Widgets)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.50.0/autotests/TestHelper.h 
new/kauth-5.51.0/autotests/TestHelper.h
--- old/kauth-5.50.0/autotests/TestHelper.h 2018-09-02 21:12:34.0 
+0200
+++ new/kauth-5.51.0/autotests/TestHelper.h 2018-10-08 09:51:41.0 
+0200
@@ -17,8 +17,8 @@
 *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .
 */
 
-#ifndef HELPER_CLASS_H
-#define HELPER_CLASS_H
+#ifndef TEST_HELPER_H
+#define TEST_HELPER_H
 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.50.0/po/id/kauth5_qt.po 
new/kauth-5.51.0/po/id/kauth5_qt.po
--- old/kauth-5.50.0/po/id/kauth5_qt.po 2018-09-02 

commit kauth for openSUSE:Factory

2018-10-01 Thread root
Hello community,

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

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


Package is "kauth"

Mon Oct  1 08:04:06 2018 rev:62 rq:635976 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-08-24 
16:51:56.129207993 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-10-01 
08:05:00.794397837 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:44 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:
+  * None
+
+---

Old:

  kauth-5.49.0.tar.xz

New:

  kauth-5.50.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.SOyk44/_old  2018-10-01 08:05:01.690397357 +0200
+++ /var/tmp/diff_new_pack.SOyk44/_new  2018-10-01 08:05:01.694397355 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1-or-later

++ kauth-5.49.0.tar.xz -> kauth-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.49.0/CMakeLists.txt 
new/kauth-5.50.0/CMakeLists.txt
--- old/kauth-5.49.0/CMakeLists.txt 2018-08-04 12:55:53.0 +0200
+++ new/kauth-5.50.0/CMakeLists.txt 2018-09-02 21:12:34.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.49.0/po/ar/kauth5_qt.po 
new/kauth-5.50.0/po/ar/kauth5_qt.po
--- old/kauth-5.49.0/po/ar/kauth5_qt.po 2018-08-04 12:55:53.0 +0200
+++ new/kauth-5.50.0/po/ar/kauth5_qt.po 2018-09-02 21:12:34.0 +0200
@@ -1,10 +1,10 @@
-# Safa Alfulaij , 2014, 2017.
+# Safa Alfulaij , 2014, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revision-Date: 2017-01-25 21:34+0300\n"
+"PO-Revision-Date: 2018-06-08 17:04+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -23,14 +23,14 @@
 msgstr "خطأ في سند DBus: فشل بدء الخدمة %1:‏ %2"
 
 #: backends/dbus/DBusHelperProxy.cpp:91
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. %1"
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
 "DBus Backend error: connection to helper failed. %1\n"
 "(application: %2 helper: %3)"
-msgstr "خطأ في سند DBus: فشل الاتّصال بالمساعد. %1"
+msgstr ""
+"خطأ في سند DBus: فشل الاتصال بالمساعد. %1\n"
+"(التطبيق: %2 المساعد: %3)"
 
 #: backends/dbus/DBusHelperProxy.cpp:119
 #, qt-format
@@ -38,7 +38,7 @@
 msgid ""
 "DBus Backend error: could not contact the helper. Connection error: %1. "
 "Message error: %2"
-msgstr "خطأ في سند DBus: تعذّر الاتّصال بالمساعد. خطأ الاتّصال: %1. الرّسالة: 
%2"
+msgstr "خطأ في سند DBus: تعذر الاتصال بالمساعد. خطأ الاتصال: %1. الرسالة: %2"
 
 #: kauthexecutejob.cpp:88
 msgctxt "KAuth::ExecuteJob|"
@@ -61,9 +61,9 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
-"يسمح السّند الحاليّ باستيثاق المساعد فقط، ولكن هذا الإجراء لا يملك مساعدًا."
+"يسمح السند الحالي باستيثاق المساعد فقط، ولكن هذا الإجراء لا يملك مساعدًا."
 
 #: kauthexecutejob.cpp:167 kauthexecutejob.cpp:191
 msgctxt "KAuth::ExecuteJob|"
 msgid "The backend does not specify how to 

commit kauth for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-08-24 16:51:25

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


Package is "kauth"

Fri Aug 24 16:51:25 2018 rev:61 rq:630587 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-07-21 
10:11:27.699153387 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-08-24 
16:51:56.129207993 +0200
@@ -1,0 +2,11 @@
+Sun Aug 19 09:18:48 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:
+  * Avoid warnings for PolkitQt5-1 headers
+  * Honor BUILD_TESTING
+
+---

Old:

  kauth-5.48.0.tar.xz

New:

  kauth-5.49.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.LxslVe/_old  2018-08-24 16:51:56.613208564 +0200
+++ /var/tmp/diff_new_pack.LxslVe/_new  2018-08-24 16:51:56.617208568 +0200
@@ -16,51 +16,50 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:Framework which lets applications perform actions as a 
privileged user
+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
 BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:Framework which lets applications perform actions as a 
privileged user
-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
 KAuth is a framework to let applications perform actions as a privileged user.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  System/GUI/KDE
+Recommends: %{lname}-lang = %{version}
 Obsoletes:  libKF5Auth4
-Recommends: %lname-lang = %{version}
 
-%description -n %lname
+%description -n %{lname}
 KAuth is a framework to let applications perform actions as a privileged user.
 
 %package devel
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
 
@@ -68,7 +67,8 @@
 KAuth is a framework to let applications perform actions as a privileged user.
 Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -84,17 +84,16 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5Auth.so.*
 %{_kf5_plugindir}/
 %dir %{_kf5_libdir}/libexec
@@ -103,7 +102,6 @@
 %{_kf5_debugdir}/kauth.categories
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Auth.so
 %{_kf5_libdir}/cmake/KF5Auth/
 %dir %{_kf5_includedir}/*/

++ kauth-5.48.0.tar.xz -> kauth-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.48.0/CMakeLists.txt 

commit kauth for openSUSE:Factory

2018-07-21 Thread root
Hello community,

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

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


Package is "kauth"

Sat Jul 21 10:10:45 2018 rev:60 rq:623261 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-06-22 
13:18:52.251278429 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-07-21 
10:11:27.699153387 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:35 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:
+  * Use more nullptr
+
+---

Old:

  kauth-5.47.0.tar.xz

New:

  kauth-5.48.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.v8Y1Z8/_old  2018-07-21 10:11:28.215153267 +0200
+++ /var/tmp/diff_new_pack.v8Y1Z8/_new  2018-07-21 10:11:28.215153267 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.47.0
+Version:5.48.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.47.0.tar.xz -> kauth-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.47.0/CMakeLists.txt 
new/kauth-5.48.0/CMakeLists.txt
--- old/kauth-5.47.0/CMakeLists.txt 2018-06-02 19:47:45.0 +0200
+++ new/kauth-5.48.0/CMakeLists.txt 2018-07-08 00:29:10.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.47.0/po/se/kauth5_qt.po 
new/kauth-5.48.0/po/se/kauth5_qt.po
--- old/kauth-5.47.0/po/se/kauth5_qt.po 2018-06-02 19:47:45.0 +0200
+++ new/kauth-5.48.0/po/se/kauth5_qt.po 2018-07-08 00:29:10.0 +0200
@@ -20,13 +20,13 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: backends/dbus/DBusHelperProxy.cpp:86
+#: backends/dbus/DBusHelperProxy.cpp:81
 #, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
 msgstr ""
 
-#: backends/dbus/DBusHelperProxy.cpp:96
+#: backends/dbus/DBusHelperProxy.cpp:91
 #, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
@@ -34,7 +34,7 @@
 "(application: %2 helper: %3)"
 msgstr ""
 
-#: backends/dbus/DBusHelperProxy.cpp:124
+#: backends/dbus/DBusHelperProxy.cpp:119
 #, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.47.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.48.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.47.0/po/zh_CN/kauth5_qt.po  2018-06-02 19:47:45.0 
+0200
+++ new/kauth-5.48.0/po/zh_CN/kauth5_qt.po  2018-07-08 00:29:10.0 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-05-18 06:23-0400\n"
+"PO-Revision-Date: 2018-07-03 17:35\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.47.0/src/backends/polkit-1/Polkit1Backend.h 
new/kauth-5.48.0/src/backends/polkit-1/Polkit1Backend.h
--- old/kauth-5.47.0/src/backends/polkit-1/Polkit1Backend.h 2018-06-02 
19:47:45.0 +0200
+++ new/kauth-5.48.0/src/backends/polkit-1/Polkit1Backend.h 2018-07-08 
00:29:10.0 +0200
@@ -67,7 +67,7 @@
 {

commit kauth for openSUSE:Factory

2018-06-22 Thread root
Hello community,

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

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


Package is "kauth"

Fri Jun 22 13:17:52 2018 rev:59 rq:616739 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-05-18 
14:20:12.955297780 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-06-22 
13:18:52.251278429 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:26:02 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:
+  * Warning--
+
+---

Old:

  kauth-5.46.0.tar.xz

New:

  kauth-5.47.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.uNv64w/_old  2018-06-22 13:18:53.215242686 +0200
+++ /var/tmp/diff_new_pack.uNv64w/_new  2018-06-22 13:18:53.219242538 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.46.0
+Version:5.47.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -52,9 +52,7 @@
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  System/GUI/KDE
 Obsoletes:  libKF5Auth4
-%if %{with lang}
 Recommends: %lname-lang = %{version}
-%endif
 
 %description -n %lname
 KAuth is a framework to let applications perform actions as a privileged user.
@@ -102,7 +100,7 @@
 %dir %{_kf5_libdir}/libexec
 %{_kf5_libdir}/libexec/kauth
 %config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
-%{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/kauth.categories
 
 %files devel
 %defattr(-,root,root)

++ kauth-5.46.0.tar.xz -> kauth-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.46.0/CMakeLists.txt 
new/kauth-5.47.0/CMakeLists.txt
--- old/kauth-5.46.0/CMakeLists.txt 2018-05-05 14:55:43.0 +0200
+++ new/kauth-5.47.0/CMakeLists.txt 2018-06-02 19:47:45.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.46.0/autotests/TestBackend.h 
new/kauth-5.47.0/autotests/TestBackend.h
--- old/kauth-5.46.0/autotests/TestBackend.h2018-05-05 14:55:43.0 
+0200
+++ new/kauth-5.47.0/autotests/TestBackend.h2018-06-02 19:47:45.0 
+0200
@@ -35,12 +35,12 @@
 
 public:
 TestBackend();
-void setupAction(const QString &) Q_DECL_OVERRIDE;
-Action::AuthStatus authorizeAction(const QString &) Q_DECL_OVERRIDE;
-Action::AuthStatus actionStatus(const QString &) Q_DECL_OVERRIDE;
-QByteArray callerID() const Q_DECL_OVERRIDE;
-bool isCallerAuthorized(const QString , QByteArray callerID) 
Q_DECL_OVERRIDE;
-bool actionExists(const QString ) Q_DECL_OVERRIDE;
+void setupAction(const QString &) override;
+Action::AuthStatus authorizeAction(const QString &) override;
+Action::AuthStatus actionStatus(const QString &) override;
+QByteArray callerID() const override;
+bool isCallerAuthorized(const QString , QByteArray callerID) 
override;
+bool actionExists(const QString ) override;
 
 public Q_SLOTS:
 void setNewCapabilities(KAuth::AuthBackend::Capabilities capabilities);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.46.0/po/id/kauth5_qt.po 
new/kauth-5.47.0/po/id/kauth5_qt.po
--- old/kauth-5.46.0/po/id/kauth5_qt.po 2018-05-05 14:55:43.0 +0200
+++ 

commit kauth for openSUSE:Factory

2018-05-18 Thread root
Hello community,

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

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


Package is "kauth"

Fri May 18 14:18:57 2018 rev:58 rq:607537 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-05-13 
15:54:32.893355673 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-05-18 
14:20:12.955297780 +0200
@@ -1,0 +2,11 @@
+Sun May 13 21:03:00 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:
+  * Warning--
+  * Fix returning of data in the helper example
+
+---

Old:

  kauth-5.45.0.tar.xz

New:

  kauth-5.46.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.D3ipMd/_old  2018-05-18 14:20:13.875264019 +0200
+++ /var/tmp/diff_new_pack.D3ipMd/_new  2018-05-18 14:20:13.883263726 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.45.0
+Version:5.46.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.45.0.tar.xz -> kauth-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/CMakeLists.txt 
new/kauth-5.46.0/CMakeLists.txt
--- old/kauth-5.45.0/CMakeLists.txt 2018-04-07 21:32:47.0 +0200
+++ new/kauth-5.46.0/CMakeLists.txt 2018-05-05 14:55:43.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.45.0/examples/helper.cpp 
new/kauth-5.46.0/examples/helper.cpp
--- old/kauth-5.45.0/examples/helper.cpp2018-04-07 21:32:47.0 
+0200
+++ new/kauth-5.46.0/examples/helper.cpp2018-05-05 14:55:43.0 
+0200
@@ -52,7 +52,7 @@
 QTextStream stream();
 QString contents;
 stream >> contents;
-reply.data()["contents"] = contents;
+reply.addData("contents", contents);
 return reply;
 }
 //! [helper_read_action]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.46.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.45.0/po/zh_CN/kauth5_qt.po  2018-04-07 21:32:47.0 
+0200
+++ new/kauth-5.46.0/po/zh_CN/kauth5_qt.po  2018-05-05 14:55:43.0 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-04-05 09:22-0400\n"
+"PO-Revision-Date: 2018-04-26 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/src/backends/dbus/DBusHelperProxy.cpp 
new/kauth-5.46.0/src/backends/dbus/DBusHelperProxy.cpp
--- old/kauth-5.45.0/src/backends/dbus/DBusHelperProxy.cpp  2018-04-07 
21:32:47.0 +0200
+++ new/kauth-5.46.0/src/backends/dbus/DBusHelperProxy.cpp  2018-05-05 
14:55:43.0 +0200
@@ -304,7 +304,7 @@
 
 void debugMessageReceived(int t, const QString )
 {
-QtMsgType type = (QtMsgType)t;
+QtMsgType type = static_cast(t);
 switch (type) {
 case QtDebugMsg:
 qDebug("Debug message from helper: %s", message.toLatin1().data());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.45.0/src/kauthactionreply.cpp 

commit kauth for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-05-13 15:54:28

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


Package is "kauth"

Sun May 13 15:54:28 2018 rev:57 rq:605743 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-04-19 
15:15:38.516569430 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-05-13 
15:54:32.893355673 +0200
@@ -1,0 +2,5 @@
+Wed May  9 11:42:33 UTC 2018 - kbabi...@suse.com
+
+- Removed setBadness() from spec file, since it is no longer needed. 
+
+---



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.00wdn6/_old  2018-05-13 15:54:33.825321663 +0200
+++ /var/tmp/diff_new_pack.00wdn6/_new  2018-05-13 15:54:33.829321518 +0200
@@ -86,11 +86,6 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%if 0%{?suse_version} <= 1310
-# we need this for older oS releases; only Factory/13.2 has the whitelist
-echo "setBadness('suse-dbus-unauthorized-service', 0)" > 
$RPM_SOURCE_DIR/%name-rpmlintrc
-%endif
-
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig




commit kauth for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-04-19 15:14:21

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


Package is "kauth"

Thu Apr 19 15:14:21 2018 rev:56 rq:596850 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-03-20 
21:44:48.399282745 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-04-19 
15:15:38.516569430 +0200
@@ -1,0 +2,11 @@
+Sat Apr 14 13:19:02 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:
+  * Remove useless qt version check
+  * Remove not necessary QtCore and co
+
+---

Old:

  kauth-5.44.0.tar.xz

New:

  kauth-5.45.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.vauaxA/_old  2018-04-19 15:15:39.180543076 +0200
+++ /var/tmp/diff_new_pack.vauaxA/_new  2018-04-19 15:15:39.184542917 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.44.0
+Version:5.45.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.44.0.tar.xz -> kauth-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.44.0/CMakeLists.txt 
new/kauth-5.45.0/CMakeLists.txt
--- old/kauth-5.44.0/CMakeLists.txt 2018-03-03 11:01:05.0 +0100
+++ new/kauth-5.45.0/CMakeLists.txt 2018-04-07 21:32:47.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.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(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)
 option(KAUTH_BUILD_CODEGENERATOR_ONLY "Only build the kauth-policy-gen code 
generator." OFF)
 if(NOT KAUTH_BUILD_CODEGENERATOR_ONLY)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.44.0/po/ca@valencia/kauth5_qt.po 
new/kauth-5.45.0/po/ca@valencia/kauth5_qt.po
--- old/kauth-5.44.0/po/ca@valencia/kauth5_qt.po2018-03-03 
11:01:05.0 +0100
+++ new/kauth-5.45.0/po/ca@valencia/kauth5_qt.po2018-04-07 
21:32:47.0 +0200
@@ -73,8 +73,8 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
-"El dorsal actual només permet autorització d'auxiliar, però esta acció no té "
-"cap auxiliar."
+"El dorsal actual només permet autorització d'auxiliar, però aquesta acció no "
+"té cap auxiliar."
 
 #: kauthexecutejob.cpp:167 kauthexecutejob.cpp:191
 msgctxt "KAuth::ExecuteJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.44.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.45.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.44.0/po/zh_CN/kauth5_qt.po  2018-03-03 11:01:05.0 
+0100
+++ new/kauth-5.45.0/po/zh_CN/kauth5_qt.po  2018-04-07 21:32:47.0 
+0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-02-28 02:23-0500\n"
+"PO-Revision-Date: 2018-04-05 09:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.44.0/src/backends/dbus/DBusHelperProxy.cpp 
new/kauth-5.45.0/src/backends/dbus/DBusHelperProxy.cpp
--- old/kauth-5.44.0/src/backends/dbus/DBusHelperProxy.cpp  2018-03-03 

commit kauth for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-03-20 21:43:28

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


Package is "kauth"

Tue Mar 20 21:43:28 2018 rev:55 rq:586807 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-02-16 
21:37:04.547530573 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-03-20 
21:44:48.399282745 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 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:
+  * None
+
+---

Old:

  kauth-5.43.0.tar.xz

New:

  kauth-5.44.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.JhQvoj/_old  2018-03-20 21:44:49.075258416 +0100
+++ /var/tmp/diff_new_pack.JhQvoj/_new  2018-03-20 21:44:49.079258272 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -38,7 +38,7 @@
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:Framework which lets applications perform actions as a 
privileged user
-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

++ kauth-5.43.0.tar.xz -> kauth-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.43.0/CMakeLists.txt 
new/kauth-5.44.0/CMakeLists.txt
--- old/kauth-5.43.0/CMakeLists.txt 2018-02-05 12:57:40.0 +0100
+++ new/kauth-5.44.0/CMakeLists.txt 2018-03-03 11:01:05.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.43.0/po/id/kauth5_qt.po 
new/kauth-5.44.0/po/id/kauth5_qt.po
--- old/kauth-5.43.0/po/id/kauth5_qt.po 2018-02-05 12:57:40.0 +0100
+++ new/kauth-5.44.0/po/id/kauth5_qt.po 2018-03-03 11:01:05.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2018-01-25 21:06+0700\n"
+"PO-Revision-Date: 2018-02-17 19:14+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -67,10 +67,10 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
-"Ujung belakang saat ini hanya memungkinkan otorisasi pembantu, tapi aksi ini "
-"tidak mempunyai pembantu."
+"Backend saat ini hanya memungkinkan otorisasi pembantu, tapi aksi ini tidak "
+"mempunyai pembantu."
 
 #: kauthexecutejob.cpp:167 kauthexecutejob.cpp:191
 msgctxt "KAuth::ExecuteJob|"
 msgid "The backend does not specify how to authorize"
-msgstr "Ujung belakang tidak menentukan cara otorisasi"
+msgstr "Backend tidak menentukan cara otorisasi"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.43.0/po/nb/kauth5_qt.po 
new/kauth-5.44.0/po/nb/kauth5_qt.po
--- old/kauth-5.43.0/po/nb/kauth5_qt.po 2018-02-05 12:57:40.0 +0100
+++ new/kauth-5.44.0/po/nb/kauth5_qt.po 2018-03-03 11:01:05.0 +0100
@@ -26,13 +26,13 @@
 "X-Text-Markup: qtrich\n"
 "X-Qt-Contexts: true\n"
 
-#: 

commit kauth for openSUSE:Factory

2018-02-16 Thread root
Hello community,

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

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


Package is "kauth"

Fri Feb 16 21:37:02 2018 rev:54 rq:576943 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-01-22 
15:59:10.368242235 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-02-16 
21:37:04.547530573 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:07 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:
+  * Fix linking regression introduced by d47f645a7 (wrong "const")
+
+---

Old:

  kauth-5.42.0.tar.xz

New:

  kauth-5.43.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.onqhcj/_old  2018-02-16 21:37:05.803485231 +0100
+++ /var/tmp/diff_new_pack.onqhcj/_new  2018-02-16 21:37:05.811484942 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.42.0
+Version:5.43.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.42.0.tar.xz -> kauth-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.42.0/CMakeLists.txt 
new/kauth-5.43.0/CMakeLists.txt
--- old/kauth-5.42.0/CMakeLists.txt 2018-01-07 17:06:08.0 +0100
+++ new/kauth-5.43.0/CMakeLists.txt 2018-02-05 12:57:40.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.42.0/po/id/kauth5_qt.po 
new/kauth-5.43.0/po/id/kauth5_qt.po
--- old/kauth-5.42.0/po/id/kauth5_qt.po 2018-01-07 17:06:08.0 +0100
+++ new/kauth-5.43.0/po/id/kauth5_qt.po 2018-02-05 12:57:40.0 +0100
@@ -2,55 +2,54 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
+# Wantoyo , 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-06-08 12:24+0700\n"
-"Last-Translator: Andhika Padmawan \n"
-"Language-Team: Indonesian \n"
+"PO-Revision-Date: 2018-01-25 21:06+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "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-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:81
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
-msgstr "Galat Ujung Belakang DBus: koneksi ke pembantu gagal. "
+msgstr "Galat Backend DBus: mulai layanan %1 gagal: %2"
 
 #: backends/dbus/DBusHelperProxy.cpp:91
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
 "DBus Backend error: connection to helper failed. %1\n"
 "(application: %2 helper: %3)"
-msgstr "Galat Ujung Belakang DBus: koneksi ke 

commit kauth for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2018-01-22 15:58:28

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


Package is "kauth"

Mon Jan 22 15:58:28 2018 rev:53 rq:566657 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2018-01-09 
14:41:15.749367646 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-01-22 
15:59:10.368242235 +0100
@@ -1,0 +2,13 @@
+Tue Jan 16 22:50:14 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
+  * Const'ify. Remove unused variables. Minor optimization
+  * Fix CMake AUTOMOC warning
+  * Autogenerate debug file
+
+---

Old:

  kauth-5.41.0.tar.xz

New:

  kauth-5.42.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.9un3gG/_old  2018-01-22 15:59:11.100207978 +0100
+++ /var/tmp/diff_new_pack.9un3gG/_new  2018-01-22 15:59:11.104207791 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.41.0
+Version:5.42.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -107,6 +107,7 @@
 %dir %{_kf5_libdir}/libexec
 %{_kf5_libdir}/libexec/kauth
 %config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
+%{_kf5_debugdir}/*.categories
 
 %files devel
 %defattr(-,root,root)

++ kauth-5.41.0.tar.xz -> kauth-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.41.0/.reviewboardrc 
new/kauth-5.42.0/.reviewboardrc
--- old/kauth-5.41.0/.reviewboardrc 2017-12-02 21:02:04.0 +0100
+++ new/kauth-5.42.0/.reviewboardrc 1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/kauth'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.41.0/CMakeLists.txt 
new/kauth-5.42.0/CMakeLists.txt
--- old/kauth-5.41.0/CMakeLists.txt 2017-12-02 21:02:04.0 +0100
+++ new/kauth-5.42.0/CMakeLists.txt 2018-01-07 17:06:08.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.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)
 
@@ -27,6 +27,7 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
+include(ECMQtDeclareLoggingCategory)
 
 include(ECMPoQmTools)
 include(ECMAddQch)
@@ -101,5 +102,5 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-
+install(FILES kauth.categories DESTINATION ${KDE_INSTALL_CONFDIR})
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.41.0/autotests/CMakeLists.txt 
new/kauth-5.42.0/autotests/CMakeLists.txt
--- old/kauth-5.41.0/autotests/CMakeLists.txt   2017-12-02 21:02:04.0 
+0100
+++ new/kauth-5.42.0/autotests/CMakeLists.txt   2018-01-07 17:06:08.0 
+0100
@@ -13,12 +13,15 @@
 
 include(ECMAddTests)
 
+set(kauthdebug_SRCS)

commit kauth for openSUSE:Factory

2018-01-09 Thread root
Hello community,

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

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


Package is "kauth"

Tue Jan  9 14:39:40 2018 rev:52 rq:559420 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-11-16 
14:36:31.696430012 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2018-01-09 
14:41:15.749367646 +0100
@@ -1,0 +2,12 @@
+Sun Dec 17 09:43:47 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:
+  * We depend against 5.7
+  * Allow to only build the kauth-policy-gen code generator
+  * Add a note about calling the helper from multithreaded applications.
+
+---

Old:

  kauth-5.40.0.tar.xz

New:

  kauth-5.41.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.lHqgsu/_old  2018-01-09 14:41:16.305341572 +0100
+++ /var/tmp/diff_new_pack.lHqgsu/_new  2018-01-09 14:41:16.309341384 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.40.0
+Version:5.41.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.40.0.tar.xz -> kauth-5.41.0.tar.xz ++
 2915 lines of diff (skipped)




commit kauth for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-11-16 14:35:56

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


Package is "kauth"

Thu Nov 16 14:35:56 2017 rev:51 rq:541637 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-10-27 
13:54:07.548478836 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-11-16 
14:36:31.696430012 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:13 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:
+  * Reduce variable scope
+
+---

Old:

  kauth-5.39.0.tar.xz

New:

  kauth-5.40.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.rCQSMp/_old  2017-11-16 14:36:32.208411452 +0100
+++ /var/tmp/diff_new_pack.rCQSMp/_new  2017-11-16 14:36:32.208411452 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.39.0
+Version:5.40.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.39.0.tar.xz -> kauth-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.39.0/CMakeLists.txt 
new/kauth-5.40.0/CMakeLists.txt
--- old/kauth-5.39.0/CMakeLists.txt 2017-10-07 21:07:26.0 +0200
+++ new/kauth-5.40.0/CMakeLists.txt 2017-11-05 09:24:21.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.39.0/src/kauthhelpersupport.cpp 
new/kauth-5.40.0/src/kauthhelpersupport.cpp
--- old/kauth-5.39.0/src/kauthhelpersupport.cpp 2017-10-07 21:07:26.0 
+0200
+++ new/kauth-5.40.0/src/kauthhelpersupport.cpp 2017-11-05 09:24:21.0 
+0100
@@ -63,9 +63,9 @@
 const char *home = "HOME";
 if (getenv(home) == nullptr) {
 struct passwd *pw = getpwuid(getuid());
-int overwrite = 0;
 
 if (pw != nullptr) {
+int overwrite = 0;
 setenv(home, pw->pw_dir, overwrite);
 }
 }




commit kauth for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-10-27 13:53:07

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


Package is "kauth"

Fri Oct 27 13:53:07 2017 rev:50 rq:536303 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-09-19 
16:21:56.331655789 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-10-27 
13:54:07.548478836 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:37 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:
+  * None
+
+---

Old:

  kauth-5.38.0.tar.xz

New:

  kauth-5.39.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.NE3OYW/_old  2017-10-27 13:54:08.288444249 +0200
+++ /var/tmp/diff_new_pack.NE3OYW/_new  2017-10-27 13:54:08.288444249 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-Version:5.38.0
+Version:5.39.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kauth-5.38.0.tar.xz -> kauth-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.38.0/CMakeLists.txt 
new/kauth-5.39.0/CMakeLists.txt
--- old/kauth-5.38.0/CMakeLists.txt 2017-09-03 10:00:19.0 +0200
+++ new/kauth-5.39.0/CMakeLists.txt 2017-10-07 21:07:26.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.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/kauth-5.38.0/po/zh_CN/kauth5_qt.po 
new/kauth-5.39.0/po/zh_CN/kauth5_qt.po
--- old/kauth-5.38.0/po/zh_CN/kauth5_qt.po  2017-09-03 10:00:19.0 
+0200
+++ new/kauth-5.39.0/po/zh_CN/kauth5_qt.po  2017-10-07 21:07:26.0 
+0200
@@ -1,3 +1,16 @@
+# translation of kdelibs4.po to Chinese Simplified
+# Copyright (C) 2007 Free Software Foundation, Inc.
+#
+# Lie Ex  2007-2011.
+# Wang Jian , 1998.
+# Sarah Smith , 2002.
+# Xiong Jiang , 2002,2003,2004.
+# Funda Wang , 2002,2003,2004.
+# Liang Qi , 2007.
+# Feng Chao , 2010, 2012, 2014.
+# Ni Hui , 2010, 2011, 2012.
+# Weng Xuetian , 2011, 2012, 2013, 2016.
+# Guo Yunhe , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
@@ -12,9 +25,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: crowdin.com\n"
-"X-Crowdin-Project: kdeorg\n"
-"X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/frameworks/baloo_file5.pot\n"
+"X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:86
 #, qt-format




commit kauth for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-09-19 16:21:55

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


Package is "kauth"

Tue Sep 19 16:21:55 2017 rev:49 rq:526626 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-08-24 
17:55:42.144507141 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-09-19 
16:21:56.331655789 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:16 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:
+  * None
+
+---

Old:

  kauth-5.37.0.tar.xz

New:

  kauth-5.38.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.AZ42RK/_old  2017-09-19 16:21:57.023558263 +0200
+++ /var/tmp/diff_new_pack.AZ42RK/_new  2017-09-19 16:21:57.027557699 +0200
@@ -18,15 +18,18 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%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:   kauth
-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:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 %if %{with lang}
@@ -61,7 +64,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel >= %{_tar_path}
+Requires:   kcoreaddons-devel >= %{_kf5_bugfix_version}
 
 %description devel
 KAuth is a framework to let applications perform actions as a privileged user.

++ kauth-5.37.0.tar.xz -> kauth-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.37.0/.arcconfig new/kauth-5.38.0/.arcconfig
--- old/kauth-5.37.0/.arcconfig 1970-01-01 01:00:00.0 +0100
+++ new/kauth-5.38.0/.arcconfig 2017-09-03 10:00:19.0 +0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.37.0/CMakeLists.txt 
new/kauth-5.38.0/CMakeLists.txt
--- old/kauth-5.37.0/CMakeLists.txt 2017-08-06 19:56:42.0 +0200
+++ new/kauth-5.38.0/CMakeLists.txt 2017-09-03 10:00:19.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.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/kauth-5.37.0/po/eu/kauth5_qt.po 
new/kauth-5.38.0/po/eu/kauth5_qt.po
--- old/kauth-5.37.0/po/eu/kauth5_qt.po 2017-08-06 19:56:42.0 +0200
+++ new/kauth-5.38.0/po/eu/kauth5_qt.po 2017-09-03 10:00:19.0 +0200
@@ -6,66 +6,63 @@
 # Ion Gaztañaga , 2005.
 # marcos , 2006, 2007, 2008, 2009, 2010.
 # Iñaki Larrañaga Murgoitio , 2009.
-# Iñigo Salvador Azurmendi , 2010, 2011, 2012, 2013, 2014.
+# Iñigo Salvador Azurmendi , 2010, 2011, 2012, 2013, 
2014, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-03-02 19:49+0100\n"
+"PO-Revision-Date: 2017-08-12 17:28+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
 "Language-Team: Basque \n"
 "Language: eu\n"
 

commit kauth for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-08-24 17:53:42

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


Package is "kauth"

Thu Aug 24 17:53:42 2017 rev:48 rq:516658 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-07-17 
10:22:36.559988004 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-08-24 
17:55:42.144507141 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:17 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 :
+  * API dox: use official name "D-Bus" consistently
+
+---

Old:

  kauth-5.36.0.tar.xz

New:

  kauth-5.37.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.uNRZwH/_old  2017-08-24 17:55:42.636437853 +0200
+++ /var/tmp/diff_new_pack.uNRZwH/_new  2017-08-24 17:55:42.640437290 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kauth
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.36.0.tar.xz -> kauth-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.36.0/CMakeLists.txt 
new/kauth-5.37.0/CMakeLists.txt
--- old/kauth-5.36.0/CMakeLists.txt 2017-07-02 09:56:48.0 +0200
+++ new/kauth-5.37.0/CMakeLists.txt 2017-08-06 19:56:42.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.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(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.36.0/po/gl/kauth5_qt.po 
new/kauth-5.37.0/po/gl/kauth5_qt.po
--- old/kauth-5.36.0/po/gl/kauth5_qt.po 2017-07-02 09:56:48.0 +0200
+++ new/kauth-5.37.0/po/gl/kauth5_qt.po 2017-08-06 19:56:42.0 +0200
@@ -9,54 +9,51 @@
 # Marce Villarino , 2009, 2010, 2011, 2012.
 # Xosé , 2010.
 # Marce Villarino , 2011, 2012, 2013, 2014.
+# Adrián Chaves , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-05-12 23:14+0200\n"
-"Last-Translator: Marce Villarino \n"
+"PO-Revision-Date: 2017-07-24 17:12+0100\n"
+"Last-Translator: Adrián Chaves \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde, development\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:86
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
-msgstr "Erro da infraestrutura DBus: fallou a conexión co auxiliar. "
+msgstr "Erro da infraestrutura DBus: fallou o inicio do servizo %1: %2"
 
 #: backends/dbus/DBusHelperProxy.cpp:96
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ""
 "DBus Backend error: connection to helper failed. %1\n"
 "(application: %2 

commit kauth for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-07-17 10:21:44

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


Package is "kauth"

Mon Jul 17 10:21:44 2017 rev:47 rq:509884 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-07-05 
23:49:27.488130162 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-07-17 
10:22:36.559988004 +0200
@@ -1,0 +2,13 @@
+Wed Jul 12 07:13:58 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:
+  * Add missing newline in the apidox
+  * Expand documentation of Persistence attribute
+  * [FEATURE] Option to build & install QCH file with the public API dox
+  * Check error status after every PolKitAuthority usage
+
+---

Old:

  kauth-5.35.0.tar.xz

New:

  kauth-5.36.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.ja0Rpc/_old  2017-07-17 10:22:37.103911327 +0200
+++ /var/tmp/diff_new_pack.ja0Rpc/_new  2017-07-17 10:22:37.103911327 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kauth
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.35.0.tar.xz -> kauth-5.36.0.tar.xz ++
 844952 lines of diff (skipped)




commit kauth for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-07-05 23:48:32

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


Package is "kauth"

Wed Jul  5 23:48:32 2017 rev:46 rq:502924 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-06-01 
16:18:45.265400517 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-07-05 
23:49:27.488130162 +0200
@@ -1,0 +2,12 @@
+Sun Jun 11 09:27:42 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:
+  * Use explicit flag value instead of nullptr
+  * Remove HelperProxy::authorizeAction
+  * Verify that whoever is calling us is actually who he says he is
+
+---

Old:

  kauth-5.34.0.tar.xz

New:

  kauth-5.35.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.aWigN2/_old  2017-07-05 23:49:28.016055803 +0200
+++ /var/tmp/diff_new_pack.aWigN2/_new  2017-07-05 23:49:28.020055239 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kauth
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.34.0.tar.xz -> kauth-5.35.0.tar.xz ++
 845193 lines of diff (skipped)




commit kauth for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-06-01 16:17:37

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


Package is "kauth"

Thu Jun  1 16:17:37 2017 rev:45 rq:495021 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-04-30 
21:17:44.736747303 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-06-01 
16:18:45.265400517 +0200
@@ -1,0 +2,18 @@
+Mon May 15 13:53:15 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:
+  * Verify that whoever is calling us is actually who he says he is
+- Remove patches, now upstream:
+  * verify-caller-CVE-2017-8422.patch
+
+---
+Thu May 11 05:05:08 UTC 2017 - lbeltr...@kde.org
+
+- Add verify-caller-CVE-2017-8422.patch: upstream security fix for
+  local privilege escalation (CVE-2017-8422)
+
+---

Old:

  kauth-5.33.0.tar.xz

New:

  kauth-5.34.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.3KKLIM/_old  2017-06-01 16:18:45.857317049 +0200
+++ /var/tmp/diff_new_pack.3KKLIM/_new  2017-06-01 16:18:45.861316485 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kauth
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.33.0.tar.xz -> kauth-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.33.0/CMakeLists.txt 
new/kauth-5.34.0/CMakeLists.txt
--- old/kauth-5.33.0/CMakeLists.txt 2017-04-01 21:28:36.0 +0200
+++ new/kauth-5.34.0/CMakeLists.txt 2017-05-11 09:38:15.0 +0200
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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/kauth-5.33.0/po/bg/kauth5_qt.po 
new/kauth-5.34.0/po/bg/kauth5_qt.po
--- old/kauth-5.33.0/po/bg/kauth5_qt.po 2017-04-01 21:28:36.0 +0200
+++ new/kauth-5.34.0/po/bg/kauth5_qt.po 2017-05-11 09:38:15.0 +0200
@@ -1,8 +1,5 @@
-# translation of kdelibs4.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id:$
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov , 2006, 2007, 2008, 2009.
 # Yasen Pramatarov , 2009, 2010, 2011, 2012, 2013.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.33.0/po/ia/kauth5_qt.po 
new/kauth-5.34.0/po/ia/kauth5_qt.po
--- old/kauth-5.33.0/po/ia/kauth5_qt.po 2017-04-01 21:28:36.0 +0200
+++ new/kauth-5.34.0/po/ia/kauth5_qt.po 2017-05-11 09:38:15.0 +0200
@@ -1,22 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# g.sora , 2010, 2011, 2012, 2013, 2014.
+# g.sora , 2010, 2011, 2012, 2013, 2014, 2017.
 # Giovanni Sora , 2014, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2016-11-29 14:03+0100\n"
-"Last-Translator: Giovanni Sora \n"
-"Language-Team: Interlingua \n"
+"PO-Revision-Date: 2017-04-15 09:29+0100\n"
+"Last-Translator: giovanni \n"
+"Language-Team: Interlingua \n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"

commit kauth for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-04-30 21:15:57

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


Package is "kauth"

Sun Apr 30 21:15:57 2017 rev:44 rq:492042 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-03-28 
15:08:52.343025311 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-04-30 
21:17:44.736747303 +0200
@@ -1,0 +2,14 @@
+Sat Apr 15 10:11:44 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.
+  * Update docs to Frameworks API
+  * Backend for Mac.
+  * Add support for killing a KAuth::ExecuteJob
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kauth-5.32.0.tar.xz

New:

  kauth-5.33.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.ZzapFD/_old  2017-04-30 21:17:45.416651437 +0200
+++ /var/tmp/diff_new_pack.ZzapFD/_new  2017-04-30 21:17:45.420650873 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kauth
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.32.0.tar.xz -> kauth-5.33.0.tar.xz ++
 5025 lines of diff (skipped)




commit kauth for openSUSE:Factory

2017-03-28 Thread root
Hello community,

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

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


Package is "kauth"

Tue Mar 28 15:08:08 2017 rev:43 rq:481490 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-03-03 
15:11:49.289749407 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-03-28 
15:08:52.343025311 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:14 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.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kauth-5.31.0.tar.xz

New:

  kauth-5.32.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.QXImYa/_old  2017-03-28 15:08:52.950939186 +0200
+++ /var/tmp/diff_new_pack.QXImYa/_new  2017-03-28 15:08:52.954938620 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kauth
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.31.0.tar.xz -> kauth-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.31.0/CMakeLists.txt 
new/kauth-5.32.0/CMakeLists.txt
--- old/kauth-5.31.0/CMakeLists.txt 2017-02-05 11:47:11.0 +0100
+++ new/kauth-5.32.0/CMakeLists.txt 2017-03-04 17:07:34.0 +0100
@@ -1,11 +1,11 @@
 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(KAuth VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.31.0/po/da/kauth5_qt.po 
new/kauth-5.32.0/po/da/kauth5_qt.po
--- old/kauth-5.31.0/po/da/kauth5_qt.po 2017-02-05 11:47:11.0 +0100
+++ new/kauth-5.32.0/po/da/kauth5_qt.po 2017-03-04 17:07:34.0 +0100
@@ -4,14 +4,14 @@
 #
 # Martin Schlander, 2008.
 # Martin Schlander , 2008.
-# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2017.
 # Keld Simonsen , 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-09-21 15:28+0200\n"
+"PO-Revision-Date: 2017-02-25 18:32+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -19,34 +19,30 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:86
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: service start %1 failed: %2"
-msgstr "Fejl i D-Bus-backend: Forbindelse til hjælper mislykkedes."
+msgstr "Fejl i D-Bus-backend: Start af tjenesten %1 mislykkedes: %2"
 
 #: backends/dbus/DBusHelperProxy.cpp:96
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: connection to helper failed. "
+#, qt-format
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: connection to helper failed. %1"
-msgstr "Fejl i D-Bus-backend: Forbindelse til hjælper mislykkedes."
+msgstr "Fejl i D-Bus-backend: Forbindelse til hjælper mislykkedes. %1"
 
 #: backends/dbus/DBusHelperProxy.cpp:121
-#, fuzzy, qt-format
-#| msgctxt "KAuth::DBusHelperProxy|"
-#| msgid "DBus Backend error: could not 

commit kauth for openSUSE:Factory

2017-03-03 Thread root
Hello community,

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

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


Package is "kauth"

Fri Mar  3 15:11:48 2017 rev:42 rq:461399 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-02-03 
17:43:51.908353454 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-03-03 
15:11:49.289749407 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:23:52 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:

  kauth-5.30.0.tar.xz

New:

  kauth-5.31.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.dSVPSH/_old  2017-03-03 15:11:49.793678058 +0100
+++ /var/tmp/diff_new_pack.dSVPSH/_new  2017-03-03 15:11:49.797677491 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kauth
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -30,10 +30,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1+
 Group:  System/GUI/KDE

++ kauth-5.30.0.tar.xz -> kauth-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.30.0/CMakeLists.txt 
new/kauth-5.31.0/CMakeLists.txt
--- old/kauth-5.30.0/CMakeLists.txt 2017-01-08 21:45:38.0 +0100
+++ new/kauth-5.31.0/CMakeLists.txt 2017-02-05 11:47:11.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project(KAuth VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.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(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -47,6 +47,7 @@
 
 add_subdirectory(src)
 add_subdirectory(autotests)
+add_subdirectory(examples)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Auth")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.30.0/autotests/BackendsManager.cpp 
new/kauth-5.31.0/autotests/BackendsManager.cpp
--- old/kauth-5.30.0/autotests/BackendsManager.cpp  2017-01-08 
21:45:38.0 +0100
+++ new/kauth-5.31.0/autotests/BackendsManager.cpp  2017-02-05 
11:47:11.0 +0100
@@ -33,7 +33,7 @@
 namespace KAuth
 {
 
-AuthBackend *BackendsManager::auth = 0;
+AuthBackend *BackendsManager::auth = nullptr;
 QHash< QThread *, HelperProxy * > proxiesForThreads = QHash< QThread *, 
HelperProxy * >();
 
 BackendsManager::BackendsManager()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.30.0/autotests/HelperTest.cpp 
new/kauth-5.31.0/autotests/HelperTest.cpp
--- old/kauth-5.30.0/autotests/HelperTest.cpp   2017-01-08 21:45:38.0 
+0100
+++ new/kauth-5.31.0/autotests/HelperTest.cpp   2017-02-05 11:47:11.0 
+0100
@@ -51,7 +51,7 @@
 Q_OBJECT
 
 public:
-HelperTest(QObject *parent = 0) : QObject(parent)
+HelperTest(QObject *parent = nullptr) : QObject(parent)
 { }
 
 private Q_SLOTS:
@@ -62,6 +62,7 @@
 void testExecuteJobSignals();
 void testTwoCalls();
 void testActionData();
+void testHelperFailure();
 
 void cleanup() {}
 void 

commit kauth for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-01-31 11:54:59

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-12-17 
11:04:41.659946755 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-02-03 
17:43:51.908353454 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:38:06 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  kauth-5.29.0.tar.xz

New:

  kauth-5.30.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.jAbVMu/_old  2017-02-03 17:43:52.424280429 +0100
+++ /var/tmp/diff_new_pack.jAbVMu/_new  2017-02-03 17:43:52.428279863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kauth
-Version:5.29.0
+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:  kcoreaddons-devel >= %{_tar_path}

++ kauth-5.29.0.tar.xz -> kauth-5.30.0.tar.xz ++
 864080 lines of diff (skipped)




commit kauth for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-11-17 12:27:15

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-10-28 
12:16:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-11-17 
12:27:16.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov  5 20:10:54 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * Make sure we can do more than one request
+  * Make sure we get to know about progress by reading
+the program output
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kauth-5.27.0.tar.xz

New:

  kauth-5.28.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.C0gwHQ/_old  2016-11-17 12:27:17.0 +0100
+++ /var/tmp/diff_new_pack.C0gwHQ/_new  2016-11-17 12:27:17.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kauth
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.27.0.tar.xz -> kauth-5.28.0.tar.xz ++
 5784 lines of diff (skipped)




commit kauth for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-10-28 12:16:26

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-09-14 
23:11:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-10-28 
12:16:55.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:50:02 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kauth-5.26.0.tar.xz

New:

  kauth-5.27.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.2shlkc/_old  2016-10-28 12:16:56.0 +0200
+++ /var/tmp/diff_new_pack.2shlkc/_new  2016-10-28 12:16:56.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kauth
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.26.0.tar.xz -> kauth-5.27.0.tar.xz ++
 863226 lines of diff (skipped)




commit kauth for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-09-14 23:11:01

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-08-29 
14:56:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-09-14 
23:11:03.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:47:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kauth-5.25.0.tar.xz

New:

  kauth-5.26.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.rdJh6L/_old  2016-09-14 23:11:04.0 +0200
+++ /var/tmp/diff_new_pack.rdJh6L/_new  2016-09-14 23:11:04.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kauth
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.25.0.tar.xz -> kauth-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.25.0/CMakeLists.txt 
new/kauth-5.26.0/CMakeLists.txt
--- old/kauth-5.25.0/CMakeLists.txt 2016-08-07 15:34:57.0 +0200
+++ new/kauth-5.26.0/CMakeLists.txt 2016-09-06 13:54:34.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"




commit kauth for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

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

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-07-15 
12:31:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-08-29 
14:56:20.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:50:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kauth-5.24.0.tar.xz

New:

  kauth-5.25.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.xxFTwn/_old  2016-08-29 14:56:21.0 +0200
+++ /var/tmp/diff_new_pack.xxFTwn/_new  2016-08-29 14:56:21.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kauth
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,10 +30,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1+
 Group:  System/GUI/KDE

++ kauth-5.24.0.tar.xz -> kauth-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.24.0/CMakeLists.txt 
new/kauth-5.25.0/CMakeLists.txt
--- old/kauth-5.24.0/CMakeLists.txt 2016-07-03 01:59:13.0 +0200
+++ new/kauth-5.25.0/CMakeLists.txt 2016-08-07 15:34:57.0 +0200
@@ -3,13 +3,13 @@
 project(KAuth)
 
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.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(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"




commit kauth for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

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

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-07-03 
12:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-07-15 
12:31:54.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:01:57 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:

  kauth-5.23.0.tar.xz

New:

  kauth-5.24.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.uMgo5R/_old  2016-07-15 12:31:55.0 +0200
+++ /var/tmp/diff_new_pack.uMgo5R/_new  2016-07-15 12:31:55.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kauth
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.23.0.tar.xz -> kauth-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.23.0/CMakeLists.txt 
new/kauth-5.24.0/CMakeLists.txt
--- old/kauth-5.23.0/CMakeLists.txt 2016-06-06 13:26:21.0 +0200
+++ new/kauth-5.24.0/CMakeLists.txt 2016-07-03 01:59:13.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.23.0/po/it/kauth5_qt.po 
new/kauth-5.24.0/po/it/kauth5_qt.po
--- old/kauth-5.23.0/po/it/kauth5_qt.po 2016-06-06 13:26:21.0 +0200
+++ new/kauth-5.24.0/po/it/kauth5_qt.po 2016-07-03 01:59:13.0 +0200
@@ -23,7 +23,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.23.0/src/kauthhelpersupport.cpp 
new/kauth-5.24.0/src/kauthhelpersupport.cpp
--- old/kauth-5.23.0/src/kauthhelpersupport.cpp 2016-06-06 13:26:21.0 
+0200
+++ new/kauth-5.24.0/src/kauthhelpersupport.cpp 2016-07-03 01:59:13.0 
+0200
@@ -123,9 +123,11 @@
 case QtFatalMsg:
 level = LOG_ERR;
 break;
+#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)
 case QtInfoMsg:
 level = LOG_INFO;
 break;
+#endif
 }
 syslog(level, "%s", msg.constData());
 } else {




commit kauth for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

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

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-05-19 
12:06:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-07-03 
12:20:21.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:23:24 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:

  kauth-5.22.0.tar.xz

New:

  kauth-5.23.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.CR3NAi/_old  2016-07-03 12:20:22.0 +0200
+++ /var/tmp/diff_new_pack.CR3NAi/_new  2016-07-03 12:20:22.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kauth
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.22.0.tar.xz -> kauth-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.22.0/CMakeLists.txt 
new/kauth-5.23.0/CMakeLists.txt
--- old/kauth-5.22.0/CMakeLists.txt 2016-05-07 17:05:15.0 +0200
+++ new/kauth-5.23.0/CMakeLists.txt 2016-06-06 13:26:21.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.22.0/metainfo.yaml 
new/kauth-5.23.0/metainfo.yaml
--- old/kauth-5.22.0/metainfo.yaml  2016-05-07 17:05:15.0 +0200
+++ new/kauth-5.23.0/metainfo.yaml  2016-06-06 13:26:21.0 +0200
@@ -12,3 +12,7 @@
  - qmake: KAuth
cmake: "KF5::Auth"
 cmakename: KF5Auth
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.22.0/src/kauthexecutejob.h 
new/kauth-5.23.0/src/kauthexecutejob.h
--- old/kauth-5.22.0/src/kauthexecutejob.h  2016-05-07 17:05:15.0 
+0200
+++ new/kauth-5.23.0/src/kauthexecutejob.h  2016-06-06 13:26:21.0 
+0200
@@ -37,7 +37,6 @@
 class KAUTH_EXPORT ExecuteJob : public KJob
 {
 Q_OBJECT
-Q_DISABLE_COPY(ExecuteJob)
 
 ExecuteJob(const KAuth::Action , KAuth::Action::ExecutionMode mode, 
QObject *parent);
 
@@ -96,6 +95,9 @@
  * @param status the the new authentication status
  */
 void statusChanged(KAuth::Action::AuthStatus status);
+
+private:
+  Q_DISABLE_COPY(ExecuteJob)
 };
 
 } // namespace Auth
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.22.0/src/kauthhelpersupport.cpp 
new/kauth-5.23.0/src/kauthhelpersupport.cpp
--- old/kauth-5.22.0/src/kauthhelpersupport.cpp 2016-05-07 17:05:15.0 
+0200
+++ new/kauth-5.23.0/src/kauthhelpersupport.cpp 2016-06-06 13:26:21.0 
+0200
@@ -30,10 +30,11 @@
 #else
 // Quick hack to replace syslog (just write to stderr)
 // TODO: should probably use ReportEvent
-#defineLOG_ERR 4
-#defineLOG_WARNING 5
-#defineLOG_DEBUG   6
-#defineLOG_USER(1<<3)
+#define LOG_ERR 3
+#define LOG_WARNING 4
+#define LOG_DEBUG   7
+#define LOG_INFO6
+#define LOG_USER(1<<3)
 static inline void openlog(const char*, int, int) {}
 static inline void closelog() {}
 #define syslog(level, ...) fprintf(stderr, __VA_ARGS__)
@@ -122,6 +123,9 @@
 case QtFatalMsg:
 level = LOG_ERR;
 break;
+case QtInfoMsg:
+level = LOG_INFO;
+break;
 }
 syslog(level, "%s", msg.constData());
 } 

commit kauth for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

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

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-04-12 
19:10:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-05-19 
12:06:21.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:30:02 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:

  kauth-5.21.0.tar.xz

New:

  kauth-5.22.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.84E11U/_old  2016-05-19 12:06:22.0 +0200
+++ /var/tmp/diff_new_pack.84E11U/_new  2016-05-19 12:06:22.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kauth
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.21.0.tar.xz -> kauth-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.21.0/CMakeLists.txt 
new/kauth-5.22.0/CMakeLists.txt
--- old/kauth-5.21.0/CMakeLists.txt 2016-04-03 22:44:24.0 +0200
+++ new/kauth-5.22.0/CMakeLists.txt 2016-05-07 17:05:15.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"




commit kauth for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-04-12 19:10:34

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-03-16 
10:28:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-04-12 
19:10:36.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:18:51 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * 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:

  kauth-5.20.0.tar.xz

New:

  kauth-5.21.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.c38huQ/_old  2016-04-12 19:10:37.0 +0200
+++ /var/tmp/diff_new_pack.c38huQ/_new  2016-04-12 19:10:37.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kauth
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,10 +30,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1+
 Group:  System/GUI/KDE

++ kauth-5.20.0.tar.xz -> kauth-5.21.0.tar.xz ++
 2641 lines of diff (skipped)




commit kauth for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-03-16 10:27:29

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-02-24 
18:53:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-03-16 
10:28:22.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  6 09:54:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Fix kded5 dead lock when a program using kauth exits
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kauth-5.19.0.tar.xz

New:

  kauth-5.20.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.2Ffuct/_old  2016-03-16 10:28:23.0 +0100
+++ /var/tmp/diff_new_pack.2Ffuct/_new  2016-03-16 10:28:23.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kauth
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.19.0.tar.xz -> kauth-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.19.0/CMakeLists.txt 
new/kauth-5.20.0/CMakeLists.txt
--- old/kauth-5.19.0/CMakeLists.txt 2016-02-06 14:36:29.0 +0100
+++ new/kauth-5.20.0/CMakeLists.txt 2016-03-05 19:46:40.0 +0100
@@ -3,7 +3,7 @@
 project(KAuth)
 
 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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.19.0/po/se/kauth5_qt.po 
new/kauth-5.20.0/po/se/kauth5_qt.po
--- old/kauth-5.19.0/po/se/kauth5_qt.po 2016-02-06 14:36:29.0 +0100
+++ new/kauth-5.20.0/po/se/kauth5_qt.po 2016-03-05 19:46:40.0 +0100
@@ -55,14 +55,14 @@
 msgid "Unknown status for the authentication procedure"
 msgstr ""
 
-#: kauthexecutejob.cpp:149
+#: kauthexecutejob.cpp:152
 msgctxt "KAuth::ExecuteJob|"
 msgid ""
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
 
-#: kauthexecutejob.cpp:157 kauthexecutejob.cpp:181
+#: kauthexecutejob.cpp:160 kauthexecutejob.cpp:184
 msgctxt "KAuth::ExecuteJob|"
 msgid "The backend does not specify how to authorize"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.19.0/src/backends/dbus/DBusHelperProxy.cpp 
new/kauth-5.20.0/src/backends/dbus/DBusHelperProxy.cpp
--- old/kauth-5.19.0/src/backends/dbus/DBusHelperProxy.cpp  2016-02-06 
14:36:29.0 +0100
+++ new/kauth-5.20.0/src/backends/dbus/DBusHelperProxy.cpp  2016-03-05 
19:46:40.0 +0100
@@ -52,6 +52,11 @@
 
 DBusHelperProxy::~DBusHelperProxy()
 {
+// workaround for Qt 5.6.0 bug which leads to kded5 deadlocking when a 
program using kauth exits
+// See: https://bugreports.qt.io/browse/QTBUG-51648
+#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) && QT_VERSION < 
QT_VERSION_CHECK(5, 7, 0)
+disconnect();
+#endif
 }
 
 void DBusHelperProxy::stopAction(const QString , const QString 
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.19.0/src/kauthaction.h 
new/kauth-5.20.0/src/kauthaction.h
--- old/kauth-5.19.0/src/kauthaction.h  2016-02-06 14:36:29.0 +0100
+++ new/kauth-5.20.0/src/kauthaction.h  2016-03-05 19:46:40.0 +0100
@@ -42,21 +42,18 @@
  * of the Action class with the same name refers to the same action.
  *
  * Once you have an action object you can tell the helper to execute it
- * (asking the user to authenticate if needed) with one of the execute*() 
methods.
+ * (asking the user to authenticate if needed) with the execute() method.
 

commit kauth for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-02-24 18:53:10

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2016-01-20 
09:41:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-02-24 
18:53:53.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb  6 17:59:18 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * Also perform preAuthAction for Backends with AuthorizeFromHelperCapability
+  * Fix DBus service name of polkit agent
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kauth-5.18.0.tar.xz

New:

  kauth-5.19.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.Tdc02y/_old  2016-02-24 18:53:54.0 +0100
+++ /var/tmp/diff_new_pack.Tdc02y/_new  2016-02-24 18:53:54.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kauth
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.18.0.tar.xz -> kauth-5.19.0.tar.xz ++
 2140 lines of diff (skipped)




commit kauth for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2016-01-20 09:40:53

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-12-29 
12:51:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2016-01-20 
09:41:22.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  2 17:41:50 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kauth-5.17.0.tar.xz

New:

  kauth-5.18.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.f3fnFQ/_old  2016-01-20 09:41:23.0 +0100
+++ /var/tmp/diff_new_pack.f3fnFQ/_new  2016-01-20 09:41:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kauth
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.17.0.tar.xz -> kauth-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.17.0/CMakeLists.txt 
new/kauth-5.18.0/CMakeLists.txt
--- old/kauth-5.17.0/CMakeLists.txt 2015-12-06 22:16:37.0 +0100
+++ new/kauth-5.18.0/CMakeLists.txt 2016-01-02 17:23:19.0 +0100
@@ -3,7 +3,7 @@
 project(KAuth)
 
 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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"




commit kauth for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-12-29 12:50:41

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-11-24 
22:22:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-12-29 
12:51:31.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:03:03 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:

  kauth-5.16.0.tar.xz

New:

  kauth-5.17.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.GZpt4L/_old  2015-12-29 12:51:32.0 +0100
+++ /var/tmp/diff_new_pack.GZpt4L/_new  2015-12-29 12:51:32.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kauth
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.16.0.tar.xz -> kauth-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.16.0/CMakeLists.txt 
new/kauth-5.17.0/CMakeLists.txt
--- old/kauth-5.16.0/CMakeLists.txt 2015-11-08 13:11:10.0 +0100
+++ new/kauth-5.17.0/CMakeLists.txt 2015-12-06 22:16:37.0 +0100
@@ -3,7 +3,7 @@
 project(KAuth)
 
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.16.0/po/nb/kauth5_qt.po 
new/kauth-5.17.0/po/nb/kauth5_qt.po
--- old/kauth-5.16.0/po/nb/kauth5_qt.po 2015-11-08 13:11:10.0 +0100
+++ new/kauth-5.17.0/po/nb/kauth5_qt.po 2015-12-06 22:16:37.0 +0100
@@ -1,3 +1,5 @@
+# Translation of kauth5_qt to Norwegian Bokmål
+#
 # Knut Yrvin , 2002, 2003, 2004, 2005.
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt , 2004, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.16.0/po/se/kauth5_qt.po 
new/kauth-5.17.0/po/se/kauth5_qt.po
--- old/kauth-5.16.0/po/se/kauth5_qt.po 2015-11-08 13:11:10.0 +0100
+++ new/kauth-5.17.0/po/se/kauth5_qt.po 2015-12-06 22:16:37.0 +0100
@@ -1,3 +1,5 @@
+# Translation of kauth5_qt to Northern Sami
+#
 # Børre Gaup , 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
 msgstr ""
@@ -24,7 +26,7 @@
 msgid "DBus Backend error: connection to helper failed. "
 msgstr "Meattáhus DBus-duogášmohtoris: ii ožžon oktavuođa veahkeheddjiin. %1"
 
-#: backends/dbus/DBusHelperProxy.cpp:98
+#: backends/dbus/DBusHelperProxy.cpp:105
 #, fuzzy
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: could not contact the helper. Connection error: "
@@ -32,7 +34,7 @@
 "Meattáhus DBus-duogášmohtoris: ii ožžon oktavuođa veahkeheddjiin. "
 "Laktinmeattáhus: %1. Meattáhusdiehtu: %2"
 
-#: backends/dbus/DBusHelperProxy.cpp:99
+#: backends/dbus/DBusHelperProxy.cpp:106
 #, fuzzy
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ". Message error: "




commit kauth for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

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

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-10-19 
22:22:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-11-24 
22:22:09.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov  8 16:57:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Handle proxying qInfo messages
+  * Wait for async call starting helper to finish before checking
+the reply (kde#345234)
+  * Fix variable name, otherwise there's no way the include can work
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kauth-5.15.0.tar.xz

New:

  kauth-5.16.0.tar.xz



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

++ kauth-5.15.0.tar.xz -> kauth-5.16.0.tar.xz ++
 2147 lines of diff (skipped)




commit kauth for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-10-19 22:21:59

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-09-24 
07:09:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-10-19 
22:22:01.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:01 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:

  kauth-5.14.0.tar.xz

New:

  kauth-5.15.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.Sd8ym7/_old  2015-10-19 22:22:02.0 +0200
+++ /var/tmp/diff_new_pack.Sd8ym7/_new  2015-10-19 22:22:02.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kauth
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.14.0.tar.xz -> kauth-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.14.0/CMakeLists.txt 
new/kauth-5.15.0/CMakeLists.txt
--- old/kauth-5.14.0/CMakeLists.txt 2015-09-05 10:50:08.0 +0200
+++ new/kauth-5.15.0/CMakeLists.txt 2015-10-05 09:53:06.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.14.0/po/fr/kauth5_qt.po 
new/kauth-5.15.0/po/fr/kauth5_qt.po
--- old/kauth-5.14.0/po/fr/kauth5_qt.po 2015-09-05 10:50:08.0 +0200
+++ new/kauth-5.15.0/po/fr/kauth5_qt.po 2015-10-05 09:53:06.0 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-05-21 16:00+0200\n"
 "Last-Translator: Sebastien Renard \n"
 "Language-Team: French \n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.14.0/po/nb/kauth5_qt.po 
new/kauth-5.15.0/po/nb/kauth5_qt.po
--- old/kauth-5.14.0/po/nb/kauth5_qt.po 2015-09-05 10:50:08.0 +0200
+++ new/kauth-5.15.0/po/nb/kauth5_qt.po 2015-10-05 09:53:06.0 +0200
@@ -1,5 +1,3 @@
-# Translation of kauth5_qt to Norwegian Bokmål
-#
 # Knut Yrvin , 2002, 2003, 2004, 2005.
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt , 2004, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.14.0/po/se/kauth5_qt.po 
new/kauth-5.15.0/po/se/kauth5_qt.po
--- old/kauth-5.14.0/po/se/kauth5_qt.po 2015-09-05 10:50:08.0 +0200
+++ new/kauth-5.15.0/po/se/kauth5_qt.po 2015-10-05 09:53:06.0 +0200
@@ -1,5 +1,3 @@
-# Translation of kauth5_qt to Northern Sami
-#
 # Børre Gaup , 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
 msgstr ""




commit kauth for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

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

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-09-02 
07:43:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-09-24 
07:09:50.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:12:39 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kauth-5.13.0.tar.xz

New:

  kauth-5.14.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.CS3uLk/_old  2015-09-24 07:09:50.0 +0200
+++ /var/tmp/diff_new_pack.CS3uLk/_new  2015-09-24 07:09:50.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kauth
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kauth-5.13.0.tar.xz -> kauth-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.13.0/CMakeLists.txt 
new/kauth-5.14.0/CMakeLists.txt
--- old/kauth-5.13.0/CMakeLists.txt 2015-08-04 12:44:53.0 +0200
+++ new/kauth-5.14.0/CMakeLists.txt 2015-09-05 10:50:08.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.13.0/po/fr/kauth5_qt.po 
new/kauth-5.14.0/po/fr/kauth5_qt.po
--- old/kauth-5.13.0/po/fr/kauth5_qt.po 2015-08-04 12:44:53.0 +0200
+++ new/kauth-5.14.0/po/fr/kauth5_qt.po 2015-09-05 10:50:08.0 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-05-21 16:00+0200\n"
 "Last-Translator: Sebastien Renard \n"
 "Language-Team: French \n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.13.0/src/kauthexecutejob.cpp 
new/kauth-5.14.0/src/kauthexecutejob.cpp
--- old/kauth-5.13.0/src/kauthexecutejob.cpp2015-08-04 12:44:53.0 
+0200
+++ new/kauth-5.14.0/src/kauthexecutejob.cpp2015-09-05 10:50:08.0 
+0200
@@ -28,7 +28,7 @@
 namespace KAuth
 {
 
-class ExecuteJob::Private
+class Q_DECL_HIDDEN ExecuteJob::Private
 {
 public:
 Private(ExecuteJob *parent) : q(parent) {}




commit kauth for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-09-02 07:43:46

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-07-14 
17:21:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-09-02 
07:43:47.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:13 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
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kauth-5.12.0.tar.xz

New:

  kauth-5.13.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.JCrm9M/_old  2015-09-02 07:43:48.0 +0200
+++ /var/tmp/diff_new_pack.JCrm9M/_new  2015-09-02 07:43:48.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kauth
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,10 +30,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 %if %{with lang}
-BuildRequires:  libqt5-linguist-devel >= 5.2.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
 %endif
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1+
 Group:  System/GUI/KDE

++ kauth-5.12.0.tar.xz -> kauth-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.12.0/CMakeLists.txt 
new/kauth-5.13.0/CMakeLists.txt
--- old/kauth-5.12.0/CMakeLists.txt 2015-07-05 10:52:35.0 +0200
+++ new/kauth-5.13.0/CMakeLists.txt 2015-08-04 12:44:53.0 +0200
@@ -3,13 +3,13 @@
 project(KAuth)
 
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.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(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
@@ -71,8 +71,10 @@
 install(EXPORT KF5AuthTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
 FILE KF5AuthTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
 
-install(EXPORT KF5AuthToolsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
-FILE KF5AuthToolsTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
+if(NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE")
+install(EXPORT KF5AuthToolsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+FILE KF5AuthToolsTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
+endif()
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.12.0/KF5AuthConfig.cmake.in 
new/kauth-5.13.0/KF5AuthConfig.cmake.in
--- old/kauth-5.12.0/KF5AuthConfig.cmake.in 2015-07-05 10:52:35.0 
+0200
+++ new/kauth-5.13.0/KF5AuthConfig.cmake.in 2015-08-04 12:44:53.0 
+0200
@@ -13,9 +13,11 @@
 include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthTargets.cmake")
 include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthMacros.cmake")
 
-if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
-find_file(KCONFIGCOMPILER_PATH KF5Auth/KF5AuthToolsTargets.cmake PATHS 
${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} 

commit kauth for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

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

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-06-23 
12:06:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-07-14 
17:21:50.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul  5 18:44:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Make it possible to use kauth-policy-gen from different sources
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kauth-5.11.0.tar.xz

New:

  kauth-5.12.0.tar.xz



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

++ kauth-5.11.0.tar.xz - kauth-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.11.0/CMakeLists.txt 
new/kauth-5.12.0/CMakeLists.txt
--- old/kauth-5.11.0/CMakeLists.txt 2015-06-06 23:07:56.0 +0200
+++ new/kauth-5.12.0/CMakeLists.txt 2015-07-05 10:52:35.0 +0200
@@ -3,7 +3,7 @@
 project(KAuth)
 
 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)
 
@@ -24,8 +24,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
@@ -71,6 +71,9 @@
 install(EXPORT KF5AuthTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR}
 FILE KF5AuthTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
 
+install(EXPORT KF5AuthToolsTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR}
+FILE KF5AuthToolsTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
+
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.11.0/KF5AuthConfig.cmake.in 
new/kauth-5.12.0/KF5AuthConfig.cmake.in
--- old/kauth-5.11.0/KF5AuthConfig.cmake.in 2015-06-06 23:07:56.0 
+0200
+++ new/kauth-5.12.0/KF5AuthConfig.cmake.in 2015-07-05 10:52:35.0 
+0200
@@ -12,3 +12,10 @@
 
 include(${CMAKE_CURRENT_LIST_DIR}/KF5AuthTargets.cmake)
 include(${CMAKE_CURRENT_LIST_DIR}/KF5AuthMacros.cmake)
+
+if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
+find_file(KCONFIGCOMPILER_PATH KF5Auth/KF5AuthToolsTargets.cmake PATHS 
${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
+include(${TARGETSFILE})
+else()
+include(${CMAKE_CURRENT_LIST_DIR}/KF5AuthToolsTargets.cmake)
+endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.11.0/src/CMakeLists.txt 
new/kauth-5.12.0/src/CMakeLists.txt
--- old/kauth-5.11.0/src/CMakeLists.txt 2015-06-06 23:07:56.0 +0200
+++ new/kauth-5.12.0/src/CMakeLists.txt 2015-07-05 10:52:35.0 +0200
@@ -61,7 +61,7 @@
 # KAUTH_POLICY_GEN_LIBRARIES has been generated from ConfigureChecks.cmake
 target_link_libraries( kauth-policy-gen PRIVATE 
${KAUTH_POLICY_GEN_LIBRARIES} )
 
-install( TARGETS kauth-policy-gen EXPORT KF5AuthTargets DESTINATION 
${KAUTH_HELPER_INSTALL_DIR})
+install( TARGETS kauth-policy-gen EXPORT KF5AuthToolsTargets DESTINATION 
${KAUTH_HELPER_INSTALL_DIR})
 endif ()
 
 # KAuth backend plugin




commit kauth for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

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

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-05-11 
19:48:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-06-23 
12:06:06.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 19:07:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * Make KAUTH_HELPER_INSTALL_ABSOLUTE_DIR available to all KAuth users
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+- Drop 0001-Create-reproducible-builds.patch, merged upstream
+
+---

Old:

  0001-Create-reproducible-builds.patch
  kauth-5.10.0.tar.xz

New:

  kauth-5.11.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.EvQqXN/_old  2015-06-23 12:06:06.0 +0200
+++ /var/tmp/diff_new_pack.EvQqXN/_new  2015-06-23 12:06:06.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kauth
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
@@ -40,8 +40,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 0001-Create-reproducible-builds.patch
-Patch0: 0001-Create-reproducible-builds.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,7 +70,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ kauth-5.10.0.tar.xz - kauth-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.10.0/CMakeLists.txt 
new/kauth-5.11.0/CMakeLists.txt
--- old/kauth-5.10.0/CMakeLists.txt 2015-05-03 17:03:47.0 +0200
+++ new/kauth-5.11.0/CMakeLists.txt 2015-06-06 23:07:56.0 +0200
@@ -2,7 +2,11 @@
 
 project(KAuth)
 
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.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(REQUIRED_QT_VERSION 5.2.0)
@@ -13,15 +17,15 @@
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
@@ -32,6 +36,12 @@
 
 set(KAUTH_HELPER_INSTALL_DIR ${KDE_INSTALL_LIBEXECDIR}/kauth)
 
+if(IS_ABSOLUTE ${KAUTH_HELPER_INSTALL_DIR})
+set(KAUTH_HELPER_INSTALL_ABSOLUTE_DIR ${KAUTH_HELPER_INSTALL_DIR})
+else()
+set(KAUTH_HELPER_INSTALL_ABSOLUTE_DIR 
${CMAKE_INSTALL_PREFIX}/${KAUTH_HELPER_INSTALL_DIR})
+endif()
+
 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po)
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.10.0/KF5AuthConfig.cmake.in 
new/kauth-5.11.0/KF5AuthConfig.cmake.in
--- old/kauth-5.10.0/KF5AuthConfig.cmake.in 2015-05-03 17:03:47.0 
+0200
+++ new/kauth-5.11.0/KF5AuthConfig.cmake.in 2015-06-06 23:07:56.0 
+0200
@@ -6,6 +6,7 @@
 set(KAUTH_HELPER_BACKEND_NAME @KAUTH_HELPER_BACKEND_NAME@)
 set(KAUTH_POLICY_FILES_INSTALL_DIR @KAUTH_POLICY_FILES_INSTALL_DIR@)
 set(KAUTH_HELPER_INSTALL_DIR @KAUTH_HELPER_INSTALL_DIR@)
+set(KAUTH_HELPER_INSTALL_ABSOLUTE_DIR @KAUTH_HELPER_INSTALL_ABSOLUTE_DIR@)
 
 find_dependency(KF5CoreAddons @KF5_DEP_VERSION@)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.10.0/autotests/CMakeLists.txt 
new/kauth-5.11.0/autotests/CMakeLists.txt
--- old/kauth-5.10.0/autotests/CMakeLists.txt   2015-05-03 17:03:47.0 
+0200

commit kauth for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-05-11 19:36:58

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-04-21 
10:53:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-05-11 
19:48:18.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:49:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kauth-5.9.0.tar.xz

New:

  kauth-5.10.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.jiQBB6/_old  2015-05-11 19:48:19.0 +0200
+++ /var/tmp/diff_new_pack.jiQBB6/_new  2015-05-11 19:48:19.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kauth
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kauth-5.9.0.tar.xz - kauth-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/CMakeLists.txt 
new/kauth-5.10.0/CMakeLists.txt
--- old/kauth-5.9.0/CMakeLists.txt  2015-04-04 14:00:23.0 +0200
+++ new/kauth-5.10.0/CMakeLists.txt 2015-05-03 17:03:47.0 +0200
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.9.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/cmake/FindPolkitQt-1.cmake 
new/kauth-5.10.0/cmake/FindPolkitQt-1.cmake
--- old/kauth-5.9.0/cmake/FindPolkitQt-1.cmake  2015-04-04 14:00:23.0 
+0200
+++ new/kauth-5.10.0/cmake/FindPolkitQt-1.cmake 2015-05-03 17:03:47.0 
+0200
@@ -14,8 +14,29 @@
 
 # Copyright (c) 2009, Dario Freddi, d...@kde.org
 #
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#notice, this list of conditions and the following disclaimer in the
+#documentation and/or other materials provided with the distribution.
+# 3. Neither the name of the University nor the names of its contributors
+#may be used to endorse or promote products derived from this software
+#without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
 
 # Support POLKITQT-1_MIN_VERSION for compatibility:
 if ( NOT PolkitQt-1_FIND_VERSION AND POLKITQT-1_MIN_VERSION )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/cmake/FindPolkitQt.cmake 
new/kauth-5.10.0/cmake/FindPolkitQt.cmake
--- old/kauth-5.9.0/cmake/FindPolkitQt.cmake2015-04-04 14:00:23.0 
+0200
+++ new/kauth-5.10.0/cmake/FindPolkitQt.cmake   2015-05-03 17:03:47.0 
+0200
@@ 

commit kauth for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-04-21 10:53:17

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-04-13 
20:26:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-04-21 
10:53:37.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 00:29:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added 0001-Create-reproducible-builds.patch: makes packages that
+  create polkit policies via KAuth have reproducible builds
+
+---

New:

  0001-Create-reproducible-builds.patch



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.UZt5Hc/_old  2015-04-21 10:53:38.0 +0200
+++ /var/tmp/diff_new_pack.UZt5Hc/_new  2015-04-21 10:53:38.0 +0200
@@ -40,6 +40,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 0001-Create-reproducible-builds.patch
+Patch0: 0001-Create-reproducible-builds.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +72,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ 0001-Create-reproducible-builds.patch ++
From dbd50f94d0f5a794f89a537692973edab38d694d Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan hrvoje.sen...@gmail.com
Date: Mon, 20 Apr 2015 02:29:19 +0200
Subject: [PATCH 1/1] Create reproducible builds

By using QHash we get randomness on each build of policy files, which is 
definately not needed for names, comments and descriptions. With QMap we get 
nice alphabetic
sorting, and builds of packages that use kauth_install_actions macro have 
identical builds.

REVIEW: 123430
---
 src/backends/polkit-1/kauth-policy-gen-polkit1.cpp | 16 
 src/policy-gen/policy-gen.cpp  |  6 +++---
 src/policy-gen/policy-gen.h|  6 +++---
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp 
b/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp
index 
2dfd6beb59fc99437b726181e2dbba2bb436c36a..b3a706e0e3bb8c2772f7ae4edec7f93d6a270ac3
 100644
--- a/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp
+++ b/src/backends/polkit-1/kauth-policy-gen-polkit1.cpp
@@ -39,7 +39,7 @@ const char policy_tag[] = 
 
 const char dent[] =;
 
-void output(QListAction actions, QHashQString, QString domain)
+void output(QListAction actions, QMapQString, QString domain)
 {
 QTextStream out(stdout);
 out.setCodec(UTF-8);
@@ -47,11 +47,11 @@ void output(QListAction actions, QHashQString, QString 
domain)
 out  header;
 
 // Blacklisted characters + replacements
-QHash QChar, QString  blacklist;
+QMap QChar, QString  blacklist;
 blacklist.insert(QLatin1Char(''), QLatin1String(amp;));
 
 if (domain.contains(QLatin1String(vendor))) {
-QHash QChar, QString ::const_iterator blI;
+QMap QChar, QString ::const_iterator blI;
 QString vendor = domain[QLatin1String(vendor)];
 for (blI = blacklist.constBegin(); blI != blacklist.constEnd(); ++blI) 
{
 vendor.replace(blI.key(), blI.value());
@@ -69,13 +69,13 @@ void output(QListAction actions, QHashQString, QString 
domain)
 out  dent  action id=\  action.name  \ \n;
 
 // Not a typo, messages and descriptions are actually inverted
-for (QHash QString, QString ::const_iterator i = 
action.messages.constBegin(); i != action.messages.constEnd(); ++i) {
+for (QMap QString, QString ::const_iterator i = 
action.messages.constBegin(); i != action.messages.constEnd(); ++i) {
 out  dent  dent  description;
 if (i.key() != QLatin1String(en)) {
 out   xml:lang=\  i.key()  '';
 }
 
-QHash QChar, QString ::const_iterator blI;
+QMap QChar, QString ::const_iterator blI;
 QString description = i.value();
 for (blI = blacklist.constBegin(); blI != blacklist.constEnd(); 
++blI) {
 description.replace(blI.key(), blI.value());
@@ -84,8 +84,8 @@ void output(QListAction actions, QHashQString, QString 
domain)
 out  ''  description  /description\n;
 }
 
-QHash QString, QString ::const_iterator i;
-for (QHash QString, QString ::const_iterator i = 
action.descriptions.constBegin();
+QMap QString, QString 

commit kauth for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-04-13 20:26:56

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-03-16 
09:34:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-04-13 
20:26:57.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:55 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:

  kauth-5.8.0.tar.xz

New:

  kauth-5.9.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.pqh7hp/_old  2015-04-13 20:26:57.0 +0200
+++ /var/tmp/diff_new_pack.pqh7hp/_new  2015-04-13 20:26:58.0 +0200
@@ -16,19 +16,22 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kauth
-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:  kcoreaddons-devel = %{kf5_version}
+BuildRequires:  kcoreaddons-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Summary:Framework which lets applications perform actions as a 
privileged user
@@ -46,7 +49,9 @@
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  System/GUI/KDE
 Obsoletes:  libKF5Auth4
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KAuth is a framework to let applications perform actions as a privileged user.
@@ -56,7 +61,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel = %{kf5_version}
+Requires:   kcoreaddons-devel = %{_tar_path}
 
 %description devel
 KAuth is a framework to let applications perform actions as a privileged user.
@@ -72,9 +77,11 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %if 0%{?suse_version} = 1310
 # we need this for older oS releases; only Factory/13.2 has the whitelist
@@ -85,7 +92,9 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++ kauth-5.8.0.tar.xz - kauth-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.8.0/CMakeLists.txt 
new/kauth-5.9.0/CMakeLists.txt
--- old/kauth-5.8.0/CMakeLists.txt  2015-03-07 15:37:37.0 +0100
+++ new/kauth-5.9.0/CMakeLists.txt  2015-04-04 14:00:23.0 +0200
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-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})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-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 KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.8.0/cmake/COPYING-CMAKE-SCRIPTS 
new/kauth-5.9.0/cmake/COPYING-CMAKE-SCRIPTS
--- old/kauth-5.8.0/cmake/COPYING-CMAKE-SCRIPTS 1970-01-01 01:00:00.0 
+0100
+++ new/kauth-5.9.0/cmake/COPYING-CMAKE-SCRIPTS 2015-04-04 14:00:23.0 
+0200
@@ -0,0 +1,22 @@
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the copyright
+   notice, this list of conditions and the following 

commit kauth for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-03-16 09:33:59

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-02-16 
17:30:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-03-16 
09:34:00.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:58:55 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:

  kauth-5.7.0.tar.xz

New:

  kauth-5.8.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.7VafOj/_old  2015-03-16 09:34:01.0 +0100
+++ /var/tmp/diff_new_pack.7VafOj/_new  2015-03-16 09:34:01.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Auth5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kauth
 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:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kauth-5.7.0.tar.xz - kauth-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.7.0/CMakeLists.txt 
new/kauth-5.8.0/CMakeLists.txt
--- old/kauth-5.7.0/CMakeLists.txt  2015-02-08 16:11:40.0 +0100
+++ new/kauth-5.8.0/CMakeLists.txt  2015-03-07 15:37:37.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.7.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
@@ -44,10 +44,12 @@
 
 include(ECMPackageConfigHelpers)
 
-ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5AuthConfig.cmake.in
-  ${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfig.cmake
-  INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
-  )
+ecm_configure_package_config_file(
+${CMAKE_CURRENT_SOURCE_DIR}/KF5AuthConfig.cmake.in
+${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfig.cmake
+PATH_VARS KDE_INSTALL_DATADIR_KF5
+INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
+)
 
 install(FILES  ${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.7.0/KF5AuthConfig.cmake.in 
new/kauth-5.8.0/KF5AuthConfig.cmake.in
--- old/kauth-5.7.0/KF5AuthConfig.cmake.in  2015-02-08 16:11:40.0 
+0100
+++ new/kauth-5.8.0/KF5AuthConfig.cmake.in  2015-03-07 15:37:37.0 
+0100
@@ -1,6 +1,6 @@
 @PACKAGE_INIT@
 
-set(KAUTH_STUB_FILES_DIR ${PACKAGE_PREFIX_DIR}/@KF5_DATA_INSTALL_DIR@/kauth/)
+set(KAUTH_STUB_FILES_DIR @PACKAGE_KDE_INSTALL_DATADIR_KF5@/kauth/)
 
 set(KAUTH_BACKEND_NAME @KAUTH_BACKEND_NAME@)
 set(KAUTH_HELPER_BACKEND_NAME @KAUTH_HELPER_BACKEND_NAME@)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.7.0/autotests/TestBackend.h 
new/kauth-5.8.0/autotests/TestBackend.h
--- old/kauth-5.7.0/autotests/TestBackend.h 2015-02-08 16:11:40.0 
+0100
+++ new/kauth-5.8.0/autotests/TestBackend.h 2015-03-07 15:37:37.0 
+0100
@@ -35,12 +35,12 @@
 
 public:
 TestBackend();
-virtual void setupAction(const QString );
-virtual Action::AuthStatus authorizeAction(const QString );
-virtual Action::AuthStatus actionStatus(const QString );
-virtual QByteArray callerID() const;
-virtual bool isCallerAuthorized(const QString action, QByteArray 
callerID);
-virtual bool actionExists(const QString action);
+void setupAction(const QString ) Q_DECL_OVERRIDE;
+Action::AuthStatus authorizeAction(const QString ) Q_DECL_OVERRIDE;
+Action::AuthStatus actionStatus(const QString ) Q_DECL_OVERRIDE;
+QByteArray callerID() const Q_DECL_OVERRIDE;
+bool 

commit kauth for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-02-16 15:06:38

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2015-01-29 
12:52:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-02-16 
17:30:07.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed generation of KAuth DBus helper service files
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kauth-5.6.0.tar.xz

New:

  kauth-5.7.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.c9pkpH/_old  2015-02-16 17:30:07.0 +0100
+++ /var/tmp/diff_new_pack.c9pkpH/_new  2015-02-16 17:30:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# 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
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Auth5
+%define _tar_path 5.7
 Name:   kauth
-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:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,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
 

++ kauth-5.6.0.tar.xz - kauth-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.6.0/CMakeLists.txt 
new/kauth-5.7.0/CMakeLists.txt
--- old/kauth-5.6.0/CMakeLists.txt  2015-01-03 13:00:41.0 +0100
+++ new/kauth-5.7.0/CMakeLists.txt  2015-02-08 16:11:40.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
@@ -30,7 +30,7 @@
 
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 
-set(KAUTH_HELPER_INSTALL_DIR ${LIBEXEC_INSTALL_DIR}/kauth)
+set(KAUTH_HELPER_INSTALL_DIR ${KDE_INSTALL_LIBEXECDIR}/kauth)
 
 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po)
 ecm_install_po_files_as_qm(po)
@@ -40,7 +40,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Auth)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Auth)
 
 include(ECMPackageConfigHelpers)
 
@@ -60,7 +60,7 @@
 FILE KF5AuthTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.6.0/cmake/KF5AuthMacros.cmake 
new/kauth-5.7.0/cmake/KF5AuthMacros.cmake
--- old/kauth-5.6.0/cmake/KF5AuthMacros.cmake   2015-01-03 13:00:41.0 
+0100
+++ new/kauth-5.7.0/cmake/KF5AuthMacros.cmake   2015-02-08 16:11:40.0 
+0100
@@ -18,7 +18,7 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.conf
 DESTINATION ${SYSCONF_INSTALL_DIR}/dbus-1/system.d/)
 
-if(IS_ABSOLUTE KAUTH_HELPER_INSTALL_DIR)
+if(IS_ABSOLUTE ${KAUTH_HELPER_INSTALL_DIR})
 

commit kauth for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

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

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-12-21 
11:58:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-01-29 
12:52:57.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kauth-5.5.0.tar.xz

New:

  kauth-5.6.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.qayiob/_old  2015-01-29 12:52:58.0 +0100
+++ /var/tmp/diff_new_pack.qayiob/_new  2015-01-29 12:52:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kauth-5.5.0.tar.xz - kauth-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.5.0/CMakeLists.txt 
new/kauth-5.6.0/CMakeLists.txt
--- old/kauth-5.5.0/CMakeLists.txt  2014-12-06 13:31:28.0 +0100
+++ new/kauth-5.6.0/CMakeLists.txt  2015-01-03 13:00:41.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.5.0/po/ca/kauth5_qt.po 
new/kauth-5.6.0/po/ca/kauth5_qt.po
--- old/kauth-5.5.0/po/ca/kauth5_qt.po  2014-12-06 13:31:28.0 +0100
+++ new/kauth-5.6.0/po/ca/kauth5_qt.po  2015-01-03 13:00:41.0 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez antonibel...@yahoo.com, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid aa...@kde.org, 2004, 2005, 2007.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan r...@aybabtu.com, 2009.
@@ -15,7 +15,7 @@
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 2014-06-24 18:58+0200\n
-Last-Translator: Antoni Bella Pérez antonibel...@orange.es\n
+Last-Translator: Antoni Bella Pérez antonibel...@yahoo.com\n
 Language-Team: Catalan kde-i18n...@kde.org\n
 Language: ca\n
 MIME-Version: 1.0\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.5.0/po/fi/kauth5_qt.po 
new/kauth-5.6.0/po/fi/kauth5_qt.po
--- old/kauth-5.5.0/po/fi/kauth5_qt.po  2014-12-06 13:31:28.0 +0100
+++ new/kauth-5.6.0/po/fi/kauth5_qt.po  2015-01-03 13:00:41.0 +0100
@@ -14,7 +14,7 @@
 # Tommi Nieminen transla...@legisign.org, 2009, 2010, 2011.
 # Tommi Nieminen tommi.niemi...@legisign.org, 2009.
 # Jorma Karvonen 

commit kauth for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-12-21 11:59:01

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-11-11 
01:10:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-12-21 
11:58:47.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kauth-5.4.0.tar.xz

New:

  kauth-5.5.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.arAf23/_old  2014-12-21 11:58:49.0 +0100
+++ /var/tmp/diff_new_pack.arAf23/_new  2014-12-21 11:58:49.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.4.0
+Version:5.5.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kauth-5.4.0.tar.xz - kauth-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.4.0/CMakeLists.txt 
new/kauth-5.5.0/CMakeLists.txt
--- old/kauth-5.4.0/CMakeLists.txt  2014-11-02 13:05:19.0 +0100
+++ new/kauth-5.5.0/CMakeLists.txt  2014-12-06 13:31:28.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.4.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.4.0/po/fi/kauth5_qt.po 
new/kauth-5.5.0/po/fi/kauth5_qt.po
--- old/kauth-5.4.0/po/fi/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
+++ new/kauth-5.5.0/po/fi/kauth5_qt.po  2014-12-06 13:31:28.0 +0100
@@ -29,7 +29,7 @@
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 2014-05-23 12:04+0300\n
 Last-Translator: Lasse Liehu lasse.li...@gmail.com\n
-Language-Team: Finnish lokalisoi...@lists.coss.fi\n
+Language-Team: Finnish kde-i18n-...@kde.org\n
 Language: fi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.4.0/po/it/kauth5_qt.po 
new/kauth-5.5.0/po/it/kauth5_qt.po
--- old/kauth-5.4.0/po/it/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
+++ new/kauth-5.5.0/po/it/kauth5_qt.po  2014-12-06 13:31:28.0 +0100
@@ -23,8 +23,8 @@
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: Lokalize 1.5\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Generator: Lokalize 1.5\n
 X-Qt-Contexts: true\n
 
 #: backends/dbus/DBusHelperProxy.cpp:80
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.4.0/po/lt/kauth5_qt.po 
new/kauth-5.5.0/po/lt/kauth5_qt.po
--- old/kauth-5.4.0/po/lt/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
+++ new/kauth-5.5.0/po/lt/kauth5_qt.po  2014-12-06 13:31:28.0 +0100
@@ -12,8 +12,8 @@
 Project-Id-Version: kdelibs4\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-03-23 01:50+\n
-PO-Revision-Date: 2014-03-16 20:46+0200\n
-Last-Translator: Liudas Ališauskas liu...@aksioma.lt\n
+PO-Revision-Date: 2014-11-02 19:38+0200\n
+Last-Translator: \n
 Language-Team: Lithuanian kde-i18n...@kde.org\n
 Language: lt\n
 MIME-Version: 1.0\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kauth for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-11-11 01:09:55

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-10-07 
16:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-11-11 
01:10:09.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Fix install dir when using KDE_INSTALL_USE_QT_SYS_PATHS
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kauth-5.3.0.tar.xz

New:

  kauth-5.4.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.DLHapV/_old  2014-11-11 01:10:10.0 +0100
+++ /var/tmp/diff_new_pack.DLHapV/_new  2014-11-11 01:10:10.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kauth-5.3.0.tar.xz - kauth-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/CMakeLists.txt 
new/kauth-5.4.0/CMakeLists.txt
--- old/kauth-5.3.0/CMakeLists.txt  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/CMakeLists.txt  2014-11-02 13:05:19.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.3.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/af/kauth5_qt.po 
new/kauth-5.4.0/po/af/kauth5_qt.po
--- old/kauth-5.3.0/po/af/kauth5_qt.po  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/af/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
@@ -12,6 +12,7 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Qt-Contexts: true\n
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt KAuth::DBusHelperProxy|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/as/kauth5_qt.po 
new/kauth-5.4.0/po/as/kauth5_qt.po
--- old/kauth-5.3.0/po/as/kauth5_qt.po  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/as/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
@@ -17,6 +17,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Generator: Lokalize 0.2\n
+X-Qt-Contexts: true\n
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt KAuth::DBusHelperProxy|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/ast/kauth5_qt.po 
new/kauth-5.4.0/po/ast/kauth5_qt.po
--- old/kauth-5.3.0/po/ast/kauth5_qt.po 2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/ast/kauth5_qt.po 2014-11-02 13:05:19.0 +0100
@@ -17,6 +17,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Poedit-Language: asturian\n
+X-Qt-Contexts: true\n
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt KAuth::DBusHelperProxy|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/be/kauth5_qt.po 
new/kauth-5.4.0/po/be/kauth5_qt.po
--- old/kauth-5.3.0/po/be/kauth5_qt.po  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/be/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
@@ 

commit kauth for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-10-07 15:59:48

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-09-12 
17:04:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-10-07 
16:00:23.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  4 17:59:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kauth-5.2.0.tar.xz

New:

  kauth-5.3.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.IVGrYo/_old  2014-10-07 16:00:24.0 +0200
+++ /var/tmp/diff_new_pack.IVGrYo/_new  2014-10-07 16:00:24.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kauth-5.2.0.tar.xz - kauth-5.3.0.tar.xz ++
 901432 lines of diff (skipped)

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



commit kauth for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-09-12 17:03:41

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-08-16 
15:42:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-09-12 
17:04:59.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kauth-5.1.0.tar.xz

New:

  kauth-5.2.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.dNjGIA/_old  2014-09-12 17:05:02.0 +0200
+++ /var/tmp/diff_new_pack.dNjGIA/_new  2014-09-12 17:05:02.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kauth-5.1.0.tar.xz - kauth-5.2.0.tar.xz ++
 901330 lines of diff (skipped)

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



commit kauth for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-08-16 15:42:09

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-07-21 
22:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-08-16 
15:42:51.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  2 10:20:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Drop polkit-qt5-support.patch,
+  0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
+  and 0001-Fix-race-condition.patch, merged upstream
+
+---

Old:

  0001-Fix-race-condition.patch
  0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
  kauth-5.0.0.tar.xz
  polkit-qt5-support.patch

New:

  kauth-5.1.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.M3sVCD/_old  2014-08-16 15:42:51.0 +0200
+++ /var/tmp/diff_new_pack.M3sVCD/_new  2014-08-16 15:42:51.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -36,12 +36,6 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM polkit-qt5-support.patch -- add support for polkit-qt-1 
Qt5 port, https://git.reviewboard.kde.org/r/118264/
-Patch0: polkit-qt5-support.patch
-# PATCH-FIX-UPSTREAM 
0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
-Patch1: 0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
-# PATCH-FIX-UPSTREAM 0001-Fix-race-condition.patch -- 
https://git.reviewboard.kde.org/r/119323/
-Patch2: 0001-Fix-race-condition.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,9 +64,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ kauth-5.0.0.tar.xz - kauth-5.1.0.tar.xz ++
 918783 lines of diff (skipped)

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



commit kauth for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-07-21 21:39:47

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-07-15 
08:00:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-07-21 
22:34:16.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 18 08:12:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Install org.kde.kf5auth.conf, now that it's whitelisted
+
+---
+Wed Jul 16 21:31:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Fix-race-condition.patch for resolving bnc#864716
+
+---

New:

  0001-Fix-race-condition.patch



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.3JKad0/_old  2014-07-21 22:34:18.0 +0200
+++ /var/tmp/diff_new_pack.3JKad0/_new  2014-07-21 22:34:18.0 +0200
@@ -40,6 +40,8 @@
 Patch0: polkit-qt5-support.patch
 # PATCH-FIX-UPSTREAM 
0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
 Patch1: 0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
+# PATCH-FIX-UPSTREAM 0001-Fix-race-condition.patch -- 
https://git.reviewboard.kde.org/r/119323/
+Patch2: 0001-Fix-race-condition.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +72,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
@@ -81,8 +84,10 @@
 
   %find_lang %{name}5 --with-qt --without-mo
 
-# Comment out until security review is done!
-# echo setBadness('suse-dbus-unauthorized-service', 0)  
$RPM_SOURCE_DIR/%name-rpmlintrc
+%if 0%{?suse_version} = 1310
+# we need this for older oS releases; only Factory/13.2 has the whitelist
+echo setBadness('suse-dbus-unauthorized-service', 0)  
$RPM_SOURCE_DIR/%name-rpmlintrc
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -97,8 +102,7 @@
 %{_kf5_plugindir}/
 %dir %{_kf5_libdir}/libexec
 %{_kf5_libdir}/libexec/kauth
-# Until security review is done!
-%exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
+%config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
 
 %files devel
 %defattr(-,root,root)

++ 0001-Fix-race-condition.patch ++
commit 2ccf7af0bfd9ee1c3e5699eb0f5d6d65a6fb834e
Author: Martin Sandsmark martin.sandsm...@kde.org
Date:   Wed Jul 16 17:58:49 2014 +0200

Fix race condition.

Using the PID based method in polkit is deprecated because of PID reuse
races.

diff --git a/src/backends/polkit-1/Polkit1Backend.cpp 
b/src/backends/polkit-1/Polkit1Backend.cpp
index 165f7bb..5cac3fb 100644
--- a/src/backends/polkit-1/Polkit1Backend.cpp
+++ b/src/backends/polkit-1/Polkit1Backend.cpp
@@ -142,7 +142,7 @@ void Polkit1Backend::setupAction(const QString action)
 
 Action::AuthStatus Polkit1Backend::actionStatus(const QString action)
 {
-PolkitQt1::UnixProcessSubject subject(QCoreApplication::applicationPid());
+PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID()));
 PolkitQt1::Authority::Result r = 
PolkitQt1::Authority::instance()-checkAuthorizationSync(action, subject,
  PolkitQt1::Authority::None);
 switch (r) {
@@ -158,21 +158,12 @@ Action::AuthStatus Polkit1Backend::actionStatus(const 
QString action)
 
 QByteArray Polkit1Backend::callerID() const
 {
-QByteArray a;
-QDataStream s(a, QIODevice::WriteOnly);
-s  QCoreApplication::applicationPid();
-
-return a;
+return QDBusConnection::systemBus().baseService().toUtf8();
 }
 
 bool Polkit1Backend::isCallerAuthorized(const QString action, QByteArray 
callerID)
 {
-QDataStream s(callerID, QIODevice::ReadOnly);
-qint64 pid;
-
-s  pid;
-
-PolkitQt1::UnixProcessSubject subject(pid);
+PolkitQt1::SystemBusNameSubject subject(QString::fromUtf8(callerID));
 PolkitQt1::Authority *authority = PolkitQt1::Authority::instance();
 
 PolkitResultEventLoop e;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kauth for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-07-15 08:00:15

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-07-10 
14:56:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-07-15 
08:00:21.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 11 09:48:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Thu Jul 10 18:19:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update polkit-qt5-support.patch to work with latest polkit-qt5-1
+
+---



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.944okN/_old  2014-07-15 08:00:23.0 +0200
+++ /var/tmp/diff_new_pack.944okN/_new  2014-07-15 08:00:23.0 +0200
@@ -20,10 +20,11 @@
 Name:   kauth
 Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel = %{_kf5_version}
+BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  libpolkit-qt5-1-devel
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -58,7 +59,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel = %{_kf5_version}
+Requires:   kcoreaddons-devel = %{kf5_version}
 
 %description devel
 KAuth is a framework to let applications perform actions as a privileged user.

++ polkit-qt5-support.patch ++
--- /var/tmp/diff_new_pack.944okN/_old  2014-07-15 08:00:23.0 +0200
+++ /var/tmp/diff_new_pack.944okN/_new  2014-07-15 08:00:23.0 +0200
@@ -1,8 +1,23 @@
+From 09c745976fd75ac3330776cb14255de33500dc5b Mon Sep 17 00:00:00 2001
+From: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date: Mon, 7 Jul 2014 21:39:46 +0200
+Subject: [PATCH 1/2] Switch to PolkitQt5-1
+
+This will avoid problems where people
+linked to Qt4 version of polkit-qt-1
+
+REVIEW: 118264
+BUG: 337143
+---
+ cmake/KF5AuthMacros.cmake |  2 +-
+ src/ConfigureChecks.cmake | 50 +++
+ 2 files changed, 25 insertions(+), 27 deletions(-)
+
 diff --git a/cmake/KF5AuthMacros.cmake b/cmake/KF5AuthMacros.cmake
-index 4cdf3ab..1bff105 100644
+index 66ba949..ab0b30a 100644
 --- a/cmake/KF5AuthMacros.cmake
 +++ b/cmake/KF5AuthMacros.cmake
-@@ -37,7 +37,7 @@ function(KAUTH_INSTALL_ACTIONS HELPER_ID ACTIONS_FILE)
+@@ -42,7 +42,7 @@ function(KAUTH_INSTALL_ACTIONS HELPER_ID ACTIONS_FILE)
if(KAUTH_BACKEND_NAME STREQUAL APPLE)
  get_target_property(kauth_policy_gen KF5::kauth-policy-gen LOCATION)
  install(CODE execute_process(COMMAND ${kauth_policy_gen} ${ACTIONS_FILE} 
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}))
@@ -12,7 +27,7 @@
  get_filename_component(_input ${ACTIONS_FILE} ABSOLUTE)
  
 diff --git a/src/ConfigureChecks.cmake b/src/ConfigureChecks.cmake
-index aff05ed..fcd26d5 100644
+index 9e13546..ff0d486 100644
 --- a/src/ConfigureChecks.cmake
 +++ b/src/ConfigureChecks.cmake
 @@ -1,7 +1,7 @@
@@ -111,13 +126,13 @@
  )
 -if (NOT POLKITQT-1_FOUND)
 -message (WARNING: You chose the PolkitQt-1 KAuth backend but you 
don't have PolkitQt-1 installed.
-+if (NOT POLKITQT5-1_FOUND)
++ if (NOT PolkitQt5-1_FOUND)
 +message (WARNING: You chose the PolkitQt5-1 KAuth backend but 
you don't have PolkitQt5-1 installed.
Falling back to Fake backend)
  set (KAUTH_BACKEND FAKE)
 -endif (NOT POLKITQT-1_FOUND)
 -endif (KAUTH_BACKEND STREQUAL POLKITQT-1)
-+endif (NOT POLKITQT5-1_FOUND)
++endif (NOT PolkitQt5-1_FOUND)
 +endif (KAUTH_BACKEND STREQUAL POLKITQT5-1)
  endif(NOT KAUTH_BACKEND)
  
@@ -127,18 +142,27 @@
 appropriate backend for your system FORCE)
  
  # Add the correct libraries depending on the backend, and eventually set the 
policy files install location
-@@ -139,8 +139,8 @@ elseif(KAUTH_BACKEND_NAME STREQUAL POLKITQT)
+@@ -139,16 +139,14 @@ elseif(KAUTH_BACKEND_NAME STREQUAL POLKITQT)
  
  set(KAUTH_POLICY_FILES_INSTALL_DIR ${POLKITQT_POLICY_FILES_INSTALL_DIR} 
CACHE STRING
  Where policy files generated by KAuth will be installed FORCE)
 -elseif(KAUTH_BACKEND_NAME STREQUAL POLKITQT-1)
 -message(STATUS Building PolkitQt-1 KAuth backend)
+-
+-

commit kauth for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-07-10 14:55:52

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-06-23 
09:23:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-07-10 
14:56:15.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul  1 21:36:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+- Added 0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch,
+  fixes helper/backend plugin loading
+
+---

Old:

  kauth-4.100.0.tar.xz

New:

  0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
  kauth-5.0.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.grM4wM/_old  2014-07-10 14:56:16.0 +0200
+++ /var/tmp/diff_new_pack.grM4wM/_new  2014-07-10 14:56:16.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,10 +33,12 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM polkit-qt5-support.patch -- add support for polkit-qt-1 
Qt5 port, https://git.reviewboard.kde.org/r/118264/
 Patch0: polkit-qt5-support.patch
+# PATCH-FIX-UPSTREAM 
0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
+Patch1: 0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,6 +68,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ 0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch ++
From f900d7d4798503479b88346a2689ec6bee417193 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan hrvoje.sen...@gmail.com
Date: Wed, 2 Jul 2014 09:32:23 +0200
Subject: [PATCH 1/1] Pass trailing slash to searched backend/helper plugin dir
 Unbreaks plugin loading

CCMAIL: aleix...@kde.org
---
 src/BackendsManager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/BackendsManager.cpp b/src/BackendsManager.cpp
index cd0bf3f..0dd4661 100644
--- a/src/BackendsManager.cpp
+++ b/src/BackendsManager.cpp
@@ -44,7 +44,7 @@ QList QObject *  BackendsManager::retrieveInstancesIn(const 
QString subdir)
 {
 QListQObject * retlist;
 foreach (const QString pPath, QCoreApplication::libraryPaths()) {
-QDir pluginPath(pPath + subdir);
+QDir pluginPath(pPath + QLatin1Char('/') + subdir);
 if (!pluginPath.exists() || pPath.isEmpty()) {
 continue;
 }
-- 
2.0.0

++ kauth-4.100.0.tar.xz - kauth-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.100.0/CMakeLists.txt 
new/kauth-5.0.0/CMakeLists.txt
--- old/kauth-4.100.0/CMakeLists.txt2014-06-01 14:04:19.0 +0200
+++ new/kauth-5.0.0/CMakeLists.txt  2014-07-01 20:26:36.0 +0200
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 4.100.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.100.0/po/ca/kauth5_qt.po 
new/kauth-5.0.0/po/ca/kauth5_qt.po
--- old/kauth-4.100.0/po/ca/kauth5_qt.po2014-06-01 14:04:19.0 
+0200

commit kauth for openSUSE:Factory

2014-06-23 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-06-23 09:23:46

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-06-10 
14:37:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-06-23 
09:23:48.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 22:24:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added polkit-qt5-support.patch, adds support for polkit-qt-1 Qt5
+  port, https://git.reviewboard.kde.org/r/118264/
+
+---

New:

  polkit-qt5-support.patch



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.Gt3p0o/_old  2014-06-23 09:23:49.0 +0200
+++ /var/tmp/diff_new_pack.Gt3p0o/_new  2014-06-23 09:23:49.0 +0200
@@ -25,6 +25,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  libpolkit-qt5-1-devel
 BuildRequires:  libqt5-linguist-devel = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
@@ -34,6 +35,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM polkit-qt5-support.patch -- add support for polkit-qt-1 
Qt5 port, https://git.reviewboard.kde.org/r/118264/
+Patch0: polkit-qt5-support.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,6 +65,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
@@ -87,6 +91,8 @@
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Auth.so.*
 %{_kf5_plugindir}/
+%dir %{_kf5_libdir}/libexec
+%{_kf5_libdir}/libexec/kauth
 # Until security review is done!
 %exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
 

++ polkit-qt5-support.patch ++
diff --git a/cmake/KF5AuthMacros.cmake b/cmake/KF5AuthMacros.cmake
index 4cdf3ab..1bff105 100644
--- a/cmake/KF5AuthMacros.cmake
+++ b/cmake/KF5AuthMacros.cmake
@@ -37,7 +37,7 @@ function(KAUTH_INSTALL_ACTIONS HELPER_ID ACTIONS_FILE)
   if(KAUTH_BACKEND_NAME STREQUAL APPLE)
 get_target_property(kauth_policy_gen KF5::kauth-policy-gen LOCATION)
 install(CODE execute_process(COMMAND ${kauth_policy_gen} ${ACTIONS_FILE} 
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}))
-  elseif(KAUTH_BACKEND_NAME STREQUAL POLKITQT OR KAUTH_BACKEND_NAME STREQUAL 
POLKITQT-1)
+  elseif(KAUTH_BACKEND_NAME STREQUAL POLKITQT OR KAUTH_BACKEND_NAME STREQUAL 
POLKITQT5-1)
 set(_output ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.policy)
 get_filename_component(_input ${ACTIONS_FILE} ABSOLUTE)
 
diff --git a/src/ConfigureChecks.cmake b/src/ConfigureChecks.cmake
index aff05ed..fcd26d5 100644
--- a/src/ConfigureChecks.cmake
+++ b/src/ConfigureChecks.cmake
@@ -1,7 +1,7 @@
 ### checks for kdecore/kauth ###
 
 set(KAUTH_BACKEND_NAME  CACHE STRING Specifies the KAuth backend to build. 
Current available options are
-   PolkitQt, PolkitQt-1, Fake, Apple. Not 
setting this variable will build the most
+   PolkitQt, PolkitQt5-1, Fake, Apple. Not 
setting this variable will build the most
appropriate backend for your system)
 
 set(KAUTH_BACKEND ${KAUTH_BACKEND_NAME})
@@ -14,19 +14,19 @@ if(NOT KAUTH_BACKEND)
 if (APPLE)
 set (KAUTH_BACKEND OSX)
 elseif (UNIX)
-find_package(PolkitQt-1 0.99.0)
+find_package(PolkitQt5-1 0.99.0)
 
-if (PolkitQt-1_FOUND)
-set (KAUTH_BACKEND PolkitQt-1)
+if (PolkitQt5-1_FOUND)
+set (KAUTH_BACKEND PolkitQt5-1)
 
-set_package_properties(PolkitQt-1 PROPERTIES
+set_package_properties(PolkitQt5-1 PROPERTIES
   URL http://techbase.kde.org/Polkit-Qt-1;
   DESCRIPTION PolicyKit API for Qt
   TYPE RECOMMENDED
   PURPOSE Support for executing priviledged actions in a 
controlled way (KAuth)
 )
 
-else (PolkitQt-1_FOUND)
+else (PolkitQt5-1_FOUND)
 find_package(PolkitQt)
 
 if (POLKITQT_FOUND)
@@ -40,7 +40,7 @@ if(NOT KAUTH_BACKEND)
 
 else (POLKITQT_FOUND)
 # Nothing was found: notify and log the missing features
-set_package_properties(PolkitQt-1 PROPERTIES
+set_package_properties(PolkitQt5-1 PROPERTIES
   URL 

commit kauth for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-06-10 14:36:44

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-05-14 
20:26:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-06-10 
14:37:13.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  1 18:02:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---

Old:

  kauth-4.99.0.tar.xz

New:

  baselibs.conf
  kauth-4.100.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.A8ubu1/_old  2014-06-10 14:37:14.0 +0200
+++ /var/tmp/diff_new_pack.A8ubu1/_new  2014-06-10 14:37:14.0 +0200
@@ -18,20 +18,22 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  libqt5-linguist-devel = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Summary:Framework which lets applications perform actions as a 
privileged user
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kauth-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ baselibs.conf ++
libKF5Auth5
kauth-devel
requires libKF5Auth5-targettype = version
++ kauth-4.99.0.tar.xz - kauth-4.100.0.tar.xz ++
 6284 lines of diff (skipped)

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



commit kauth for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-05-14 20:26:19

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-04-02 
17:21:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-05-14 
20:26:33.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:40:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  kauth-4.98.0.tar.xz

New:

  kauth-4.99.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.dm2ILD/_old  2014-05-14 20:26:34.0 +0200
+++ /var/tmp/diff_new_pack.dm2ILD/_new  2014-05-14 20:26:34.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -41,6 +41,7 @@
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  System/GUI/KDE
 Obsoletes:  libKF5Auth4
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 KAuth is a framework to let applications perform actions as a privileged user.
@@ -56,6 +57,7 @@
 KAuth is a framework to let applications perform actions as a privileged user.
 Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
 
@@ -65,7 +67,9 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}%{_kf5_sharedir}
+
+  %find_lang %{name}5 --with-qt --without-mo
 
 # Comment out until security review is done!
 # echo setBadness('suse-dbus-unauthorized-service', 0)  
$RPM_SOURCE_DIR/%name-rpmlintrc
@@ -74,6 +78,8 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*
@@ -81,9 +87,6 @@
 %{_kf5_plugindir}/
 # Until security review is done!
 %exclude %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kf5auth.conf
-%dir %{_kf5_datadir}/kauth
-%{_kf5_datadir}/kauth/dbus_policy.stub
-%{_kf5_datadir}/kauth/dbus_service.stub
 
 %files devel
 %defattr(-,root,root)
@@ -93,5 +96,6 @@
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_mkspecsdir}/qt_KAuth.pri
+%{_kf5_datadir}/kauth/
 
 %changelog

++ kauth-4.98.0.tar.xz - kauth-4.99.0.tar.xz ++
 923454 lines of diff (skipped)

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



commit kauth for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-04-02 17:21:46

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-03-10 
12:18:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-04-02 
17:21:48.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---

Old:

  kauth-4.97.0.tar.xz

New:

  kauth-4.98.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.Tng0uz/_old  2014-04-02 17:21:49.0 +0200
+++ /var/tmp/diff_new_pack.Tng0uz/_new  2014-04-02 17:21:49.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.11
+BuildRequires:  extra-cmake-modules = 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem

++ kauth-4.97.0.tar.xz - kauth-4.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.97.0/CMakeLists.txt 
new/kauth-4.98.0/CMakeLists.txt
--- old/kauth-4.97.0/CMakeLists.txt 2014-03-01 12:50:07.0 +0100
+++ new/kauth-4.98.0/CMakeLists.txt 2014-03-28 19:16:05.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,7 +22,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.97.0)
+set(KF5_VERSION 4.98.0)
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.97.0/README.md new/kauth-4.98.0/README.md
--- old/kauth-4.97.0/README.md  2014-03-01 12:50:07.0 +0100
+++ new/kauth-4.98.0/README.md  2014-03-28 19:16:05.0 +0100
@@ -40,5 +40,5 @@
 
 - Home page: https://projects.kde.org/projects/frameworks/kauth
 - Mailing list: https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
-- IRC channel: #kde-devel on Freenode
+- IRC channel: \#kde-devel on Freenode
 - Git repository: 
https://projects.kde.org/projects/frameworks/kauth/repository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.97.0/src/Messages.sh 
new/kauth-4.98.0/src/Messages.sh
--- old/kauth-4.97.0/src/Messages.sh1970-01-01 01:00:00.0 +0100
+++ new/kauth-4.98.0/src/Messages.sh2014-03-28 19:16:05.0 +0100
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources.
+# The results are stored in a pseudo .cpp file to be picked up by xgettext.
+lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg`
+if [ -n $lst ] ; then
+$EXTRACTRC $lst  rc.cpp
+fi
+
+# If your framework contains tips-of-the-day, call preparetips as well.
+if [ -f data/tips ] ; then
+( cd data  $PREPARETIPS  ../tips.cpp )
+fi
+
+# Extract strings from all source files.
+# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation
+# system, use $EXTRACT_TR_STRINGS.
+$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -name \*.qml` -o 
$podir/kauth5.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.97.0/src/kauthactionreply.h 
new/kauth-4.98.0/src/kauthactionreply.h
--- old/kauth-4.97.0/src/kauthactionreply.h 2014-03-01 12:50:07.0 
+0100
+++ new/kauth-4.98.0/src/kauthactionreply.h 2014-03-28 19:16:05.0 
+0100
@@ -32,59 +32,107 @@
  @namespace KAuth
 
  @section kauth_intro Introduction
- The KDE Authorization API allows developers to write desktop applications 
that run high-privileged tasks in an easy, secure and cross-platform way. 
Previously, if an application had to do administrative tasks,
- it had to be run as root, using mechanisms such as sudo or graphical 
equivalents, or by setting the executable's setuid bit. This approach has some 
drawbacks. For example, the whole application code,
- including GUI handling and network 

commit kauth for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-03-10 12:18:27

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-02-28 
16:24:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-03-10 
12:18:29.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:40:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  kauth-4.96.0.tar.xz

New:

  kauth-4.97.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.Z0h34n/_old  2014-03-10 12:18:30.0 +0100
+++ /var/tmp/diff_new_pack.Z0h34n/_new  2014-03-10 12:18:30.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5Auth4
+%define lname   libKF5Auth5
 Name:   kauth
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -40,6 +40,7 @@
 %package -n %lname
 Summary:Framework which lets applications perform actions as a 
privileged user
 Group:  System/GUI/KDE
+Obsoletes:  libKF5Auth4
 
 %description -n %lname
 KAuth is a framework to let applications perform actions as a privileged user.

++ kauth-4.96.0.tar.xz - kauth-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.96.0/CMakeLists.txt 
new/kauth-4.97.0/CMakeLists.txt
--- old/kauth-4.96.0/CMakeLists.txt 2014-02-05 13:00:59.0 +0100
+++ new/kauth-4.97.0/CMakeLists.txt 2014-03-01 12:50:07.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,11 +22,12 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.96.0)
+set(KF5_VERSION 4.97.0)
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
-PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfigVersion.cmake)
+PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfigVersion.cmake
+SOVERSION 5)
 
 add_subdirectory(src)
 add_subdirectory(autotests)
@@ -34,9 +35,9 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Auth)
 
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 
-configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5AuthConfig.cmake.in
+ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5AuthConfig.cmake.in
   ${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfig.cmake
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-4.96.0/README.md new/kauth-4.97.0/README.md
--- old/kauth-4.96.0/README.md  2014-02-05 13:00:59.0 +0100
+++ new/kauth-4.97.0/README.md  2014-03-01 12:50:07.0 +0100
@@ -4,7 +4,37 @@
 
 ## Introduction
 
-KAuth is a framework to let applications perform actions as a privileged user.
+KAuth provides a convenient, system-integrated way to offload actions that need
+to be performed as a privileged user (root, for example) to small (hopefully
+secure) helper utilities.
+
+## Usage
+
+If you are using CMake, you need to have
+
+find_package(KF5Auth NO_MODULE)
+
+(or find KF5 with the Auth component) in your CMakeLists.txt file, and you need
+to link to KF5::Auth.
+
+Executing privileged actions typically involves having a minimal helper utility
+that does the actual work, and calling that utility with escalated privileges 
if
+the user has permission to do so (often requiring the user to enter appropriate
+credentials, like entering a password).
+
+Therefore, use of the KAuth library is in two parts.  In the main part of your
+code, you use KAuth::Action (and specifically KAuth::Action::execute()) when 
you
+need to do something privileged, like write to a file normally