From b86a2460b6d7b1b36835d2c66b57f79a6ca91b0b7ae02483288ae4d267fd682b Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 21 Apr 2016 13:48:12 +0000 Subject: [PATCH 1/2] Accepting request 391155 from home:michel_mno:branches:devel:tools - same work around ppc64 as already done for ppc64le [boo#921577] OBS-URL: https://build.opensuse.org/request/show/391155 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=104 --- doxygen.changes | 5 +++++ doxygen.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doxygen.changes b/doxygen.changes index 3d32cae..64caae8 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 21 12:43:38 UTC 2016 - normand@linux.vnet.ibm.com + +- same work around ppc64 as already done for ppc64le [boo#921577] + ------------------------------------------------------------------- Sun Feb 21 00:48:27 UTC 2016 - crrodriguez@opensuse.org diff --git a/doxygen.spec b/doxygen.spec index 660aa54..7dfca2f 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -30,7 +30,7 @@ Patch0: %{name}-modify_footer.patch Patch1: %{name}-no-lowercase-man-names.patch # PATCH-FIX-UPSTREAM: add missing returns to non-void functions Patch3: vhdlparser-no-return.patch -# suse specific, for ppc64le, workaround for bnc#921577 +# suse specific, for ppc64le ppc64, workaround for bnc#921577 Patch4: doxygen-dot-one-thread.patch BuildRequires: bison BuildRequires: cmake >= 2.8.12 @@ -53,7 +53,7 @@ as well. %patch0 %patch1 -p1 %patch3 -p1 -%ifarch ppc64le +%ifarch ppc64le ppc64 %patch4 -p1 %endif From a115fdab3058ef4d2eac1f821e7e1e614791da43453a3757cbabbc8619054c20 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 25 Apr 2016 07:27:46 +0000 Subject: [PATCH 2/2] - fix build: added texlive-wasy2-ps to buildrequires OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=105 --- doxygen-doc.changes | 5 +++++ doxygen-doc.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/doxygen-doc.changes b/doxygen-doc.changes index a61b1e4..a57c8f3 100644 --- a/doxygen-doc.changes +++ b/doxygen-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 25 07:29:18 UTC 2016 - pgajdos@suse.com + +- fix build: added texlive-wasy2-ps to buildrequires + ------------------------------------------------------------------- Tue Jan 5 10:05:23 UTC 2016 - pgajdos@suse.com diff --git a/doxygen-doc.spec b/doxygen-doc.spec index fd5c416..3956a60 100644 --- a/doxygen-doc.spec +++ b/doxygen-doc.spec @@ -61,6 +61,7 @@ BuildRequires: texlive-tabu BuildRequires: texlive-times BuildRequires: texlive-tocloft BuildRequires: texlive-wasy +BuildRequires: texlive-wasy2-ps BuildRequires: texlive-wasysym BuildRequires: texlive-xtab BuildRoot: %{_tmppath}/%{name}-%{version}-build