Hello community,
here is the log from the commit of package libyui-rest-api for openSUSE:Factory
checked in at 2020-09-21 16:59:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-rest-api (Old)
and /work/SRC/openSUSE:Factory/.libyui-rest-api.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-rest-api"
Mon Sep 21 16:59:01 2020 rev:8 rq:834863 version:0.5.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-rest-api/libyui-rest-api.changes
2020-09-03 01:13:27.700455275 +0200
+++
/work/SRC/openSUSE:Factory/.libyui-rest-api.new.4249/libyui-rest-api.changes
2020-09-21 16:59:27.794708471 +0200
@@ -1,0 +2,7 @@
+Wed Sep 16 10:14:16 UTC 2020 - Ladislav Slezák <[email protected]>
+
+- Fixed compilation in SLE15-SP2 (related to the previous fix
+ bsc#1139747)
+- 0.5.4
+
+-------------------------------------------------------------------
Old:
----
libyui-rest-api-0.5.3.tar.bz2
New:
----
libyui-rest-api-0.5.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libyui-rest-api.spec ++++++
--- /var/tmp/diff_new_pack.0h5qFx/_old 2020-09-21 16:59:29.194709729 +0200
+++ /var/tmp/diff_new_pack.0h5qFx/_new 2020-09-21 16:59:29.198709733 +0200
@@ -21,7 +21,7 @@
%define libyui_devel_version libyui-devel >= 3.10.1
Name: libyui-rest-api
-Version: 0.5.3
+Version: 0.5.4
Release: 0
Summary: Libyui - REST API plugin, the shared part
License: LGPL-2.1-only OR LGPL-3.0-only
++++++ libyui-rest-api-0.5.3.tar.bz2 -> libyui-rest-api-0.5.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-rest-api-0.5.3/VERSION.cmake
new/libyui-rest-api-0.5.4/VERSION.cmake
--- old/libyui-rest-api-0.5.3/VERSION.cmake 2020-08-28 13:44:20.000000000
+0200
+++ new/libyui-rest-api-0.5.4/VERSION.cmake 2020-09-16 12:45:10.000000000
+0200
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "0")
SET( VERSION_MINOR "5" )
-SET( VERSION_PATCH "3" )
+SET( VERSION_PATCH "4" )
SET( VERSION
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libyui-rest-api-0.5.3/package/libyui-rest-api.changes
new/libyui-rest-api-0.5.4/package/libyui-rest-api.changes
--- old/libyui-rest-api-0.5.3/package/libyui-rest-api.changes 2020-08-28
13:44:20.000000000 +0200
+++ new/libyui-rest-api-0.5.4/package/libyui-rest-api.changes 2020-09-16
12:45:10.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Sep 16 10:14:16 UTC 2020 - Ladislav Slezák <[email protected]>
+
+- Fixed compilation in SLE15-SP2 (related to the previous fix
+ bsc#1139747)
+- 0.5.4
+
+-------------------------------------------------------------------
Tue Aug 28 10:10:00 UTC 2020 - Joaquín Rivera <[email protected]>
- Serialize value for YDateField and YTimeField (bsc#1139747)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-rest-api-0.5.3/package/libyui-rest-api.spec
new/libyui-rest-api-0.5.4/package/libyui-rest-api.spec
--- old/libyui-rest-api-0.5.3/package/libyui-rest-api.spec 2020-08-28
13:44:20.000000000 +0200
+++ new/libyui-rest-api-0.5.4/package/libyui-rest-api.spec 2020-09-16
12:45:10.000000000 +0200
@@ -21,7 +21,7 @@
%define libyui_devel_version libyui-devel >= 3.10.1
Name: libyui-rest-api
-Version: 0.5.3
+Version: 0.5.4
Release: 0
Summary: Libyui - REST API plugin, the shared part
License: LGPL-2.1-only OR LGPL-3.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-rest-api-0.5.3/src/YHttpHandler.cc
new/libyui-rest-api-0.5.4/src/YHttpHandler.cc
--- old/libyui-rest-api-0.5.3/src/YHttpHandler.cc 2020-08-28
13:44:20.000000000 +0200
+++ new/libyui-rest-api-0.5.4/src/YHttpHandler.cc 2020-09-16
12:45:10.000000000 +0200
@@ -16,6 +16,7 @@
#include <json/json.h>
#include <microhttpd.h>
+#include <sstream>
#include "YJsonSerializer.h"
#include "YHttpHandler.h"