Hello community,

here is the log from the commit of package libhubbub for openSUSE:Factory 
checked in at 2014-08-03 15:36:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libhubbub (Old)
 and      /work/SRC/openSUSE:Factory/.libhubbub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libhubbub"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libhubbub/libhubbub.changes      2014-05-29 
08:44:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libhubbub.new/libhubbub.changes 2014-08-03 
15:36:52.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 31 14:55:34 UTC 2014 - dval...@suse.com
+
+- Workaround false positive on powerpc64 (bnc#889740)
+
+- added patches:
+  * 0001-workaround-fail-on-ppc64.patch
+-------------------------------------------------------------------

New:
----
  0001-workaround-fail-on-ppc64.patch

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

Other differences:
------------------
++++++ libhubbub.spec ++++++
--- /var/tmp/diff_new_pack.VHlDtN/_old  2014-08-03 15:36:53.000000000 +0200
+++ /var/tmp/diff_new_pack.VHlDtN/_new  2014-08-03 15:36:53.000000000 +0200
@@ -25,6 +25,7 @@
 Url:            http://www.netsurf-browser.org/projects/hubbub/
 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
 BuildRequires:  check-devel
 BuildRequires:  doxygen
 BuildRequires:  libjson-c-devel >= 0.11
@@ -83,6 +84,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 sed -i -e s@-Werror@@ Makefile
 

++++++ 0001-workaround-fail-on-ppc64.patch ++++++
>From 44536c352878d2c6b6e05eb884cd8aa72832dc84 Mon Sep 17 00:00:00 2001
From: Dinar Valeev <dval...@suse.com>
Date: Thu, 31 Jul 2014 16:40:14 +0200
Subject: [PATCH] workaround fail on ppc64

---
 test/tree2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/tree2.c b/test/tree2.c
index d5d4c72..d345873 100644
--- a/test/tree2.c
+++ b/test/tree2.c
@@ -462,7 +462,7 @@ hubbub_error unref_node(void *ctx, void *node)
 
                n->refcnt--;
 
-               printf("Unreferencing node %p (%d) [%d : %s]\n", node, 
+               printf("Unreferencing node %p (%d) [%d : %s] \n", node, 
                                n->refcnt, n->type, 
                                n->type == ELEMENT ? n->data.element.name : "");
 
-- 
1.8.5.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to