Hello community,

here is the log from the commit of package kblog for openSUSE:Factory checked 
in at 2018-04-27 16:02:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kblog (Old)
 and      /work/SRC/openSUSE:Factory/.kblog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblog"

Fri Apr 27 16:02:44 2018 rev:32 rq:599010 version:18.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblog/kblog.changes      2018-03-22 
12:00:22.531874652 +0100
+++ /work/SRC/openSUSE:Factory/.kblog.new/kblog.changes 2018-04-27 
16:02:44.856762559 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:48:53 CEST 2018 - [email protected]
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+-------------------------------------------------------------------
+Fri Apr 06 07:09:02 CEST 2018 - [email protected]
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Install categories file
+
+-------------------------------------------------------------------

Old:
----
  kblog-17.12.3.tar.xz

New:
----
  kblog-18.04.0.tar.xz

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

Other differences:
------------------
++++++ kblog.spec ++++++
--- /var/tmp/diff_new_pack.hqBKAT/_old  2018-04-27 16:02:45.576736140 +0200
+++ /var/tmp/diff_new_pack.hqBKAT/_new  2018-04-27 16:02:45.580735993 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           kblog
-Version:        17.12.3
+Version:        18.04.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -99,6 +99,8 @@
 %defattr(-,root,root)
 %doc COPYING.LIB
 %{_kf5_libdir}/libKF5Blog.so.*
