Hello community, here is the log from the commit of package kdbusaddons for openSUSE:Factory checked in at 2015-01-29 12:51:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdbusaddons (Old) and /work/SRC/openSUSE:Factory/.kdbusaddons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdbusaddons" Changes: -------- --- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes 2014-12-21 11:58:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 2015-01-29 12:52:00.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Jan 3 18:03:24 UTC 2015 - [email protected] + +- Update to 5.6.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.6.0.php + +------------------------------------------------------------------- Old: ---- kdbusaddons-5.5.0.tar.xz New: ---- kdbusaddons-5.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdbusaddons.spec ++++++ --- /var/tmp/diff_new_pack.UgxiAs/_old 2015-01-29 12:52:01.000000000 +0100 +++ /var/tmp/diff_new_pack.UgxiAs/_new 2015-01-29 12:52:01.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdbusaddons # -# 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,10 +18,10 @@ %define lname libKF5DBusAddons5 Name: kdbusaddons -Version: 5.5.0 +Version: 5.6.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.5.0 +BuildRequires: extra-cmake-modules >= 1.6.0 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: libqt5-linguist-devel >= 5.2.0 @@ -32,7 +32,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 ++++++ kdbusaddons-5.5.0.tar.xz -> kdbusaddons-5.6.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdbusaddons-5.5.0/CMakeLists.txt new/kdbusaddons-5.6.0/CMakeLists.txt --- old/kdbusaddons-5.5.0/CMakeLists.txt 2014-12-06 13:34:16.000000000 +0100 +++ new/kdbusaddons-5.6.0/CMakeLists.txt 2015-01-03 13:03:33.000000000 +0100 @@ -2,7 +2,7 @@ project(KDBusAddons) -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}) @@ -23,7 +23,7 @@ include(ECMPoQmTools) -set(KF5_VERSION "5.5.0") # handled by release scripts +set(KF5_VERSION "5.6.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdbusaddons-5.5.0/po/da/kdbusaddons5_qt.po new/kdbusaddons-5.6.0/po/da/kdbusaddons5_qt.po --- old/kdbusaddons-5.5.0/po/da/kdbusaddons5_qt.po 2014-12-06 13:34:16.000000000 +0100 +++ new/kdbusaddons-5.6.0/po/da/kdbusaddons5_qt.po 2015-01-03 13:03:33.000000000 +0100 @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2014-09-21 15:29+0200\n" +"PO-Revision-Date: 2014-12-29 20:03+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" "Language: da\n" @@ -21,23 +21,23 @@ #: tools/kquitapp/kquitapp.cpp:32 msgctxt "main|" msgid "Full service name, overrides application name provided" -msgstr "" +msgstr "Fuldt tjenestenavn, tilsidesætter angivet programnavn" #: tools/kquitapp/kquitapp.cpp:33 msgctxt "main|" msgid "Path in the D-Bus interface to use" -msgstr "" +msgstr "Stil til D-Bus-grænsefladen der skal bruges" #: tools/kquitapp/kquitapp.cpp:34 msgctxt "main|" msgid "The name of the application to quit" -msgstr "" +msgstr "Navnet på programmet der skal afsluttes" #: tools/kquitapp/kquitapp.cpp:57 #, qt-format msgctxt "main|" msgid "Application %1 could not be found using service %2 and path %3." -msgstr "" +msgstr "Programmet %1 kunne ikke findes ved brug af tjenesten %2 og stien %3." #: tools/kquitapp/kquitapp.cpp:63 #, qt-format @@ -47,3 +47,6 @@ "\n" " %2 : %3" msgstr "" +"Afslutning af programmet %1 mislykkedes. Fejlmeddelelsen var:\n" +"\n" +" %2 : %3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdbusaddons-5.5.0/po/gd/kdbusaddons5_qt.po new/kdbusaddons-5.6.0/po/gd/kdbusaddons5_qt.po --- old/kdbusaddons-5.5.0/po/gd/kdbusaddons5_qt.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kdbusaddons-5.6.0/po/gd/kdbusaddons5_qt.po 2015-01-03 13:03:33.000000000 +0100 @@ -0,0 +1,53 @@ +# GunChleoc <[email protected]>, 2014. +msgid "" +msgstr "" +"PO-Revision-Date: 2014-11-26 09:22+0100\n" +"Last-Translator: GunChleoc <[email protected]>\n" +"Language-Team: Fòram na Gàidhlig\n" +"Language: gd\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : " +"(n > 2 && n < 20) ? 2 : 3;\n" +"X-Generator: Virtaal 0.7.1\n" +"X-Qt-Contexts: true\n" + +#: tools/kquitapp/kquitapp.cpp:31 +msgctxt "main|" +msgid "Quit a D-Bus enabled application easily" +msgstr "Fàg aplacaid le comas D-Bus gu furasta" + +#: tools/kquitapp/kquitapp.cpp:32 +msgctxt "main|" +msgid "Full service name, overrides application name provided" +msgstr "Ainm slàn na seirbheise, thèid seo a chur an àite ainm na h-aplacaid" + +#: tools/kquitapp/kquitapp.cpp:33 +msgctxt "main|" +msgid "Path in the D-Bus interface to use" +msgstr "An t-slighe san eadar-aghaidh D-Bus a thèid a chleachdadh" + +#: tools/kquitapp/kquitapp.cpp:34 +msgctxt "main|" +msgid "The name of the application to quit" +msgstr "Ainm na h-aplacaid a thèid fhàgail" + +#: tools/kquitapp/kquitapp.cpp:57 +#, qt-format +msgctxt "main|" +msgid "Application %1 could not be found using service %2 and path %3." +msgstr "" +"Cha deach an aplacaid %1 a lorg leis an t-seirbheis %2 san t-slighe %3." + +#: tools/kquitapp/kquitapp.cpp:63 +#, qt-format +msgctxt "main|" +msgid "" +"Quitting application %1 failed. Error reported was:\n" +"\n" +" %2 : %3" +msgstr "" +"Dh'fhàillig le fàgail na h-aplacaid %1. Seo a' mhearachd a chaidh aithris:\n" +"\n" +" %2 : %3" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
