forked from pool/doxygen
Accepting request 391653 from devel:tools
- fix build: added texlive-wasy2-ps to buildrequires - same work around ppc64 as already done for ppc64le [boo#921577] OBS-URL: https://build.opensuse.org/request/show/391653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=64
This commit is contained in:
commit
4c520739c7
@ -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
|
Tue Jan 5 10:05:23 UTC 2016 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ BuildRequires: texlive-tabu
|
|||||||
BuildRequires: texlive-times
|
BuildRequires: texlive-times
|
||||||
BuildRequires: texlive-tocloft
|
BuildRequires: texlive-tocloft
|
||||||
BuildRequires: texlive-wasy
|
BuildRequires: texlive-wasy
|
||||||
|
BuildRequires: texlive-wasy2-ps
|
||||||
BuildRequires: texlive-wasysym
|
BuildRequires: texlive-wasysym
|
||||||
BuildRequires: texlive-xtab
|
BuildRequires: texlive-xtab
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
@ -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
|
Sun Feb 21 00:48:27 UTC 2016 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Patch0: %{name}-modify_footer.patch
|
|||||||
Patch1: %{name}-no-lowercase-man-names.patch
|
Patch1: %{name}-no-lowercase-man-names.patch
|
||||||
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
|
# PATCH-FIX-UPSTREAM: add missing returns to non-void functions
|
||||||
Patch3: vhdlparser-no-return.patch
|
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
|
Patch4: doxygen-dot-one-thread.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -53,7 +53,7 @@ as well.
|
|||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le ppc64
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user