Hello community, here is the log from the commit of package libhubbub for openSUSE:Factory checked in at 2018-01-13 21:48:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhubbub (Old) and /work/SRC/openSUSE:Factory/.libhubbub.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhubbub" Sat Jan 13 21:48:53 2018 rev:5 rq:563854 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libhubbub/libhubbub.changes 2017-08-16 16:13:21.156424592 +0200 +++ /work/SRC/openSUSE:Factory/.libhubbub.new/libhubbub.changes 2018-01-13 21:48:53.438597377 +0100 @@ -1,0 +2,7 @@ +Fri Jan 12 13:48:17 UTC 2018 - [email protected] + +- Added patch: + * libhubbub-0.3.0-is_error.patch + + Avoid implicit declaration and undefined symbol "is_error" + +------------------------------------------------------------------- New: ---- libhubbub-0.3.0-is_error.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhubbub.spec ++++++ --- /var/tmp/diff_new_pack.h0Ao3c/_old 2018-01-13 21:48:53.974572388 +0100 +++ /var/tmp/diff_new_pack.h0Ao3c/_new 2018-01-13 21:48:53.978572202 +0100 @@ -1,7 +1,7 @@ # # spec file for package libhubbub # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Source: http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz Patch0: libhubbub-0.3.0-notimestamp.patch Patch1: 0001-workaround-fail-on-ppc64.patch +Patch2: libhubbub-0.3.0-is_error.patch BuildRequires: check-devel BuildRequires: doxygen BuildRequires: libjson-c-devel >= 0.11 @@ -85,6 +86,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 sed -i -e s@-Werror@@ Makefile ++++++ libhubbub-0.3.0-is_error.patch ++++++ --- libhubbub-0.3.0/test/tokeniser2.c 2014-04-18 11:49:06.000000000 +0200 +++ libhubbub-0.3.0/test/tokeniser2.c 2018-01-12 14:45:44.121287694 +0100 @@ -3,6 +3,7 @@ #include <string.h> #include <json.h> +#include <json-c/bits.h> #include <parserutils/input/inputstream.h> --- libhubbub-0.3.0/test/tokeniser3.c 2014-04-18 11:49:06.000000000 +0200 +++ libhubbub-0.3.0/test/tokeniser3.c 2018-01-12 14:45:40.037193277 +0100 @@ -3,6 +3,7 @@ #include <string.h> #include <json.h> +#include <json-c/bits.h> #include <parserutils/input/inputstream.h>