+%{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 
 %files devel
 %defattr(-,root,root)

++++++ kblog-17.12.3.tar.xz -> kblog-18.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/CMakeLists.txt 
new/kblog-18.04.0/CMakeLists.txt
--- old/kblog-17.12.3/CMakeLists.txt    2018-03-06 01:27:11.000000000 +0100
+++ new/kblog-18.04.0/CMakeLists.txt    2018-04-13 02:13:45.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.7.3")
+set(PIM_VERSION "5.8.0")
 
 project(KBlog VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.39.0")
+set(KF5_VERSION "5.44.0")
 
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -23,9 +23,9 @@
 
 
 set(KBLOG_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.7.3")
-set(SYNDICATION_LIB_VERSION "5.7.3")
-set(XMLRPCCLIENT_LIB_VERSION "5.7.3")
+set(CALENDARCORE_LIB_VERSION "5.8.0")
+set(SYNDICATION_LIB_VERSION "5.8.0")
+set(XMLRPCCLIENT_LIB_VERSION "5.8.0")
 set(QT_REQUIRED_VERSION "5.8.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KBLOG
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kblog_version.h"
@@ -75,6 +75,7 @@
    DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
    COMPONENT Devel
 )
+install( FILES kblog.renamecategories kblog.categories DESTINATION 
${KDE_INSTALL_CONFDIR} )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/kblog.categories 
new/kblog-18.04.0/kblog.categories
--- old/kblog-17.12.3/kblog.categories  1970-01-01 01:00:00.000000000 +0100
+++ new/kblog-18.04.0/kblog.categories  2018-04-10 13:51:21.000000000 +0200
@@ -0,0 +1 @@
+org.kde.pim.kblog kblog (pim lib)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/kblog.renamecategories 
new/kblog-18.04.0/kblog.renamecategories
--- old/kblog-17.12.3/kblog.renamecategories    1970-01-01 01:00:00.000000000 
+0100
+++ new/kblog-18.04.0/kblog.renamecategories    2018-04-10 13:51:21.000000000 
+0200
@@ -0,0 +1,2 @@
+log_kblog org.kde.pim.kblog
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/po/ca/libkblog5.po 
new/kblog-18.04.0/po/ca/libkblog5.po
--- old/kblog-17.12.3/po/ca/libkblog5.po        2018-03-06 01:27:11.000000000 
+0100
+++ new/kblog-18.04.0/po/ca/libkblog5.po        2018-04-13 02:13:45.000000000 
+0200
@@ -177,3 +177,12 @@
 #, kde-format
 msgid "Post is a null pointer."
 msgstr "L'article és un punter nul."
+
+#~ msgid "Blog post not found"
+#~ msgstr "No s'ha trobat l'article al blog"
+
+#~ msgid "Failed to create new post"
+#~ msgstr "Ha fallat en crear un article nou"
+
+#~ msgid "Failed to update post"
+#~ msgstr "Ha fallat en actualitzar un article"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/po/ca@valencia/libkblog5.po 
new/kblog-18.04.0/po/ca@valencia/libkblog5.po
--- old/kblog-17.12.3/po/ca@valencia/libkblog5.po       2018-03-06 
01:27:11.000000000 +0100
+++ new/kblog-18.04.0/po/ca@valencia/libkblog5.po       2018-04-13 
02:13:45.000000000 +0200
@@ -177,3 +177,12 @@
 #, kde-format
 msgid "Post is a null pointer."
 msgstr "L'article és un punter nul."
+
+#~ msgid "Blog post not found"
+#~ msgstr "No s'ha trobat l'article al blog"
+
+#~ msgid "Failed to create new post"
+#~ msgstr "Ha fallat en crear un article nou"
+
+#~ msgid "Failed to update post"
+#~ msgstr "Ha fallat en actualitzar un article"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/po/gl/libkblog5.po 
new/kblog-18.04.0/po/gl/libkblog5.po
--- old/kblog-17.12.3/po/gl/libkblog5.po        2018-03-06 01:27:11.000000000 
+0100
+++ new/kblog-18.04.0/po/gl/libkblog5.po        2018-04-13 02:13:45.000000000 
+0200
@@ -31,14 +31,14 @@
 msgid ""
 "Could not fetch user's info out of the result from the server, not a map."
 msgstr ""
-"Non foi posíbel recuperar a información do usuario no resultado obtido do "
+"Non se puido recuperar a información do usuario no resultado obtido do "
 "servidor, non é un mapa."
 
 #: blogger1.cpp:270
 #, kde-format
 msgid "Could not fetch blogs out of the result from the server, not a list."
 msgstr ""
-"Non foi posíbel extraer os artigos do resultado obtido do servidor, non é "
+"Non se puideron extraer os artigos do resultado obtido do servidor, non é "
 "unha lista."
 
 #: blogger1.cpp:307
@@ -46,28 +46,28 @@
 msgid ""
 "Could not fetch list of posts out of the result from the server, not a list."
 msgstr ""
-"Non foi posíbel extraer a lista de artigos do resultado obtido do servidor, "
-"non é unha lista."
+"Non se puido extraer a lista de artigos do resultado obtido do servidor, non "
+"é unha lista."
 
 #: blogger1.cpp:326
 #, kde-format
 msgid "Could not read post."
-msgstr "Non foi posíbel ler o artigo."
+msgstr "Non se puido ler o artigo."
 
 #: blogger1.cpp:355 blogger1.cpp:358 movabletype.cpp:280 movabletype.cpp:283
 #, kde-format
 msgid "Could not fetch post out of the result from the server."
-msgstr "Non foi posíbel extraer o artigo do resultado do servidor."
+msgstr "Non se puido extraer o artigo do resultado do servidor."
 
 #: blogger1.cpp:377 movabletype.cpp:241
 #, kde-format
 msgid "Could not read the postId, not a string or an integer."
-msgstr "Non foi posíbel ler o postId, non é unha cadea nin un enteiro."
+msgstr "Non se puido ler o postId, non é unha cadea nin un enteiro."
 
 #: blogger1.cpp:410 blogger1.cpp:435 movabletype.cpp:316
 #, kde-format
 msgid "Could not read the result, not a boolean."
-msgstr "Non foi posíbel ler o resultado, non é un campo lóxico."
+msgstr "Non se puido ler o resultado, non é un campo lóxico."
 
 #: gdata.cpp:214 gdata.cpp:277 gdata.cpp:337 gdata.cpp:382 gdata.cpp:438
 #, kde-format
@@ -77,42 +77,41 @@
 #: gdata.cpp:529
 #, kde-format
 msgid "Could not regexp the Profile ID."
-msgstr ""
-"Non foi posíbel aplicar a expresión regular ao identificador do perfil."
+msgstr "Non se puido aplicar a expresión regular ao identificador do perfil."
 
 #: gdata.cpp:550
 #, kde-format
 msgid "Could not get blogs."
-msgstr "Non foi posíbel obter os artigos."
+msgstr "Non se puideron obter os artigos."
 
 #: gdata.cpp:572 gdata.cpp:778
 #, kde-format
 msgid "Could not regexp the blog id path."
 msgstr ""
-"Non foi posíbel aplicar a expresión regular á ruta do identificador do blog."
+"Non se puido aplicar a expresión regular á ruta do identificador do blog."
 
 #: gdata.cpp:593 gdata.cpp:635
 #, kde-format
 msgid "Could not get comments."
-msgstr "Non foi posíbel obter os comentarios."
+msgstr "Non se puideron obter os comentarios."
 
 #: gdata.cpp:607 gdata.cpp:649
 #, kde-format
 msgid "Could not regexp the comment id path."
 msgstr ""
-"Non foi posíbel aplicar a expresión regular á ruta de identificador de "
+"Non se puido aplicar a expresión regular á ruta de identificador de "
 "comentario."
 
 #: gdata.cpp:678 gdata.cpp:749
 #, kde-format
 msgid "Could not get posts."
-msgstr "Non foi posíbel obter os artigos."
+msgstr "Non se puideron obter os artigos."
 
 #: gdata.cpp:698
 #, kde-format
 msgid "Could not regexp the post id path."
 msgstr ""
-"Non foi posíbel aplicar a expresión regular á ruta de identificador de "
+"Non se puido aplicar a expresión regular á ruta de identificador de "
 "publicación."
 
 #: gdata.cpp:807 gdata.cpp:861 gdata.cpp:942 wordpressbuggy.cpp:330
@@ -120,23 +119,22 @@
 #, kde-format
 msgid "Could not regexp the id out of the result."
 msgstr ""
-"Non foi posíbel aplicar a expresión regular ao identificador do resultado."
+"Non se puido aplicar a expresión regular ao identificador do resultado."
 
 #: gdata.cpp:816 gdata.cpp:870 gdata.cpp:951
 #, kde-format
 msgid "Could not regexp the published time out of the result."
-msgstr "Non foi posíbel extraer do resultado a data de publicación."
+msgstr "Non se puido extraer do resultado a data de publicación."
 
 #: gdata.cpp:825 gdata.cpp:879 gdata.cpp:960
 #, kde-format
 msgid "Could not regexp the update time out of the result."
-msgstr "Non foi posíbel extraer do resultado a data de actualización."
+msgstr "Non se puido extraer do resultado a data de actualización."
 
 #: livejournal.cpp:343 livejournal.cpp:452 livejournal.cpp:477
 #, kde-format
 msgid "Could not read the post ID, result not a map."
-msgstr ""
-"Non foi posíbel ler o identificador do envío, o resultado non é un mapa."
+msgstr "Non se puido ler o identificador do envío, o resultado non é un mapa."
 
 #: livejournal.cpp:490
 #, kde-format
@@ -152,18 +150,18 @@
 #, kde-format
 msgid "Could not list categories out of the result from the server."
 msgstr ""
-"Non foi posíbel listar as categorías a partir do resultado do servidor."
+"Non se puideron listar as categorías a partir do resultado do servidor."
 
 #: metaweblog.cpp:246
 #, kde-format
 msgid "Could not read the result, not a map."
-msgstr "Non foi posíbel ler o resultado, non é un mapa."
+msgstr "Non se puido ler o resultado, non é un mapa."
 
 #: movabletype.cpp:381
 #, kde-format
 msgid "Could not read the result - is not a list. Category fetching failed."
 msgstr ""
-"Non foi posíbel ler o resultado - non é unha lista. Fallou a obtención das "
+"Non se puido ler o resultado - non é unha lista. Fallou a obtención das "
 "categorías."
 
 #: movabletype.cpp:415
@@ -172,15 +170,15 @@
 "Could not read the result - is not a boolean value. Category setting "
 "failed.  Will still publish now if necessary."
 msgstr ""
-"Non foi posíbel ler o resultado - non é un campo lóxico. Fallou a "
-"configuración da categoría. Aínda así, publicaremos agora de ser preciso."
+"Non se puido ler o resultado - non é un campo lóxico. Fallou a configuración "
+"da categoría. Aínda así, publicaremos agora de ser preciso."
 
 #: movabletype.cpp:536
 #, kde-format
 msgid ""
 "Could not fetch list of trackback pings out of the result from the server."
 msgstr ""
-"Non foi posíbel obter a lista de «trackback pings» a partir do resultado do "
+"Non se puido obter a lista de «trackback pings» a partir do resultado do "
 "servidor."
 
 #: wordpressbuggy.cpp:74 wordpressbuggy.cpp:186
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-17.12.3/po/zh_CN/libkblog5.po 
new/kblog-18.04.0/po/zh_CN/libkblog5.po
--- old/kblog-17.12.3/po/zh_CN/libkblog5.po     2018-03-06 01:27:11.000000000 
+0100
+++ new/kblog-18.04.0/po/zh_CN/libkblog5.po     2018-04-13 02:13:45.000000000 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-09-14 03:26+0200\n"
-"PO-Revision-Date: 2018-02-28 02:27-0500\n"
+"PO-Revision-Date: 2018-04-05 09:39-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to