822931
%if 0%{?fedora}
822931
%global xapian_core_support ON
822931
%global clang_support ON
822931
%else
822931
%global xapian_core_support OFF
822931
%global clang_support OFF
822931
%endif
822931
822931
Summary: A documentation system for C/C++
822931
Name:    doxygen
822931
Epoch:   1
822931
Version: 1.9.1
822931
Release: 11%{?dist}
822931
822931
# No version is specified.
822931
License: GPL+
822931
Url: http://www.doxygen.nl
822931
Source0: https://doxygen.nl/files/%{name}-%{version}.src.tar.gz
822931
# this icon is part of kdesdk
822931
Source1: doxywizard.desktop
822931
# these icons are part of doxygen and converted from doxywizard.ico
822931
Source2: doxywizard-icons.tar.xz
822931
# upstream patches
822931
Patch1: doxgen-1.9.1-crash-when-parsing-config-file.patch
822931
Patch2: doxgen-1.9.1-crash-when-parsing-config-file-part2.patch
822931
Patch3: doxygen-1.9.1-Coverity_issues.patch
822931
Patch4: doxygen-1.9.1-crash_in_docparser.patch
822931
822931
BuildRequires: %{_bindir}/python3
822931
BuildRequires: gcc-c++ gcc
822931
BuildRequires: perl-interpreter
822931
%if ! 0%{?_module_build}
822931
BuildRequires: tex(dvips)
822931
BuildRequires: tex(latex)
822931
# From doc/manual.sty
822931
BuildRequires: tex(helvet.sty)
822931
BuildRequires: tex(sectsty.sty)
822931
BuildRequires: tex(tocloft.sty)
822931
BuildRequires: tex(fontenc.sty)
822931
BuildRequires: tex(fancyhdr.sty)
822931
# From templates/latex/doxygen.sty
822931
BuildRequires: tex(alltt.sty)
822931
BuildRequires: tex(calc.sty)
822931
BuildRequires: tex(float.sty)
822931
BuildRequires: tex(verbatim.sty)
822931
BuildRequires: tex(xcolor.sty)
822931
BuildRequires: tex(fancyvrb.sty)
822931
BuildRequires: tex(tabularx.sty)
822931
BuildRequires: tex(multirow.sty)
822931
BuildRequires: tex(hanging.sty)
822931
BuildRequires: tex(ifpdf.sty)
822931
BuildRequires: tex(adjustbox.sty)
822931
BuildRequires: tex(amssymb.sty)
822931
BuildRequires: tex(stackengine.sty)
822931
BuildRequires: tex(ulem.sty)
822931
# From doc/doxygen_manual.tex
822931
BuildRequires: tex(ifthen.sty)
822931
BuildRequires: tex(array.sty)
822931
BuildRequires: tex(geometry.sty)
822931
BuildRequires: tex(makeidx.sty)
822931
BuildRequires: tex(natbib.sty)
822931
BuildRequires: tex(graphicx.sty)
822931
BuildRequires: tex(multicol.sty)
822931
BuildRequires: tex(float.sty)
822931
BuildRequires: tex(geometry.sty)
822931
BuildRequires: tex(listings.sty)
822931
BuildRequires: tex(color.sty)
822931
BuildRequires: tex(xcolor.sty)
822931
BuildRequires: tex(textcomp.sty)
822931
BuildRequires: tex(wasysym.sty)
822931
BuildRequires: tex(import.sty)
822931
BuildRequires: tex(appendix.sty)
822931
BuildRequires: tex(hyperref.sty)
822931
BuildRequires: tex(pspicture.sty)
822931
BuildRequires: tex(inputenc.sty)
822931
BuildRequires: tex(mathptmx.sty)
822931
BuildRequires: tex(courier.sty)
822931
# From src/latexgen.cpp
822931
BuildRequires: tex(fixltx2e.sty)
822931
BuildRequires: tex(ifxetex.sty)
822931
BuildRequires: tex(caption.sty)
822931
BuildRequires: tex(etoc.sty)
822931
# From src/util.cpp
822931
BuildRequires: tex(newunicodechar.sty)
822931
# From templates/latex/tabu_doxygen.sty
822931
BuildRequires: tex(varwidth.sty)
822931
BuildRequires: tex(xtab.sty)
822931
BuildRequires: tex(tabu.sty)
822931
BuildRequires: /usr/bin/epstopdf
822931
BuildRequires: texlive-epstopdf
822931
BuildRequires: ghostscript
822931
BuildRequires: gettext
822931
BuildRequires: desktop-file-utils
822931
BuildRequires: graphviz
822931
%else
822931
BuildRequires: zlib-devel
822931
%endif
822931
BuildRequires: flex
822931
BuildRequires: bison
822931
BuildRequires: cmake
822931
BuildRequires: git
822931
%if "x%{?xapian_core_support}" == "xON"
822931
BuildRequires: xapian-core-devel
822931
BuildRequires: zlib-devel
822931
%endif
822931
%if "x%{?clang_support}" == "xON"
822931
BuildRequires: llvm-devel
822931
BuildRequires: clang-devel
822931
%endif
822931
Requires: perl-interpreter
822931
Requires: graphviz
822931
822931
%description
822931
Doxygen can generate an online class browser (in HTML) and/or a
822931
reference manual (in LaTeX) from a set of documented source files. The
822931
documentation is extracted directly from the sources. Doxygen can
822931
also be configured to extract the code structure from undocumented
822931
source files.
822931
822931
%if ! 0%{?_module_build}
822931
%package doxywizard
822931
Summary: A GUI for creating and editing configuration files
822931
Requires: %{name} = %{epoch}:%{version}-%{release}
822931
BuildRequires: qt5-qtbase-devel
822931
822931
%description doxywizard
822931
Doxywizard is a GUI for creating and editing configuration files that
822931
are used by doxygen.
822931
822931
%package latex
822931
Summary: Support for producing latex/pdf output from doxygen
822931
Requires: %{name} = %{epoch}:%{version}-%{release}
822931
Requires: tex(latex)
822931
Requires: tex(dvips)
822931
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
822931
# From doc/manual.sty
822931
Requires: tex(helvet.sty)
822931
Requires: tex(sectsty.sty)
822931
Requires: tex(tocloft.sty)
822931
Requires: tex(fontenc.sty)
822931
Requires: tex(fancyhdr.sty)
822931
# From templates/latex/doxygen.sty
822931
Requires: tex(alltt.sty)
822931
Requires: tex(calc.sty)
822931
Requires: tex(float.sty)
822931
Requires: tex(verbatim.sty)
822931
Requires: tex(xcolor.sty)
822931
Requires: tex(fancyvrb.sty)
822931
Requires: tex(tabularx.sty)
822931
Requires: tex(multirow.sty)
822931
Requires: tex(hanging.sty)
822931
Requires: tex(ifpdf.sty)
822931
Requires: tex(adjustbox.sty)
822931
Requires: tex(amssymb.sty)
822931
Requires: tex(stackengine.sty)
822931
Requires: tex(ulem.sty)
822931
# From doc/doxygen_manual.tex
822931
Requires: tex(ifthen.sty)
822931
Requires: tex(array.sty)
822931
Requires: tex(geometry.sty)
822931
Requires: tex(makeidx.sty)
822931
Requires: tex(natbib.sty)
822931
Requires: tex(graphicx.sty)
822931
Requires: tex(multicol.sty)
822931
Requires: tex(float.sty)
822931
Requires: tex(geometry.sty)
822931
Requires: tex(listings.sty)
822931
Requires: tex(color.sty)
822931
Requires: tex(xcolor.sty)
822931
Requires: tex(textcomp.sty)
822931
Requires: tex(wasysym.sty)
822931
Requires: tex(import.sty)
822931
Requires: tex(appendix.sty)
822931
Requires: tex(hyperref.sty)
822931
Requires: tex(pspicture.sty)
822931
Requires: tex(inputenc.sty)
822931
Requires: tex(mathptmx.sty)
822931
Requires: tex(courier.sty)
822931
# From src/latexgen.cpp
822931
Requires: tex(fixltx2e.sty)
822931
Requires: tex(ifxetex.sty)
822931
Requires: tex(caption.sty)
822931
Requires: tex(etoc.sty)
822931
# From src/util.cpp
822931
Requires: tex(newunicodechar.sty)
822931
# From templates/latex/tabu_doxygen.sty
822931
Requires: tex(varwidth.sty)
822931
# I'm 99% sure this isn't needed anymore since
822931
# doxygen has a local fork of tabu... but it doesn't seem to be hurting anything.
822931
Requires: tex(tabu.sty)
822931
# There also does not seem to be any references to xtab in the code... but eh.
822931
Requires: tex(xtab.sty)
822931
# Explicitly called binaries
822931
Requires: texlive-bibtex
822931
Requires: texlive-makeindex
822931
Requires: texlive-epstopdf
822931
%endif
822931
822931
%description latex
822931
%{summary}.
822931
%endif
822931
822931
822931
%prep
822931
%autosetup -p1 -a2
822931
822931
# convert into utf-8
822931
iconv --from=ISO-8859-1 --to=UTF-8 LANGUAGE.HOWTO > LANGUAGE.HOWTO.new
822931
touch -r LANGUAGE.HOWTO LANGUAGE.HOWTO.new
822931
mv LANGUAGE.HOWTO.new LANGUAGE.HOWTO
822931
822931
822931
%build
822931
%if ! 0%{?_module_build}
822931
%cmake \
822931
      -DPYTHON_EXECUTABLE=%{_bindir}/python3 \
