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