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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-05-11 
19:48:18.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.jiQBB6/_new  2015-05-11 19:48:19.000000000 +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.000000000 +0200
+++ new/kauth-5.10.0/CMakeLists.txt     2015-05-03 17:03:47.000000000 +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.000000000 
+0200
+++ new/kauth-5.10.0/cmake/FindPolkitQt-1.cmake 2015-05-03 17:03:47.000000000 
+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.cmake    2015-04-04 14:00:23.000000000 
+0200
+++ new/kauth-5.10.0/cmake/FindPolkitQt.cmake   2015-05-03 17:03:47.000000000 
+0200
@@ -18,8 +18,29 @@
 # Copyright (c) 2009, Michal Malek, <mich...@jabster.pl>
 # Copyright (c) 2009, Alexander Neundorf, <neund...@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_MIN_VERSION for compatibility:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/cmake/KF5AuthMacros.cmake 
new/kauth-5.10.0/cmake/KF5AuthMacros.cmake
--- old/kauth-5.9.0/cmake/KF5AuthMacros.cmake   2015-04-04 14:00:23.000000000 
+0200
+++ new/kauth-5.10.0/cmake/KF5AuthMacros.cmake  2015-05-03 17:03:47.000000000 
+0200
@@ -2,8 +2,29 @@
 # Copyright (c) 2006, 2007, Laurent Montel, <mon...@kde.org>
 # Copyright (c) 2007 Matthias Kretz <kr...@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.
 
 # This macro adds the needed files for an helper executable meant to be used 
by applications using KAuth.
 # It accepts the helper target, the helper ID (the DBUS name) and the user 
under which the helper will run on.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/po/ast/kauth5_qt.po 
new/kauth-5.10.0/po/ast/kauth5_qt.po
--- old/kauth-5.9.0/po/ast/kauth5_qt.po 2015-04-04 14:00:23.000000000 +0200
+++ new/kauth-5.10.0/po/ast/kauth5_qt.po        2015-05-03 17:03:47.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2015-03-15 18:02+0100\n"
+"PO-Revision-Date: 2015-04-06 14:49+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
 "Language-Team: Asturian <kde-i18n-...@kde.org>\n"
 "Language: ast_ES\n"
@@ -30,16 +30,19 @@
 msgstr ""
 
 #: backends/dbus/DBusHelperProxy.cpp:99
+#, fuzzy
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ". Message error: "
 msgstr ". Mensaxe de fallu: %1"
 
 #: kauthexecutejob.cpp:88
+#, fuzzy
 msgctxt "KAuth::ExecuteJob|"
 msgid "Tried to start an invalid action"
 msgstr "Intentóse aniciar una aición non válida"
 
 #: kauthexecutejob.cpp:102
+#, fuzzy
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown execution mode chosen"
 msgstr "Escoyíu mou d'execución desconocíu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/po/fr/kauth5_qt.po 
new/kauth-5.10.0/po/fr/kauth5_qt.po
--- old/kauth-5.9.0/po/fr/kauth5_qt.po  2015-04-04 14:00:23.000000000 +0200
+++ new/kauth-5.10.0/po/fr/kauth5_qt.po 2015-05-03 17:03:47.000000000 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-05-21 16:00+0200\n"
 "Last-Translator: Sebastien Renard <ren...@kde.org>\n"
 "Language-Team: French <kde-francoph...@kde.org>\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.9.0/po/ja/kauth5_qt.po 
new/kauth-5.10.0/po/ja/kauth5_qt.po
--- old/kauth-5.9.0/po/ja/kauth5_qt.po  2015-04-04 14:00:23.000000000 +0200
+++ new/kauth-5.10.0/po/ja/kauth5_qt.po 2015-05-03 17:03:47.000000000 +0200
@@ -7,15 +7,15 @@
 # AWASHIRO Ikuya <ik...@oooug.jp>, 2004.
 # Shinichi Tsunoda <ts...@ngy.1st.ne.jp>, 2005.
 # Yukiko Bando <yba...@k6.dion.ne.jp>, 2006, 2007, 2008, 2009, 2010.
-# Fumiaki Okushi <oku...@kde.gr.jp>, 2006, 2007, 2008, 2010, 2011.
+# Fumiaki Okushi <fumiaki.oku...@gmail.com>, 2006, 2007, 2008, 2010, 2011, 
2015.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2011-08-27 14:05-0700\n"
-"Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
+"PO-Revision-Date: 2015-04-18 22:59-0700\n"
+"Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
@@ -28,30 +28,20 @@
 "X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:80
-#, fuzzy
-#| msgid "DBus Backend error: connection to helper failed. %1"
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: connection to helper failed. "
-msgstr "D-Bus バックエンドのエラー: ヘルパーへの接続に失敗しました。%1"
+msgstr "D-Bus バックエンドのエラー: ヘルパーへの接続に失敗しました。"
 
 #: backends/dbus/DBusHelperProxy.cpp:98
-#, fuzzy
-#| msgid ""
-#| "DBus Backend error: could not contact the helper. Connection error: %1. "
-#| "Message error: %2"
 msgctxt "KAuth::DBusHelperProxy|"
 msgid "DBus Backend error: could not contact the helper. Connection error: "
 msgstr ""
-"D-Bus バックエンドのエラー: ヘルパーと交信できませんでした。接続エラー: %1。"
-"メッセージエラー: %2"
+"D-Bus バックエンドのエラー: ヘルパーと交信できませんでした。接続エラー: "
 
 #: backends/dbus/DBusHelperProxy.cpp:99
-#, fuzzy
-#| msgctxt "1: the i18n'ed system error code, from errno"
-#| msgid "system error: %1"
 msgctxt "KAuth::DBusHelperProxy|"
 msgid ". Message error: "
-msgstr "システムエラー: %1"
+msgstr "メッセージエラー: "
 
 #: kauthexecutejob.cpp:88
 msgctxt "KAuth::ExecuteJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.9.0/po/ko/kauth5_qt.po 
new/kauth-5.10.0/po/ko/kauth5_qt.po
--- old/kauth-5.9.0/po/ko/kauth5_qt.po  2015-04-04 14:00:23.000000000 +0200
+++ new/kauth-5.10.0/po/ko/kauth5_qt.po 2015-05-03 17:03:47.000000000 +0200
@@ -1,7 +1,7 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae <cho.sung...@gmail.com>, 2007.
-# Park Shinjo <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015.
+# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015.
 #
 msgid ""
 msgstr ""
@@ -9,7 +9,7 @@
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
 "PO-Revision-Date: 2015-01-18 17:05+0900\n"
-"Last-Translator: Park Shinjo <k...@peremen.name>\n"
+"Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"


Reply via email to