822931
      -Duse_libclang=%{clang_support} \
822931
      -Dbuild_doc=OFF \
822931
      -Dbuild_wizard=ON \
822931
      -Dbuild_xmlparser=ON \
822931
      -Dbuild_search=%{xapian_core_support} \
822931
      -DMAN_INSTALL_DIR=%{_mandir}/man1 \
822931
      -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
822931
      -DBUILD_SHARED_LIBS=OFF \
822931
%else
822931
%cmake \
822931
      -DPYTHON_EXECUTABLE=%{_bindir}/python3 \
822931
      -Duse_libclang=%{clang_support} \
822931
      -Dbuild_doc=OFF \
822931
      -Dbuild_wizard=OFF \
822931
      -Dbuild_xmlparser=ON \
822931
      -Dbuild_search=OFF \
822931
      -DMAN_INSTALL_DIR=%{_mandir}/man1 \
822931
      -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
822931
      -DBUILD_SHARED_LIBS=OFF \
822931
%endif
822931
822931
%cmake_build %{?_smp_mflags}
822931
822931
%install
822931
%cmake_install
822931
822931
# install icons
822931
icondir=%{buildroot}%{_datadir}/icons/hicolor
822931
mkdir -m755 -p $icondir/{16x16,32x32,48x48,128x128}/apps
822931
install -m644 -p -D doxywizard-6.png $icondir/16x16/apps/doxywizard.png
822931
install -m644 -p -D doxywizard-5.png $icondir/32x32/apps/doxywizard.png
822931
install -m644 -p -D doxywizard-4.png $icondir/48x48/apps/doxywizard.png
822931
install -m644 -p -D doxywizard-3.png $icondir/128x128/apps/doxywizard.png
822931
822931
# install man pages
822931
mkdir -p %{buildroot}/%{_mandir}/man1
822931
cp doc/*.1 %{buildroot}/%{_mandir}/man1/
822931
%if 0%{?_module_build}
822931
rm -f %{buildroot}/%{_mandir}/man1/doxywizard.1*
822931
%endif
822931
822931
%if "x%{?xapian_core_support}" == "xOFF"
822931
rm -f %{buildroot}/%{_mandir}/man1/doxyindexer.1* %{buildroot}/%{_mandir}/man1/doxysearch.1*
822931
%endif
822931
822931
# remove duplicate
822931
rm -rf %{buildroot}/%{_docdir}/packages
822931
822931
%if ! 0%{?_module_build}
822931
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
822931
%endif
822931
822931
%check
822931
%ctest
822931
822931
%files
822931
%doc LANGUAGE.HOWTO README.md
822931
%license LICENSE
822931
%if ! 0%{?_module_build}
822931
%if "x%{?xapian_core_support}" == "xON"
822931
%{_bindir}/doxyindexer
822931
%{_bindir}/doxysearch*
822931
%endif
822931
%endif
822931
%{_bindir}/doxygen
822931
%{_mandir}/man1/doxygen.1*
822931
%if "x%{?xapian_core_support}" == "xON"
822931
%{_mandir}/man1/doxyindexer.1*
822931
%{_mandir}/man1/doxysearch.1*
822931
%endif
822931
%if ! 0%{?_module_build}
822931
%files doxywizard
822931
%{_bindir}/doxywizard
822931
%{_mandir}/man1/doxywizard*
822931
%{_datadir}/applications/doxywizard.desktop
822931
%endif
822931
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
822931
822931
%if ! 0%{?_module_build}
822931
%files latex
822931
# intentionally left blank
822931
%endif
822931
822931
%changelog
822931
* Thu Aug 19 2021 Than Ngo <than@redhat.com> - 1:1.9.1-11
822931
- Resolves: #1990081, Enable LTO
822931
822931
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.9.1-10
822931
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
822931
  Related: rhbz#1991688
822931
822931
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.9.1-9
822931
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
822931
822931
* Sun Mar 21 2021 Than Ngo <than@redhat.com> - 1:1.9.1-8
822931
- update source
822931
822931
* Mon Feb 22 2021 Than Ngo <than@redhat.com> - 1:1.9.1-7
822931
- drop test-suite
822931
822931
* Wed Feb 10 2021 Than Ngo <than@redhat.com> - 1:1.9.1-6
822931
- fixed Coverity issues
822931
- fixed crash in docparser
822931
822931
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.9.1-5
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
822931
822931
* Fri Jan 22 2021 Tom Stellard <tstellar@redhat.com> - 1:1.9.1-4
822931
- Rebuild for clang-11.1.0
822931
822931
* Tue Jan 19 2021 Than Ngo <than@redhat.com> - 1.9.1-3
822931
- fixed doxygen crashes when parsing config file part2
822931
822931
822931
* Tue Jan 19 2021 Than Ngo <than@redhat.com> - 1.9.1-2
822931
- fixed bz#1916161, crashes when parsing config file
822931
822931
* Mon Jan 11 2021 Than Ngo <than@redhat.com> - 1.9.1-1
822931
- update to 1.9.1
822931
822931
* Mon Jan 11 2021 Than Ngo <than@redhat.com> - 1.8.20-6
822931
- drop BR on ImageMagick in RHEL
822931
822931
* Tue Sep 29 2020 Than Ngo <than@redhat.com> - 1.8.20-5
822931
- backport upstream patches
822931
822931
* Thu Sep 17 2020 Than Ngo <than@redhat.com> - 1.8.20-4
822931
- Fix doxygen crash
822931
822931
* Tue Sep 15 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:1.8.20-3
822931
- Fix doxygen producing different results on 32 and 64 bit architectures
822931
822931
* Fri Aug 28 2020 Scott Talbert <swt@techie.net> - 1:1.8.20-2
822931
- Fix issue with enums being defined in multiple files
822931
822931
* Tue Aug 25 2020 Than Ngo <than@redhat.com> - 1.8.20-1
822931
- update to 1.8.20
822931
822931
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-6
822931
- Second attempt - Rebuilt for
822931
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
822931
822931
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-5
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
822931
822931
* Wed Jul 08 2020 Than Ngo <than@redhat.com> - 1.8.18-4
822931
- fixed link issue against new clang
822931
822931
* Thu Jun 18 2020 Than Ngo <than@redhat.com> - 1.8.18-3
822931
- fixed bz#1834591, enable clang support in fedora
822931
822931
* Wed May 27 2020 Tom Callaway <spot@fedoraproject.org> - 1.8.18-2
822931
- update tex dependencies
822931
822931
* Mon May 25 2020 Than Ngo <than@redhat.com> - 1.8.18-1
822931
- update to 1.8.18
822931
- backport fixes: buffer-overflow, memory leeks and md5 hash does not match for
822931
  2 diffferent runs
822931
822931
* Thu Apr 02 2020 Björn Esser <besser82@fedoraproject.org> - 1:1.8.17-3
822931
- Fix string quoting for rpm >= 4.16
822931
822931
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.17-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
822931
822931
* Tue Jan 14 2020 Than Ngo <than@redhat.com> - 1:1.8.17-1
822931
- resolves #1786799, update to 1.8.17
822931
822931
* Tue Dec 10 2019 Than Ngo <than@redhat.com> - 1:1.8.16-3
822931
- fixed covscan issues
822931
822931
* Mon Sep 16 2019 Than Ngo <than@redhat.com> - 1:1.8.16-2
822931
- backpored upstream patch to fix #7248
822931
822931
* Wed Sep 11 2019 Than Ngo <than@redhat.com> - 1:1.8.16-1
822931
- resolves #1742614, update to 1.8.16
822931
822931
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.15-10
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
822931
822931
* Tue Mar 19 2019 Christoph Junghans <junghans@votca.org> - 1:1.8.15-9
822931
- Incl. xml fix for c++11
822931
822931
* Sat Mar 16 2019 Than Ngo <than@redhat.com> - 1:1.8.15-8
822931
- added license file
822931
822931
* Wed Mar 13 2019 Than Ngo <than@redhat.com> - 1:1.8.15-7
822931
- added Requirement on dot
822931
822931
* Thu Feb 14 2019 Than Ngo <than@redhat.com> - 1:1.8.15-6
822931
- fixed bz#1677000, fixed multilib issue
822931
822931
* Tue Feb 12 2019 Than Ngo <than@redhat.com> - 1:1.8.15-5
822931
- fixed bz#1675288, doxygen 1.8.15 segfault
822931
822931
* Fri Feb 08 2019 Than Ngo <than@redhat.com> - 1:1.8.15-4
822931
- fixed bz#673228 - operator whitespace changes cause wxpython FTBFS
822931
- fixed bz#1673230 - BR on tex(newunicodechar.sty) in doxygen-latex 
822931
822931
* Tue Feb 05 2019 Than Ngo <than@redhat.com> - 1:1.8.15-3
822931
- fixed bz#1671999, backported from upstream
822931
- added test for XML output with an empty TOC
822931
822931
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.15-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
822931
822931
* Mon Jan 28 2019 Than Ngo <than@redhat.com> - 1:1.8.15-1
822931
- update to 1.8.15
822931
822931
* Thu Dec 06 2018 Than Ngo <than@redhat.com> - 1:1.8.14-8
822931
- enable testing 
822931
822931
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 1:1.8.14-7
822931
- add BR: gcc-c++ gcc
822931
822931
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.14-6
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
822931
822931
* Wed Jun 27 2018 Than Ngo <than@redhat.com> - 1:1.8.14-5
822931
- support Qt5
822931
822931
* Wed Jun 20 2018 Than Ngo <than@redhat.com> - 1.8.14-4
822931
- enble search addon on fedora
822931
822931
* Mon Apr 30 2018 Than Ngo <than@redhat.com> - 1.8.14-3
822931
- added missing BR on adjustbox.sty for refman
822931
822931
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.14-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
822931
822931
* Fri Dec 29 2017 Than Ngo <than@redhat.com> - 1:1.8.14-1
822931
- update to 1.8.14
822931
822931
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.13-12
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
822931
822931
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.13-11
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
822931
822931
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1:1.8.13-10
822931
- perl dependency renamed to perl-interpreter
822931
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
822931
822931
* Tue Jul 04 2017 Than Ngo <than@redhat.com> - 1:1.8.13-9
822931
- backport to fix C# property initializer parsing 
822931
- backport to fix non reachable links and redirected links in documentation
822931
822931
* Tue May 30 2017 Than Ngo <than@redhat.com> - 1:1.8.13-8
822931
- backport to fix problem where automatic line breaking caused
822931
  missing vertical bars in the parameter table for Latex output
822931
822931
* Sat Apr 22 2017 Karsten Hopp <karsten@redhat.com> - 1.8.13-7
822931
- fix _module_build macro
822931
822931
* Fri Apr 21 2017 Karsten Hopp <karsten@redhat.com> - 1.8.13-6
822931
- use new _module_build macro to limit dependencies for Modularity
822931
822931
* Mon Mar 13 2017 Than Ngo <than@redhat.com> - 1:1.8.13-5
822931
- backport to fix behavior of @ref const matching (#776988)
822931
822931
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.13-4
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
822931
822931
* Thu Jan 19 2017 Than Ngo <than@redhat.com> - 1:1.8.13-3
822931
- Bug 775493 - Usage of underscore's in parameter names
822931
822931
* Tue Jan 17 2017 Björn Esser <besser82@fedoraproject.org> - 1:1.8.13-2
822931
- Add upstream patch to fix regression (rhbz#1413296)
822931
822931
* Thu Dec 29 2016 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.13-1
822931
- Update to 1.8.13
822931
- Drop upstream patches
822931
822931
* Thu Dec 22 2016 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.12-7
822931
- Rebuild for xapian soname bump
822931
- Add patch to build with python rc
822931
822931
* Mon Dec 12 2016 Than Ngo <than@redhat.com> - 1:1.8.12-6
822931
- backport upstream patch to fix
822931
    Bug 707266 - C++/CLI indexed property not documented
822931
    Bug 774949 - Unknown reference in manual
822931
    Bug 775245 - referencing Python files via tagfile broken
822931
822931
* Thu Dec 08 2016 Than Ngo <than@redhat.com> - 1:1.8.12-5
822931
- fixed bz#1402043 - runtime dependency on perl
822931
- backport upstream patch to fix Bug 774138 . add HTML classes to "Definition at..." & "Referenced by..." for CSS
822931
822931
* Fri Nov 25 2016 Than Ngo <than@redhat.com> - - 1:1.8.12-4
822931
- Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not work
822931
822931
* Tue Nov 15 2016 Than Ngo <than@redhat.com> - 1:1.8.12-3
822931
- bz#1394456, add missing docs
822931
- fix build issue when build_doc=ON
822931
822931
* Thu Oct 20 2016 Than Ngo <than@redhat.com> - 1:1.8.12-2
822931
- backport upstream fixes
822931
  Bug 771310 - French description for "Namespace Members" is wrong and causes fatal javascript error
822931
  Bug 771344 - Class name 'internal' breaks class hierarchy in C++
822931
822931
* Tue Sep 06 2016 Than Ngo <than@redhat.com> - 1:1.8.12-1
822931
- 1.8.12
822931
- fixed bz#1373167 - doxygen ships bogus man pages 
822931
822931
* Sun Mar 06 2016 Than Ngo <than@redhat.com> - 1:1.8.11-4
822931
- bz#1305739, Unescaped percent sign in doxygen
822931
822931
* Mon Feb 22 2016 Than Ngo <than@redhat.com> - 1:1.8.11-3
822931
- fix bz#1305739, Unescaped percent sign in doxygen
822931
822931
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.11-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
822931
822931
* Wed Jan 13 2016 Than Ngo <than@redhat.com> - 1:1.8.11-1
822931
- 1.8.11
822931
822931
* Fri Dec 04 2015 Than Ngo <than@redhat.com> - 1:1.8.10-7
822931
- backport to fix a couple of small memory leaks
822931
822931
* Tue Nov 10 2015 Than Ngo <than@redhat.com> - 1:1.8.10-6
822931
- backport patches to fix follow issues:
822931
   angle brackets (< and >) not escaped in HTML formula alt text
822931
   don't support longer key in bibtex
822931
   math does not work in LaTeX with custom header and footer
822931
   writeMemberNavIndex template calls static fixSpaces
822931
   XML empty <argsstring/> in python
822931
   XML not documenting a class in python
822931
   add option to build latex without timestamps
822931
822931
* Mon Nov 09 2015 Than Ngo <than@redhat.com> - 1:1.8.10-5
822931
- fix install issue
822931
822931
* Thu Oct 08 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:1.8.10-4
822931
- Fix patch to apply
822931
822931
* Thu Oct 08 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1:1.8.10-3
822931
- drop QT_ARCH_X86_64 hardcoded definition to get doxygen built on aarch64
822931
  (it built by pure luck on other architectures)
822931
822931
* Wed Sep 23 2015 Than Ngo <than@redhat.com> - 1.8.10-2
822931
- fix broken deps
822931
822931
* Fri Aug 28 2015 Than Ngo <than@redhat.com> - 1.8.10-1
822931
- update to 1.8.10
822931
822931
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.9.1-4
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
822931
822931
* Thu May 28 2015 Than Ngo <than@redhat.com> - 1:1.8.9.1-3
822931
- rebuild
822931
822931
* Wed Apr 29 2015 Than Ngo <than@redhat.com> - 1:1.8.9.1-2
822931
- Resolves: bz#1198355, doxygen generates \backmatter in article class
822931
822931
* Wed Jan 21 2015 Than Ngo <than@redhat.com> 1:1.8.9.1-1
822931
- update to 1.8.9.1
822931
822931
* Mon Aug 25 2014 Than Ngo <than@redhat.com> - 1:1.8.8-1
822931
- 1.8.8
822931
822931
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.7-3
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
822931
822931
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.7-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
822931
822931
* Mon May 12 2014 Than Ngo <than@redhat.com> - 1:1.8.7-1
822931
- 1.8.7
822931
822931
* Thu Dec 26 2013 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.6-1
822931
- 1.8.6
822931
822931
* Tue Oct 08 2013 Than Ngo <than@redhat.com> - 1:1.8.5-2
822931
- add exlive-epstopdf-bin in requirement
822931
822931
* Mon Aug 26 2013 Than Ngo <than@redhat.com> - 1:1.8.5-1
822931
- 1.8.5
822931
822931
* Sat Aug 03 2013 Robert Scheck <robert@fedoraproject.org> - 1:1.8.4-4
822931
- Work around strange dependencies in epstopdf packages (#991699)
822931
822931
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.4-3
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
822931
822931
* Mon Jun 24 2013 Than Ngo <than@redhat.com> - 1:1.8.4-2
822931
- backport upstream patch to fix endless loop
822931
822931
* Tue May 21 2013 Than Ngo <than@redhat.com> - 1:1.8.4-1
822931
- 1.8.4
822931
822931
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.3.1-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
822931
822931
* Tue Jan 22 2013 Than Ngo <than@redhat.com> - 1.8.3.1-1
822931
- 1.8.3.1
822931
- fedora/rhel condition
822931
822931
* Tue Jan 08 2013 Rex Dieter <rdieter@fedoraproject.org> - 1:1.8.3-3
822931
- -latex subpkg (#892288)
822931
- .spec cleanup
822931
822931
* Thu Jan 03 2013 Rex Dieter <rdieter@fedoraproject.org> - 1:1.8.3-2
822931
- doxygen is missing dependencies for texlive update (#891452)
822931
- doxywizard: tighten dep on main pkg
822931
822931
* Wed Jan 02 2013 Than Ngo <than@redhat.com> - 1:1.8.3-1
822931
- 1.8.3
822931
822931
* Mon Aug 13 2012 Than Ngo <than@redhat.com> - 1:1.8.2-1
822931
- 1.8.2
822931
822931
* Mon Jul 30 2012 Than Ngo <than@redhat.com> - 1:1.8.1.2-1
822931
- 1.8.1.2
822931
822931
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.1-4
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
822931
822931
* Wed Jun 20 2012 Than Ngo <than@redhat.com> - 1:1.8.1.1-3
822931
- bz#832525, fix multilib issue
822931
822931
* Wed Jun 13 2012 Rex Dieter <rdieter@fedoraproject.org> 1:1.8.1.1-2
822931
- make HTML_TIMESTAMP default FALSE
822931
822931
* Mon Jun 11 2012 Than Ngo <than@redhat.com> - 1:1.8.1.1-1
822931
- 1.8.1.1
822931
822931
* Wed Jun 06 2012 Than Ngo <than@redhat.com> - 1:1.8.1-1
822931
- 1.8.1
822931
822931
* Mon Feb 27 2012 Than Ngo <than@redhat.com> - 1:1.8.0-1
822931
- 1.8.0
822931
822931
* Wed Jan 18 2012 Than Ngo <than@redhat.com> - 1:1.7.6.1-2
822931
- bz#772523, add desktop file
822931
822931
* Fri Dec 16 2011 Than Ngo <than@redhat.com> - 1:1.7.6.1-1
822931
- 1.7.6.1
822931
822931
* Tue Dec 06 2011 Than Ngo <than@redhat.com> - 1:1.7.6-1
822931
- 1.7.6
822931
822931
* Tue Nov 08 2011 Than Ngo <than@redhat.com> - 1:1.7.5.1-1
822931
- 1.7.5.1
822931
822931
* Tue Aug 23 2011 Than Ngo <than@redhat.com> - 1:1.7.5-1
822931
- 1.7.5
822931
822931
* Mon Jun 27 2011 Than Ngo <than@redhat.com> - 1:1.7.4-2
822931
- bz#688684, apply patch to fix crash when not generating man format
822931
822931
* Tue Mar 29 2011 Than Ngo <than@redhat.com> - 1.7.4-1
822931
- 1.7.4
822931
822931
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.3-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
822931
822931
* Mon Jan 17 2011 Than Ngo <than@redhat.com> - 1.7.3-1
822931
- 1.7.3
822931
- bz#661107
822931
822931
* Fri Nov 12 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.7.2-2
822931
- Wrong Buildrequire to qt-devel (#651064)
822931
822931
* Mon Oct 11 2010 Than Ngo <than@redhat.com> - 1.7.2-1
822931
- 1.7.2
822931
822931
* Wed Sep 08 2010 Than Ngo <than@redhat.com> - 1:1.7.1-2
822931
- bz#629286, apply patch to fix broken thread handling
822931
- bz#627553, #define in included file in different directory not handled properly
822931
- Inherited documentation doesn't work in case of multiple inheritance
822931
822931
* Mon Jul 19 2010 Than Ngo <than@redhat.com> - 1.7.1-1
822931
- 1.7.1
822931
822931
* Fri Feb 12 2010 Than Ngo <than@redhat.com> - 1.6.2-1.svn20100208
822931
- fix #555526, snapshot 1.6.2-20100208
822931
822931
* Mon Jan 04 2010 Than Ngo <than@redhat.com> - 1:1.6.2-1
822931
- 1.6.2
822931
822931
* Fri Dec 18 2009 Than Ngo <than@redhat.com> - 1:1.6.1-4
822931
- drop _default_patch_fuzz
822931
822931
* Fri Dec 18 2009 Than Ngo <than@redhat.com> - 1:1.6.1-3
822931
- bz#225709, merged review
822931
822931
* Fri Dec 11 2009 Than Ngo <than@redhat.com> - 1:1.6.1-2
822931
- bz#225709, merged review 
822931
822931
* Tue Aug 25 2009 Than Ngo <than@redhat.com> - 1.6.1-1
822931
- 1.6.1
822931
822931
* Mon Aug 24 2009 Than Ngo <than@redhat.com> - 1.6.0-2
822931
- fix #516339, allow to enable/disable timstamp to avoid the multilib issue
822931
  HTMP_TIMESTAMP is disable by default
822931
822931
* Fri Aug 21 2009 Than Ngo <than@redhat.com> - 1.6.0-1
822931
- 1.6.0
822931
822931
* Mon Aug 10 2009 Ville Skyttä <ville.skytta at iki.fi> - 1:1.5.9-3
822931
- Convert specfile to UTF-8.
822931
822931
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.9-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
822931
822931
* Fri Jul 03 2009 Than Ngo <than@redhat.com> - 1.5.9-1
822931
- 1.5.9
822931
822931
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.8-2
822931
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
822931
822931
* Thu Feb 05 2009 Than Ngo <than@redhat.com> 1.5.8-1
822931
- 1.5.8
822931
822931
* Mon Oct 06 2008 Than Ngo <than@redhat.com> 1.5.7.1-1
822931
- 1.5.7.1
822931
822931
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.6-3
822931
- fix license tag
822931
822931
* Wed May 21 2008 Than Ngo <than@redhat.com> 1.5.6-2
822931
- rebuild
822931
822931
* Mon May 19 2008 Than Ngo <than@redhat.com> 1.5.6-1
822931
- 1.5.6
822931
822931
* Fri Mar 14 2008 Than Ngo <than@redhat.com> 1.5.5-3
822931
- apply patch to not break partial include paths, thanks to Tim Niemueller
822931
822931
* Wed Feb 20 2008 Than Ngo <than@redhat.com> 1.5.5-2
822931
- apply patch to make doxygen using system libpng/zlib
822931
822931
* Fri Feb 15 2008 Than Ngo <than@redhat.com> 1.5.5-1
822931
- 1.5.5
822931
822931
* Wed Nov 28 2007 Than Ngo <than@redhat.com> 1.5.4-1
822931
- 1.5.4
822931
822931
* Fri Aug 10 2007 Than Ngo <than@redhat.com> - 1:1.5.3-1
822931
- 1.5.3
822931
822931
* Thu Apr 12 2007 Than Ngo <than@redhat.com> - 1:1.5.2-1
822931
- 1.5.2
822931
822931
* Fri Nov 03 2006 Than Ngo <than@redhat.com> 1:1.5.1-2
822931
- 1.5.1
822931
822931
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.7-1.1
822931
- rebuild
822931
822931
* Mon Jun 12 2006 Than Ngo <than@redhat.com> 1:1.4.7-1
822931
- update to 1.4.7
822931
822931
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-5
822931
- fix build problem in mock #193358 
822931
822931
* Fri May 12 2006 Than Ngo <than@redhat.com> 1:1.4.6-4
822931
- apply patch to fix Doxygen crash on empty file #191392 
822931
- html docs #187177 
822931
822931
* Wed Mar 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-3
822931
- fix typo bug #184400
822931
822931
* Mon Mar 06 2006 Than Ngo <than@redhat.com> 1:1.4.6-2
822931
- fix build problem #184042
822931
822931
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.6-1.2
822931
- bump again for double-long bug on ppc(64)
822931
822931
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.6-1.1
822931
- rebuilt for new gcc4.1 snapshot and glibc changes
822931
822931
* Tue Jan 31 2006 Than Ngo <than@redhat.com> 1.4.6-1
822931
- 1.4.6
822931
822931
* Mon Dec 19 2005 Than Ngo <than@redhat.com> 1.4.5-3
822931
- apply patch to fix build problem with gcc-4.1
822931
822931
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
822931
- rebuilt
822931
822931
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com>
822931
- fix references to /usr/X11R6
822931
822931
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
822931
- 1.4.5
822931
822931
* Mon Sep 19 2005 Than Ngo <than@redhat.com> 1:1.4.4-2
822931
- move doxywizard man page to subpackge doxywizard
822931
822931
* Thu Jul 21 2005 Than Ngo <than@redhat.com> 1:1.4.4-1
822931
- update to 1.4.4
822931
822931
* Tue Jun 14 2005 Than Ngo <than@redhat.com> 1.4.3-1
822931
- 1.4.3
822931
822931
* Thu Mar 31 2005 Than Ngo <than@redhat.com> 1:1.4.2-1
822931
- 1.4.2
822931
822931
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 1:1.4.1-2
822931
- rebuilt against gcc-4
822931
822931
* Wed Jan 19 2005 Than Ngo <than@redhat.com> 1:1.4.1-1
822931
- update to 1.4.1
822931
822931
* Sun Oct 10 2004 Than Ngo <than@redhat.com> 1:1.3.9.1-1
822931
- update to 1.3.9.1
822931
822931
* Wed Oct 06 2004 Than Ngo <than@redhat.com> 1:1.3.9-1
822931
- update to 1.3.9
822931
822931
* Sun Jul 25 2004 Than Ngo <than@redhat.com> 1:1.3.8-1
822931
- update to 1.3.8
822931
822931
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
822931
- rebuilt
822931
822931
* Tue May 11 2004 Than Ngo <than@redhat.com> 1.3.7-1
822931
- update to 1.3.7, bug #119340
822931
822931
* Sun Apr 04 2004 Than Ngo <than@redhat.com> 1:1.3.6-2
822931
- fix qt-mt linking problem
822931
822931
* Thu Feb 26 2004 Than Ngo <than@redhat.com> 1:1.3.6-1
822931
- update to 1.3.6
822931
- added more buildrequires, #110752
822931
822931
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
822931
- rebuilt
822931
822931
* Wed Dec 17 2003 Than Ngo <than@redhat.com> 1:1.3.5-1
822931
- 1.3.5 release
822931
822931
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 1:1.3.4-1
822931
- update to 1.3.4
822931
- doxsearch was removed
822931
822931
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
822931
- allow compiling without qt/doxywizard
822931
822931
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
822931
- rebuilt
822931
822931
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
822931
- add explicit epoch's where needed.
822931
822931
* Tue May  6 2003 Than Ngo <than@redhat.com> 1.3-1
822931
- 1.3
822931
822931
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
822931
- rebuilt
822931
822931
* Fri Dec 27 2002 Than Ngo <than@redhat.com> 1.2.18-2
822931
- use gnu install
822931
822931
* Sat Nov  9 2002 Than Ngo <than@redhat.com> 1.2.18-1.2
822931
- fix some build problem
822931
822931
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 1.2.18-1
822931
- 1.2.18
822931
822931
* Wed Aug 28 2002 Than Ngo <than@redhat.com> 1.2.17-1
822931
- 1.2.17 fixes many major bugs
822931
822931
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
822931
- rebuilt with gcc-3.2 (we hope)
822931
822931
* Mon Jul 22 2002 Tim Powers <timp@redhat.com>
822931
- rebuild using gcc-3.2-0.1
822931
822931
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
822931
- automated rebuild
822931
822931
* Thu May 23 2002 Tim Powers <timp@redhat.com>
822931
- automated rebuild
822931
822931
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-5
822931
- rebuild against qt 3.0.3-10
822931
822931
* Fri Mar  8 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.13-4
822931
- rebuild against qt 3.0.2
822931
822931
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 1.2.14-2
822931
- rebuild against qt 2.3.2
822931
822931
* Tue Feb 19 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.14-1
822931
- 1.2.14
822931
822931
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
822931
- automated rebuild
822931
822931
* Sun Jan 06 2002 Than Ngo <than@redhat.com> 1.2.13.1-1
822931
- update to 1.2.13.1
822931
- fixed build doxywizard with qt3
822931
822931
* Sun Dec 30 2001 Jeff Johnson <jbj@redhat.com> 1.2.13-1
822931
- update to 1.2.13
822931
822931
* Sun Nov 18 2001 Than Ngo <than@redhat.com> 1.2.12-1
822931
- update to 1.2.12
822931
- s/Copyright/License
822931
822931
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
822931
- rebuild with new gcc and binutils
822931
822931
* Wed Jun 13 2001 Than Ngo <than@redhat.com>
822931
- update tp 1.2.8.1
822931
- make doxywizard as separat package
822931
- fix to use install as default
822931
822931
* Tue Jun 05 2001 Than Ngo <than@redhat.com>
822931
- update to 1.2.8
822931
822931
* Tue May 01 2001 Than Ngo <than@redhat.com>
822931
- update to 1.2.7
822931
- clean up specfile
822931
- patch to use RPM_OPT_FLAG
822931
822931
* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
822931
- update to 1.2.6
822931
822931
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
822931
- rebuild
822931
822931
* Tue Dec 26 2000 Than Ngo <than@redhat.com>
822931
- update to 1.2.4
822931
- remove excludearch ia64
822931
- bzip2 sources
822931
822931
* Mon Dec 11 2000 Than Ngo <than@redhat.com>
822931
- rebuild with the fixed fileutils
822931
822931
* Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com>
822931
- update to 1.2.3.
822931
822931
* Sun Oct  8 2000 Jeff Johnson <jbj@redhat.com>
822931
- update to 1.2.2.
822931
- enable doxywizard.
822931
822931
* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
822931
- 1.2.1 is latest stable, so we upgrade before Winston is released.
822931
822931
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
822931
- automatic rebuild
822931
822931
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
822931
- Rebuild with new C++
822931
822931
* Fri Jun 30 2000 Florian La Roche <laroche@redhat.de>
822931
- fix QTDIR detection
822931
822931
* Fri Jun 09 2000 Preston Brown <pbrown@redhat.com>
822931
- compile on x86 w/o optimization, revert when compiler fixed!!
822931
822931
* Wed Jun 07 2000 Preston Brown <pbrown@redhat.com>
822931
- use newer RPM macros
822931
822931
* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
822931
- add to distro.
822931
822931
* Tue May  9 2000 Tim Powers <timp@redhat.com>
822931
- rebuilt for 7.0
822931
822931
* Wed Feb  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
822931
- recompile with current Qt (2.1.0/1.45)
822931
822931
* Wed Jan  5 2000 Jeff Johnson <jbj@redhat.com>
822931
- update to 1.0.0.
822931
- recompile with qt-2.0.1 if available.
822931
- relocatable package.
822931
822931
* Mon Nov  8 1999 Tim Powers <timp@redhat.com>
822931
-updated to 0.49-991106
822931
822931
* Tue Jul 13 1999 Tim Powers <timp@redhat.com>
822931
- updated source
822931
- cleaned up some stuff in the spec file
822931
822931
* Thu Apr 22 1999 Jeff Johnson <jbj@redhat.com>
822931
- Create Power Tools 6.0 package.