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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-04-13 
20:26:57.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.pqh7hp/_new  2015-04-13 20:26:58.000000000 +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.000000000 +0100
+++ new/kauth-5.9.0/CMakeLists.txt      2015-04-04 14:00:23.000000000 +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.000000000 
+0100
+++ new/kauth-5.9.0/cmake/COPYING-CMAKE-SCRIPTS 2015-04-04 14:00:23.000000000 
+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 disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.8.0/po/ast/kauth5_qt.po 
new/kauth-5.9.0/po/ast/kauth5_qt.po
--- old/kauth-5.8.0/po/ast/kauth5_qt.po 2015-03-07 15:37:37.000000000 +0100
+++ new/kauth-5.9.0/po/ast/kauth5_qt.po 2015-04-04 14:00:23.000000000 +0200
@@ -1,23 +1,23 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
+# enolp <en...@softastur.org>, 2015.
 msgid ""
 msgstr ""
 "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: 2012-12-28 17:14+0100\n"
-"Last-Translator: ivarela <ivar...@ubuntu.com>\n"
-"Language-Team: asturian <kde-i18n-...@kde.org>\n"
-"Language: \n"
+"PO-Revision-Date: 2015-03-15 18:02+0100\n"
+"Last-Translator: enolp <en...@softastur.org>\n"
+"Language-Team: Asturian <kde-i18n-...@kde.org>\n"
+"Language: ast_ES\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-Poedit-Language: asturian\n"
 "X-Qt-Contexts: true\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt "KAuth::DBusHelperProxy|"
@@ -30,27 +30,25 @@
 msgstr ""
 
 #: 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 "error del sistema: %1"
+msgstr ". Mensaxe de fallu: %1"
 
 #: kauthexecutejob.cpp:88
 msgctxt "KAuth::ExecuteJob|"
 msgid "Tried to start an invalid action"
-msgstr ""
+msgstr "Intentóse aniciar una aición non válida"
 
 #: kauthexecutejob.cpp:102
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown execution mode chosen"
-msgstr ""
+msgstr "Escoyíu mou d'execución desconocíu"
 
 #: kauthexecutejob.cpp:140
+#, fuzzy
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown status for the authentication procedure"
-msgstr ""
+msgstr "Estáu desconocíu pal procedimientu d'autenticación"
 
 #: kauthexecutejob.cpp:149
 msgctxt "KAuth::ExecuteJob|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.8.0/po/cs/kauth5_qt.po 
new/kauth-5.9.0/po/cs/kauth5_qt.po
--- old/kauth-5.8.0/po/cs/kauth5_qt.po  2015-03-07 15:37:37.000000000 +0100
+++ new/kauth-5.9.0/po/cs/kauth5_qt.po  2015-04-04 14:00:23.000000000 +0200
@@ -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+0000\n"
-"PO-Revision-Date: 2014-04-02 13:20+0200\n"
+"PO-Revision-Date: 2015-01-15 15:09+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: American English <kde-i18n-...@kde.org>\n"
 "Language: en_US\n"
@@ -41,17 +41,17 @@
 #: kauthexecutejob.cpp:88
 msgctxt "KAuth::ExecuteJob|"
 msgid "Tried to start an invalid action"
-msgstr ""
+msgstr "Pokus o spuštění neplatné akce"
 
 #: kauthexecutejob.cpp:102
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown execution mode chosen"
-msgstr ""
+msgstr "Zvolen neznámý režim spuštění"
 
 #: kauthexecutejob.cpp:140
 msgctxt "KAuth::ExecuteJob|"
 msgid "Unknown status for the authentication procedure"
-msgstr ""
+msgstr "Neznámý stav autentizační procedury"
 
 #: kauthexecutejob.cpp:149
 msgctxt "KAuth::ExecuteJob|"
@@ -59,8 +59,10 @@
 "The current backend only allows helper authorization, but this action does "
 "not have a helper."
 msgstr ""
+"Aktuální modul podporuje pouze autorizaci přes pomocný program, ale tato "
+"akce neobsahuje žádný."
 
 #: kauthexecutejob.cpp:157 kauthexecutejob.cpp:181
 msgctxt "KAuth::ExecuteJob|"
 msgid "The backend does not specify how to authorize"
-msgstr ""
+msgstr "Tento modul nespecifikuje, jak se autorizovat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.8.0/po/fr/kauth5_qt.po 
new/kauth-5.9.0/po/fr/kauth5_qt.po
--- old/kauth-5.8.0/po/fr/kauth5_qt.po  2015-03-07 15:37:37.000000000 +0100
+++ new/kauth-5.9.0/po/fr/kauth5_qt.po  2015-04-04 14:00:23.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"


Reply via email to