Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-12-29 12:54:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2015-11-24 
22:25:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-12-29 
12:54:36.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:09:10 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:
----
  kservice-5.16.0.tar.xz

New:
----
  kservice-5.17.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

++++++ kservice-5.16.0.tar.xz -> kservice-5.17.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/CMakeLists.txt 
new/kservice-5.17.0/CMakeLists.txt
--- old/kservice-5.16.0/CMakeLists.txt  2015-11-08 13:35:05.000000000 +0100
+++ new/kservice-5.17.0/CMakeLists.txt  2015-12-06 22:38:04.000000000 +0100
@@ -5,7 +5,7 @@
 
 # ECM setup
 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)
 
@@ -19,8 +19,8 @@
 
 include(GenerateExportHeader)
 
-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 KSERVICE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/autotests/fakeplugin.desktop 
new/kservice-5.17.0/autotests/fakeplugin.desktop
--- old/kservice-5.16.0/autotests/fakeplugin.desktop    2015-11-08 
13:35:05.000000000 +0100
+++ new/kservice-5.17.0/autotests/fakeplugin.desktop    2015-12-06 
22:38:04.000000000 +0100
@@ -142,7 +142,7 @@
 Keywords[zh_TW]=單字1:單字2
 #this one is comma separated
 X-KDE-Keywords=word3,word4
-X-KDE-Keywords[ast]=pallabra1;pallabra2
+X-KDE-Keywords[ast]=pallabra1,pallabra2
 X-KDE-Keywords[ca]=paraula3,paraula4
 X-KDE-Keywords[ca@valencia]=paraula3,paraula4
 X-KDE-Keywords[da]=ord3,ord4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/autotests/kmimeassociationstest.cpp 
new/kservice-5.17.0/autotests/kmimeassociationstest.cpp
--- old/kservice-5.16.0/autotests/kmimeassociationstest.cpp     2015-11-08 
13:35:05.000000000 +0100
+++ new/kservice-5.17.0/autotests/kmimeassociationstest.cpp     2015-12-06 
22:38:04.000000000 +0100
@@ -388,7 +388,10 @@
         // [sanity checking of s-m-i installation]
         QMimeType mime = QMimeDatabase().mimeTypeForName(opendocument);
         QVERIFY(mime.isValid());
