Hello community,

here is the log from the commit of package kblog for openSUSE:Leap:15.2 checked 
in at 2020-02-13 14:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kblog (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kblog.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblog"

Thu Feb 13 14:39:08 2020 rev:56 rq:771926 version:19.12.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kblog/kblog.changes    2020-01-15 
15:14:58.426227035 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kblog.new.26092/kblog.changes 2020-02-13 
14:39:09.889601648 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:37:11 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Replace %make_jobs with %cmake_build.
+
+-------------------------------------------------------------------
+Wed Feb  5 06:28:56 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+-------------------------------------------------------------------

Old:
----
  kblog-19.12.1.tar.xz
  kblog-19.12.1.tar.xz.sig

New:
----
  kblog-19.12.2.tar.xz
  kblog-19.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ kblog.spec ++++++
--- /var/tmp/diff_new_pack.gxdAwF/_old  2020-02-13 14:39:10.201601820 +0100
+++ /var/tmp/diff_new_pack.gxdAwF/_new  2020-02-13 14:39:10.201601820 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kblog
-Version:        19.12.1
+Version:        19.12.2
 Release:        0
 Summary:        Client-side support library for web application remote 
blogging APIs
 License:        LGPL-2.1-or-later
@@ -87,7 +87,7 @@
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++++++ kblog-19.12.1.tar.xz -> kblog-19.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-19.12.1/CMakeLists.txt 
new/kblog-19.12.2/CMakeLists.txt
--- old/kblog-19.12.1/CMakeLists.txt    2020-01-07 03:28:00.000000000 +0100
+++ new/kblog-19.12.2/CMakeLists.txt    2020-02-04 02:47:18.000000000 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.1")
+set(PIM_VERSION "5.13.2")
 
 project(KBlog VERSION ${PIM_VERSION})
 
@@ -24,8 +24,8 @@
 
 
 set(KBLOG_LIB_VERSION ${PIM_VERSION})
-set(SYNDICATION_LIB_VERSION "5.13.1")
-set(XMLRPCCLIENT_LIB_VERSION "5.13.1")
+set(SYNDICATION_LIB_VERSION "5.13.2")
+set(XMLRPCCLIENT_LIB_VERSION "5.13.2")
 set(QT_REQUIRED_VERSION "5.11.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KBLOG
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kblog_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblog-19.12.1/po/ca@valencia/libkblog5.po 
new/kblog-19.12.2/po/ca@valencia/libkblog5.po
--- old/kblog-19.12.1/po/ca@valencia/libkblog5.po       2020-01-07 
03:27:58.000000000 +0100
+++ new/kblog-19.12.2/po/ca@valencia/libkblog5.po       2020-02-04 
02:47:14.000000000 +0100
@@ -34,8 +34,8 @@
 #, kde-format
 msgid "Could not fetch blogs out of the result from the server, not a list."
 msgstr ""
-"No s'han pogut recuperar els blogs a partir del resultat del servidor, no "
-"era una llista."
+"No s'han pogut recuperar els blogs a partir del resultat del servidor, no era 
"
+"una llista."
 
 #: blogger1.cpp:307
 #, kde-format
@@ -59,8 +59,8 @@
 #, kde-format
 msgid "Could not read the postId, not a string or an integer."
 msgstr ""
-"No s'ha pogut llegir l'identificador de l'article (postId), no era una "
-"cadena ni un enter."
+"No s'ha pogut llegir l'identificador de l'article (postId), no era una cadena 
"
+"ni un enter."
 
 #: blogger1.cpp:410 blogger1.cpp:435 movabletype.cpp:316
 #, kde-format
@@ -159,8 +159,8 @@
 #: movabletype.cpp:415
 #, kde-format
 msgid ""
-"Could not read the result - is not a boolean value. Category setting "
-"failed.  Will still publish now if necessary."
+"Could not read the result - is not a boolean value. Category setting failed.  
"
+"Will still publish now if necessary."
 msgstr ""
 "No s'ha pogut llegir el resultat -no era un booleà-. Ha fallat l'arranjament "
 "de la categoria. Encara podeu publicar si és necessari."
@@ -177,12 +177,3 @@
 #, 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-19.12.1/po/zh_CN/libkblog5.po 
new/kblog-19.12.2/po/zh_CN/libkblog5.po
--- old/kblog-19.12.1/po/zh_CN/libkblog5.po     2020-01-07 03:28:00.000000000 
+0100
+++ new/kblog-19.12.2/po/zh_CN/libkblog5.po     2020-02-04 02:47:18.000000000 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:15+0200\n"
-"PO-Revision-Date: 2020-01-04 21:48\n"
+"PO-Revision-Date: 2020-01-20 21:56\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to