diff --git a/doxygen-doc.changes b/doxygen-doc.changes index 94e4c07..a61b1e4 100644 --- a/doxygen-doc.changes +++ b/doxygen-doc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 5 10:05:23 UTC 2016 - pgajdos@suse.com + +- fix build after update + +------------------------------------------------------------------- +Tue Jan 5 07:31:22 UTC 2016 - foss@grueninger.de + +- Update to 1.8.11 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html +- Update patch vhdlparser-no-return.patch +- Remove patch doxygen-no-shared-libs.patch which is included + in upstream + ------------------------------------------------------------------- Fri Aug 21 10:01:07 UTC 2015 - tchvatal@suse.com diff --git a/doxygen-doc.spec b/doxygen-doc.spec index 825871f..fd5c416 100644 --- a/doxygen-doc.spec +++ b/doxygen-doc.spec @@ -1,7 +1,7 @@ # # spec file for package doxygen-doc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -24,9 +24,6 @@ License: GPL-2.0+ Group: Development/Tools/Doc Generators Url: http://www.stack.nl/~dimitri/doxygen/ Source0: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz -# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide -# shared one -Patch2: doxygen-no-shared-libs.patch # PATCH-FIX-UPSTREAM: add missing returns to non-void functions Patch3: vhdlparser-no-return.patch # suse specific, for ppc64le, workaround for bnc#921577 @@ -42,6 +39,7 @@ BuildRequires: graphviz-gnome BuildRequires: poppler-tools BuildRequires: python-base BuildRequires: python-xml +BuildRequires: texlive-appendix BuildRequires: texlive-colortbl BuildRequires: texlive-courier BuildRequires: texlive-dvips @@ -49,6 +47,7 @@ BuildRequires: texlive-epstopdf BuildRequires: texlive-fancyhdr BuildRequires: texlive-float BuildRequires: texlive-helvetic +BuildRequires: texlive-import BuildRequires: texlive-latex BuildRequires: texlive-makeindex BuildRequires: texlive-metafont @@ -58,6 +57,7 @@ BuildRequires: texlive-psnfss BuildRequires: texlive-rsfs BuildRequires: texlive-sectsty BuildRequires: texlive-symbol +BuildRequires: texlive-tabu BuildRequires: texlive-times BuildRequires: texlive-tocloft BuildRequires: texlive-wasy @@ -77,7 +77,6 @@ This package contains only documentation %prep %setup -q -n doxygen-%{version} -%patch2 -p1 %patch3 -p1 %ifarch ppc64le # see bnc#921577 @@ -101,7 +100,7 @@ make docs %{?_smp_mflags} %install %cmake_install docs rm %{buildroot}%{_bindir}/doxygen -rm -r %{buildroot}/usr/man/man1/ +rm -r %{buildroot}%{_mandir}/man1/ %fdupes -s %{buildroot}%{_docdir}/%{name}-doc %files diff --git a/doxygen.spec b/doxygen.spec index 7308c33..e620654 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,7 +1,7 @@ # # spec file for package doxygen # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 diff --git a/doxywizard.changes b/doxywizard.changes index 239af06..f8b1d9d 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 5 09:35:48 UTC 2016 - pgajdos@suse.com + +- fix build after update + +------------------------------------------------------------------- +Tue Jan 5 07:31:22 UTC 2016 - foss@grueninger.de + +- Update to 1.8.11 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html +- Update patch vhdlparser-no-return.patch +- Remove patch doxygen-no-shared-libs.patch which is included + in upstream + ------------------------------------------------------------------- Thu Aug 27 07:34:32 UTC 2015 - mpluskal@suse.com diff --git a/doxywizard.spec b/doxywizard.spec index 1620d00..0b04136 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -1,7 +1,7 @@ # # spec file for package doxywizard # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -25,9 +25,6 @@ Group: Development/Tools/Doc Generators Url: http://www.stack.nl/~dimitri/doxygen/ Source: http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz Source1: doxywizard.desktop -# PATCH-FIX-UPSTREAM: declare static library where we don't want to provide -# shared one -Patch2: doxygen-no-shared-libs.patch # PATCH-FIX-UPSTREAM: add missing returns to non-void functions Patch3: vhdlparser-no-return.patch BuildRequires: bison @@ -51,7 +48,6 @@ configuration files. %prep %setup -q -n doxygen-%{version} -%patch2 -p1 %patch3 -p1 %build