-        QVERIFY(mime.inherits("application/zip"));
+        if (!mime.inherits("application/zip")) {
+            // CentOS patches out the application/zip inheritance from 
application/vnd.oasis.opendocument.text!! Grmbl.
+            QSKIP("Broken distro where application/vnd.oasis.opendocument.text 
doesn't inherit from application/zip");
+        }
 
         KService::List offers = KMimeTypeTrader::self()->query(opendocument);
         QVERIFY(offerListHasService(offers, fakeArkApplication, true));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/po/ast/kservice5.po 
new/kservice-5.17.0/po/ast/kservice5.po
--- old/kservice-5.16.0/po/ast/kservice5.po     2015-11-08 13:35:05.000000000 
+0100
+++ new/kservice-5.17.0/po/ast/kservice5.po     2015-12-06 22:38:04.000000000 
+0100
@@ -7,9 +7,9 @@
 "Project-Id-Version: kdelibs4-1\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-09-19 08:55+0000\n"
-"PO-Revision-Date: 2015-07-11 16:23+0100\n"
+"PO-Revision-Date: 2015-11-16 00:29+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alminsitrado...@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"
@@ -57,14 +57,11 @@
 msgstr "Waldo Bastian"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:75
-#, fuzzy
-#| msgctxt "@info:shell command-line option"
-#| msgid "Disable checking files (dangerous)"
 msgctxt "@info:shell command-line option"
 msgid ""
 "Do not signal applications to update (deprecated, no longer having any "
 "effect)"
-msgstr "Desactiva la comprobación  de ficheros (peligroso)"
+msgstr ""
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:78
 msgctxt "@info:shell command-line option"
@@ -77,12 +74,10 @@
 msgstr ""
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:84
-#, fuzzy
-#| msgctxt "@info:shell command-line option"
-#| msgid "Disable checking files (dangerous)"
 msgctxt "@info:shell command-line option"
 msgid "Disable checking files (deprecated, no longer having any effect)"
-msgstr "Desactiva la comprobación  de ficheros (peligroso)"
+msgstr ""
+"Desactiva la comprobación de ficheros (anticuáu, yá nun tien dal efeutu)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:87
 msgctxt "@info:shell command-line option"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/po/da/kservice5.po 
new/kservice-5.17.0/po/da/kservice5.po
--- old/kservice-5.16.0/po/da/kservice5.po      2015-11-08 13:35:05.000000000 
+0100
+++ new/kservice-5.17.0/po/da/kservice5.po      2015-12-06 22:38:04.000000000 
+0100
@@ -4,14 +4,14 @@
 #
 # Martin Schlander, 2008.
 # Martin Schlander <mschlan...@opensuse.org>, 2008.
-# Martin Schlander <mschlan...@opensuse.org>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Martin Schlander <mschlan...@opensuse.org>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015.
 # Keld Simonsen <k...@keldix.com>, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-09-19 08:55+0000\n"
-"PO-Revision-Date: 2014-12-29 20:12+0100\n"
+"PO-Revision-Date: 2015-11-23 21:04+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -19,7 +19,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 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -60,14 +60,13 @@
 msgstr "Waldo Bastian"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:75
-#, fuzzy
-#| msgctxt "@info:shell command-line option"
-#| msgid "Disable checking files (dangerous)"
 msgctxt "@info:shell command-line option"
 msgid ""
 "Do not signal applications to update (deprecated, no longer having any "
 "effect)"
-msgstr "Deaktivér at tjekke filer (farligt)"
+msgstr ""
+"Signalér ikke programmer om at opdatere sig (forældet, har ikke længere "
+"nogen virkning)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:78
 msgctxt "@info:shell command-line option"
@@ -77,15 +76,12 @@
 #: kbuildsycoca/kbuildsycoca_main.cpp:81
 msgctxt "@info:shell command-line option"
 msgid "Check file timestamps (deprecated, no longer having any effect)"
-msgstr ""
+msgstr "Tjek filers tidstempler (forældet, har ikke længere nogen virkning)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:84
-#, fuzzy
-#| msgctxt "@info:shell command-line option"
-#| msgid "Disable checking files (dangerous)"
 msgctxt "@info:shell command-line option"
 msgid "Disable checking files (deprecated, no longer having any effect)"
-msgstr "Deaktivér at tjekke filer (farligt)"
+msgstr "Deaktivér tjek af filer (forældet, har ikke længere nogen virkning)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:87
 msgctxt "@info:shell command-line option"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/po/nb/kservice5.po 
new/kservice-5.17.0/po/nb/kservice5.po
--- old/kservice-5.16.0/po/nb/kservice5.po      2015-11-08 13:35:05.000000000 
+0100
+++ new/kservice-5.17.0/po/nb/kservice5.po      2015-12-06 22:38:04.000000000 
+0100
@@ -1,3 +1,5 @@
+# Translation of kservice5 to Norwegian Bokmål
+#
 # Knut Yrvin <knut.yr...@gmail.com>, 2002, 2003, 2004, 2005.
 # Bjørn Steensrud <bjor...@skogkatt.homelinux.org>, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt <zerod...@skolelinux.no>, 2004, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.16.0/po/se/kservice5.po 
new/kservice-5.17.0/po/se/kservice5.po
--- old/kservice-5.16.0/po/se/kservice5.po      2015-11-08 13:35:05.000000000 
+0100
+++ new/kservice-5.17.0/po/se/kservice5.po      2015-12-06 22:38:04.000000000 
+0100
@@ -1,3 +1,5 @@
+# Translation of kservice5 to Northern Sami
+#
 # Børre Gaup <boe...@skolelinux.no>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
 msgstr ""


Reply via email to